aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/task_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-16/+16
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-10/+9
|
* removed c++ style comments4.1.9Martin Willi2007-12-041-1/+1
| | | | | fixed compiler warnings
* moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵Martin Willi2007-12-031-10/+11
| | | | payload order)
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-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 branchTobias Brunner2007-10-031-1/+31
|
* implemented more aggressive MOBIKE path probingMartin Willi2007-09-281-24/+69
| | | | | do not queue more than one MOBIKE task
* typosTobias Brunner2007-09-271-2/+2
|
* improved MOBIKE roaming between interfacesMartin Willi2007-09-241-2/+9
|
* implemented routeability checks for mobike (experimental)Martin Willi2007-09-031-12/+38
|
* improved MOBIKE:Martin Willi2007-07-031-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 Willi2007-06-261-0/+2
|
* further fixed for mobike roamingMartin Willi2007-06-251-14/+49
|
* further MOBIKE stuff:Martin Willi2007-06-211-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 Willi2007-06-141-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 Willi2007-06-111-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 keyingtriesMartin Willi2007-04-231-0/+1
|
* added PDF support for CHILD_SAsMartin Willi2007-04-191-1/+5
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* cleaned up apidocMartin Willi2007-04-111-3/+8
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-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 cookiesMartin Willi2007-03-291-1/+1
|
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-6/+5
| | | | | do header parsing in receiver, ready for cookie integration
* fixed deferred CHILD_SA rekeying while IKE_SA rekeying in progressMartin Willi2007-03-271-0/+2
|
* added CHILD_SA compare check for rekeying collisions Martin Willi2007-03-221-1/+0
|
* fixed some rekey collision issuesMartin Willi2007-03-211-37/+36
| | | | added retry with jitter when rekeying fails
* fixed child rekey collisionMartin Willi2007-03-211-3/+3
| | | | | implemented ike rekey collision
* handling of CHILD_SA rekeying collisionsMartin Willi2007-03-211-2/+51
|
* fixed some exchange collisions (except IKE/CHILD rekeying)Martin Willi2007-03-201-35/+53
|
* cleanupsMartin Willi2007-03-201-10/+2
| | | | fixed reset()
* cleaned up and fixed DPD handling codeMartin Willi2007-03-141-1/+1
|
* fixed payload order (again)Martin Willi2007-03-081-2/+2
|
* prevent from initiating multiple exchanges the same timeMartin Willi2007-03-061-0/+9
|
* sending an SPI of 0 as responder when IKE_SA_INIT failsMartin Willi2007-03-061-0/+7
|
* corrected typoAndreas Steffen2007-03-011-1/+1
|
* merged tasking branch into trunkMartin Willi2007-02-281-0/+780