Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed compiler warning | Martin Willi | 2008-11-11 | 1 | -2/+2 | |
| | ||||||
* | fixing a memory leak | Tobias Brunner | 2008-11-11 | 2 | -6/+14 | |
| | ||||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 30 | -258/+3770 | |
| | ||||||
* | renamed proxy to proxy_mode in stroke_msg.h | Andreas Steffen | 2008-11-11 | 3 | -3/+3 | |
| | ||||||
* | deleted obsolete parameter descriptions | Andreas Steffen | 2008-11-11 | 1 | -2/+0 | |
| | ||||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 17 | -200/+336 | |
| | ||||||
* | added the MIPv6 options use_proxy_mode and install_policy | Andreas Steffen | 2008-11-11 | 2 | -17/+87 | |
| | ||||||
* | cosmetics in debug output | Andreas Steffen | 2008-11-11 | 1 | -6/+11 | |
| | ||||||
* | whitelisting localtime_r | Martin Willi | 2008-11-10 | 1 | -0/+1 | |
| | ||||||
* | make load_tester more strict to use it along stroke | Martin Willi | 2008-11-10 | 2 | -4/+17 | |
| | ||||||
* | fixed leak in host_create_from_string("%any") | Martin Willi | 2008-11-10 | 1 | -3/+4 | |
| | ||||||
* | fixed some minor issues found when using -DFORTIFY_SOURCE=2 | Martin Willi | 2008-11-10 | 1 | -2/+2 | |
| | ||||||
* | iterations = 0 for infinite iterations | Martin Willi | 2008-11-10 | 1 | -3/+3 | |
| | ||||||
* | added PEM version of keys | Martin Willi | 2008-11-10 | 1 | -1/+28 | |
| | ||||||
* | settings section enumeration | Martin Willi | 2008-11-07 | 2 | -34/+136 | |
| | | | | printf style key lookup | |||||
* | fixed copy/paste error | Martin Willi | 2008-11-07 | 1 | -1/+0 | |
| | ||||||
* | use of host_create_any() for %any address | Andreas Steffen | 2008-11-07 | 1 | -4/+8 | |
| | ||||||
* | SADB_X_EXT_KMADDRESS is not present in old kernels | Andreas Steffen | 2008-11-07 | 1 | -10/+17 | |
| | ||||||
* | 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 | 3 | -6/+24 | |
| | ||||||
* | 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 | |
| |