Displaying 5 results from an estimated 5 matches for "cvspublic".
Did you mean:
ca_public
2002 Jun 20
0
[ANNOUNCE] netfilter/iptables Anonymous CVS has been moved
...ct has been
moved.
Please don't use the old (pserver.samba.org) repository anymore, since it
is no longer updated and will run out of date very soon.
The new location for accessing the netfilter/iptables sourcecode via=20
anonymous CVS repository is:
cvs -d:pserver:cvs@pserver.netfilter.org:/cvspublic login
cvs -d:pserver:cvs@pserver.netfilter.org:/cvspublic co netfilter/userspace
Or if you want to check out the full repository, including homepage, HOWTO
sources, etc.:
cvs -d:pserver:cvs@pserver.netfilter.org:/cvspublic login
cvs -d:pserver:cvs@pserver.netfilter.org:/cvspublic co netfilter
Pl...
2003 Mar 17
0
[Bug 65] New: Problem with error message when tcp-flags doesn't recognize a flag
...tcp --tcp-flags SYN,FIN,UGH -j DROP
Obviously the UGH is wrong, but it reports FIN as the flag it doesn't recognize.
Here is a patch to fix the issue in both iptables and ip6tables.
Index: extensions/libip6t_tcp.c
===================================================================
RCS file: /cvspublic/netfilter/userspace/extensions/libip6t_tcp.c,v
retrieving revision 1.10
diff -u -r1.10 libip6t_tcp.c
--- extensions/libip6t_tcp.c 26 Jul 2002 16:27:57 -0000 1.10
+++ extensions/libip6t_tcp.c 17 Mar 2003 01:00:11 -0000
@@ -122,7 +122,7 @@
}
if (i == sizeof(tcp_flag_names)/sizeof(struct tcp_fla...
2004 Jan 09
0
pserver.netfilter.org CVS tree reorganization
...us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
As many of you will have noticed already, I took the liberty to reorganize
the CVS tree structure. This was needed to get a better seperation
between independent parts of the project. =20
pserver.netfilter.org:/cvspublic now has the following modules:
iptables
this is what netfilter/userspace used to be
pkttables
this is what netfilter/iptables2 used to be.
patch-o-matic-ng
this is the new patch-o-matic, used to live below=20
/netfilter, too.
documentation
this is the FAQ's and HOWTO's, used to be...
2003 Apr 16
1
[Bug 39] can't execute 'make modules'
...------ Additional Comments From beo@sgs.o.se 2003-04-16 20:23 -------
CVS version 1.2 of the 02_2.4.20.patch is faulty. It does not include the patch,
just the path to the patch-file on somebody's harddrive...
===================================================================
RCS file: /data/cvspublic/netfilter/patch-o-matic/submitted/02_2.4.20.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** netfilter/patch-o-matic/submitted/02_2.4.20.patch 2003/01/07 14:20:45 1.1
--- netfilter/patch-o-matic/submitted/02_2.4.20.patch 2003/03/05 18:42:17 1.2
***************
*** 709...
2003 May 29
0
[Bug 93] New: iptables -L format bug
....org
With a long domain name on destination, iptables -L does not
put a space after the domain name and before the extension match rules.
cvs server: Diffing netfilter//userspace
Index: netfilter//userspace/iptables.c
===================================================================
RCS file: /cvspublic/netfilter/userspace/iptables.c,v
retrieving revision 1.58
diff -u -r1.58 iptables.c
--- netfilter//userspace/iptables.c 5 May 2003 19:33:40 -0000 1.58
+++ netfilter//userspace/iptables.c 29 May 2003 04:49:58 -0000
@@ -1254,14 +1254,14 @@
fputc(fw->ip.invflags & IPT_INV_DSTIP ? '!'...