Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -1083/+0 |
| | |||||
* | Process ike_vendor task before ike_init, fixes support for private algs in IKE | Martin Willi | 2010-02-26 | 1 | -3/+3 |
| | |||||
* | Invoke missing message() hook for incoming responses | Martin Willi | 2010-02-17 | 1 | -0/+1 |
| | |||||
* | Added strongswan.conf options to configure retransmission timeouts | Martin Willi | 2010-01-11 | 1 | -3/+26 |
| | |||||
* | Add an option to send a vendor ID, allows us to properly support private ↵ | Martin Willi | 2010-01-07 | 1 | -0/+4 |
| | | | | extensions | ||||
* | Check existing path in mobike probing only if we still have a route | Martin Willi | 2009-11-26 | 1 | -4/+2 |
| | |||||
* | Invoke message hook before generation, allowing plugins to mangle it | Martin Willi | 2009-11-12 | 1 | -3/+2 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -60/+60 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 1 | -4/+4 |
| | |||||
* | implemented ike_down() bus hook | Martin Willi | 2009-07-09 | 1 | -0/+23 |
| | |||||
* | implemented child_up() bus hook | Martin Willi | 2009-07-09 | 1 | -3/+4 |
| | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 1 | -2/+3 |
| | |||||
* | do not destroy packet twice if message generation failed | Martin Willi | 2009-05-12 | 1 | -0/+1 |
| | |||||
* | instanciate new tasks only if none queued | Martin Willi | 2009-05-07 | 1 | -124/+125 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 1 | -1/+1 |
| | | | | added schedule_job_ms for ms resolution events | ||||
* | do not adopt already initiated tasks after rekeying | Martin Willi | 2009-04-20 | 1 | -9/+0 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -6/+7 |
| | |||||
* | free unneeded retransmission packet when exchange completes | Martin Willi | 2009-02-09 | 1 | -1/+2 |
| | |||||
* | some task queueing improvements: | Martin Willi | 2008-12-01 | 1 | -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_SA | Martin Willi | 2008-11-24 | 1 | -127/+130 |
| | | | | | added missing bus->message() hook invocation whitespace cleanups | ||||
* | set message IDs on IKE_SAs | Martin Willi | 2008-11-24 | 1 | -4/+11 |
| | |||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 1 | -2/+0 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -30/+5 |
| | |||||
* | handle INFORMATIONAL exchanges with NATD payloads in mobike task | Martin Willi | 2008-09-02 | 1 | -0/+2 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -6/+6 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | 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 |
| |