Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 3 | -42/+32 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | libhydra: Move all kernel plugins to libcharon | Tobias Brunner | 2016-03-03 | 5 | -0/+3291 |
| | |||||
* | Moved all kernel plugins to libhydra. | Tobias Brunner | 2010-09-02 | 5 | -2335/+0 |
| | |||||
* | Refer to kernel interface via hydra and not charon. | Tobias Brunner | 2010-09-02 | 2 | -19/+21 |
| | |||||
* | Removed references to protocol_id_t from kernel interface. | Tobias Brunner | 2010-09-02 | 1 | -43/+27 |
| | | | | | Instead we use the actual IP protocol identifier (the conversion now happens in child_sa_t and kernel_handler_t). | ||||
* | Moved migrate job creation to kernel event handler. | Tobias Brunner | 2010-09-02 | 1 | -7/+2 |
| | |||||
* | Moved update SA job creation to kernel event handler. | Tobias Brunner | 2010-09-02 | 1 | -7/+4 |
| | |||||
* | Moved delete/rekey CHILD_SA job creation to kernel event handler. | Tobias Brunner | 2010-09-02 | 1 | -15/+2 |
| | |||||
* | Moved acquire job creation to kernel event handler. | Tobias Brunner | 2010-09-02 | 1 | -8/+4 |
| | |||||
* | Refer to processor via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -5/+6 |
| | |||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -12/+14 |
| | |||||
* | support of xfrm marks for IKEv2 | Andreas Steffen | 2010-07-02 | 1 | -11/+14 |
| | |||||
* | Do not install routes in the PF_KEY kernel interface if interface lookup failed. | Tobias Brunner | 2010-06-23 | 1 | -15/+23 |
| | |||||
* | Fixing the PF_KEY kernel interface on Android. | Tobias Brunner | 2010-06-22 | 1 | -0/+2 |
| | | | | In Android's in.h IPPROTO_COMP is not #defined but just an enum member. | ||||
* | Check for SADB_X_NAT_T_NEW_MAPPING in PF_KEY kernel interface. | Tobias Brunner | 2010-06-15 | 1 | -4/+4 |
| | | | | | FreeBSD 8 does not support SADB_X_NAT_T_NEW_MAPPING whereas Linux and the previous FreeBSD NAT-T patch both do. | ||||
* | Set the ports of all hosts installed via the PF_KEY kernel interface to zero. | Tobias Brunner | 2010-06-15 | 1 | -15/+37 |
| | |||||
* | Respect line with in Makefile.am's, other cosmetics | Martin Willi | 2010-03-25 | 1 | -1/+2 |
| | |||||
* | Changed all usages of lib->attributes to hydra->attributes. | Tobias Brunner | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Convert charon into libcharon. | Tobias Brunner | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 5 | -0/+2335 |