Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -1351/+0 |
| | |||||
* | Made inactivity_timeout a per CHILD_SA config option | Martin Willi | 2010-01-27 | 1 | -7/+7 |
| | |||||
* | Support for closing CHILD/IKE_SA if a CHILD_SA is inactive. | Martin Willi | 2010-01-12 | 1 | -0/+25 |
| | |||||
* | Match to private use algorithms only if we know we are talking to strongSwan | Martin Willi | 2010-01-07 | 1 | -2/+4 |
| | |||||
* | Interpret private use BEET mode notify only if we know we are talking to ↵ | Martin Willi | 2010-01-07 | 1 | -1/+9 |
| | | | | strongSwan | ||||
* | enforce RFC 3779 address constraints on traffic selectors | Andreas Steffen | 2009-12-25 | 1 | -0/+61 |
| | |||||
* | Fixed BEET mode by installing SAs with negotiated address in traffic selector | Martin Willi | 2009-12-17 | 1 | -5/+5 |
| | |||||
* | Do not propose transport mode as initiator if connection is NATed | Martin Willi | 2009-11-30 | 1 | -0/+6 |
| | |||||
* | Avoid potentially unaligned half-word read | Martin Willi | 2009-11-23 | 1 | -5/+8 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -98/+98 |
| | |||||
* | report installation failure of inbound and/or outbound IPsec SA, separately | Andreas Steffen | 2009-07-13 | 1 | -8/+11 |
| | |||||
* | implemented child_up() bus hook | Martin Willi | 2009-07-09 | 1 | -2/+18 |
| | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 1 | -2/+27 |
| | |||||
* | fixed cleanup of traffic selector lists | Martin Willi | 2009-05-12 | 1 | -2/+2 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 1 | -1/+1 |
| | | | | added schedule_job_ms for ms resolution events | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -54/+45 |
| | |||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 1 | -14/+8 |
| | |||||
* | proper initialization and disposal of keying material | Andreas Steffen | 2009-01-15 | 1 | -1/+3 |
| | |||||
* | 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 |
| |