aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/child_cfg.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-310/+0
|
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-271-1/+10
|
* Match to private use algorithms only if we know we are talking to strongSwanMartin Willi2010-01-071-1/+2
|
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-38/+38
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-011-50/+10
| | | | Initialization is now static.
* Handling of new lifetime limits added to stroke.Tobias Brunner2009-09-011-3/+11
|
* child_cfg_t now takes a lifetime_cfg_t to configure the lifetime limits. ↵Tobias Brunner2009-09-011-21/+16
| | | | Also adjusted the jitter calculation, so it works for values > RAND_MAX.
* lifetime_cfg_t added to configure lifetime limits of a CHILD_SA.Tobias Brunner2009-09-011-1/+50
|
* remove obsolete child_cfg_t.equal_traffic_selectors() methodMartin Willi2009-07-071-12/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-4/+4
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* added the MIPv6 options use_proxy_mode and install_policyAndreas Steffen2008-11-111-5/+30
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-031-0/+10
|
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-251-22/+3
|
* IPComp for IKEv2Tobias Brunner2008-05-081-2/+30
|
* returning reference pointer on get_ref()Martin Willi2008-05-061-7/+3
|
* added close_action as a seperate config option to dpd_actionMartin Willi2008-04-141-5/+13
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-2/+29
| | | | dpd actions a per child-, not peer ike-sa
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-49/+25
|
* added PDF support for CHILD_SAsMartin Willi2007-04-191-2/+13
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* cleaned up apidocMartin Willi2007-04-111-7/+8
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-0/+239
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