aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/policies/policy.h
Commit message (Collapse)AuthorAgeFilesLines
* add priority management for kernel policyMartin Willi2006-09-081-1/+1
| | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-2/+34
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-1/+2
| | | | | | | | | 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-2/+1
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-111/+77
| | | | | | | | | 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-1/+2
|
* support of cert payloadsAndreas Steffen2006-07-031-0/+8
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-1/+10
| | | | | loading lifetime policies from ipsec.conf
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-091-0/+9
|
* further work for rekeying:Martin Willi2006-06-071-0/+19
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* - policies contain a connections name nowMartin Willi2006-05-291-1/+14
| | | | | | | | - 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
* (no commit message)Martin Willi2006-05-101-0/+249