Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -1589/+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 | -58/+42 |
| | |||||
* | added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts ↵ | Andreas Steffen | 2007-04-14 | 1 | -4/+8 |
| | | | | keywords | ||||
* | fixed output of list_auth_certificates() | Andreas Steffen | 2007-04-12 | 1 | -0/+1 |
| | |||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 1 | -3/+3 |
| | |||||
* | not using %m printf handler, as late errno interpration over bus may be ↵ | Martin Willi | 2007-04-12 | 1 | -5/+5 |
| | | | | problematic | ||||
* | removed IKE_SA_ID (%J) printf hook, two more to go | Martin Willi | 2007-04-11 | 1 | -2/+4 |
| | |||||
* | cleanup and fixes for status & statusall | Martin Willi | 2007-04-11 | 1 | -123/+129 |
| | |||||
* | using %V time delta for rekeying times | Martin Willi | 2007-04-11 | 1 | -6/+6 |
| | |||||
* | removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go | Martin Willi | 2007-04-11 | 1 | -111/+168 |
| | |||||
* | fixed virtual ip configuration bug introduced with the previous commit | Martin Willi | 2007-04-11 | 1 | -4/+1 |
| | |||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -1/+6 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | accepting stroke initiation by a name of a child_cfg | Martin Willi | 2007-04-11 | 1 | -8/+7 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -0/+1534 |
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 |