Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -140/+0 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -6/+6 |
| | |||||
* | removed obsolete route/unroute code from ike_sa/controller | Martin Willi | 2009-05-08 | 1 | -32/+0 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | some typos | Tobias Brunner | 2008-11-11 | 1 | -3/+3 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -8/+6 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -2/+4 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | ike_sa_manager enumerable, not iterable | Martin Willi | 2008-04-14 | 1 | -4/+4 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+174 |
| | |||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -93/+0 |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | ||||
* | moved initiate() code to the generic controller_t class | Martin Willi | 2007-04-16 | 1 | -9/+38 |
| | |||||
* | removed IKE_SA_ID (%J) printf hook, two more to go | Martin Willi | 2007-04-11 | 1 | -0/+64 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -0/+0 |
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads |