SOURCES (LINUX_2_6): linux-2.6-nf-psd.patch - snap 20051028 for 2....
cieciwa
cieciwa at pld-linux.org
Fri Oct 28 14:39:47 CEST 2005
Author: cieciwa Date: Fri Oct 28 12:39:47 2005 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- snap 20051028 for 2.6.14.
---- Files affected:
SOURCES:
linux-2.6-nf-psd.patch (1.1.2.1 -> 1.1.2.2)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-nf-psd.patch
diff -u SOURCES/linux-2.6-nf-psd.patch:1.1.2.1 SOURCES/linux-2.6-nf-psd.patch:1.1.2.2
--- SOURCES/linux-2.6-nf-psd.patch:1.1.2.1 Thu Sep 15 10:22:38 2005
+++ SOURCES/linux-2.6-nf-psd.patch Fri Oct 28 14:39:42 2005
@@ -1,12 +1,12 @@
include/linux/netfilter_ipv4/ipt_psd.h | 40 +++
net/ipv4/netfilter/Kconfig | 10
- net/ipv4/netfilter/Makefile | 2
+ net/ipv4/netfilter/Makefile | 1
net/ipv4/netfilter/ipt_psd.c | 358 +++++++++++++++++++++++++++++++++
- 4 files changed, 410 insertions(+)
+ 4 files changed, 409 insertions(+)
-diff -uNr linux-2.6.13.1/include.orig/linux/netfilter_ipv4/ipt_psd.h linux-2.6.13.1/include/linux/netfilter_ipv4/ipt_psd.h
---- linux-2.6.13.1/include.orig/linux/netfilter_ipv4/ipt_psd.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.13.1/include/linux/netfilter_ipv4/ipt_psd.h 2005-09-15 10:21:06.668270750 +0200
+diff -Nur --exclude '*.orig' linux-2.6.14.org/include/linux/netfilter_ipv4/ipt_psd.h linux-2.6.14/include/linux/netfilter_ipv4/ipt_psd.h
+--- linux-2.6.14.org/include/linux/netfilter_ipv4/ipt_psd.h 1970-01-01 01:00:00.000000000 +0100
++++ linux-2.6.14/include/linux/netfilter_ipv4/ipt_psd.h 2005-10-28 14:22:16.000000000 +0200
@@ -0,0 +1,40 @@
+#ifndef _IPT_PSD_H
+#define _IPT_PSD_H
@@ -48,9 +48,33 @@
+};
+
+#endif /*_IPT_PSD_H*/
-diff -uNr linux-2.6.13.1/net.orig/ipv4/netfilter/ipt_psd.c linux-2.6.13.1/net/ipv4/netfilter/ipt_psd.c
---- linux-2.6.13.1/net.orig/ipv4/netfilter/ipt_psd.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.13.1/net/ipv4/netfilter/ipt_psd.c 2005-09-15 10:21:06.668270750 +0200
+diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv4/netfilter/Kconfig linux-2.6.14/net/ipv4/netfilter/Kconfig
+--- linux-2.6.14.org/net/ipv4/netfilter/Kconfig 2005-10-28 02:02:08.000000000 +0200
++++ linux-2.6.14/net/ipv4/netfilter/Kconfig 2005-10-28 14:22:16.000000000 +0200
+@@ -821,5 +821,15 @@
+ Allows altering the ARP packet payload: source and destination
+ hardware and network addresses.
+
++config IP_NF_MATCH_PSD
++ tristate 'psd match support'
++ depends on IP_NF_IPTABLES
++ help
++ This option adds a `psd' match, which allows you to create rules in
++ any iptables table wich will detect TCP and UDP port scans.
++
++ If you want to compile it as a module, say M here and read
++ Documentation/modules.txt. If unsure, say `N'.
++
+ endmenu
+
+diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv4/netfilter/Makefile linux-2.6.14/net/ipv4/netfilter/Makefile
+--- linux-2.6.14.org/net/ipv4/netfilter/Makefile 2005-10-28 02:02:08.000000000 +0200
++++ linux-2.6.14/net/ipv4/netfilter/Makefile 2005-10-28 14:22:16.000000000 +0200
+@@ -0,0 +0,1 @@
++obj-$(CONFIG_IP_NF_MATCH_PSD) += ipt_psd.o
+diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv4/netfilter/ipt_psd.c linux-2.6.14/net/ipv4/netfilter/ipt_psd.c
+--- linux-2.6.14.org/net/ipv4/netfilter/ipt_psd.c 1970-01-01 01:00:00.000000000 +0100
++++ linux-2.6.14/net/ipv4/netfilter/ipt_psd.c 2005-10-28 14:22:16.000000000 +0200
@@ -0,0 +1,358 @@
+/*
+ This is a module which is used for PSD (portscan detection)
@@ -410,27 +434,3 @@
+
+module_init(init);
+module_exit(fini);
-diff -uNr linux-2.6.13.1/net.orig/ipv4/netfilter/Kconfig linux-2.6.13.1/net/ipv4/netfilter/Kconfig
---- linux-2.6.13.1/net.orig/ipv4/netfilter/Kconfig 2005-09-15 10:18:40.000000000 +0200
-+++ linux-2.6.13.1/net/ipv4/netfilter/Kconfig 2005-09-15 10:21:06.676271250 +0200
-@@ -738,5 +738,15 @@
- If you want to compile it as a module, say M here and read
- Documentation/modules.txt. If unsure, say `N'.
-
-+config IP_NF_MATCH_PSD
-+ tristate 'psd match support'
-+ depends on IP_NF_IPTABLES
-+ help
-+ This option adds a `psd' match, which allows you to create rules in
-+ any iptables table wich will detect TCP and UDP port scans.
-+
-+ If you want to compile it as a module, say M here and read
-+ Documentation/modules.txt. If unsure, say `N'.
-+
- endmenu
-
-diff -uNr linux-2.6.13.1/net.orig/ipv4/netfilter/Makefile linux-2.6.13.1/net/ipv4/netfilter/Makefile
---- linux-2.6.13.1/net.orig/ipv4/netfilter/Makefile 2005-09-15 10:18:40.000000000 +0200
-+++ linux-2.6.13.1/net/ipv4/netfilter/Makefile 2005-09-15 10:21:06.676271250 +0200
-@@ -0,0 +0,1 @@
-+obj-$(CONFIG_IP_NF_MATCH_PSD) += ipt_psd.o
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-psd.patch?r1=1.1.2.1&r2=1.1.2.2&f=u
More information about the pld-cvs-commit
mailing list