aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control
Commit message (Collapse)AuthorAgeFilesLines
...
* simplified capability droppingMartin Willi2007-05-092-4/+2
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-092-119/+303
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-072-2/+2
| | | | added --with-uid/--with-gid configure option
* extended interface_manager (more work needed here)Martin Willi2007-05-032-2/+242
|
* reducing capabilities of the threads to a minimumMartin Willi2007-05-034-30/+127
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* added more API documentation to backends/interfacesMartin Willi2007-04-303-9/+25
|
* fixed castingAndreas Steffen2007-04-271-2/+2
|
* restructuring of configuration backendsMartin Willi2007-04-2710-189/+882
| | | | | | | | | 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 classMartin Willi2007-04-163-67/+214
|
* added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts ↵Andreas Steffen2007-04-141-4/+8
| | | | keywords
* fixed output of list_auth_certificates()Andreas Steffen2007-04-121-0/+1
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-121-3/+3
|
* not using %m printf handler, as late errno interpration over bus may be ↵Martin Willi2007-04-121-5/+5
| | | | problematic
* removed IKE_SA_ID (%J) printf hook, two more to goMartin Willi2007-04-112-2/+68
|
* cleanup and fixes for status & statusallMartin Willi2007-04-111-123/+129
|
* using %V time delta for rekeying timesMartin Willi2007-04-111-6/+6
|
* removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to goMartin Willi2007-04-111-111/+168
|
* fixed virtual ip configuration bug introduced with the previous commitMartin Willi2007-04-111-4/+1
|
* cleaned up apidocMartin Willi2007-04-112-3/+8
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* accepting stroke initiation by a name of a child_cfgMartin Willi2007-04-111-8/+7
|
* restructured file layoutMartin Willi2007-04-104-0/+1599
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