Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -409/+0 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -28/+28 |
| | |||||
* | Use get_notify() to look up single notifies | Martin Willi | 2009-09-03 | 1 | -23/+8 |
| | |||||
* | implemented ike_rekey()/child_rekey() bus hooks | Martin Willi | 2009-07-09 | 1 | -0/+2 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+2 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 1 | -2/+2 |
| | | | | added schedule_job_ms for ms resolution events | ||||
* | fixed IKE_SA rekeying collisions | Martin Willi | 2009-04-20 | 1 | -6/+19 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -6/+6 |
| | |||||
* | some task queueing improvements: | Martin Willi | 2008-12-01 | 1 | -5/+41 |
| | | | | | | | | - 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 | ||||
* | fallback to reauthentication if peer does not support CHILD_SA rekeying | Martin Willi | 2008-11-14 | 1 | -2/+1 |
| | |||||
* | fall back to reauthentication if IKE rekeying fails with NO_ADDITIONAL_SAS | Martin Willi | 2008-11-14 | 1 | -1/+27 |
| | |||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 1 | -1/+1 |
| | | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now | ||||
* | reset threads IKE_SA after checking other IKE_SAs | Martin Willi | 2008-10-20 | 1 | -0/+6 |
| | | | | invoke updown script only if we have valid IKE_SA | ||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -14/+14 |
| | |||||
* | completed IKE_SA logging at the AUDIT level | Andreas Steffen | 2008-07-23 | 1 | -1/+16 |
| | |||||
* | IKE_SA rekeying inherits other_host from old IKE_SA | Andreas Steffen | 2008-07-23 | 1 | -0/+3 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -7/+2 |
| | |||||
* | proper reauthentication: | Martin Willi | 2007-06-14 | 1 | -2/+3 |
| | | | | | 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 | -2/+2 |
| | | | | | | | | | | | | 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 | ||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -22/+33 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -2/+1 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -17/+8 |
| | | | | | | | | | 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 | ||||
* | added IKE_SA_INIT retransmission detection | Martin Willi | 2007-03-29 | 1 | -8/+4 |
| | | | | fixed thread exhaustion when IKE_SA is blocked for a longer time | ||||
* | fixed deferred CHILD_SA rekeying while IKE_SA rekeying in progress | Martin Willi | 2007-03-27 | 1 | -2/+2 |
| | |||||
* | fixed some rekey collision issues | Martin Willi | 2007-03-21 | 1 | -1/+9 |
| | | | | added retry with jitter when rekeying fails | ||||
* | fixed child rekey collision | Martin Willi | 2007-03-21 | 1 | -19/+77 |
| | | | | | implemented ike rekey collision | ||||
* | fixed some exchange collisions (except IKE/CHILD rekeying) | Martin Willi | 2007-03-20 | 1 | -1/+36 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+232 |