aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa.h
Commit message (Collapse)AuthorAgeFilesLines
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-3/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-14/+10
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* introduced new logging subsystem using bus:Martin Willi2006-10-181-18/+4
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* fixed retransmission policy for responderMartin Willi2006-09-251-3/+3
|
* fixed dpd for responderMartin Willi2006-09-251-0/+8
|
* implement proper handling of most simultaneous IKE_SA rekeying casesMartin Willi2006-08-231-22/+56
|
* implemented IKE_SA rekeyingMartin Willi2006-07-271-8/+63
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-5/+25
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-34/+97
| | | | | | | | | 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
* added CHILD_SA states, which allows us to detect further simultaneous ↵Martin Willi2006-07-131-4/+12
| | | | | | | transactions reimplemented the buggy message id handling
* updated some inline docsMartin Willi2006-07-121-1/+33
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-071-50/+56
| | | | | no simultanous transaction with CHILD_SAs yet!
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-426/+190
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* support of cert payloadsAndreas Steffen2006-07-031-1/+8
|
* applied new changes from NATT teamMartin Willi2006-06-231-4/+12
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* first merge of NATT codeMartin Willi2006-06-221-0/+97
|
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-0/+18
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* further work for rekeying:Martin Willi2006-06-071-0/+28
| | | | | | | | | 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-1/+14
| | | | | | | | | | | | | 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... :-)
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-11/+18
| | | | | should conform now to IKEv2
* - applied patch from the NAT-T team fixing several typosMartin Willi2006-05-191-1/+1
|
* (no commit message)Martin Willi2006-05-101-0/+462