aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/processing/jobs/start_action_job.c
Commit message (Collapse)AuthorAgeFilesLines
* stroke: Use peer name as namespace for shunt policiesTobias Brunner2017-02-161-1/+2
| | | | | The same goes for the start-action-job. When unrouting, we search for the first policy with a matching child-cfg.
* shunt-manager: Add an optional namespace for each shuntTobias Brunner2017-02-161-1/+2
| | | | | This will allow us to reuse the names of child configs e.g. when they are defined in different connections.
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-211-1/+1
|
* Reuse reqid for trap policies installed for dpd|closeaction=holdTobias Brunner2013-07-011-1/+1
|
* Give processor_t more control over the lifecycle of a jobTobias Brunner2012-06-251-2/+2
| | | | | | | | | | | Jobs are now destroyed by the processor, but they are allowed to reschedule themselves. That is, parts of the reschedule functionality already provided by callback_job_t is moved to the processor. Not yet fully supported is JOB_REQUEUE_DIRECT and canceling jobs. Note: job_t.destroy() is now called not only for queued jobs but also after execution or cancellation of jobs. job_t.status can be used to decide what to do in said method.
* Pass IKE version to peer config enumerator, filter configsMartin Willi2012-03-201-1/+1
|
* Do not ignore configs for IKEv1 in charon anymoreMartin Willi2012-03-201-5/+0
|
* Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-201-1/+1
| | | | Replaced all those magic numbers.
* Add missing semicolonMartin Willi2011-09-121-1/+1
|
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-1/+1
|
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-281-1/+11
|
* Introduce priority classes for jobsMartin Willi2011-05-161-0/+7
|
* _ prefix not requiredAndreas Steffen2011-02-101-1/+1
|
* replaced ipsec up %startall command by start_action jobAndreas Steffen2011-02-091-0/+101