aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/peer_cfg.c
Commit message (Collapse)AuthorAgeFilesLines
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-26/+26
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-0/+48
| | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-67/+46
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-131-2/+10
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-34/+58
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-1/+66
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-16/+1
| | | | fixed bugs in force_encap code
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-011-1/+16
| | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-131-6/+26
|
* added mobike=yes|no connection optionMartin Willi2007-08-291-2/+17
| | | | | | | 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-11/+20
| | | | | | | 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.
* fixed DPD delay in peer_cfgMartin Willi2007-04-121-1/+1
|
* restructured file layoutMartin Willi2007-04-101-0/+470
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