Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved P2P_ENDPOINT debugging | Andreas Steffen | 2007-12-03 | 1 | -0/+3 |
| | |||||
* | moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵ | Martin Willi | 2007-12-03 | 1 | -23/+1 |
| | | | | payload order) | ||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -0/+27 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | ID payload with explicit payload type | Tobias Brunner | 2007-10-02 | 1 | -2/+2 |
| | |||||
* | put IKE_SA and CHILD_SA names in single quotes | Andreas Steffen | 2007-09-15 | 1 | -4/+4 |
| | |||||
* | log name of established IKE_SA | Andreas Steffen | 2007-09-15 | 1 | -4/+8 |
| | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -1/+6 |
| | | | | | | | | | 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 of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 1 | -9/+11 |
| | |||||
* | adapted authentication failure text to those in the authenticators | Andreas Steffen | 2007-05-15 | 1 | -3/+3 |
| | |||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -1/+1 |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | ||||
* | properly checking received IDr as initiator | Martin Willi | 2007-04-25 | 1 | -1/+8 |
| | |||||
* | edited comment and debug output | Andreas Steffen | 2007-04-10 | 1 | -3/+3 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -17/+30 |
| | | | | | | | | | 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 | ||||
* | fixed state and logging of IKE_SA when using EAP authentication | Martin Willi | 2007-03-27 | 1 | -5/+16 |
| | |||||
* | fixed memleaks when using EAP authentication | Martin Willi | 2007-03-08 | 1 | -39/+56 |
| | | | | | fixed configuration payloads when using EAP | ||||
* | implemented cookies as initiator | Martin Willi | 2007-03-08 | 1 | -1/+4 |
| | | | | proper logging of notifies in IKE_SA setup | ||||
* | some cleanups | Martin Willi | 2007-03-08 | 1 | -10/+6 |
| | | | | | not installing %any DNS servers | ||||
* | allocation fixes, not complete | Martin Willi | 2007-03-08 | 1 | -8/+16 |
| | |||||
* | ported changes from EAP branch, renabling EAP framework | Martin Willi | 2007-03-08 | 1 | -126/+347 |
| | |||||
* | fixed notify handling in IKE_AUTH | Martin Willi | 2007-03-06 | 1 | -4/+1 |
| | | | | moved nonce payload before TS in CHILD_SA setup | ||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 1 | -2/+2 |
| | |||||
* | fixed ID selection bug when peer doesn't include IDr payload | Martin Willi | 2007-03-05 | 1 | -39/+23 |
| | | | | | allowing vendor ID in any messag | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+513 |