aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/task_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-1083/+0
|
* Process ike_vendor task before ike_init, fixes support for private algs in IKEMartin Willi2010-02-261-3/+3
|
* Invoke missing message() hook for incoming responsesMartin Willi2010-02-171-0/+1
|
* Added strongswan.conf options to configure retransmission timeoutsMartin Willi2010-01-111-3/+26
|
* Add an option to send a vendor ID, allows us to properly support private ↵Martin Willi2010-01-071-0/+4
| | | | extensions
* Check existing path in mobike probing only if we still have a routeMartin Willi2009-11-261-4/+2
|
* Invoke message hook before generation, allowing plugins to mangle itMartin Willi2009-11-121-3/+2
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-60/+60
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-4/+4
|
* implemented ike_down() bus hookMartin Willi2009-07-091-0/+23
|
* implemented child_up() bus hookMartin Willi2009-07-091-3/+4
|
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-201-2/+3
|
* do not destroy packet twice if message generation failedMartin Willi2009-05-121-0/+1
|
* instanciate new tasks only if none queuedMartin Willi2009-05-071-124/+125
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-211-1/+1
| | | | added schedule_job_ms for ms resolution events
* do not adopt already initiated tasks after rekeyingMartin Willi2009-04-201-9/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-6/+7
|
* free unneeded retransmission packet when exchange completesMartin Willi2009-02-091-1/+2
|
* some task queueing improvements:Martin Willi2008-12-011-3/+12
| | | | | | | | - do not pass CHILD_SAs to task constructor, might not be valid anymore during execution (late lookup) - use sub-tasks to delete CHILD/IKE_SA after rekeying, as we want to execute the delete before additional queued tasks
* fixed set_message_id() on IKE_SAMartin Willi2008-11-241-127/+130
| | | | | added missing bus->message() hook invocation whitespace cleanups
* set message IDs on IKE_SAsMartin Willi2008-11-241-4/+11
|
* fixed some compiler warningsMartin Willi2008-10-271-2/+0
|
* reintegrated bus-refactoring branchMartin Willi2008-10-141-30/+5
|
* handle INFORMATIONAL exchanges with NATD payloads in mobike taskMartin Willi2008-09-021-0/+2
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-6/+6
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* 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
|