Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |