Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -7/+2 |
| | |||||
* | support for virtual IP definition on client side: | Martin Willi | 2007-05-22 | 1 | -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 memleak | Martin Willi | 2007-05-22 | 1 | -0/+1 |
| | |||||
* | requesting the same virtual IP on reauthentication | Martin Willi | 2007-04-10 | 1 | -2/+14 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -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 code | Martin Willi | 2007-03-14 | 1 | -2/+2 |
| | |||||
* | fixed memleaks when using EAP authentication | Martin Willi | 2007-03-08 | 1 | -4/+8 |
| | | | | | fixed configuration payloads when using EAP | ||||
* | some cleanups | Martin Willi | 2007-03-08 | 1 | -1/+4 |
| | | | | | not installing %any DNS servers | ||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 1 | -2/+2 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+421 |