Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 1 | -16/+16 |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -10/+9 |
| | |||||
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 1 | -1/+1 |
| | | | | | fixed compiler warnings | ||||
* | moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵ | Martin Willi | 2007-12-03 | 1 | -10/+11 |
| | | | | payload order) | ||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -0/+7 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 1 | -1/+31 |
| | |||||
* | implemented more aggressive MOBIKE path probing | Martin Willi | 2007-09-28 | 1 | -24/+69 |
| | | | | | do not queue more than one MOBIKE task | ||||
* | typos | Tobias Brunner | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | improved MOBIKE roaming between interfaces | Martin Willi | 2007-09-24 | 1 | -2/+9 |
| | |||||
* | implemented routeability checks for mobike (experimental) | Martin Willi | 2007-09-03 | 1 | -12/+38 |
| | |||||
* | improved MOBIKE: | Martin Willi | 2007-07-03 | 1 | -0/+4 |
| | | | | | | | | prefer address family already used do not change address implicit when mobike supported handle multiple simultaneous roaming requests more properly proper enabling/disabling of UDP encapsulation | ||||
* | simple roaming of the client works (not MOBIKE conform yet!) | Martin Willi | 2007-06-26 | 1 | -0/+2 |
| | |||||
* | further fixed for mobike roaming | Martin Willi | 2007-06-25 | 1 | -14/+49 |
| | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -3/+23 |
| | | | | | | | | | 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! | ||||
* | proper reauthentication: | Martin Willi | 2007-06-14 | 1 | -2/+8 |
| | | | | | IKE_SA is closed completely before the new is initiated, resolves some issues when a dynamic IP is requested from a pool | ||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere | ||||
* | fixed keyingtries | Martin Willi | 2007-04-23 | 1 | -0/+1 |
| | |||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -1/+5 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -3/+8 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -2/+2 |
| | | | | | | | | | 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 task manager message id bug for cookies | Martin Willi | 2007-03-29 | 1 | -1/+1 |
| | |||||
* | removed send_queue, handled internally in sender_t know | Martin Willi | 2007-03-28 | 1 | -6/+5 |
| | | | | | do header parsing in receiver, ready for cookie integration | ||||
* | fixed deferred CHILD_SA rekeying while IKE_SA rekeying in progress | Martin Willi | 2007-03-27 | 1 | -0/+2 |
| | |||||
* | added CHILD_SA compare check for rekeying collisions | Martin Willi | 2007-03-22 | 1 | -1/+0 |
| | |||||
* | fixed some rekey collision issues | Martin Willi | 2007-03-21 | 1 | -37/+36 |
| | | | | added retry with jitter when rekeying fails | ||||
* | fixed child rekey collision | Martin Willi | 2007-03-21 | 1 | -3/+3 |
| | | | | | implemented ike rekey collision | ||||
* | handling of CHILD_SA rekeying collisions | Martin Willi | 2007-03-21 | 1 | -2/+51 |
| | |||||
* | fixed some exchange collisions (except IKE/CHILD rekeying) | Martin Willi | 2007-03-20 | 1 | -35/+53 |
| | |||||
* | cleanups | Martin Willi | 2007-03-20 | 1 | -10/+2 |
| | | | | fixed reset() | ||||
* | cleaned up and fixed DPD handling code | Martin Willi | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | fixed payload order (again) | Martin Willi | 2007-03-08 | 1 | -2/+2 |
| | |||||
* | prevent from initiating multiple exchanges the same time | Martin Willi | 2007-03-06 | 1 | -0/+9 |
| | |||||
* | sending an SPI of 0 as responder when IKE_SA_INIT fails | Martin Willi | 2007-03-06 | 1 | -0/+7 |
| | |||||
* | corrected typo | Andreas Steffen | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+780 |