aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/child_cfg.c
Commit message (Collapse)AuthorAgeFilesLines
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-271-1/+17
|
* Match to private use algorithms only if we know we are talking to strongSwanMartin Willi2010-01-071-3/+4
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-29/+29
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-011-8/+7
| | | | Initialization is now static.
* child_cfg_t now takes a lifetime_cfg_t to configure the lifetime limits. ↵Tobias Brunner2009-09-011-30/+31
| | | | Also adjusted the jitter calculation, so it works for values > RAND_MAX.
* remove obsolete child_cfg_t.equal_traffic_selectors() methodMartin Willi2009-07-071-30/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* this debug statement has only two argumentsAndreas Steffen2009-02-111-1/+1
|
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-1/+1
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-1/+1
|
* added the MIPv6 options use_proxy_mode and install_policyAndreas Steffen2008-11-111-12/+57
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-031-0/+26
|
* corrected captionsAndreas Steffen2008-11-021-13/+13
|
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-251-12/+4
|
* ipsec statusall displays dpd optionsAndreas Steffen2008-07-021-3/+3
|
* added %P printf handler for poposal_tMartin Willi2008-06-121-0/+8
| | | | added some proposal selection debugging code
* IPComp for IKEv2Tobias Brunner2008-05-081-1/+26
|
* returning reference pointer on get_ref()Martin Willi2008-05-061-2/+3
|
* added close_action as a seperate config option to dpd_actionMartin Willi2008-04-141-8/+23
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-6/+25
| | | | dpd actions a per child-, not peer ike-sa
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-60/+45
| | | | | | 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-8/+2
|
* improved debugging code for traffic selector processingMartin Willi2007-10-021-7/+15
|
* fixed CHILD_SA proposal selection when not using DH exchangeMartin Willi2007-04-231-8/+3
|
* added PDF support for CHILD_SAsMartin Willi2007-04-191-5/+62
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* restructured file layoutMartin Willi2007-04-101-0/+397
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