aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/config/ike_cfg.h
Commit message (Collapse)AuthorAgeFilesLines
* ike-cfg: Allow passing NULL to add_proposal()Martin Willi2014-05-161-2/+3
| | | | | This simplifies adding default proposals with constructors potentially returning NULL.
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-5/+8
| | | | | | | Replace the allowany semantic by a more powerful subnet and IP range matching. Multiple addresses, DNS names, subnets and ranges can be specified in a comma separated list. Initiators ignore the ranges/subnets, responders match configurations against all addresses, ranges and subnets.
* ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addrMartin Willi2013-09-041-4/+2
|
* ike-cfg: add methods to match a host against configured local/remote addressesMartin Willi2013-09-041-0/+16
|
* ike-cfg: add a method to resolve local/remote hosts with portMartin Willi2013-09-041-0/+16
|
* Add a DSCP configuration value to IKE configsMartin Willi2013-02-061-1/+9
|
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-2/+16
|
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-2/+11
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
|
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-1/+9
|
* Move ike_version_t definition from peer_cfg_t to ike_cfg_tMartin Willi2012-10-241-0/+18
|
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-26/+31
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+161