Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed virtual IP re-installation failure in MOBIKE scenarios introduced with ↵ | Andreas Steffen | 2008-11-17 | 1 | -13/+19 |
| | | | | changeset 4662 | ||||
* | completed migration of MIPv6 connections | Andreas Steffen | 2008-11-16 | 1 | -31/+40 |
| | |||||
* | fallback to reauthentication if peer does not support CHILD_SA rekeying | Martin Willi | 2008-11-14 | 2 | -2/+27 |
| | |||||
* | fall back to reauthentication if IKE rekeying fails with NO_ADDITIONAL_SAS | Martin Willi | 2008-11-14 | 1 | -1/+27 |
| | |||||
* | reset IKE_SA on bus during child_sa destruction | Martin Willi | 2008-11-14 | 1 | -0/+2 |
| | |||||
* | BEET mode might want forwarding policies | Martin Willi | 2008-11-12 | 1 | -11/+11 |
| | |||||
* | removed some obsolete includes | Martin Willi | 2008-11-12 | 1 | -11/+0 |
| | |||||
* | moved ike_initiator flag to IKE_SAs condition bitfield | Martin Willi | 2008-11-12 | 3 | -30/+12 |
| | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 1 | -11/+9 |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | ||||
* | fixing keylength bug at the right place: | Martin Willi | 2008-11-12 | 1 | -1/+1 |
| | | | | we usually don't touch output parameters if operations fails | ||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 1 | -2/+2 |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | ||||
* | fixing mediation extension | Tobias Brunner | 2008-11-11 | 1 | -4/+8 |
| | |||||
* | some typos | Tobias Brunner | 2008-11-11 | 1 | -3/+3 |
| | |||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 6 | -84/+106 |
| | |||||
* | deleted obsolete parameter descriptions | Andreas Steffen | 2008-11-11 | 1 | -2/+0 |
| | |||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 5 | -105/+248 |
| | |||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 4 | -102/+103 |
| | |||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 3 | -0/+4 |
| | |||||
* | %any is IP family neutral | Andreas Steffen | 2008-11-05 | 1 | -2/+2 |
| | |||||
* | corrected typo2 | Andreas Steffen | 2008-11-05 | 1 | -2/+2 |
| | |||||
* | replace tab by spaces | Andreas Steffen | 2008-11-03 | 1 | -2/+3 |
| | |||||
* | corrected captions | Andreas Steffen | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | added hooks for IKE and CHILD keymat | Martin Willi | 2008-10-30 | 6 | -37/+61 |
| | |||||
* | store plain skd, not the prf | Martin Willi | 2008-10-30 | 2 | -23/+19 |
| | |||||
* | moved CHILD_SA key derivation to keymat_t | Martin Willi | 2008-10-29 | 6 | -403/+411 |
| | | | | passing key chunks to CHILD_SA, not the PRF | ||||
* | do not store DH redundant in keymat | Martin Willi | 2008-10-29 | 3 | -52/+30 |
| | |||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 11 | -579/+737 |
| | | | | | | 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 | 3 | -44/+13 |
| | |||||
* | use more generic stats getter, introducing new stats | Martin Willi | 2008-10-27 | 3 | -77/+54 |
| | |||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 1 | -2/+0 |
| | |||||
* | additional getters for ipcomp and UDP encap | Martin Willi | 2008-10-24 | 2 | -0/+32 |
| | |||||
* | more CHILD_SA refactorings | Martin Willi | 2008-10-24 | 3 | -123/+127 |
| | |||||
* | fixed enumeration of CHILD_SA traffic selectors | Martin Willi | 2008-10-21 | 1 | -24/+25 |
| | |||||
* | reset threads IKE_SA after checking other IKE_SAs | Martin Willi | 2008-10-20 | 3 | -0/+14 |
| | | | | invoke updown script only if we have valid IKE_SA | ||||
* | re-established all previous AUD level messages | Andreas Steffen | 2008-10-17 | 3 | -6/+7 |
| | |||||
* | moved updown script invocation to an optional plugin | Martin Willi | 2008-10-16 | 6 | -243/+43 |
| | |||||
* | cache keys for in and outbound ESP SAs | Martin Willi | 2008-10-15 | 2 | -191/+236 |
| | | | | | 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 | -36/+47 |
| | |||||
* | passing chunks, not prf+, to kernel interface | Martin Willi | 2008-10-14 | 2 | -28/+117 |
| | | | | gives us better control of keymat in CHILD_SA | ||||
* | typos | Tobias Brunner | 2008-10-14 | 1 | -6/+6 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 14 | -236/+210 |
| | |||||
* | reintegrated two-sim branch providing SIM card plugin API | Martin Willi | 2008-10-10 | 2 | -0/+261 |
| | |||||
* | fixed MOBIKE roaming if clients address changes | Martin Willi | 2008-10-09 | 2 | -5/+20 |
| | |||||
* | mobike: try to keep existing source address before switching to another | Martin Willi | 2008-10-08 | 3 | -18/+17 |
| | |||||
* | userland support to process notifies for new NAT mappings detected in UDP ↵ | Martin Willi | 2008-10-07 | 1 | -6/+4 |
| | | | | encapsulation | ||||
* | use MOBIKE enabled DPD if we are NATed | Martin Willi | 2008-10-06 | 6 | -4/+113 |
| | | | | update SAs if we detect changes in NAT mappings | ||||
* | do not run CHILD_SA delete action if rekeying | Martin Willi | 2008-10-03 | 1 | -1/+13 |
| | |||||
* | also respect the mobike=no setting as responder | Martin Willi | 2008-09-30 | 1 | -2/+13 |
| | |||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 3 | -15/+15 |
| | |||||
* | merging modularized kernel interface back to trunk | Tobias Brunner | 2008-09-25 | 3 | -15/+15 |
| |