]> git.ipfire.org Git - thirdparty/xtables-addons.git/log
thirdparty/xtables-addons.git
17 years agoRemove XTABLES_VERSION define, it is now provided by xtables.h
Jan Engelhardt [Tue, 4 Mar 2008 04:13:15 +0000 (05:13 +0100)] 
Remove XTABLES_VERSION define, it is now provided by xtables.h

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoMove defines in compat_xtables.h down to avoid redeclaration errors
Jan Engelhardt [Fri, 29 Feb 2008 15:41:29 +0000 (16:41 +0100)] 
Move defines in compat_xtables.h down to avoid redeclaration errors

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoUse system's readlink program to make things work with GNU make < 3.81
Jan Engelhardt [Fri, 29 Feb 2008 12:48:37 +0000 (13:48 +0100)] 
Use system's readlink program to make things work with GNU make < 3.81

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoXtables-addons 1.5.1 v1.5.1
Jan Engelhardt [Thu, 21 Feb 2008 16:16:31 +0000 (17:16 +0100)] 
Xtables-addons 1.5.1

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoUse AF_UNSPEC registration in libxt_LOGMARK
Jan Engelhardt [Thu, 21 Feb 2008 16:25:23 +0000 (17:25 +0100)] 
Use AF_UNSPEC registration in libxt_LOGMARK

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoChange IPTABLES_VERSION to XTABLES_VERSION
Jan Engelhardt [Thu, 21 Feb 2008 16:24:33 +0000 (17:24 +0100)] 
Change IPTABLES_VERSION to XTABLES_VERSION

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoImport Chaostables extensions
Jan Engelhardt [Thu, 21 Feb 2008 13:29:36 +0000 (14:29 +0100)] 
Import Chaostables extensions

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoRemove compat code for kernels below 2.6.22
Jan Engelhardt [Thu, 21 Feb 2008 12:35:19 +0000 (13:35 +0100)] 
Remove compat code for kernels below 2.6.22

Some code already uses ip_hdr() functions which did not exist in
2.6.21 and I do not feel like adding more compat code.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoUpdate compat code for new 2.6.25 code
Jan Engelhardt [Thu, 21 Feb 2008 12:29:31 +0000 (13:29 +0100)] 
Update compat code for new 2.6.25 code

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoxt_LOGMARK: dump CLASSIFY mark, ctstate and ctstatus
Jan Engelhardt [Wed, 20 Feb 2008 22:17:55 +0000 (23:17 +0100)] 
xt_LOGMARK: dump CLASSIFY mark, ctstate and ctstatus

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoAdd support for external tarballs
Jan Engelhardt [Sat, 16 Feb 2008 15:10:40 +0000 (16:10 +0100)] 
Add support for external tarballs

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoAllow external projects to be downloaded into the tree and used
Jan Engelhardt [Fri, 15 Feb 2008 01:21:35 +0000 (02:21 +0100)] 
Allow external projects to be downloaded into the tree and used

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoAllow user to select what extensions to compile and install
Jan Engelhardt [Thu, 14 Feb 2008 16:38:15 +0000 (17:38 +0100)] 
Allow user to select what extensions to compile and install

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoOnly include ksource header directory when explicitly specified
Jan Engelhardt [Thu, 14 Feb 2008 14:28:44 +0000 (15:28 +0100)] 
Only include ksource header directory when explicitly specified

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoFixup compilation for kernels before 2.6.25 v1.5.0
Jan Engelhardt [Mon, 11 Feb 2008 14:49:51 +0000 (15:49 +0100)] 
Fixup compilation for kernels before 2.6.25

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoUpdate package name and documentation
Jan Engelhardt [Mon, 11 Feb 2008 13:08:23 +0000 (14:08 +0100)] 
Update package name and documentation

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoAdd xt_LOGMARK (nfmark, ctmark, secmark logger)
Jan Engelhardt [Wed, 30 Jan 2008 12:54:57 +0000 (13:54 +0100)] 
Add xt_LOGMARK (nfmark, ctmark, secmark logger)

xt_LOGMARK dumps the nfmark (packet mark), ctmark (connection mark)
and/or secmark to syslog.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoAdd plural target (un)registration to compat glue
Jan Engelhardt [Wed, 30 Jan 2008 02:50:16 +0000 (03:50 +0100)] 
Add plural target (un)registration to compat glue

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoAdd a compat wrapper to make modules work with older Linux.
Jan Engelhardt [Tue, 29 Jan 2008 14:40:57 +0000 (15:40 +0100)] 
Add a compat wrapper to make modules work with older Linux.

The extension modules use the API of a fairly recent kernel, if not
even the networking git tree. To make it work with older Linux
kernels, an API wrapper is added. Should compile against
running-kernels Linux 2.6.19..current (tested: 2.6.22..current).

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
17 years agoInitial commit.
Jan Engelhardt [Tue, 29 Jan 2008 02:57:08 +0000 (03:57 +0100)] 
Initial commit.

Populate the iptables-addons repository with two modules, xt_TARPIT
and xt_TEE, as a starting point.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>