aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/policies/policy.c
Commit message (Collapse)AuthorAgeFilesLines
* debug and logging improvementsMartin Willi2006-06-131-0/+4
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-7/+31
| | | | | loading lifetime policies from ipsec.conf
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-3/+3
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* fixed clone/destroy behavior when not using CAsMartin Willi2006-06-091-5/+17
|
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-091-2/+32
|
* fixed compile warnings when using -WallMartin Willi2006-06-081-2/+6
| | | | | | | | further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing
* further work for rekeying:Martin Willi2006-06-071-0/+18
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* - fixed some memleaks/freebugsMartin Willi2006-05-311-1/+0
| | | | | - leak detective works almost usable now (?!)
* - policies contain a connections name nowMartin Willi2006-05-291-40/+58
| | | | | | | | - 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/+397