Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | initialize gcrypt threadsave, currently for pthread only | Martin Willi | 2009-06-09 | 1 | -0/+3 | |
| | ||||||
* | eliminated ipsec_policy.h | Andreas Steffen | 2009-05-26 | 1 | -1/+7 | |
| | ||||||
* | renamed some conflicting function names | Tobias Brunner | 2009-05-06 | 1 | -4/+4 | |
| | ||||||
* | gethostbyname_r is not supported on Mac OS X (but gethostbyname uses ↵ | Tobias Brunner | 2009-05-06 | 1 | -17/+32 | |
| | | | | thread-local buffers) | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 18 | -36/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -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 Steffen | 2009-04-16 | 1 | -0/+2 | |
| | | | | library_t | |||||
* | asn1_build_known_oid() includes ASN1_OID tag and length | Andreas Steffen | 2009-04-16 | 1 | -2/+2 | |
| | ||||||
* | added create_part_enumerator() to indentity, allows to enumerate RDNs etc. | Martin Willi | 2009-04-14 | 2 | -5/+185 | |
| | ||||||
* | moved RDN OIDs to oid.txt, use asn1_get_known_oid() for lookup | Martin Willi | 2009-04-14 | 1 | -129/+75 | |
| | ||||||
* | added missing string.h include | Martin Willi | 2009-04-14 | 1 | -0/+1 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 4 | -44/+40 | |
| | ||||||
* | implementation of contains_wildcards() for ID_DER_ASN1_DN identities | Martin Willi | 2009-03-26 | 1 | -2/+32 | |
| | ||||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 11 | -17/+16 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | respect port in create_dns/create_from_string when passing %any | Martin Willi | 2009-03-19 | 1 | -4/+16 | |
| | ||||||
* | print IPv6 %any hosts as %any6 | Martin Willi | 2009-03-19 | 1 | -1/+2 | |
| | ||||||
* | fallback to family specific %any(6) if kernel lookup fails | Martin Willi | 2009-03-16 | 1 | -0/+4 | |
| | ||||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 7 | -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 implementation | Martin Willi | 2009-02-18 | 3 | -87/+3 | |
| | ||||||
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 2 | -0/+5 | |
| | ||||||
* | add a compatible memrchr() function if the platform does not support it ↵ | Andreas Steffen | 2009-01-09 | 2 | -0/+48 | |
| | | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch | |||||
* | 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 | |
| |