Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stroke: Use peer name as namespace for shunt policies | Tobias Brunner | 2017-02-16 | 1 | -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 shunt | Tobias Brunner | 2017-02-16 | 1 | -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_SAs | Tobias Brunner | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Reuse reqid for trap policies installed for dpd|closeaction=hold | Tobias Brunner | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | Give processor_t more control over the lifecycle of a job | Tobias Brunner | 2012-06-25 | 1 | -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 configs | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Do not ignore configs for IKEv1 in charon anymore | Martin Willi | 2012-03-20 | 1 | -5/+0 |
| | |||||
* | Use enum to define IKE version on peer_cfg_t. | Tobias Brunner | 2012-03-20 | 1 | -1/+1 |
| | | | | Replaced all those magic numbers. | ||||
* | Add missing semicolon | Martin Willi | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | bus->listen() and the controller wrappers accept a timeout to wait for callbacks | Martin Willi | 2011-08-26 | 1 | -1/+1 |
| | |||||
* | implemented PASS and DROP shunt policies | Andreas Steffen | 2011-06-28 | 1 | -1/+11 |
| | |||||
* | Introduce priority classes for jobs | Martin Willi | 2011-05-16 | 1 | -0/+7 |
| | |||||
* | _ prefix not required | Andreas Steffen | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | replaced ipsec up %startall command by start_action job | Andreas Steffen | 2011-02-09 | 1 | -0/+101 |