aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/states
Commit message (Collapse)AuthorAgeFilesLines
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-0520-6073/+0
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* fixed natd_hash memory leakAndreas Steffen2006-07-031-2/+7
|
* support of cert payloadsAndreas Steffen2006-07-036-366/+529
|
* applied new changes from NATT teamMartin Willi2006-06-233-8/+26
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* first merge of NATT codeMartin Willi2006-06-227-23/+535
|
* fixed bug: usage of already freed memMartin Willi2006-06-201-1/+2
|
* fixed SPI when rekeying and deleting CHILD_SAsMartin Willi2006-06-192-3/+9
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-152-8/+11
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* using same reqid if a child sa rekeys an existing oneMartin Willi2006-06-123-14/+26
|
* cosmeticsAndreas Steffen2006-06-122-53/+53
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-124-4/+31
| | | | | loading lifetime policies from ipsec.conf
* old child_sa gets deleted after rekeyingMartin Willi2006-06-095-8/+291
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* fixed compile warnings when using -WallMartin Willi2006-06-088-38/+776
| | | | | | | | 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-079-161/+247
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* fixed a memleakMartin Willi2006-06-071-1/+5
|
* - fixed host-host tunnel traffic selection, host-host works nowMartin Willi2006-05-313-2/+6
|
* - policies contain a connections name nowMartin Willi2006-05-293-32/+30
| | | | | | | | - 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 to standard connection log outputAndreas Steffen2006-05-291-4/+7
|
* - some logging improvements and cosmeticsMartin Willi2006-05-242-4/+12
|
* - handle IKE_SA setup without a piggy-packed CHILD_SAMartin Willi2006-05-242-40/+67
| | | | | more IKEv2 conform
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-2311-166/+378
| | | | | should conform now to IKEv2
* - applied patch from the NAT-T team fixing several typosMartin Willi2006-05-192-4/+4
|
* - introduced autotoolsMartin Willi2006-05-161-43/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-1015-0/+4006