Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed cleanup of traffic selector lists | Martin Willi | 2009-05-12 | 1 | -2/+2 | |
| | ||||||
* | properly end CERT_PRE task after detecting the final authentication round | Martin Willi | 2009-05-12 | 1 | -27/+41 | |
| | ||||||
* | fixed configuration payload type as responder | Martin Willi | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | never send a CERT payload in EAP | Martin Willi | 2009-05-11 | 1 | -13/+13 | |
| | ||||||
* | Fixed EAP authentication regression | Martin Willi | 2009-05-11 | 1 | -12/+16 | |
| | | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator. | |||||
* | fixed memleak | Martin Willi | 2009-05-11 | 1 | -0/+1 | |
| | ||||||
* | initiate trapped CHILD_SAs with same reqid | Martin Willi | 2009-05-08 | 2 | -3/+3 | |
| | ||||||
* | make use of the new trap-manager | Martin Willi | 2009-05-08 | 1 | -2/+3 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 34 | -68/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 6 | -16/+16 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 1 | -211/+66 | |
| | | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr) | |||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 3 | -4/+4 | |
| | | | | added schedule_job_ms for ms resolution events | |||||
* | fixed IKE_SA rekeying collisions | Martin Willi | 2009-04-20 | 1 | -6/+19 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 13 | -783/+963 | |
| | ||||||
* | set port for NATD hash calculation in the "include-all" case | Martin Willi | 2009-03-26 | 1 | -0/+4 | |
| | ||||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 17 | -17/+17 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | configuration of NBNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-13 | 1 | -3/+68 | |
| | ||||||
* | configuration of DNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-12 | 1 | -6/+29 | |
| | ||||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 1 | -14/+8 | |
| | ||||||
* | send proper AUTHENTICATION_FAILED if EAP method is successful, but AUTH ↵ | Martin Willi | 2009-02-10 | 1 | -0/+6 | |
| | | | | mismatches | |||||
* | proper initialization and disposal of keying material | Andreas Steffen | 2009-01-15 | 1 | -1/+3 | |
| | ||||||
* | fixed a potential memory leak when reusing mobike task | Martin Willi | 2008-12-19 | 1 | -0/+4 | |
| | ||||||
* | improved IKE_SA uniqueness check | Tobias Brunner | 2008-12-16 | 1 | -65/+3 | |
| | ||||||
* | limit number of ADDITIONAL_IPV*_ADDR notifies | Martin Willi | 2008-12-09 | 1 | -4/+9 | |
| | ||||||
* | some task queueing improvements: | Martin Willi | 2008-12-01 | 6 | -40/+164 | |
| | | | | | | | | - do not pass CHILD_SAs to task constructor, might not be valid anymore during execution (late lookup) - use sub-tasks to delete CHILD/IKE_SA after rekeying, as we want to execute the delete before additional queued tasks | |||||
* | pass SKd to derive_ike_keys() to have a more interoperable API | Martin Willi | 2008-11-28 | 1 | -29/+38 | |
| | ||||||
* | refactored and cleaned up child_sa interface | Martin Willi | 2008-11-19 | 2 | -72/+142 | |
| | | | | | | | replaced add/update calls by a install() call allocating SPIs always externally support installation of non-allocated CHILD_SAs some other cleanups | |||||
* | 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 | |
| | ||||||
* | moved ike_initiator flag to IKE_SAs condition bitfield | Martin Willi | 2008-11-12 | 1 | -1/+1 | |
| | ||||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 3 | -16/+40 | |
| | ||||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 1 | -2/+4 | |
| | ||||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 1 | -0/+2 | |
| | ||||||
* | corrected typo2 | Andreas Steffen | 2008-11-05 | 1 | -2/+2 | |
| | ||||||
* | corrected captions | Andreas Steffen | 2008-11-02 | 1 | -1/+1 | |
| | ||||||
* | added hooks for IKE and CHILD keymat | Martin Willi | 2008-10-30 | 2 | -11/+21 | |
| | ||||||
* | store plain skd, not the prf | Martin Willi | 2008-10-30 | 1 | -1/+0 | |
| | ||||||
* | moved CHILD_SA key derivation to keymat_t | Martin Willi | 2008-10-29 | 2 | -44/+41 | |
| | | | | passing key chunks to CHILD_SA, not the PRF | |||||
* | do not store DH redundant in keymat | Martin Willi | 2008-10-29 | 1 | -12/+11 | |
| | ||||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 4 | -65/+41 | |
| | | | | | | 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 | -17/+1 | |
| | ||||||
* | use more generic stats getter, introducing new stats | Martin Willi | 2008-10-27 | 1 | -1/+2 | |
| | ||||||
* | 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 | 2 | -15/+5 | |
| | ||||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 8 | -167/+158 | |
| | ||||||
* | fixed MOBIKE roaming if clients address changes | Martin Willi | 2008-10-09 | 1 | -0/+18 | |
| | ||||||
* | mobike: try to keep existing source address before switching to another | Martin Willi | 2008-10-08 | 2 | -5/+4 | |
| | ||||||
* | use MOBIKE enabled DPD if we are NATed | Martin Willi | 2008-10-06 | 4 | -2/+64 | |
| | | | | 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 | |
| |