Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added retrieval of remote kmaddress via PF_KEY | Andreas Steffen | 2008-11-07 | 2 | -6/+13 | |
| | ||||||
* | added delete_after_established option | Martin Willi | 2008-11-06 | 4 | -1/+140 | |
| | ||||||
* | fixed leak | Martin Willi | 2008-11-06 | 1 | -3/+7 | |
| | | | | fixed build if !HAVE_BACKTRACE | |||||
* | use read-write locks in crypto factory for parallelization | Martin Willi | 2008-11-05 | 1 | -42/+42 | |
| | ||||||
* | wrapped all pthread_rwlock_t in profilable rwlock_t | Martin Willi | 2008-11-05 | 8 | -111/+122 | |
| | ||||||
* | 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 | 2 | -6/+15 | |
| | ||||||
* | added missing includes | Martin Willi | 2008-11-05 | 2 | -0/+2 | |
| | ||||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 7 | -198/+303 | |
| | | | | | | leak_detective mutex profiling signal handler | |||||
* | proper cleanup of openssl locking code | Martin Willi | 2008-11-05 | 1 | -7/+13 | |
| | ||||||
* | fixed sender destruction order | Martin Willi | 2008-11-05 | 1 | -2/+2 | |
| | ||||||
* | fixed iterator regression introduced in [4577] | Martin Willi | 2008-11-05 | 1 | -0/+1 | |
| | ||||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 13 | -265/+284 | |
| | ||||||
* | 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 | 16 | -92/+90 | |
| | ||||||
* | simple mutex profiler | Martin Willi | 2008-11-05 | 1 | -0/+70 | |
| | ||||||
* | do not install route if interface lookup failed | Martin Willi | 2008-11-05 | 1 | -16/+23 | |
| | ||||||
* | %any is IP family neutral | Andreas Steffen | 2008-11-05 | 1 | -2/+2 | |
| | ||||||
* | corrected typo2 | Andreas Steffen | 2008-11-05 | 1 | -2/+2 | |
| | ||||||
* | support of %any address string | Andreas Steffen | 2008-11-05 | 2 | -51/+50 | |
| | ||||||
* | handle 0.0.0.0 string and af == AF_INET6 | Andreas Steffen | 2008-11-05 | 1 | -1/+1 | |
| | ||||||
* | two new load_testing options: | Martin Willi | 2008-11-04 | 1 | -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 Willi | 2008-11-04 | 1 | -5/+3 | |
| | ||||||
* | removed superfluous get_other_public_value in diffie_hellman_t interface | Martin Willi | 2008-11-04 | 4 | -76/+4 | |
| | ||||||
* | fixed bignum export if BN_num_bytes() != DH_size() | Martin Willi | 2008-11-04 | 2 | -45/+54 | |
| | ||||||
* | fixed memleak | Martin Willi | 2008-11-04 | 1 | -8/+11 | |
| | ||||||
* | added a delay option to delay initiations | Martin Willi | 2008-11-04 | 1 | -9/+41 | |
| | ||||||
* | corrected a copy-and-paste error | Andreas Steffen | 2008-11-03 | 1 | -1/+1 | |
| | ||||||
* | updated copyright of kernel interface code | Andreas Steffen | 2008-11-03 | 2 | -0/+2 | |
| | ||||||
* | added support for xfrm remote kmaddress | Andreas Steffen | 2008-11-03 | 4 | -16/+33 | |
| | ||||||
* | added locking mechanism for multithreaded use of OpenSSL | Martin Willi | 2008-11-03 | 1 | -0/+117 | |
| | ||||||
* | added fake_kernel option to make dummy kernel implementation optional | Martin Willi | 2008-11-03 | 2 | -3/+7 | |
| | ||||||
* | removed accidently checked in debug code | Martin Willi | 2008-11-03 | 1 | -1/+0 | |
| | ||||||
* | load testing between different hosts | Martin Willi | 2008-11-03 | 1 | -3/+6 | |
| | ||||||
* | log loaded plugins at startup | Martin Willi | 2008-11-03 | 1 | -0/+20 | |
| | ||||||
* | reverted 4541, does not fix the problem | Martin Willi | 2008-11-03 | 1 | -0/+8 | |
| | ||||||
* | migrate job creates a new IKE_SA | Andreas Steffen | 2008-11-03 | 1 | -11/+35 | |
| | ||||||
* | replace tab by spaces | Andreas Steffen | 2008-11-03 | 1 | -2/+3 | |
| | ||||||
* | removed unused variables | Andreas Steffen | 2008-11-03 | 1 | -5/+0 | |
| | ||||||
* | migrate_job() finds a matching child_cfg | Andreas Steffen | 2008-11-03 | 7 | -23/+310 | |
| | ||||||
* | corrected parameter description | Andreas Steffen | 2008-11-03 | 1 | -1/+1 | |
| | ||||||
* | corrected captions | Andreas Steffen | 2008-11-02 | 2 | -14/+14 | |
| | ||||||
* | fully implemented the parsing of XFRM and PF_KEY MIGRATE messages | Andreas Steffen | 2008-11-02 | 2 | -36/+94 | |
| | ||||||
* | removed 0-byte truncation, fixes random Openssl RSA signature verification ↵ | Martin Willi | 2008-10-31 | 1 | -7/+0 | |
| | | | | failures | |||||
* | fixed crash in openssl signature verification if sizeof(size_t) != ↵ | Martin Willi | 2008-10-31 | 1 | -1/+3 | |
| | | | | sizeof(int) (64bit) | |||||
* | identify attributes of XFRM ACQUIRE and MIGRATE messages | Andreas Steffen | 2008-10-31 | 1 | -14/+58 | |
| | ||||||
* | subscribing XFRM socket for MIGRATE messages | Andreas Steffen | 2008-10-31 | 1 | -2/+3 | |
| | ||||||
* | parse xfrm and pf_key acquire messages and subscribe to migrate messages | Andreas Steffen | 2008-10-31 | 4 | -37/+216 | |
| | ||||||
* | reverted changeset 4529: | Martin Willi | 2008-10-30 | 1 | -2/+1 | |
| | | | | | Camellia is 22 in IKEv1, but not-yet defined in IKEv2 in IKEv2, 22 is reserved for AES-XTS | |||||
* | added hooks for IKE and CHILD keymat | Martin Willi | 2008-10-30 | 9 | -44/+179 | |
| |