aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/child_create.c
Commit message (Collapse)AuthorAgeFilesLines
...
* further MOBIKE stuff:Martin Willi2007-06-211-12/+11
| | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet!
* support for virtual IP definition on client side:Martin Willi2007-05-221-1/+3
| | | | | | | 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.
* added PDF support for CHILD_SAsMartin Willi2007-04-191-17/+141
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* restructured file layoutMartin Willi2007-04-101-54/+53
| | | | | | | | | 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
* added CHILD_SA compare check for rekeying collisions Martin Willi2007-03-221-5/+1
|
* fixed child rekey collisionMartin Willi2007-03-211-0/+17
| | | | | implemented ike rekey collision
* handling of CHILD_SA rekeying collisionsMartin Willi2007-03-211-7/+29
|
* fixed some exchange collisions (except IKE/CHILD rekeying)Martin Willi2007-03-201-0/+7
|
* handling "No policy found" properlyMartin Willi2007-03-081-4/+4
|
* fixed CHILD_SA creation within existing IKE_SAMartin Willi2007-03-081-0/+1
|
* ported changes from EAP branch, renabling EAP frameworkMartin Willi2007-03-081-0/+24
|
* fixed notify handling in IKE_AUTHMartin Willi2007-03-061-12/+24
| | | | moved nonce payload before TS in CHILD_SA setup
* some cleanupsMartin Willi2007-03-051-8/+6
| | | | | | not assigning %any virtual IPs to peer anymore
* fixed double free bugMartin Willi2007-03-051-3/+10
|
* added firewalling support when using virtual IPsMartin Willi2007-03-011-1/+3
|
* merged tasking branch into trunkMartin Willi2007-02-281-0/+718