• Home
  • History
  • Annotate
  • only in /external/iptables/libipq/
History log of /external/iptables/libipq/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4982fe43cf247cda6ddb946a8f1fd58177124735 08-Aug-2011 Jan Engelhardt <jengelh@medozas.de> libipq: add pkgconfig file

This is just to make sure that projects (still) using it do so with
the right cflags, e.g. for when the include file ends up in a
non-standard location due to ./configure having been called with
--include=/somewhere/else.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
gitignore
akefile.am
ibipq.pc.in
474c18d7982407246dd724c6fa3939f78466620a 10-Jun-2011 Jiri Popelka <jpopelka@redhat.com> iptables: Coverity: NEGATIVE_RETURNS

libipq.c:232: var_tested_neg: Variable "h->fd" tests negative.
libipq.c:234: negative_returns: "h->fd" is passed to a parameter that
cannot be negative.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
ibipq.c
6918795519ddbf4d0efa9aa5b1b51cdafb99c55a 03-Apr-2011 Mike Frysinger <vapier@gentoo.org> build: move remaining preprocessor flags to CPPFLAGS

References; http://bugzilla.netfilter.org/show_bug.cgi?id=713
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
akefile.am
8e336251e155888f0ac2c79259f8792fc31920a1 01-Jun-2011 Jan Engelhardt <jengelh@medozas.de> build: move basic preprocessor flags to regular_CPPFLAGS

This is where they belong, after all.

References: http://bugzilla.netfilter.org/show_bug.cgi?id=713
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
akefile.am
86786bf3a5e875232ae63d9f9b3dbb542ac2e392 18-Feb-2011 Jan Engelhardt <jengelh@medozas.de> Remove unused CVS expanded keywords

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
pq_create_handle.3
pq_errstr.3
pq_message_type.3
pq_read.3
pq_set_mode.3
pq_set_verdict.3
ibipq.3
7ac405297ec38449b30e3b05fd6bf2082fd3d803 07-Jan-2011 Jan Engelhardt <jengelh@medozas.de> src: use C99/POSIX types

"u_int" was a non-standardized extension predating C99 on some platforms.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
ibipq.c
00294095405560855d0815a5c39e948d67bf798d 28-Dec-2009 Jan Engelhardt <jengelh@medozas.de> libipq: build as shared library

Antique software (see link) built as shared library requires objects
compiled with -fPIC, so the standard archive won't do.

References: http://bugs.debian.org/527733
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
akefile.am
352ccfb847dfd290a7b761cd87445a48e551acb5 20-Aug-2009 Jan Engelhardt <jengelh@medozas.de> manpages: more fixes to minuses, hyphens, dashes

Debian still carries patches patches to the iptables nroff code touching
ASCII minuses, so I thought, what's it this time.

Eventually, this patch tries to straighten things once more, per
http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style#Hyphens and
http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style#Dashes .

Titles will get the em dash; all typed commands or parameters with a
hyphen get a minus (so that man(1) hyperlinking and copy-pasting does
work), but other mentions get the hyphen.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
pq_create_handle.3
pq_errstr.3
pq_message_type.3
pq_read.3
pq_set_mode.3
pq_set_verdict.3
ibipq.3
e37c2d0b2cca00f4dfa77b52df065aad304da59b 12-Feb-2009 Jan Engelhardt <jengelh@medozas.de> libipq: fix compile error

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>
ibipq.c
f567ac9193bc421992e572ec3196a73dc6ed59c0 12-Feb-2009 Jan Engelhardt <jengelh@medozas.de> build: restructure Makefile for include/ directory

This patch will support adding libiptc to the headers list in future.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
akefile.am
7e6fe43421003499b4ac6316f1c6d3ad4a8fc8ec 12-Feb-2009 Jan Engelhardt <jengelh@medozas.de> libipq: add missing doc for NF_ values

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
pq_set_verdict.3
03d99486d8283552705b58dc55b6085dffc38792 18-Nov-2008 Jan Engelhardt <jengelh@medozas.de> src: use NFPROTO_ constants

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>
pq_create_handle.3
ibipq.3
ibipq.c
ca7cd666949b68bf41a32de38ee38e332e89863b 11-Feb-2008 Jan Engelhardt <jengelh@medozas.de> Add all necessary header files - compilation fix for various cases

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.
akefile.am
f82070f9871d281c2802c1624dcf222886b5fb50 20-Jan-2008 Jan Engelhardt <jengelh@medozas.de> Converts the iptables build infrastructure to autotools.

- 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>
akefile
akefile.am
efa8fc2123a2a9fc229ab471edd2b2688ce1da3a 20-Jul-2005 Harald Welte <laforge@gnumonks.org> get rid of numerous gcc-4 warnings
ibipq.c
e5105970e87c0c877a6c54c775f83d30f8d7b57c 14-Nov-2003 Harald Welte <laforge@gnumonks.org> check if received netlink messages are really from the kernel (pid==0)
ibipq.c
ffe96c5a701396fd666228034ff694ffdcd1ad10 24-Nov-2001 James Morris <jmorris@intercode.com.au> IPv6 queue handler, libipq support, documentation from Fernando Anton.
pq_create_handle.3
ibipq.3
ibipq.c
67b63ae40ce0069e08015746ff3ee1e290e9d560 16-Oct-2001 James Morris <jmorris@intercode.com.au> Fixed typo.
pq_read.3
ibipq.3
460c7477af95cf18b66bbdab5882cd5b3b367731 16-Oct-2001 James Morris <jmorris@intercode.com.au> Updated libipq documentation with information on new timeout feature,
as well as minor miscellaneous updates. Added a bit more info to the
install-devel description in the INSTALL file.
pq_create_handle.3
pq_errstr.3
pq_message_type.3
pq_read.3
pq_set_mode.3
pq_set_verdict.3
ibipq.3
dbd8a263593180b81e448e46adb7f7ce6b51fd67 21-Sep-2001 James Morris <jmorris@intercode.com.au> Libipq timeout patch from Joost Remijn, updated TODO and scores.
ibipq.c
ef798b9b7e005209deb457d1ffccab3d2bcdba96 30-May-2001 James Morris <jmorris@intercode.com.au> Added more specific copyright & author information.
ibipq.c
fc32daf07da4914bacb651463ddf6cf22f1e7142 26-May-2001 Harald Welte <laforge@gnumonks.org> TODO update, deleted kernelnotes.org reference from ipq docs
ibipq.3
c82e9ac60540a9b25cb5ab60f603606dc208d318 24-Nov-2000 James Morris <jmorris@intercode.com.au> added install-devel target
akefile
949810c35a0871d9173764e2ac3b4d814f982b9e 20-Nov-2000 James Morris <jmorris@intercode.com.au> Initial commit of libipq man pages.
pq_create_handle.3
pq_destroy_handle.3
pq_errstr.3
pq_get_msgerr.3
pq_get_packet.3
pq_message_type.3
pq_perror.3
pq_read.3
pq_set_mode.3
pq_set_verdict.3
ibipq.3
b1e0b99aff57351419c24c618ccb00ae0fb142f9 18-Nov-2000 James Morris <jmorris@intercode.com.au> added ipq_errstr() to API
ibipq.c
803f33c0e9cb458cf7989f3826e9baba8da19e2f 04-Sep-2000 Rusty Russell <rusty@linuxcare.com.au> More sparc64 fixes
ibipq.c
44d0b5d7d22fa3e354e4d45ed5adc2353c553fcb 09-Jun-2000 James Morris <jmorris@intercode.com.au> doco was very out of date and basically useless
PQ.notes.txt
7e53bf9c2a697abdb6f1385557338423a86612a3 20-Mar-2000 Rusty Russell <rusty@linuxcare.com.au> Makefile fixes for release.
Whitespace cleanups.
ibipq.c
e6869a8f59d779ff4d5a0984c86d80db70784962 20-Mar-2000 Marc Boucher <marc@mbsi.ca> reorganized tree after kernel merge
PQ.notes.txt
akefile
ibipq.c