aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/uci/uci_control.c
Commit message (Collapse)AuthorAgeFilesLines
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-9/+4
| | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation.
* Pass IKE version to peer config enumerator, filter configsMartin Willi2012-03-201-1/+1
|
* Migrated uci_control_t to INIT/METHOD macros.Tobias Brunner2011-10-041-6/+8
|
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-3/+3
|
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-4/+3
| | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA.
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
|
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-2/+4
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+2
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+301