Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linked-list: Change return value of find_first() and signature of its callback | Tobias Brunner | 2017-05-26 | 1 | -6/+3 |
| | | | | This avoids the unportable five pointer hack. | ||||
* | kernel-interface: Add method to enumerate locally attached subnets | Tobias Brunner | 2017-02-08 | 1 | -0/+11 |
| | |||||
* | kernel-net: Let get_nexthop() return an optional interface name | Tobias Brunner | 2016-06-10 | 1 | -2/+3 |
| | | | | | The returned name should be the interface over which the destination address/net is reachable. | ||||
* | kernel-interface: Always set `vip` if get_address_by_ts() returns successfully | Tobias Brunner | 2016-06-10 | 1 | -0/+4 |
| | |||||
* | kernel: Use structs to pass information to the kernel-ipsec interface | Tobias Brunner | 2016-04-09 | 1 | -43/+25 |
| | |||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -29/+29 |
| | |||||
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -0/+1085 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | Moved kernel interface to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -523/+0 |
| | |||||
* | Removed references to protocol_id_t from kernel interface. | Tobias Brunner | 2010-09-02 | 1 | -7/+7 |
| | | | | | Instead we use the actual IP protocol identifier (the conversion now happens in child_sa_t and kernel_handler_t). | ||||
* | All kernel listener hooks are optional. | Tobias Brunner | 2010-09-02 | 1 | -5/+9 |
| | |||||
* | Added listener handling to kernel interface. | Tobias Brunner | 2010-09-02 | 1 | -1/+132 |
| | |||||
* | support of xfrm marks for IKEv2 | Andreas Steffen | 2010-07-02 | 1 | -17/+19 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+386 |