aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* adding MD4 and DES (ECB) to openssl pluginTobias Brunner2009-02-183-1/+9
* removed unused extract_last_token() and the required memrchr implementationMartin Willi2009-02-184-88/+3
* support of dynamic/128 and %any6Andreas Steffen2009-02-052-0/+5
* proper initialization and disposal of keying materialAndreas Steffen2009-01-151-2/+5
* add a compatible memrchr() function if the platform does not support it (e.g....Andreas Steffen2009-01-093-0/+49
* support for Padlock RNGMartin Willi2008-12-184-1/+206
* proper feature probing for padlockMartin Willi2008-12-171-10/+107
* 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
* incremental version of chunk_hashTobias Brunner2008-12-102-2/+15
* using rwlock to parallel build credentialsMartin Willi2008-12-091-10/+10
* use thread-safe variant of gmtimeMartin Willi2008-12-091-4/+5
* fixed hashtable->get_count() after doubling table sizeMartin Willi2008-12-091-1/+0
* removed debugging leftoversMartin Willi2008-12-081-4/+0
* basic x509 certificate generationMartin Willi2008-12-081-49/+246
* 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
* fixed refactoring error in openacAndreas Steffen2008-12-041-1/+3
* add support for smartcards in charon by using the ENGINE API provided by Open...Tobias Brunner2008-12-035-3/+104
* enable quoted tokens in the token enumeratorTobias Brunner2008-12-031-18/+40
* added memstr and extract_token_str helper functionsTobias Brunner2008-12-034-2/+57
* adding general purpose hash tableTobias Brunner2008-12-033-0/+543
* ref_get()/ref_put() use atomic gcc operations if supported, thanks to Thomas ...Martin Willi2008-12-022-13/+17
* added time.h include for struct tmMartin Willi2008-12-021-0/+1
* token enumerator missed the last token if it contains only a single charMartin Willi2008-11-271-1/+1
* inlined some short chunk functions, showed up in the profilerMartin Willi2008-11-262-56/+30
* memxor() tweaks, as it is heavily used in xcbcMartin Willi2008-11-261-2/+10
* replacing the pthread_mutex in scheduler_t with the wrapped implementation.Tobias Brunner2008-11-252-16/+44
* performance optimization for the DOS protection.Tobias Brunner2008-11-252-1/+88
* added a MODP_NULL Diffie Hellman group to avoid calculation overhead in load-...Martin Willi2008-11-222-1/+5
* expecting int sized length arguments to chunk_split, as vararg functions use ...Martin Willi2008-11-211-2/+2
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-123-22/+42
* fixed compiler warnings issued by:Martin Willi2008-11-113-10/+35
* 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
* settings section enumerationMartin Willi2008-11-072-34/+136
* use of host_create_any() for %any addressAndreas Steffen2008-11-071-4/+8
* fixed leakMartin Willi2008-11-061-3/+7
* use read-write locks in crypto factory for parallelizationMartin Willi2008-11-051-42/+42
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-053-18/+34
* wrapped rwlock with profiling supportMartin Willi2008-11-052-63/+199
* threshhold and ./configure option for lock profilerMartin Willi2008-11-052-6/+15
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-056-151/+294
* proper cleanup of openssl locking codeMartin Willi2008-11-051-7/+13
* fixed iterator regression introduced in [4577]Martin Willi2008-11-051-0/+1