aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Expand)AuthorAgeFilesLines
* removed obsolete fingerprint identification typesMartin Willi2009-08-262-43/+23
* added getnetbyname/gethostbyname2 to leak detective whitelist, used by plutoMartin Willi2009-08-261-0/+2
* pruned OID treeAndreas Steffen2009-08-181-5/+4
* fixed wrong emailAddress OID introduced by revision c31687daAndreas Steffen2009-08-181-3/+3
* Replacing gethostbyname, gethostbyname2 and their _r variants with getaddrinf...Tobias Brunner2009-08-141-86/+53
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-142-8/+8
* parse RDNs in multiple SEQUENCEs in all SETs of a DNMartin Willi2009-08-031-16/+24
* Make accept(2) and recvfrom(2) cancellation points on Mac OS X.Tobias Brunner2009-07-301-0/+27
* Corrected check for valid ASN1 types in rdn_enumerate.Tobias Brunner2009-07-141-2/+3
* double free caused strange side effectsAndreas Steffen2009-07-131-1/+0
* great, I got my comma backAndreas Steffen2009-07-121-1/+1
* added missing equals() method assignment for ID_ANY identitiesMartin Willi2009-07-071-1/+2
* centralized ID type specific method assignement in generic constructorMartin Willi2009-07-061-105/+69
* removed obsolete init_rdn()/get_next_rdn() functionsMartin Willi2009-07-061-124/+0
* reimplemented dnota() using RDN enumeratorMartin Willi2009-07-061-72/+44
* replaced {same,match}_dn() by compare_dn(), using the RDN enumeratorMartin Willi2009-07-061-156/+93
* fixed memleak if RND parsing failsMartin Willi2009-07-061-0/+1
* contains_wildcard() for DNs uses RDN enumeratorMartin Willi2009-07-061-19/+11
* simplified identification_t.clone() using memcpyMartin Willi2009-07-061-7/+2
* use an enumerator to parse RDNs, based on asn1_unwrap() functionMartin Willi2009-07-061-119/+145
* make filter enumerator methods staticMartin Willi2009-07-061-3/+3
* gcrypt rng implementationMartin Willi2009-06-091-0/+2
* 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 thread-l...Tobias Brunner2009-05-061-17/+32
* 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
* pluto uses the libstrongswan leak detective and a stripped-down version of li...Andreas Steffen2009-04-161-0/+2
* 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
* 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 w...Tobias Brunner2009-03-127-78/+35
* 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 (e.g....Andreas Steffen2009-01-092-0/+48
* 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 mac...Martin Willi2008-12-121-0/+12
* 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