aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control/interfaces/dbus_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* reverted changeset [3215], as we need NULL callback to do asynchronous callsMartin Willi2007-10-031-2/+3
| | | | added interface_manager_cb_empty function, which calls synchronous but doesn't do anything
* dummy callback added to interface managerTobias Brunner2007-10-021-11/+1
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-41/+1
|
* ported interfaces to new threading functions (incomplete)Martin Willi2007-06-111-13/+10
|
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-2/+4
|
* working dummy for NetworkManager DBUS interfaceMartin Willi2007-05-141-8/+68
| | | | | more a tech demo
* simplified capability droppingMartin Willi2007-05-091-2/+1
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-1/+1
| | | | added --with-uid/--with-gid configure option
* reducing capabilities of the threads to a minimumMartin Willi2007-05-031-26/+120
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* restructuring of configuration backendsMartin Willi2007-04-271-0/+324
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP