aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/backends/backend.h
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-105/+0
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-0/+9
|
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-8/+4
|
* added more API documentation to backends/interfacesMartin Willi2007-04-301-3/+3
|
* restructuring of configuration backendsMartin Willi2007-04-271-9/+28
| | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
* cleaned up apidocMartin Willi2007-04-111-2/+6
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-0/+77
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