Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -38/+0 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | kernel-interface: Return bool for kernel interface registration | Thomas Egerer | 2015-11-10 | 1 | -3/+4 |
| | | | | | | | | If the (un)registering of a kernel interface (net or ipsec) fails, the plugin loader will never know, since the appropriate functions always returns TRUE. By making the (un)register functions return a boolean value, the loader can detect a failure during initializing the kernel interface and abort charon startup if desired. | ||||
* | Added kernel_ipsec/net plugin feature loading callbacks | Martin Willi | 2011-10-14 | 1 | -0/+37 |