aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/policies/policy.h
Commit message (Collapse)AuthorAgeFilesLines
* 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