]> git.ipfire.org Git - thirdparty/xtables-addons.git/log
thirdparty/xtables-addons.git
13 years agogeoip: remove outdated instructions in xt_geoip_build
Jan Engelhardt [Sat, 14 Jul 2012 00:17:38 +0000 (02:17 +0200)] 
geoip: remove outdated instructions in xt_geoip_build

The manpage contains the authoritative description of options
currently supported.

13 years agoSYSRQ: fix double target initialization at module load
Jan Engelhardt [Tue, 10 Jul 2012 23:42:39 +0000 (01:42 +0200)] 
SYSRQ: fix double target initialization at module load

13 years agoMerge branch 'tarpit6'
Jan Engelhardt [Mon, 9 Jul 2012 17:07:26 +0000 (19:07 +0200)] 
Merge branch 'tarpit6'

13 years agodoc: changelog entry for IPv6 TARPIT
Jan Engelhardt [Mon, 9 Jul 2012 17:07:24 +0000 (19:07 +0200)] 
doc: changelog entry for IPv6 TARPIT

13 years agocompat_xtables: avoid compile abort on <= 2.6.37
Jan Engelhardt [Mon, 9 Jul 2012 17:06:22 +0000 (19:06 +0200)] 
compat_xtables: avoid compile abort on <= 2.6.37

13 years agoTARPIT: enable IPv6 userspace support
Josh Hunt [Sun, 8 Jul 2012 18:11:25 +0000 (11:11 -0700)] 
TARPIT: enable IPv6 userspace support

Signed-off-by: Josh Hunt <johunt@akamai.com>
13 years agoTARPIT: resolve build errors with newer kernels
Josh Hunt [Mon, 9 Jul 2012 14:00:02 +0000 (07:00 -0700)] 
TARPIT: resolve build errors with newer kernels

Adds fragment offset arg to ipv6_skip_exthdr() and also removes usage
of ipv6_addr_copy() in favor or direct assignment.

Signed-off-by: Josh Hunt <johunt@akamai.com>
13 years agocompat_xtables: add xtnu_ipv6_skip_exthdr
Jan Engelhardt [Mon, 9 Jul 2012 16:54:22 +0000 (18:54 +0200)] 
compat_xtables: add xtnu_ipv6_skip_exthdr

13 years agoTARPIT: add IPv6 support
Josh Hunt [Sun, 8 Jul 2012 18:11:24 +0000 (11:11 -0700)] 
TARPIT: add IPv6 support

This adds IPv6 support for the tarpit target. It performs the same
functionality as the v4 version, but with IPv6 connections.

Signed-off-by: Josh Hunt <johunt@akamai.com>
13 years agoTARPIT: make tarpit code generic
Josh Hunt [Sun, 8 Jul 2012 18:11:23 +0000 (11:11 -0700)] 
TARPIT: make tarpit code generic

Creates a generic function to perform the tcp header manipulation in.
Done in preparation for IPv6 support. This allows us to share code
between v4 and v6 processing.

Signed-off-by: Josh Hunt <johunt@akamai.com>
13 years agoTARPIT: move XTTARPIT_RESET to its own function
Josh Hunt [Sun, 8 Jul 2012 18:11:22 +0000 (11:11 -0700)] 
TARPIT: move XTTARPIT_RESET to its own function

Moves XTTARPIT_RESET into its own function.

Signed-off-by: Josh Hunt <johunt@akamai.com>
13 years agoTARPIT: move XTTARPIT_HONEYPOT mode into its own function
Josh Hunt [Sun, 8 Jul 2012 18:11:21 +0000 (11:11 -0700)] 
TARPIT: move XTTARPIT_HONEYPOT mode into its own function

Moves XTTARPIT_HONEYPOT into its own function.

Signed-off-by: Josh Hunt <johunt@akamai.com>
13 years agoTARPIT: move XTTARPIT_TARPIT mode processing to its own function
Josh Hunt [Sun, 8 Jul 2012 18:11:20 +0000 (11:11 -0700)] 
TARPIT: move XTTARPIT_TARPIT mode processing to its own function

Moves the XTTARPIT_TARPIT mode processing to its own function.

Signed-off-by: Josh Hunt <johunt@akamai.com>
13 years agoTARPIT: mark oldtcphdr const
Jan Engelhardt [Sun, 8 Jul 2012 18:50:54 +0000 (20:50 +0200)] 
TARPIT: mark oldtcphdr const

13 years agobuild: include <net/ip6_checksum.h> for csum_ipv6_magic
Kevin Locke [Tue, 3 Jul 2012 18:33:45 +0000 (12:33 -0600)] 
build: include <net/ip6_checksum.h> for csum_ipv6_magic

xt_ECHO fails to build on PPC because csum_ipv6_magic is declared in
<net/ip6_checksum.h>, which is not implicitly included from other
headers on PPC causing build failures due to this function being
undefined. So, include this header explicitly.

Note:  Same cause as <http://bugzilla.netfilter.org/show_bug.cgi?id=307>.

13 years agoXtables-addons 1.43 v1.43
Jan Engelhardt [Sat, 30 Jun 2012 16:39:40 +0000 (18:39 +0200)] 
Xtables-addons 1.43

13 years agobuild: support for Linux 3.5
Jan Engelhardt [Sat, 30 Jun 2012 16:38:49 +0000 (18:38 +0200)] 
build: support for Linux 3.5

13 years agobuild: do not fail if AM_PROG_AR is not known
Jan Engelhardt [Sat, 30 Jun 2012 13:44:13 +0000 (15:44 +0200)] 
build: do not fail if AM_PROG_AR is not known

13 years agobuild: remove empty warning message
Jan Engelhardt [Thu, 21 Jun 2012 17:13:13 +0000 (19:13 +0200)] 
build: remove empty warning message

13 years agobuild: add missing include for xt_DNETMAP
Jan Engelhardt [Fri, 15 Jun 2012 13:48:03 +0000 (15:48 +0200)] 
build: add missing include for xt_DNETMAP

xt_DNETMAP.c: In function 'dnetmap_tg_proc_write':
xt_DNETMAP.c:703:3: error: implicit declaration of function 'in4_pton'
[-Werror=implicit-function-declaration]

13 years agobuild: automake 1.12 wants me to use AM_PROG_AR
Jan Engelhardt [Fri, 15 Jun 2012 13:24:29 +0000 (15:24 +0200)] 
build: automake 1.12 wants me to use AM_PROG_AR

13 years agoMerge branch 'psd_cleanups' of git://git.breakpoint.cc/fw/xtables-addons
Jan Engelhardt [Fri, 15 Jun 2012 13:18:42 +0000 (15:18 +0200)] 
Merge branch 'psd_cleanups' of git://git.breakpoint.cc/fw/xtables-addons

13 years agopsd: move defines to user/kernelspace part where possible
Florian Westphal [Thu, 14 Jun 2012 08:53:15 +0000 (10:53 +0200)] 
psd: move defines to user/kernelspace part where possible

Some of these defines have no meaning in userspace, so there
is no need to make those available.

13 years agopsd: reduce size of struct host
Florian Westphal [Thu, 14 Jun 2012 08:33:15 +0000 (10:33 +0200)] 
psd: reduce size of struct host

We can use u16, saving 8 bytes total (weight cannot exceed
PSD_MAX_RATE, 10000). Also re-format comments & struct initializers.

No functional changes.

13 years agopsd: re-format comments
Jan Engelhardt [Fri, 15 Jun 2012 13:14:32 +0000 (15:14 +0200)] 
psd: re-format comments

13 years agopsd: add basic validation of userspace matchinfo data
Florian Westphal [Sat, 2 Jun 2012 19:13:58 +0000 (21:13 +0200)] 
psd: add basic validation of userspace matchinfo data

psd multiplies weight_thresh by HZ, so it could overflow.

Userspace libxt_psd refuses values exceeding PSD_MAX_RATE, so check
that on kernel side, too.

Also, setting 0 weight for both privileged and highports will cause
psd to never match at all.

Reject 0 weight threshold, too because it makes no sense (triggers
match for every initial packet).

13 years agopsd: rip out scanlogd leftovers
Florian Westphal [Fri, 1 Jun 2012 20:45:49 +0000 (22:45 +0200)] 
psd: rip out scanlogd leftovers

scanlogd remembers tcp flags and uses the *_CHANGING values in its
logger function to determine the best log format to use (e.g. TTL is
not logged if HF_TTL_CHANGING was set, as TTL values were different).

As psd does not log at all, we do not need track this.

Also get rid of bogus/misleading comments.

13 years agoall: remove trailing squatspaces
Jan Engelhardt [Sun, 10 Jun 2012 20:31:10 +0000 (22:31 +0200)] 
all: remove trailing squatspaces

13 years agoDNETMAP version 2
Marek Kierdelewicz [Sun, 10 Jun 2012 10:35:56 +0000 (12:35 +0200)] 
DNETMAP version 2

- new type: static binding
- new persistent flag option for prefix
- add extra information in /proc/net/xt_DNETMAP/prefix_stat that
  includes the count of static bindings and persistent flag
- add proc interface write support (add/del/flush binding)
- updated manual

13 years agobuild: update installation requirements
Jan Engelhardt [Sat, 21 Apr 2012 00:45:10 +0000 (02:45 +0200)] 
build: update installation requirements

Versions prior to 2.6.32 are not tested anymore due to make 3.82 being
troubled with an old ambiguous Makefile syntax.

13 years agobuild: limit xt_ECHO to kernel 3.x
Jan Engelhardt [Sat, 21 Apr 2012 00:44:51 +0000 (02:44 +0200)] 
build: limit xt_ECHO to kernel 3.x

(Would also work on 2.6.39, but eh.)

13 years agoxt_psd: avoid crash due to curr->next corruption
Florian Westphal [Wed, 18 Apr 2012 12:13:28 +0000 (14:13 +0200)] 
xt_psd: avoid crash due to curr->next corruption

curr->ports[] is of size SCAN_MAX_COUNT - 1, so under certain
conditions we wrote past end of array, corrupting ->next pointer
of the adjacent host entry.

Reported-and-tested-by: Serge Leschinsky <serge.leschinsky@gmail.com>
13 years agoXtables-addons 1.42 v1.42
Jan Engelhardt [Thu, 5 Apr 2012 02:59:03 +0000 (04:59 +0200)] 
Xtables-addons 1.42

13 years agosrc: remove ipset6-genl
Jan Engelhardt [Thu, 5 Apr 2012 02:49:58 +0000 (04:49 +0200)] 
src: remove ipset6-genl

As scheduled, perform the removal of ipset from the tree.

13 years agobuild: support for Linux 3.4
Jan Engelhardt [Thu, 5 Apr 2012 02:44:19 +0000 (04:44 +0200)] 
build: support for Linux 3.4

13 years agobuild: enable xt_ECHO by default
Jan Engelhardt [Thu, 5 Apr 2012 02:40:42 +0000 (04:40 +0200)] 
build: enable xt_ECHO by default

13 years agobuild: support for Linux 3.3
Jan Engelhardt [Thu, 5 Apr 2012 02:39:25 +0000 (04:39 +0200)] 
build: support for Linux 3.3

13 years agoRemove unused Kconfig files
Jan Engelhardt [Wed, 14 Mar 2012 00:31:48 +0000 (01:31 +0100)] 
Remove unused Kconfig files

13 years agoxt_SYSRQ: fix compile error when crypto is turned off
Jan Engelhardt [Fri, 20 Jan 2012 20:19:13 +0000 (21:19 +0100)] 
xt_SYSRQ: fix compile error when crypto is turned off

13 years agocompat_xtables: fixed mistranslation of checkentry return values
Jan Engelhardt [Thu, 12 Jan 2012 08:21:39 +0000 (09:21 +0100)] 
compat_xtables: fixed mistranslation of checkentry return values

13 years agoXtables-addons 1.41 v1.41
Jan Engelhardt [Wed, 4 Jan 2012 20:35:05 +0000 (21:35 +0100)] 
Xtables-addons 1.41

13 years agobuild: stash away build tools and update .gitignore
Jan Engelhardt [Wed, 4 Jan 2012 20:43:05 +0000 (21:43 +0100)] 
build: stash away build tools and update .gitignore

13 years agobuild: additional compilation fixes for Linux 3.2/3.3
Jan Engelhardt [Wed, 4 Jan 2012 20:34:52 +0000 (21:34 +0100)] 
build: additional compilation fixes for Linux 3.2/3.3

13 years agodoc: document --without-kbuild
Jan Engelhardt [Sat, 31 Dec 2011 02:06:56 +0000 (03:06 +0100)] 
doc: document --without-kbuild

References: http://comments.gmane.org/gmane.comp.security.firewalls.netfilter.general/42337

13 years agodoc: update README/INSTALL with recent changes
Jan Engelhardt [Sat, 31 Dec 2011 02:05:21 +0000 (03:05 +0100)] 
doc: update README/INSTALL with recent changes

13 years agobuild: deactivate build of ipset-genl by default
Jan Engelhardt [Sat, 31 Dec 2011 01:17:30 +0000 (02:17 +0100)] 
build: deactivate build of ipset-genl by default

13 years agobuild: support for Linux 3.2
Jan Engelhardt [Sat, 31 Dec 2011 01:15:45 +0000 (02:15 +0100)] 
build: support for Linux 3.2

13 years agoXtables-addons 1.40 v1.40
Jan Engelhardt [Wed, 30 Nov 2011 10:34:40 +0000 (11:34 +0100)] 
Xtables-addons 1.40

13 years agoxt_quota2: license clarification
Jan Engelhardt [Wed, 30 Nov 2011 10:40:16 +0000 (11:40 +0100)] 
xt_quota2: license clarification

GPL3 did not exist back when Sam's xt_quota was written, therefore it
should be assumed that MODULE_LICENSE("GPL") intended to mean just
GPL2.

13 years agoipset: update to 6.10-genl
Jan Engelhardt [Wed, 30 Nov 2011 10:14:29 +0000 (11:14 +0100)] 
ipset: update to 6.10-genl

13 years agobuild: notify of unsupported Linux kernel versions
Jan Engelhardt [Sun, 6 Nov 2011 13:45:44 +0000 (14:45 +0100)] 
build: notify of unsupported Linux kernel versions

make 3.82 does not like mixing normal rules with implicit rules,
which rejects Makefiles of Linux kernels before 2.6.32 series.

13 years agoxt_ipv4options: fix an infinite loop
Eivind Naess [Thu, 3 Nov 2011 16:28:46 +0000 (09:28 -0700)] 
xt_ipv4options: fix an infinite loop

13 years agoMerge remote branch 'origin/master'
Jan Engelhardt [Fri, 4 Nov 2011 19:08:04 +0000 (20:08 +0100)] 
Merge remote branch 'origin/master'

13 years agosrc: use xtables_register_targets throughout
Jan Engelhardt [Tue, 1 Nov 2011 23:26:23 +0000 (00:26 +0100)] 
src: use xtables_register_targets throughout

13 years agobuild: iptables >= 1.4.5 is in fact required
Jan Engelhardt [Tue, 1 Nov 2011 23:17:54 +0000 (00:17 +0100)] 
build: iptables >= 1.4.5 is in fact required

13 years agoxt_ECHO: IPv6 support
Jan Engelhardt [Sun, 25 Sep 2011 12:57:48 +0000 (14:57 +0200)] 
xt_ECHO: IPv6 support

13 years agoxt_ECHO: calculate UDP checksum
Jan Engelhardt [Sun, 25 Sep 2011 12:20:07 +0000 (14:20 +0200)] 
xt_ECHO: calculate UDP checksum

13 years agoxt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used
Jan Engelhardt [Sat, 24 Sep 2011 21:18:33 +0000 (23:18 +0200)] 
xt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used

13 years agoxt_ECHO: misc backports from ipt_REJECT and cosmetics
Jan Engelhardt [Sat, 24 Sep 2011 21:16:58 +0000 (23:16 +0200)] 
xt_ECHO: misc backports from ipt_REJECT and cosmetics

13 years agoXtables-addons 1.39 v1.39
Jan Engelhardt [Wed, 21 Sep 2011 17:59:41 +0000 (19:59 +0200)] 
Xtables-addons 1.39

13 years agoipset: update to 6.9.1-genl
Jan Engelhardt [Wed, 21 Sep 2011 17:58:05 +0000 (19:58 +0200)] 
ipset: update to 6.9.1-genl

13 years agobuild: add missing linux/version.h includes where needed
Jan Engelhardt [Sun, 28 Aug 2011 17:45:39 +0000 (19:45 +0200)] 
build: add missing linux/version.h includes where needed

Reported-by: Sergei Zhirikov <sfzhi@yahoo.com>
References: http://marc.info/?l=netfilter-devel&m=131404939007827&w=2

13 years agodoc: update changelog
Jan Engelhardt [Sun, 28 Aug 2011 17:45:24 +0000 (19:45 +0200)] 
doc: update changelog

13 years agoipset: move ipset_errcode from src to library to avoid undefined reference
Arkadiusz Miskiewicz [Fri, 26 Aug 2011 11:25:09 +0000 (13:25 +0200)] 
ipset: move ipset_errcode from src to library to avoid undefined reference

Unresolved symbols found in: /home/users/arekm/tmp/
xtables-addons-1.38-root-arekm/usr/lib64/libipset.so.1.0.0
        ipset_errcode

References: http://marc.info/?l=netfilter-devel&m=131435791514602&w=2

14 years agobuild: fix compilation after missing libxtables_CFLAGS in submodules
Frank Reppin [Sun, 7 Aug 2011 23:03:58 +0000 (01:03 +0200)] 
build: fix compilation after missing libxtables_CFLAGS in submodules

14 years agoipset-4: remove unsupported version from the VCS
Jan Engelhardt [Sat, 20 Aug 2011 18:30:03 +0000 (20:30 +0200)] 
ipset-4: remove unsupported version from the VCS

14 years agoXtables-addons 1.38 v1.38
Jan Engelhardt [Sat, 20 Aug 2011 15:02:31 +0000 (17:02 +0200)] 
Xtables-addons 1.38

14 years agoipset-6: unambiguouize reported name
Jan Engelhardt [Sat, 20 Aug 2011 14:50:41 +0000 (16:50 +0200)] 
ipset-6: unambiguouize reported name

14 years agobuild: disable ipset-4 by default
Jan Engelhardt [Sat, 20 Aug 2011 14:47:40 +0000 (16:47 +0200)] 
build: disable ipset-4 by default

This is no longer supported by upstream.

14 years agoipset: fix compile error due to changed function signature with Linux 3.1
Jan Engelhardt [Sat, 20 Aug 2011 14:45:58 +0000 (16:45 +0200)] 
ipset: fix compile error due to changed function signature with Linux 3.1

14 years agoxt_ipp2p: support UDPLITE
Jan Engelhardt [Fri, 12 Aug 2011 13:45:03 +0000 (15:45 +0200)] 
xt_ipp2p: support UDPLITE

14 years agoxt_SYSRQ: fix UDPLITE header lookup in IPv6
Jan Engelhardt [Fri, 12 Aug 2011 13:44:27 +0000 (15:44 +0200)] 
xt_SYSRQ: fix UDPLITE header lookup in IPv6

14 years agoxt_pknock: support UDPLITE
Jan Engelhardt [Fri, 12 Aug 2011 13:42:14 +0000 (15:42 +0200)] 
xt_pknock: support UDPLITE

14 years agoxt_CHECKSUM: abort build when the feature is already provided by mainline
Jan Engelhardt [Fri, 12 Aug 2011 13:39:57 +0000 (15:39 +0200)] 
xt_CHECKSUM: abort build when the feature is already provided by mainline

14 years agoMerge branch 'ipset'
Jan Engelhardt [Fri, 12 Aug 2011 13:37:50 +0000 (15:37 +0200)] 
Merge branch 'ipset'

Conflicts:
doc/changelog.txt

14 years agoMerge branch 'psd'
Jan Engelhardt [Fri, 12 Aug 2011 13:37:24 +0000 (15:37 +0200)] 
Merge branch 'psd'

14 years agoxt_psd: resolve compiler warning
Jan Engelhardt [Thu, 11 Aug 2011 13:50:08 +0000 (15:50 +0200)] 
xt_psd: resolve compiler warning

xt_psd.c: In function "xt_psd_match":
xt_psd.c:253:27: warning: "tcph" may be used uninitialized in this
function [-Wuninitialized]

14 years agoxt_psd: compact temporary skb buffers
Jan Engelhardt [Thu, 11 Aug 2011 13:49:40 +0000 (15:49 +0200)] 
xt_psd: compact temporary skb buffers

14 years agoxt_psd: support UDPLITE
Jan Engelhardt [Thu, 11 Aug 2011 13:47:20 +0000 (15:47 +0200)] 
xt_psd: support UDPLITE

14 years agoxt_psd: move early bail-out code above skb_header_pointer
Jan Engelhardt [Thu, 11 Aug 2011 13:45:35 +0000 (15:45 +0200)] 
xt_psd: move early bail-out code above skb_header_pointer

14 years agoxt_psd: cleanup and reduce number of condition checks
Jan Engelhardt [Thu, 11 Aug 2011 13:44:35 +0000 (15:44 +0200)] 
xt_psd: cleanup and reduce number of condition checks

14 years agoxt_psd: restore skb_header_pointer functionality for UDP
Jan Engelhardt [Thu, 11 Aug 2011 13:43:57 +0000 (15:43 +0200)] 
xt_psd: restore skb_header_pointer functionality for UDP

14 years agoipset: update to 6.8-genl
Jan Engelhardt [Thu, 28 Jul 2011 11:56:19 +0000 (13:56 +0200)] 
ipset: update to 6.8-genl

14 years agoxt_TEE: abort build when the feature is already provided by mainline
Jan Engelhardt [Thu, 28 Jul 2011 11:50:38 +0000 (13:50 +0200)] 
xt_TEE: abort build when the feature is already provided by mainline

14 years agoxt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used
Jan Engelhardt [Mon, 25 Jul 2011 23:57:45 +0000 (01:57 +0200)] 
xt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used

14 years agoxt_LOGMARK: put ct dumping into its own function
Jan Engelhardt [Wed, 20 Jul 2011 22:18:28 +0000 (00:18 +0200)] 
xt_LOGMARK: put ct dumping into its own function

14 years agoextensions: more precise description
Jan Engelhardt [Sun, 17 Jul 2011 12:27:07 +0000 (14:27 +0200)] 
extensions: more precise description

14 years agoXtables-addons 1.37 v1.37
Jan Engelhardt [Fri, 24 Jun 2011 22:57:02 +0000 (00:57 +0200)] 
Xtables-addons 1.37

14 years agodoc: do not advertise old tools
Jan Engelhardt [Fri, 24 Jun 2011 22:05:26 +0000 (00:05 +0200)] 
doc: do not advertise old tools

Remove mention of netcat from the libxt_SYSRQ manpage.

14 years agoxt_SYSRQ: include host address in digest
John Haxby [Fri, 24 Jun 2011 13:14:14 +0000 (14:14 +0100)] 
xt_SYSRQ: include host address in digest

The xt_SYSRQ hash now includes the destination IPv4 or IPv6 address
which makes it harder to replay a request to many different machines
in the hope that some of them are using the same password.

14 years agoxt_SYSRQ: make IPv6 trigger work again
John Haxby [Fri, 24 Jun 2011 13:14:13 +0000 (14:14 +0100)] 
xt_SYSRQ: make IPv6 trigger work again

IPv6 sysrq never worked because of bad pointer arithmetic.

14 years agoxt_TARPIT: fix a kernel oops in --reset mode
Martin Barrowcliff [Sat, 4 Jun 2011 12:11:38 +0000 (08:11 -0400)] 
xt_TARPIT: fix a kernel oops in --reset mode

1. Moved misplaced code that was causing kernel oops in reset mode.

2. Added payload size calc to honeypot mode, so ack sequence may ACK
the length of client's sent payload packets correctly.

3. Modified TTL for honeypot mode so we look more like a Windows
machine.

14 years agobuild: use absolute path for M=
Peter Volkov [Mon, 20 Jun 2011 06:50:29 +0000 (10:50 +0400)] 
build: use absolute path for M=

Use absolute path for M during checking kernelrelease. This will force
temporary objects be built in the current directory and not $kbuilddir
as it happened, e.g. in the current kernel scripts/Kbuild.include
try-run target (it is called with TMPOUT=M=. and during call
pwd=$kbuilddir). This should fix sandbox violation in Gentoo:
https://bugs.gentoo.org/show_bug.cgi?id=371997

14 years agobuild: fix support for 2.6.x kernels
Peter Volkov [Mon, 20 Jun 2011 06:18:33 +0000 (10:18 +0400)] 
build: fix support for 2.6.x kernels

After commit 75b3762ef4a81db2753f120fcb63c2e214cb67a8 "WARNING: That
kernel version is not supported." is issued to supported kernels too.
Fix this.

14 years agoXtables-addons 1.36 v1.36
Jan Engelhardt [Fri, 3 Jun 2011 14:45:29 +0000 (16:45 +0200)] 
Xtables-addons 1.36

14 years agodoc: remove stray "userspace" wording
Jan Engelhardt [Tue, 31 May 2011 23:44:54 +0000 (01:44 +0200)] 
doc: remove stray "userspace" wording

14 years agoxt_TARPIT: unlock for use with all tables
Jan Engelhardt [Tue, 31 May 2011 23:37:05 +0000 (01:37 +0200)] 
xt_TARPIT: unlock for use with all tables

14 years agoMerge branch 'ipset-6'
Jan Engelhardt [Tue, 31 May 2011 21:05:40 +0000 (23:05 +0200)] 
Merge branch 'ipset-6'

14 years agodoc: move iptaccount(8) option overview to its own manpage
Jan Engelhardt [Tue, 31 May 2011 21:05:31 +0000 (23:05 +0200)] 
doc: move iptaccount(8) option overview to its own manpage

14 years agodoc: fix \(em in ipv4options
Jan Engelhardt [Tue, 31 May 2011 21:00:35 +0000 (23:00 +0200)] 
doc: fix \(em in ipv4options