aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed off by one errorTobias Brunner2008-12-041-1/+1
|
* leak whitelisting of OPENSSL_config()Martin Willi2008-12-041-0/+1
|
* enable quoted tokens in the token enumeratorTobias Brunner2008-12-031-18/+40
|
* added memstr and extract_token_str helper functionsTobias Brunner2008-12-032-2/+34
|
* adding general purpose hash tableTobias Brunner2008-12-032-0/+542
|
* token enumerator missed the last token if it contains only a single charMartin Willi2008-11-271-1/+1
|
* replacing the pthread_mutex in scheduler_t with the wrapped implementation.Tobias Brunner2008-11-252-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 Willi2008-11-122-20/+40
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-1/+1
|
* whitelisting localtime_rMartin Willi2008-11-101-0/+1
|
* fixed leak in host_create_from_string("%any")Martin Willi2008-11-101-3/+4
|
* use of host_create_any() for %any addressAndreas Steffen2008-11-071-4/+8
|
* fixed leakMartin Willi2008-11-061-3/+7
| | | | fixed build if !HAVE_BACKTRACE
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-052-5/+24
|
* wrapped rwlock with profiling supportMartin Willi2008-11-052-63/+199
|
* threshhold and ./configure option for lock profilerMartin Willi2008-11-051-6/+11
|
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-055-151/+293
| | | | | | leak_detective mutex profiling signal handler
* fixed iterator regression introduced in [4577]Martin Willi2008-11-051-0/+1
|
* get rid of unused iterator hook functionsMartin Willi2008-11-052-127/+7
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-052-41/+1
|
* simple mutex profilerMartin Willi2008-11-051-0/+70
|
* support of %any address stringAndreas Steffen2008-11-051-47/+35
|
* handle 0.0.0.0 string and af == AF_INET6Andreas Steffen2008-11-051-1/+1
|
* condvar->wait() can handle recursive mutexMartin Willi2008-10-161-20/+76
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-142-5/+11
|
* stroke parses and lists AC groupsAndreas Steffen2008-09-172-4/+11
|
* capability API to allow plugin-controlled capability setMartin Willi2008-08-281-0/+1
|
* ported parts of two-sim branchMartin Willi2008-08-222-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 PAMMartin Willi2008-08-211-0/+1
|
* implementation of a simple "token enumerator"Martin Willi2008-07-022-0/+152
|
* whitelisting leaks of ENGINE_load_builtin_enginesMartin Willi2008-07-011-0/+1
|
* fixed matches() check for RFC822/FQDN without wildcardsMartin Willi2008-06-131-2/+2
|
* implemented identification_t.match() case insensitive for RFC822/FQDNMartin Willi2008-06-121-2/+2
|
* fixed resolving numerical IPv6 addresses in host_create_from_dns()Martin Willi2008-06-111-0/+5
|
* fixed resolving numerical addresses in host_create_from_dns()Martin Willi2008-06-111-1/+1
|
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-063-0/+65
|
* extended leak detective white list for OpenSSLMartin Willi2008-06-061-0/+3
|
* plugin load configuration in strongswan.confMartin Willi2008-05-151-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 hostsMartin Willi2008-05-141-2/+4
|
* support for left bounded padding in %H and %D Martin Willi2008-05-092-0/+8
|
* whitelisted gmtime_rMartin Willi2008-05-091-0/+1
|
* supporting width modifier in identification_t printf hook (e.g. %30D)Martin Willi2008-05-092-45/+29
| | | | cleanups in host_t %H printf hook
* replaced --with-gid/uid by --with-group/user Martin Willi2008-05-081-0/+2
| | | | | using named users, groups fixed capability dropping in pluto
* support for @#hex ID_KEY_ID identification_tMartin Willi2008-05-061-3/+5
|
* printf "width" support for hosts (e.g. %15H)Martin Willi2008-05-051-33/+34
|
* resetting old scheduling policy correctly in free() hookMartin Willi2008-05-051-1/+1
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-262-6/+10
|
* extract_token() now handles whitespaceAndreas Steffen2008-04-251-0/+8
|
* functions invoked on all linked list items now support up to five additional ↵Tobias Brunner2008-04-182-10/+22
| | | | arguments
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-182-3/+11
|