Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverted changeset [3215], as we need NULL callback to do asynchronous calls | Martin Willi | 2007-10-03 | 1 | -2/+3 |
| | | | | added interface_manager_cb_empty function, which calls synchronous but doesn't do anything | ||||
* | dummy callback added to interface manager | Tobias Brunner | 2007-10-02 | 1 | -11/+1 |
| | |||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 1 | -41/+1 |
| | |||||
* | ported interfaces to new threading functions (incomplete) | Martin Willi | 2007-06-11 | 1 | -13/+10 |
| | |||||
* | proper thread cancellation when using the charon->interfaces | Martin Willi | 2007-05-23 | 1 | -2/+4 |
| | |||||
* | working dummy for NetworkManager DBUS interface | Martin Willi | 2007-05-14 | 1 | -8/+68 |
| | | | | | more a tech demo | ||||
* | simplified capability dropping | Martin Willi | 2007-05-09 | 1 | -2/+1 |
| | |||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 1 | -1/+1 |
| | | | | added --with-uid/--with-gid configure option | ||||
* | reducing capabilities of the threads to a minimum | Martin Willi | 2007-05-03 | 1 | -26/+120 |
| | | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route | ||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -0/+324 |
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP |