Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct use of calloc in hashtable_t | Tobias Brunner | 2008-12-17 | 1 | -2/+1 |
| | |||||
* | added an additional frame to lock profiling backtraces | Martin Willi | 2008-12-15 | 1 | -1/+1 |
| | |||||
* | leak detective binds execution to a signle core, avoids corruption on SMP ↵ | Martin Willi | 2008-12-12 | 1 | -0/+12 |
| | | | | machines | ||||
* | fixed hashtable->get_count() after doubling table size | Martin Willi | 2008-12-09 | 1 | -1/+0 |
| | |||||
* | whitelisted another pthread_setspecific implementation | Martin Willi | 2008-12-08 | 1 | -0/+1 |
| | |||||
* | accept NULL values in hashtable enumerator | Martin Willi | 2008-12-05 | 1 | -2/+8 |
| | |||||
* | hashtable enumerator enumerates over both, key and values | Martin Willi | 2008-12-05 | 2 | -5/+8 |
| | |||||
* | fixed off by one error | Tobias Brunner | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | leak whitelisting of OPENSSL_config() | Martin Willi | 2008-12-04 | 1 | -0/+1 |
| | |||||
* | enable quoted tokens in the token enumerator | Tobias Brunner | 2008-12-03 | 1 | -18/+40 |
| | |||||
* | added memstr and extract_token_str helper functions | Tobias Brunner | 2008-12-03 | 2 | -2/+34 |
| | |||||
* | adding general purpose hash table | Tobias Brunner | 2008-12-03 | 2 | -0/+542 |
| | |||||
* | token enumerator missed the last token if it contains only a single char | Martin Willi | 2008-11-27 | 1 | -1/+1 |
| | |||||
* | replacing the pthread_mutex in scheduler_t with the wrapped implementation. | Tobias Brunner | 2008-11-25 | 2 | -16/+44 |
| | | | | added a method to condvar_t which allows to wait for an absolute timeout. | ||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 2 | -20/+40 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | whitelisting localtime_r | Martin Willi | 2008-11-10 | 1 | -0/+1 |
| | |||||
* | fixed leak in host_create_from_string("%any") | Martin Willi | 2008-11-10 | 1 | -3/+4 |
| | |||||
* | use of host_create_any() for %any address | Andreas Steffen | 2008-11-07 | 1 | -4/+8 |
| | |||||
* | fixed leak | Martin Willi | 2008-11-06 | 1 | -3/+7 |
| | | | | fixed build if !HAVE_BACKTRACE | ||||
* | wrapped all pthread_rwlock_t in profilable rwlock_t | Martin Willi | 2008-11-05 | 2 | -5/+24 |
| | |||||
* | wrapped rwlock with profiling support | Martin Willi | 2008-11-05 | 2 | -63/+199 |
| | |||||
* | threshhold and ./configure option for lock profiler | Martin Willi | 2008-11-05 | 1 | -6/+11 |
| | |||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 5 | -151/+293 |
| | | | | | | leak_detective mutex profiling signal handler | ||||
* | fixed iterator regression introduced in [4577] | Martin Willi | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | get rid of unused iterator hook functions | Martin Willi | 2008-11-05 | 2 | -127/+7 |
| | |||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 2 | -41/+1 |
| | |||||
* | simple mutex profiler | Martin Willi | 2008-11-05 | 1 | -0/+70 |
| | |||||
* | support of %any address string | Andreas Steffen | 2008-11-05 | 1 | -47/+35 |
| | |||||
* | handle 0.0.0.0 string and af == AF_INET6 | Andreas Steffen | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | condvar->wait() can handle recursive mutex | Martin Willi | 2008-10-16 | 1 | -20/+76 |
| | |||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 2 | -5/+11 |
| | |||||
* | stroke parses and lists AC groups | Andreas Steffen | 2008-09-17 | 2 | -4/+11 |
| | |||||
* | capability API to allow plugin-controlled capability set | Martin Willi | 2008-08-28 | 1 | -0/+1 |
| | |||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 2 | -0/+7 |
| | | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones | ||||
* | a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAM | Martin Willi | 2008-08-21 | 1 | -0/+1 |
| | |||||
* | implementation of a simple "token enumerator" | Martin Willi | 2008-07-02 | 2 | -0/+152 |
| | |||||
* | whitelisting leaks of ENGINE_load_builtin_engines | Martin Willi | 2008-07-01 | 1 | -0/+1 |
| | |||||
* | fixed matches() check for RFC822/FQDN without wildcards | Martin Willi | 2008-06-13 | 1 | -2/+2 |
| | |||||
* | implemented identification_t.match() case insensitive for RFC822/FQDN | Martin Willi | 2008-06-12 | 1 | -2/+2 |
| | |||||
* | fixed resolving numerical IPv6 addresses in host_create_from_dns() | Martin Willi | 2008-06-11 | 1 | -0/+5 |
| | |||||
* | fixed resolving numerical addresses in host_create_from_dns() | Martin Willi | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 3 | -0/+65 |
| | |||||
* | extended leak detective white list for OpenSSL | Martin Willi | 2008-06-06 | 1 | -0/+3 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -0/+1 |
| | | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins | ||||
* | fixed printing of %#H hosts | Martin Willi | 2008-05-14 | 1 | -2/+4 |
| | |||||
* | support for left bounded padding in %H and %D | Martin Willi | 2008-05-09 | 2 | -0/+8 |
| | |||||
* | whitelisted gmtime_r | Martin Willi | 2008-05-09 | 1 | -0/+1 |
| | |||||
* | supporting width modifier in identification_t printf hook (e.g. %30D) | Martin Willi | 2008-05-09 | 2 | -45/+29 |
| | | | | cleanups in host_t %H printf hook | ||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -0/+2 |
| | | | | | using named users, groups fixed capability dropping in pluto |