Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change interface for enumerator_create_filter() callback | Tobias Brunner | 2017-05-26 | 1 | -12/+18 |
| | | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback. | ||||
* | forecast: Mark correct port in UDP NAT-T rule | James Laird-Wah | 2017-02-08 | 1 | -1/+1 |
| | | | | Closes strongswan/strongswan#62. | ||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 2 | -19/+19 |
| | |||||
* | forecast: Compare the complete rules when deleting them | Tobias Brunner | 2016-03-10 | 1 | -1/+4 |
| | | | | | | Same as the change in the connmark plugin. References #1229. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -5/+3 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | forecast: Fix alignment when adding rules | Tobias Brunner | 2016-03-03 | 1 | -114/+133 |
| | | | | | | Basically the same issue as with the connmark plugin. Fixes #1212. | ||||
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | forecast: Explicitly cast sockaddr to fix compiler warning | Tobias Brunner | 2015-02-23 | 1 | -1/+1 |
| | | | | On Travis we compile with -Werror. | ||||
* | configure: Use pkg-config to detect libiptc used by connmark/forecast | Tobias Brunner | 2015-02-23 | 1 | -2/+2 |
| | | | | | This ensures the library is available. On Debian/Ubuntu it is a dynamic library provided by the iptables-dev package. | ||||
* | forecast: Add the broadcast/multicast forwarding plugin called forecast | Martin Willi | 2015-02-20 | 7 | -0/+1472 |