aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/peer_cfg.h
Commit message (Collapse)AuthorAgeFilesLines
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-1/+38
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-10/+1
| | | | fixed bugs in force_encap code
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-011-3/+12
| | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-131-5/+16
|
* added mobike=yes|no connection optionMartin Willi2007-08-291-1/+10
| | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes
* support for virtual IP definition on client side:Martin Willi2007-05-221-14/+21
| | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip.
* cleaned up apidocMartin Willi2007-04-111-2/+18
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-0/+345
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