aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/backends
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-918/+0
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-131-1/+1
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-8/+9
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* fixed sqlite_backend compilation to respect changes from [3238]Martin Willi2007-10-041-1/+1
|
* fixed sqlite database pathMartin Willi2007-10-021-2/+2
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-2/+2
| | | | fixed bugs in force_encap code
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-011-0/+1
| | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-184-0/+415
|
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-131-0/+7
|
* support of CA-based ipsec policiesAndreas Steffen2007-05-182-28/+75
|
* extended interface_manager (more work needed here)Martin Willi2007-05-031-1/+1
|
* added more API documentation to backends/interfacesMartin Willi2007-04-303-6/+6
|
* restructuring of configuration backendsMartin Willi2007-04-274-104/+124
| | | | | | | | | 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-112-3/+7
| | | | | | 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-112-6/+33
|
* best must be initialized to 2*MAX_WILDCARDS+1Andreas Steffen2007-04-101-7/+13
|
* restructured file layoutMartin Willi2007-04-103-0/+390
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