aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control/interface_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-665/+0
|
* split connections with different virtual IPs in different peer_cfgsMartin Willi2008-02-051-11/+4
| | | | respect different peer_cfg's when initiating a CHILD_SA within an existing IKE_SA
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-151-352/+304
|
* reverted changeset [3215], as we need NULL callback to do asynchronous callsMartin Willi2007-10-031-33/+45
| | | | added interface_manager_cb_empty function, which calls synchronous but doesn't do anything
* dummy callback added to interface managerTobias Brunner2007-10-021-37/+33
|
* allow starter to initiate connections simultaneously (on auto=start)Martin Willi2007-08-061-0/+7
|
* removed paranoid module checkingMartin Willi2007-05-251-13/+0
|
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-0/+15
|
* routing/unrouting through interfaceMartin Willi2007-05-161-2/+124
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-091-73/+250
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues
* extended interface_manager (more work needed here)Martin Willi2007-05-031-2/+167
|
* restructuring of configuration backendsMartin Willi2007-04-271-0/+239
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP