aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/jobs/rekey_ike_sa_job.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-104/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-8/+8
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-1/+1
| | | | dpd actions a per child-, not peer ike-sa
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-9/+3
|
* proper reauthentication:Martin Willi2007-06-141-1/+1
| | | | | IKE_SA is closed completely before the new is initiated, resolves some issues when a dynamic IP is requested from a pool
* introduced callback_job:Martin Willi2007-06-111-32/+24
| | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere
* removed IKE_SA_ID (%J) printf hook, two more to goMartin Willi2007-04-111-1/+1
|
* restructured file layoutMartin Willi2007-04-101-0/+120
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