Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added missing include for ULONG_MAX | Martin Willi | 2008-11-11 | 1 | -0/+1 | |
| | ||||||
* | fixing mediation extension | Tobias Brunner | 2008-11-11 | 2 | -11/+25 | |
| | ||||||
* | some typos | Tobias Brunner | 2008-11-11 | 2 | -6/+6 | |
| | ||||||
* | dynamic logging configuration through strongswan.conf | Martin Willi | 2008-11-11 | 6 | -39/+164 | |
| | | | | fallback to existing ipsec.conf/stroke loglevel configuration | |||||
* | 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 | 23 | -253/+3643 | |
| | ||||||
* | renamed proxy to proxy_mode in stroke_msg.h | Andreas Steffen | 2008-11-11 | 1 | -1/+1 | |
| | ||||||
* | deleted obsolete parameter descriptions | Andreas Steffen | 2008-11-11 | 1 | -2/+0 | |
| | ||||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 8 | -194/+285 | |
| | ||||||
* | 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 | |
| | ||||||
* | make load_tester more strict to use it along stroke | Martin Willi | 2008-11-10 | 2 | -4/+17 | |
| | ||||||
* | 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 | |
| | ||||||
* | fixed copy/paste error | Martin Willi | 2008-11-07 | 1 | -1/+0 | |
| | ||||||
* | 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 | |
| | ||||||
* | wrapped all pthread_rwlock_t in profilable rwlock_t | Martin Willi | 2008-11-05 | 5 | -93/+88 | |
| | ||||||
* | added missing includes | Martin Willi | 2008-11-05 | 1 | -0/+1 | |
| | ||||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 1 | -47/+9 | |
| | | | | | | leak_detective mutex profiling signal handler | |||||
* | fixed sender destruction order | Martin Willi | 2008-11-05 | 1 | -2/+2 | |
| | ||||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 12 | -252/+272 | |
| | ||||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 10 | -51/+83 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | 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 fake_kernel option to make dummy kernel implementation optional | Martin Willi | 2008-11-03 | 2 | -3/+7 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | added hooks for IKE and CHILD keymat | Martin Willi | 2008-10-30 | 9 | -44/+179 | |
| | ||||||
* | store plain skd, not the prf | Martin Willi | 2008-10-30 | 2 | -23/+19 | |
| | ||||||
* | corrected parameter description | Andreas Steffen | 2008-10-30 | 1 | -1/+1 | |
| | ||||||
* | moved CHILD_SA key derivation to keymat_t | Martin Willi | 2008-10-29 | 7 | -440/+438 | |
| | | | | passing key chunks to CHILD_SA, not the PRF |