Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -665/+0 |
| | |||||
* | split connections with different virtual IPs in different peer_cfgs | Martin Willi | 2008-02-05 | 1 | -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 Willi | 2007-11-15 | 1 | -352/+304 |
| | |||||
* | reverted changeset [3215], as we need NULL callback to do asynchronous calls | Martin Willi | 2007-10-03 | 1 | -33/+45 |
| | | | | 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 | -37/+33 |
| | |||||
* | allow starter to initiate connections simultaneously (on auto=start) | Martin Willi | 2007-08-06 | 1 | -0/+7 |
| | |||||
* | removed paranoid module checking | Martin Willi | 2007-05-25 | 1 | -13/+0 |
| | |||||
* | proper thread cancellation when using the charon->interfaces | Martin Willi | 2007-05-23 | 1 | -0/+15 |
| | |||||
* | routing/unrouting through interface | Martin Willi | 2007-05-16 | 1 | -2/+124 |
| | |||||
* | properly implemented interface_managers initiate, terminte_[ike|child] | Martin Willi | 2007-05-09 | 1 | -73/+250 |
| | | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues | ||||
* | extended interface_manager (more work needed here) | Martin Willi | 2007-05-03 | 1 | -2/+167 |
| | |||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -0/+239 |
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP |