aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/queues
Commit message (Collapse)AuthorAgeFilesLines
* added CHILD_SA states, which allows us to detect further simultaneous ↵Martin Willi2006-07-131-1/+1
| | | | | | | transactions reimplemented the buggy message id handling
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-103-101/+39
| | | | | still some cases which cause trouble
* updated copyright informationMartin Willi2006-07-0718-18/+36
|
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-074-32/+48
| | | | | no simultanous transaction with CHILD_SAs yet!
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-058-283/+115
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* applied new changes from NATT teamMartin Willi2006-06-232-7/+25
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* some message code cleanupsMartin Willi2006-06-231-6/+17
|
* first merge of NATT codeMartin Willi2006-06-228-15/+485
|
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-1/+1
| | | | | | 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-084-2/+3
| | | | | | | | 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-072-3/+6
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* job management:Martin Willi2006-05-3117-214/+673
| | | | | | | | | | | | | 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... :-)
* (no commit message)Martin Willi2006-05-301-10/+13
|
* - fixed event queue for events >36minMartin Willi2006-05-301-30/+17
|
* - introduced autotoolsMartin Willi2006-05-162-70/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-1020-0/+2125