aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/message.c
Commit message (Collapse)AuthorAgeFilesLines
* added message id loggingMartin Willi2006-07-121-2/+4
|
* added policy cache to kernel interfaceMartin Willi2006-07-121-1/+1
| | | | | | allows refcounting of multiple installed policies finally brings us stable simultaneous rekeying
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-42/+86
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* some message code cleanupsMartin Willi2006-06-231-21/+15
|
* first merge of NATT codeMartin Willi2006-06-221-5/+17
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-6/+6
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* cosmeticsAndreas Steffen2006-06-121-45/+45
|
* further work for rekeying:Martin Willi2006-06-071-3/+5
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* job management:Martin Willi2006-05-311-0/+26
| | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-)
* - some logging improvements and cosmeticsMartin Willi2006-05-241-3/+4
|
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-7/+10
| | | | | should conform now to IKEv2
* (no commit message)Martin Willi2006-05-101-0/+1251