aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/connections/connection.h
Commit message (Collapse)AuthorAgeFilesLines
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-5/+31
| | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes
* implemented proper refcounting using atomic operationsMartin Willi2006-07-281-0/+3
|
* implemented IKE_SA rekeyingMartin Willi2006-07-271-3/+25
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-31/+12
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* updated copyright informationMartin Willi2006-07-071-4/+5
|
* support of cert payloadsAndreas Steffen2006-07-031-1/+1
|
* readded local_credential_storeMartin Willi2006-06-201-8/+62
| | | | | | added sendcert policy to connection some other cleanups
* - policies contain a connections name nowMartin Willi2006-05-291-71/+21
| | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
* - changed config load strategy:Martin Willi2006-05-231-1/+15
| | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior.
* (no commit message)Martin Willi2006-05-101-0/+283