Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some task queueing improvements: | Martin Willi | 2008-12-01 | 1 | -0/+2 |
| | | | | | | | | - 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 | ||||
* | refactored and cleaned up child_sa interface | Martin Willi | 2008-11-19 | 1 | -71/+141 |
| | | | | | | | replaced add/update calls by a install() call allocating SPIs always externally support installation of non-allocated CHILD_SAs some other cleanups | ||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 1 | -8/+10 |
| | |||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 1 | -2/+4 |
| | |||||
* | 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 | 1 | -11/+13 |
| | |||||
* | 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 | 1 | -42/+39 |
| | | | | passing key chunks to CHILD_SA, not the PRF | ||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 1 | -2/+4 |
| | | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now | ||||
* | re-established all previous AUD level messages | Andreas Steffen | 2008-10-17 | 1 | -2/+2 |
| | |||||
* | moved updown script invocation to an optional plugin | Martin Willi | 2008-10-16 | 1 | -15/+4 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -48/+44 |
| | |||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | cosmetics | Andreas Steffen | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | some more changes to IKE_SA and CHILD_SA logging | Andreas Steffen | 2008-07-22 | 1 | -6/+18 |
| | |||||
* | ipsec status lists IPCOMP CPIs | Andreas Steffen | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | consistent logging of IKE and CHILD SAs | Andreas Steffen | 2008-07-21 | 1 | -5/+14 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -26/+30 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | fixed acquire-delay bug by: | Martin Willi | 2008-07-16 | 1 | -10/+9 |
| | | | | | installing policies before states updating policies if protocol has changed | ||||
* | 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 | 1 | -13/+42 |
| | |||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -0/+112 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -7/+6 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 1 | -2/+1 |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | ||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -3/+3 |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -9/+4 |
| | |||||
* | connection name to IKE_SA initiating | Andreas Steffen | 2007-09-15 | 1 | -1/+1 |
| | |||||
* | put IKE_SA and CHILD_SA names in single quotes | Andreas Steffen | 2007-09-15 | 1 | -1/+1 |
| | |||||
* | log name of established CHILD_SA | Andreas Steffen | 2007-09-15 | 1 | -2/+4 |
| | |||||
* | fixed responder initiated CHILD_SA rekeying when using virtual IPs | Martin Willi | 2007-07-04 | 1 | -11/+45 |
| | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -12/+11 |
| | | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet! | ||||
* | support for virtual IP definition on client side: | Martin Willi | 2007-05-22 | 1 | -1/+3 |
| | | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip. | ||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -17/+141 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -54/+53 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads | ||||
* | added CHILD_SA compare check for rekeying collisions | Martin Willi | 2007-03-22 | 1 | -5/+1 |
| | |||||
* | fixed child rekey collision | Martin Willi | 2007-03-21 | 1 | -0/+17 |
| | | | | | implemented ike rekey collision | ||||
* | handling of CHILD_SA rekeying collisions | Martin Willi | 2007-03-21 | 1 | -7/+29 |
| | |||||
* | fixed some exchange collisions (except IKE/CHILD rekeying) | Martin Willi | 2007-03-20 | 1 | -0/+7 |
| | |||||
* | handling "No policy found" properly | Martin Willi | 2007-03-08 | 1 | -4/+4 |
| | |||||
* | fixed CHILD_SA creation within existing IKE_SA | Martin Willi | 2007-03-08 | 1 | -0/+1 |
| | |||||
* | ported changes from EAP branch, renabling EAP framework | Martin Willi | 2007-03-08 | 1 | -0/+24 |
| | |||||
* | fixed notify handling in IKE_AUTH | Martin Willi | 2007-03-06 | 1 | -12/+24 |
| | | | | moved nonce payload before TS in CHILD_SA setup | ||||
* | some cleanups | Martin Willi | 2007-03-05 | 1 | -8/+6 |
| | | | | | | not assigning %any virtual IPs to peer anymore | ||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 1 | -3/+10 |
| | |||||
* | added firewalling support when using virtual IPs | Martin Willi | 2007-03-01 | 1 | -1/+3 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+718 |