aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/backends/local_backend.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-322/+0
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-0/+41
|
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-131-0/+7
|
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-20/+71
|
* extended interface_manager (more work needed here)Martin Willi2007-05-031-1/+1
|
* restructuring of configuration backendsMartin Willi2007-04-271-55/+23
| | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
* accepting stroke initiation by a name of a child_cfgMartin Willi2007-04-111-6/+24
|
* best must be initialized to 2*MAX_WILDCARDS+1Andreas Steffen2007-04-101-7/+13
|
* restructured file layoutMartin Willi2007-04-101-0/+231
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