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