aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/stroke/stroke_config.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed typosAndreas Steffen2008-05-111-1/+1
|
* IPComp for IKEv2Tobias Brunner2008-05-081-1/+1
|
* supporting multiple comma seperated subnets in left/rightsubnet definitionMartin Willi2008-04-251-28/+54
| | | | | e.g. leftsubnet=10.2.0.0/16,10.4.0.0/16
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-181-1/+8
|
* adding rightsourceip=%poolname properly to peer configMartin Willi2008-04-171-1/+2
|
* disable DPD if dpddelay is set but dpdaction=noneMartin Willi2008-04-161-0/+5
|
* implemented IKE_SA uniqueness using ipsec.conf uniqueids paramaterMartin Willi2008-04-141-1/+15
| | | | additionally supports a "keep" value to keep the old IKE_SA
* ike_sa_manager enumerable, not iterableMartin Willi2008-04-141-1/+1
|
* added close_action as a seperate config option to dpd_actionMartin Willi2008-04-141-5/+5
|
* fixed rightsourceip=%config scenariosMartin Willi2008-04-141-1/+1
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-2/+15
| | | | dpd actions a per child-, not peer ike-sa
* implementation of an CFG attribute framework, currently supporting virtual IPsMartin Willi2008-04-091-8/+30
| | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-11/+11
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* fixed compile error if --enable-p2p is setMartin Willi2008-03-261-1/+1
|
* splitted stroke plugin to several files:Martin Willi2008-03-261-0/+770
socket: reads messages from socket, dispatching config: process add/del conn, serves configs through backend_t control: controlling of the daemon (up/down/route/...( cred: credential loading, serves creds through credential_set_t ca: ca sections from ipsec.conf, serves cdp's through credential_set_t list: log status information to stroke console (status/statusall/list*) shared_key: shared key implementation for keys read from ipsec.secrets plugin: registers stroke plugin and starts socket w/ thread