aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/ike_cfg.h
Commit message (Collapse)AuthorAgeFilesLines
* updated DoxyfileMartin Willi2009-03-241-2/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-061-7/+7
|
* returning reference pointer on get_ref()Martin Willi2008-05-061-7/+3
|
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-0/+8
| | | | | | 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-39/+20
|
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-1/+11
| | | | fixed bugs in force_encap code
* added PDF support for CHILD_SAsMartin Willi2007-04-191-11/+0
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* cleaned up apidocMartin Willi2007-04-111-1/+3
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-0/+160
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