aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* initialize gcrypt threadsave, currently for pthread onlyMartin Willi2009-06-091-0/+3
|
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-1/+7
|
* renamed some conflicting function namesTobias Brunner2009-05-061-4/+4
|
* gethostbyname_r is not supported on Mac OS X (but gethostbyname uses ↵Tobias Brunner2009-05-061-17/+32
| | | | thread-local buffers)
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3018-36/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-0/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* pluto uses the libstrongswan leak detective and a stripped-down version of ↵Andreas Steffen2009-04-161-0/+2
| | | | library_t
* asn1_build_known_oid() includes ASN1_OID tag and lengthAndreas Steffen2009-04-161-2/+2
|
* added create_part_enumerator() to indentity, allows to enumerate RDNs etc.Martin Willi2009-04-142-5/+185
|
* moved RDN OIDs to oid.txt, use asn1_get_known_oid() for lookupMartin Willi2009-04-141-129/+75
|
* added missing string.h includeMartin Willi2009-04-141-0/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-144-44/+40
|
* implementation of contains_wildcards() for ID_DER_ASN1_DN identitiesMartin Willi2009-03-261-2/+32
|
* updated DoxyfileMartin Willi2009-03-2411-17/+16
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* respect port in create_dns/create_from_string when passing %anyMartin Willi2009-03-191-4/+16
|
* print IPv6 %any hosts as %any6Martin Willi2009-03-191-1/+2
|
* fallback to family specific %any(6) if kernel lookup failsMartin Willi2009-03-161-0/+4
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-127-78/+35
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* removed unused extract_last_token() and the required memrchr implementationMartin Willi2009-02-183-87/+3
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-052-0/+5
|
* add a compatible memrchr() function if the platform does not support it ↵Andreas Steffen2009-01-092-0/+48
| | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch
* correct use of calloc in hashtable_tTobias Brunner2008-12-171-2/+1
|
* added an additional frame to lock profiling backtracesMartin Willi2008-12-151-1/+1
|
* leak detective binds execution to a signle core, avoids corruption on SMP ↵Martin Willi2008-12-121-0/+12
| | | | machines
* fixed hashtable->get_count() after doubling table sizeMartin Willi2008-12-091-1/+0
|
* whitelisted another pthread_setspecific implementationMartin Willi2008-12-081-0/+1
|
* accept NULL values in hashtable enumeratorMartin Willi2008-12-051-2/+8
|
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-052-5/+8
|
* 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
|