Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 3 | -55/+51 | |
| | ||||||
* | added missing includes | 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 | 4 | -76/+85 | |
| | ||||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 6 | -51/+77 | |
| | ||||||
* | do not install route if interface lookup failed | Martin Willi | 2008-11-05 | 1 | -16/+23 | |
| | ||||||
* | 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 | 2 | -7/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | removed unused variables | Andreas Steffen | 2008-11-03 | 1 | -5/+0 | |
| | ||||||
* | migrate_job() finds a matching child_cfg | Andreas Steffen | 2008-11-03 | 2 | -23/+53 | |
| | ||||||
* | 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 | 2 | -31/+186 | |
| | ||||||
* | added hooks for IKE and CHILD keymat | Martin Willi | 2008-10-30 | 1 | -3/+1 | |
| | ||||||
* | moved CHILD_SA key derivation to keymat_t | Martin Willi | 2008-10-29 | 1 | -37/+27 | |
| | | | | passing key chunks to CHILD_SA, not the PRF | |||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 1 | -6/+10 | |
| | | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now | |||||
* | store IKE proposal implicitly during derive_keys | Martin Willi | 2008-10-28 | 1 | -2/+5 | |
| | ||||||
* | fixed reauthentication time in statusall | Martin Willi | 2008-10-28 | 1 | -1/+1 | |
| | ||||||
* | use more generic stats getter, introducing new stats | Martin Willi | 2008-10-27 | 1 | -3/+8 | |
| | ||||||
* | including a "none" tundev to make NM happy | Martin Willi | 2008-10-27 | 1 | -44/+28 | |
| | ||||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 2 | -0/+4 | |
| | ||||||
* | additional getters for ipcomp and UDP encap | Martin Willi | 2008-10-24 | 1 | -7/+5 | |
| | ||||||
* | more CHILD_SA refactorings | Martin Willi | 2008-10-24 | 1 | -8/+8 | |
| | ||||||
* | initiate connections simultaneously in load tester | Martin Willi | 2008-10-22 | 1 | -2/+9 | |
| | ||||||
* | a load testing plugin, to: | Martin Willi | 2008-10-21 | 9 | -0/+831 | |
| | | | | | find multi-threading issues do performance profiling | |||||
* | reset threads IKE_SA after checking other IKE_SAs | Martin Willi | 2008-10-20 | 1 | -9/+12 | |
| | | | | invoke updown script only if we have valid IKE_SA | |||||
* | moved updown script invocation to an optional plugin | Martin Willi | 2008-10-16 | 3 | -0/+300 | |
| | ||||||
* | cache keys for in and outbound ESP SAs | Martin Willi | 2008-10-15 | 2 | -11/+5 | |
| | | | | | removed redundant storing of traffic selectors in CHILD_SA (sa_policy_t) creating TS pairs dynamically using create_policy_enumerator() | |||||
* | store ESP keys in CHILD_SA | Martin Willi | 2008-10-15 | 2 | -21/+31 | |
| | ||||||
* | passing chunks, not prf+, to kernel interface | Martin Willi | 2008-10-14 | 2 | -161/+130 | |
| | | | | gives us better control of keymat in CHILD_SA | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 6 | -44/+72 | |
| | ||||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 7 | -207/+1992 | |
| | ||||||
* | reintegrated two-sim branch providing SIM card plugin API | Martin Willi | 2008-10-10 | 14 | -423/+878 | |
| | ||||||
* | faster implementation of addr_in_subnet() | Andreas Steffen | 2008-10-09 | 1 | -13/+14 | |
| | ||||||
* | ignore routing events for our own routes | Martin Willi | 2008-10-08 | 1 | -0/+6 | |
| | ||||||
* | mobike: try to keep existing source address before switching to another | Martin Willi | 2008-10-08 | 1 | -6/+13 | |
| | ||||||
* | implemented ipsec listalgs as a stroke command | Andreas Steffen | 2008-10-08 | 1 | -0/+54 | |
| | ||||||
* | correct fix that replaces Changeset 4378 | Andreas Steffen | 2008-10-08 | 1 | -4/+6 | |
| |