aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/child_cfg.c
Commit message (Collapse)AuthorAgeFilesLines
* 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