aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/config/ike_cfg.c
Commit message (Expand)AuthorAgeFilesLines
* ike-cfg: Fix memory leak when checking for configured addressTobias Brunner2017-08-291-0/+1
* ike-cfg: Fix memory leak when matching against rangesTobias Brunner2017-05-291-1/+1
* ike-cfg: Add helper function to determine if a given IP address was configuredTobias Brunner2017-02-171-1/+34
* proposal: Copy SPI and proposal number from correct proposal in select()Tobias Brunner2017-02-061-1/+1
* ike-cfg: Add option to prefer supplied proposals over locally configured onesTobias Brunner2016-06-171-24/+39
* Use standard unsigned integer typesAndreas Steffen2016-03-241-12/+12
* ike-cfg: Use new method to compare proposal lists in equals()Tobias Brunner2016-03-081-20/+4
* ike-cfg: Add helper function to determine address family of IP addressesTobias Brunner2015-07-271-0/+47
* ike-cfg: Use host_create_from_range() helperTobias Brunner2014-10-301-16/+1
* ike-cfg: Allow passing NULL to add_proposal()Martin Willi2014-05-161-1/+4
* ike-cfg: Properly compare IKE proposals for equality5.1.3rc1Tobias Brunner2014-04-031-1/+1
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-3/+3
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-41/+203
* ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addrMartin Willi2013-09-041-10/+2
* ike-cfg: add methods to match a host against configured local/remote addressesMartin Willi2013-09-041-0/+46
* ike-cfg: add a method to resolve local/remote hosts with portMartin Willi2013-09-041-0/+14
* Add a DSCP configuration value to IKE configsMartin Willi2013-02-061-1/+14
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-3/+3
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-1/+16
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-1/+15
* Move ike_version_t definition from peer_cfg_t to ike_cfg_tMartin Willi2012-10-241-0/+6
* Log configured IKE_SA proposals as initiatorTobias Brunner2012-08-241-0/+2
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-3/+24
* Replaced more complex iterator usages.Tobias Brunner2011-07-061-10/+10
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+294