Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -14/+13 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | demoted more notify debug messages to level 24.2.0 | Andreas Steffen | 2008-04-02 | 1 | -2/+2 |
| | |||||
* | demoted received notify debug message to level 2 | Andreas Steffen | 2008-04-01 | 1 | -1/+1 |
| | |||||
* | stopping connectivity checks on the responders side after receiving an ↵ | Tobias Brunner | 2008-04-01 | 1 | -1/+61 |
| | | | | IKE_SA_INIT request with the proper ME_CONNECTID | ||||
* | signal fixed | Tobias Brunner | 2008-03-31 | 1 | -2/+2 |
| | |||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 1 | -3/+3 |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -10/+5 |
| | |||||
* | connection name to IKE_SA initiating | Andreas Steffen | 2007-09-15 | 1 | -1/+2 |
| | |||||
* | fixed payload order (Nonce, KE) for IKE_SA_INIT | Martin Willi | 2007-07-16 | 1 | -3/+11 |
| | |||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 1 | -66/+47 |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -16/+14 |
| | | | | | | | | | 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 retry limit for IKE_SA_INIT (give up after 5 cookie failures) | Martin Willi | 2007-03-29 | 1 | -0/+15 |
| | |||||
* | fixed child rekey collision | Martin Willi | 2007-03-21 | 1 | -0/+17 |
| | | | | | implemented ike rekey collision | ||||
* | not detaching from bus when IKE_SA_INIT is retried | Martin Willi | 2007-03-13 | 1 | -4/+3 |
| | |||||
* | implemented cookies as initiator | Martin Willi | 2007-03-08 | 1 | -8/+40 |
| | | | | proper logging of notifies in IKE_SA setup | ||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 1 | -4/+3 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+536 |