aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/transactions/rekey_ike_sa.c
Commit message (Collapse)AuthorAgeFilesLines
* merged tasking branch into trunkMartin Willi2007-02-281-889/+0
|
* fixed typoAndreas Steffen2007-01-041-1/+1
|
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-191-0/+1
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-9/+9
| | | | | | | | | 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-4/+6
| | | | | | | 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
* some improvements in signaling codeMartin Willi2006-10-271-4/+10
|
* improved signal handling and emittingMartin Willi2006-10-261-24/+24
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-6/+4
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-241-17/+3
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-181-65/+35
| | | | | | | 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 DPD to survive IKE_SA rekeyingMartin Willi2006-09-281-1/+1
|
* add priority management for kernel policyMartin Willi2006-09-081-1/+1
| | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups
* fixed rekeying behavior when proposing an inacceptable DH group ↵4.0.3Martin Willi2006-08-231-33/+25
| | | | (INVALID_KE_PAYLOAD)
* implement proper handling of most simultaneous IKE_SA rekeying casesMartin Willi2006-08-231-16/+150
|
* implemented IKE_SA rekeyingMartin Willi2006-07-271-0/+800
uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!