Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -430/+0 |
| | |||||
* | Do not recreate existing create_child subtask when retrying with different ↵ | Martin Willi | 2009-11-23 | 1 | -2/+5 |
| | | | | DH group | ||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -43/+43 |
| | |||||
* | fixed memleak in rekey collissions | Martin Willi | 2009-09-03 | 1 | -0/+3 |
| | |||||
* | Convert empty CREATE_CHILD_SA exchange to an INFORMATIONAL | Martin Willi | 2009-09-03 | 1 | -1/+3 |
| | |||||
* | Use get_notify() to look up single notifies | Martin Willi | 2009-09-03 | 1 | -44/+18 |
| | |||||
* | If no inbound CHILD_SA is found, try to find an outbound SA. | Tobias Brunner | 2009-09-01 | 1 | -2/+9 |
| | | | | | Due to the new lifetime limits in- and outbound SAs may expire individually. | ||||
* | implemented child_up() bus hook | Martin Willi | 2009-07-09 | 1 | -2/+3 |
| | |||||
* | implemented ike_rekey()/child_rekey() bus hooks | Martin Willi | 2009-07-09 | 1 | -0/+10 |
| | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -9/+9 |
| | |||||
* | some task queueing improvements: | Martin Willi | 2008-12-01 | 1 | -25/+85 |
| | | | | | | | | - 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 | -0/+26 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -7/+2 |
| | |||||
* | 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 | ||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -1/+6 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 1 | -2/+2 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -4/+4 |
| | | | | | | | | | 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 CHILD_SA compare check for rekeying collisions | Martin Willi | 2007-03-22 | 1 | -0/+26 |
| | |||||
* | fixed some rekey collision issues | Martin Willi | 2007-03-21 | 1 | -3/+11 |
| | | | | added retry with jitter when rekeying fails | ||||
* | fixed child rekey collision | Martin Willi | 2007-03-21 | 1 | -44/+7 |
| | | | | | implemented ike rekey collision | ||||
* | handling of CHILD_SA rekeying collisions | Martin Willi | 2007-03-21 | 1 | -38/+71 |
| | |||||
* | fixed some exchange collisions (except IKE/CHILD rekeying) | Martin Willi | 2007-03-20 | 1 | -55/+18 |
| | |||||
* | moved REKEY_SA notify to the beginning of the message | Martin Willi | 2007-03-06 | 1 | -7/+7 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+353 |