Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not fire roam events based on local route changes. | Tobias Brunner | 2010-10-12 | 1 | -2/+3 |
| | | | | | These kernel events are triggered on address changes, which is problematic when deleting virtual IP addresses. | ||||
* | If a changed route has no src, try to find it via interface. | Tobias Brunner | 2010-10-12 | 1 | -37/+48 |
| | |||||
* | Get source address from interface if the route does not provide one. | Tobias Brunner | 2010-10-12 | 1 | -2/+49 |
| | |||||
* | added non-standard SERPENT and TWOFISH support to kernel_netlink plugin | Andreas Steffen | 2010-09-08 | 1 | -0/+2 |
| | |||||
* | Do not install routes for pluto. | Tobias Brunner | 2010-09-02 | 1 | -0/+5 |
| | | | | | There are some incompatibilities with e.g. passthrough policies. Pluto installs required source routes via updown script. | ||||
* | Charon specific strongswan.conf options generalized. | Tobias Brunner | 2010-09-02 | 2 | -6/+7 |
| | |||||
* | Fixing installation of trap policies (SPI=0) in kernel interface. | Tobias Brunner | 2010-09-02 | 1 | -9/+8 |
| | |||||
* | Do not overwrite the original mode when installing policies. | Tobias Brunner | 2010-09-02 | 1 | -4/+5 |
| | | | | The mode is later used to decide if a route has to be installed. | ||||
* | Added support for different policy types in kernel_netlink plugin. | Tobias Brunner | 2010-09-02 | 1 | -41/+45 |
| | |||||
* | Added an option to specify the type of a policy to kernel_ipsec.add_policy. | Tobias Brunner | 2010-09-02 | 1 | -1/+1 |
| | | | | | This will later allow us to support pluto's passthrough and drop policies in charon. | ||||
* | Added support for combined IPComp/ESP/AH policies in kernel_netlink plugin. | Tobias Brunner | 2010-09-02 | 1 | -31/+32 |
| | |||||
* | Replaced the protocol argument in add_policy with an optional SPI for an AH SA. | Tobias Brunner | 2010-09-02 | 1 | -3/+3 |
| | |||||
* | Refer to scheduler and processor via lib and not hydra. | Tobias Brunner | 2010-09-02 | 2 | -3/+3 |
| | |||||
* | Moved all kernel plugins to libhydra. | Tobias Brunner | 2010-09-02 | 9 | -0/+4328 |