summaryrefslogtreecommitdiffstats
path: root/libipq
Commit message (Collapse)AuthorAgeFilesLines
* libipq: fix compile errorJan Engelhardt2009-02-121-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/ directoryJan Engelhardt2009-02-121-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_ valuesJan Engelhardt2009-02-121-0/+7
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* src: use NFPROTO_ constantsJan Engelhardt2008-11-183-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 casesJan Engelhardt2008-04-141-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 Engelhardt2008-01-202-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 warningsHarald Welte2005-07-191-1/+2
|
* check if received netlink messages are really from the kernel (pid==0)Harald Welte2003-11-141-0/+4
|
* IPv6 queue handler, libipq support, documentation from Fernando Anton.James Morris2001-11-243-10/+32
|
* Fixed typo.James Morris2001-10-162-4/+4
|
* Updated libipq documentation with information on new timeout feature,James Morris2001-10-167-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 Morris2001-09-211-7/+47
|
* Added more specific copyright & author information.James Morris2001-05-301-0/+4
|
* TODO update, deleted kernelnotes.org reference from ipq docsHarald Welte2001-05-261-2/+2
|
* added install-devel targetJames Morris2000-11-241-0/+17
|
* Initial commit of libipq man pages.James Morris2000-11-2011-0/+856
|
* added ipq_errstr() to APIJames Morris2000-11-181-1/+6
|
* More sparc64 fixesRusty Russell2000-09-041-1/+1
|
* doco was very out of date and basically uselessJames Morris2000-06-091-118/+0
|
* Makefile fixes for release.v1.0.0-alphaRusty Russell2000-03-201-11/+11
| | | | Whitespace cleanups.
* reorganized tree after kernel mergeMarc Boucher2000-03-203-0/+439