Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libipq: fix compile error | Jan Engelhardt | 2009-02-12 | 1 | -0/+2 |
| | | | | | | | | | | | | libipq.c: In function `ipq_create_handle': libipq.c:220: error: `NFPROTO_IPV4' undeclared (first use in this function) libipq.c:220: error: (Each undeclared identifier is reported only once libipq.c:220: error: for each function it appears in.) libipq.c:222: error: `NFPROTO_IPV6' undeclared (first use in this function) Add the required includes. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> | ||||
* | build: restructure Makefile for include/ directory | Jan Engelhardt | 2009-02-12 | 1 | -1/+0 |
| | | | | | | This patch will support adding libiptc to the headers list in future. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> | ||||
* | libipq: add missing doc for NF_ values | Jan Engelhardt | 2009-02-12 | 1 | -0/+7 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de> | ||||
* | src: use NFPROTO_ constants | Jan Engelhardt | 2008-11-18 | 3 | -4/+4 |
| | | | | | | | | Resync netfilter.h from the latest kernel and make use of the new NFPROTO_ constants that have been introduced. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net> | ||||
* | Add all necessary header files - compilation fix for various cases | Jan Engelhardt | 2008-04-14 | 1 | -1/+1 |
| | | | | | | Allow iptables to compile without a kernel source tree. This implies fixing build for older kernels, such as 2.6.17 which lack xt_SECMARK.h. | ||||
* | Converts the iptables build infrastructure to autotools. | Jan Engelhardt | 2008-01-20 | 2 | -28/+11 |
| | | | | | | | | | | | | | - Can build both static and dynamic at the same time - iptables-static will be a multi-binary, semi-static (link against libc but w/o dynamic plugins) - Always build IPv6 modules - consider INSTALL Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | get rid of numerous gcc-4 warnings | Harald Welte | 2005-07-19 | 1 | -1/+2 |
| | |||||
* | check if received netlink messages are really from the kernel (pid==0) | Harald Welte | 2003-11-14 | 1 | -0/+4 |
| | |||||
* | IPv6 queue handler, libipq support, documentation from Fernando Anton. | James Morris | 2001-11-24 | 3 | -10/+32 |
| | |||||
* | Fixed typo. | James Morris | 2001-10-16 | 2 | -4/+4 |
| | |||||
* | Updated libipq documentation with information on new timeout feature, | James Morris | 2001-10-16 | 7 | -41/+54 |
| | | | | | as well as minor miscellaneous updates. Added a bit more info to the install-devel description in the INSTALL file. | ||||
* | Libipq timeout patch from Joost Remijn, updated TODO and scores. | James Morris | 2001-09-21 | 1 | -7/+47 |
| | |||||
* | Added more specific copyright & author information. | James Morris | 2001-05-30 | 1 | -0/+4 |
| | |||||
* | TODO update, deleted kernelnotes.org reference from ipq docs | Harald Welte | 2001-05-26 | 1 | -2/+2 |
| | |||||
* | added install-devel target | James Morris | 2000-11-24 | 1 | -0/+17 |
| | |||||
* | Initial commit of libipq man pages. | James Morris | 2000-11-20 | 11 | -0/+856 |
| | |||||
* | added ipq_errstr() to API | James Morris | 2000-11-18 | 1 | -1/+6 |
| | |||||
* | More sparc64 fixes | Rusty Russell | 2000-09-04 | 1 | -1/+1 |
| | |||||
* | doco was very out of date and basically useless | James Morris | 2000-06-09 | 1 | -118/+0 |
| | |||||
* | Makefile fixes for release.v1.0.0-alpha | Rusty Russell | 2000-03-20 | 1 | -11/+11 |
| | | | | Whitespace cleanups. | ||||
* | reorganized tree after kernel merge | Marc Boucher | 2000-03-20 | 3 | -0/+439 |