aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_config.c
Commit message (Collapse)AuthorAgeFilesLines
* support for virtual IP definition on client side:Martin Willi2007-05-221-3/+10
| | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip.
* fixed memleakMartin Willi2007-05-221-0/+1
|
* requesting the same virtual IP on reauthenticationMartin Willi2007-04-101-2/+14
|
* restructured file layoutMartin Willi2007-04-101-15/+8
| | | | | | | | | 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
* removed cfg-payload dns test codeMartin Willi2007-03-141-2/+2
|
* fixed memleaks when using EAP authenticationMartin Willi2007-03-081-4/+8
| | | | | fixed configuration payloads when using EAP
* some cleanupsMartin Willi2007-03-081-1/+4
| | | | | not installing %any DNS servers
* fixed double free bugMartin Willi2007-03-051-2/+2
|
* merged tasking branch into trunkMartin Willi2007-02-281-0/+421