aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/queues/jobs/initiate_job.c
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-101-112/+0
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* merged tasking branch into trunkMartin Willi2007-02-281-18/+3
|
* removed unused debugging codeMartin Willi2007-01-081-1/+0
|
* fixed reauthentication when using %any hostsMartin Willi2007-01-081-0/+1
|
* fixed reuathentication when connections other host is %anyMartin Willi2007-01-031-1/+14
|
* improved signal handling and emittingMartin Willi2006-10-261-1/+1
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-8/+1
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-4/+5
| | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes
* implemented IKE_SA rekeyingMartin Willi2006-07-271-1/+0
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* reuse an existing IKE_SA to set up additional CHILD_SAsMartin Willi2006-07-201-0/+121