aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/config/ike_cfg.h
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to announce support for IKE fragmentation but not sending ↵Tobias Brunner2017-05-231-3/+5
| | | | fragments
* ike-cfg: Add helper function to determine if a given IP address was configuredTobias Brunner2017-02-171-1/+12
|
* Fixed some typos, courtesy of codespellTobias Brunner2016-10-141-1/+1
|
* ike-cfg: Add option to prefer supplied proposals over locally configured onesTobias Brunner2016-06-171-3/+4
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-6/+6
|
* Fix some Doxygen issuesTobias Brunner2015-08-271-3/+3
|
* ike-cfg: Add helper function to determine address family of IP addressesTobias Brunner2015-07-271-1/+12
| | | | | All configured static addresses (hostnames, ranges or subnets are not considered) must be of the same family, otherwise AF_UNSPEC is returned.
* 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