aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed copy/paste errorMartin Willi2008-11-071-1/+0
|
* use of host_create_any() for %any addressAndreas Steffen2008-11-071-4/+8
|
* SADB_X_EXT_KMADDRESS is not present in old kernelsAndreas Steffen2008-11-071-10/+17
|
* added retrieval of remote kmaddress via PF_KEYAndreas Steffen2008-11-072-6/+13
|
* added delete_after_established optionMartin Willi2008-11-064-1/+140
|
* fixed leakMartin Willi2008-11-061-3/+7
| | | | fixed build if !HAVE_BACKTRACE
* 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-058-111/+122
|
* wrapped rwlock with profiling supportMartin Willi2008-11-052-63/+199
|
* threshhold and ./configure option for lock profilerMartin Willi2008-11-052-6/+15
|
* added missing includesMartin Willi2008-11-052-0/+2
|
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-057-198/+303
| | | | | | leak_detective mutex profiling signal handler
* proper cleanup of openssl locking codeMartin Willi2008-11-051-7/+13
|
* fixed sender destruction orderMartin Willi2008-11-051-2/+2
|
* fixed iterator regression introduced in [4577]Martin Willi2008-11-051-0/+1
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-0513-265/+284
|
* get rid of unused iterator hook functionsMartin Willi2008-11-052-127/+7
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-0516-92/+90
|
* simple mutex profilerMartin Willi2008-11-051-0/+70
|
* do not install route if interface lookup failedMartin Willi2008-11-051-16/+23
|
* %any is IP family neutralAndreas Steffen2008-11-051-2/+2
|
* corrected typo2Andreas Steffen2008-11-051-2/+2
|
* support of %any address stringAndreas Steffen2008-11-052-51/+50
|
* handle 0.0.0.0 string and af == AF_INET6Andreas Steffen2008-11-051-1/+1
|
* two new load_testing options:Martin Willi2008-11-041-3/+11
| | | | | request_virtual_ip: request a INTERNAL_IPV4_ADDR as client pool: provide addresses from a named virtual IP pool
* OpenSSL requires a signature length of exactly RSA_size()Martin Willi2008-11-041-5/+3
|
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-044-76/+4
|
* fixed bignum export if BN_num_bytes() != DH_size()Martin Willi2008-11-042-45/+54
|
* fixed memleakMartin Willi2008-11-041-8/+11
|
* added a delay option to delay initiationsMartin Willi2008-11-041-9/+41
|
* corrected a copy-and-paste errorAndreas Steffen2008-11-031-1/+1
|
* updated copyright of kernel interface codeAndreas Steffen2008-11-032-0/+2
|
* added support for xfrm remote kmaddressAndreas Steffen2008-11-034-16/+33
|
* added locking mechanism for multithreaded use of OpenSSLMartin Willi2008-11-031-0/+117
|
* added fake_kernel option to make dummy kernel implementation optionalMartin Willi2008-11-032-3/+7
|
* removed accidently checked in debug codeMartin Willi2008-11-031-1/+0
|
* load testing between different hostsMartin Willi2008-11-031-3/+6
|
* log loaded plugins at startupMartin Willi2008-11-031-0/+20
|
* reverted 4541, does not fix the problemMartin Willi2008-11-031-0/+8
|
* migrate job creates a new IKE_SAAndreas Steffen2008-11-031-11/+35
|
* replace tab by spacesAndreas Steffen2008-11-031-2/+3
|
* removed unused variablesAndreas Steffen2008-11-031-5/+0
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-037-23/+310
|
* corrected parameter descriptionAndreas Steffen2008-11-031-1/+1
|
* corrected captionsAndreas Steffen2008-11-022-14/+14
|
* fully implemented the parsing of XFRM and PF_KEY MIGRATE messagesAndreas Steffen2008-11-022-36/+94
|
* removed 0-byte truncation, fixes random Openssl RSA signature verification ↵Martin Willi2008-10-311-7/+0
| | | | failures
* fixed crash in openssl signature verification if sizeof(size_t) != ↵Martin Willi2008-10-311-1/+3
| | | | sizeof(int) (64bit)
* identify attributes of XFRM ACQUIRE and MIGRATE messagesAndreas Steffen2008-10-311-14/+58
|
* subscribing XFRM socket for MIGRATE messagesAndreas Steffen2008-10-311-2/+3
|