Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | time values in strongswan.conf can be optionally specified in days (d), ↵ | Andreas Steffen | 2008-09-04 | 1 | -1/+1 | |
| | | | | hours (h), minutes (m), or seconds (s) | |||||
* | charon.keep_alive = 0 disables the sending of NAT keep alives | Andreas Steffen | 2008-09-03 | 1 | -1/+1 | |
| | ||||||
* | configure NAT keep alive interval using the charon.keep_alive key | Andreas Steffen | 2008-09-03 | 1 | -2/+9 | |
| | ||||||
* | handle INFORMATIONAL exchanges with NATD payloads in mobike task | Martin Willi | 2008-09-02 | 1 | -0/+2 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-08-26 | 1 | -1/+1 | |
| | ||||||
* | completed support of AUTHZ_CA_CERT and AUTHZ_CA_CERT_NAME attributes | Andreas Steffen | 2008-08-26 | 1 | -7/+24 | |
| | ||||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 9 | -80/+326 | |
| | | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones | |||||
* | a (incomplete) implementation of draft-sheffer-ikev2-gtc-00.txt using PAM | Martin Willi | 2008-08-21 | 2 | -6/+6 | |
| | ||||||
* | corrected typo | Andreas Steffen | 2008-08-11 | 1 | -1/+1 | |
| | ||||||
* | initiator sends contents of rightca= if present as a certificate request ↵ | Andreas Steffen | 2008-08-05 | 1 | -9/+15 | |
| | | | | without searching for further CA certificates | |||||
* | using a entry cache for duplicate checks, avoids deadlocks | Martin Willi | 2008-07-30 | 1 | -4/+37 | |
| | ||||||
* | demoted IKE state change output to debug level 2 | Andreas Steffen | 2008-07-28 | 1 | -1/+1 | |
| | ||||||
* | ignore AUTH_LIFETIME value if reauthentication has already been scheduled ↵ | Andreas Steffen | 2008-07-28 | 1 | -8/+13 | |
| | | | | earlier | |||||
* | completed IKE_SA logging at the AUDIT level | Andreas Steffen | 2008-07-23 | 3 | -8/+43 | |
| | ||||||
* | IKE_SA rekeying inherits other_host from old IKE_SA | Andreas Steffen | 2008-07-23 | 1 | -0/+3 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | some more changes to IKE_SA and CHILD_SA logging | Andreas Steffen | 2008-07-22 | 6 | -22/+46 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-07-22 | 1 | -1/+1 | |
| | ||||||
* | ipsec status lists IPCOMP CPIs | Andreas Steffen | 2008-07-22 | 3 | -6/+31 | |
| | ||||||
* | own CPI was not deleted due to copy-and-paste error | Andreas Steffen | 2008-07-22 | 1 | -1/+1 | |
| | ||||||
* | consistent logging of SPIs and CPIs | Andreas Steffen | 2008-07-22 | 1 | -2/+2 | |
| | ||||||
* | consistent logging of IKE and CHILD SAs | Andreas Steffen | 2008-07-21 | 4 | -23/+39 | |
| | ||||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 8 | -94/+100 | |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | |||||
* | fixed potential segfault in resolve_hosts | Martin Willi | 2008-07-17 | 1 | -1/+4 | |
| | ||||||
* | fixed acquire-delay bug by: | Martin Willi | 2008-07-16 | 4 | -15/+21 | |
| | | | | | installing policies before states updating policies if protocol has changed | |||||
* | reverted [4125],[4166], reimplemented the proper way | Martin Willi | 2008-07-11 | 1 | -2/+8 | |
| | ||||||
* | setting ike_sa on bus in checkout_new | Martin Willi | 2008-07-11 | 1 | -0/+1 | |
| | ||||||
* | do a route lookup to allow routing of left=%any connections | Martin Willi | 2008-07-09 | 1 | -5/+15 | |
| | ||||||
* | peer_cfg lookup takes peer addresses into account | Martin Willi | 2008-07-01 | 1 | -1/+2 | |
| | ||||||
* | strongswan.conf's charon.close_ike_on_child_failure closes IKE_SA if ↵ | Martin Willi | 2008-07-01 | 1 | -2/+36 | |
| | | | | CHILD_SA setup in IKE_AUTH fails | |||||
* | sending INTERNAL_ADDRESS_FAILURE if virtual IP requested but none found | Martin Willi | 2008-07-01 | 2 | -14/+46 | |
| |