]> git.ipfire.org Git - thirdparty/iptables.git/log
thirdparty/iptables.git
25 years agoClarified where things can be (`... or user-defined chains called from...').
Rusty Russell [Wed, 10 May 2000 00:18:06 +0000 (00:18 +0000)] 
Clarified where things can be (`... or user-defined chains called from...').

25 years agoStuff.
Rusty Russell [Tue, 2 May 2000 16:48:39 +0000 (16:48 +0000)] 
Stuff.

25 years agoIPv6 enhancements.
Rusty Russell [Tue, 2 May 2000 16:45:16 +0000 (16:45 +0000)] 
IPv6 enhancements.

25 years agoModule loading now can be compulsory.
Rusty Russell [Tue, 2 May 2000 16:44:29 +0000 (16:44 +0000)] 
Module loading now can be compulsory.

25 years agoDependency fixes.
Rusty Russell [Tue, 2 May 2000 16:42:09 +0000 (16:42 +0000)] 
Dependency fixes.

25 years agoUpdated.
Rusty Russell [Thu, 27 Apr 2000 10:36:59 +0000 (10:36 +0000)] 
Updated.

25 years agoAlignment fixes (requires kernel patch).
Rusty Russell [Thu, 27 Apr 2000 10:28:06 +0000 (10:28 +0000)] 
Alignment fixes (requires kernel patch).

25 years agoFixed dependencies for libiptc.a
Rusty Russell [Thu, 27 Apr 2000 10:26:37 +0000 (10:26 +0000)] 
Fixed dependencies for libiptc.a

25 years agoDependencies for libiptc.a fixed.
Rusty Russell [Thu, 27 Apr 2000 10:16:47 +0000 (10:16 +0000)] 
Dependencies for libiptc.a fixed.

25 years agoNew files.
Rusty Russell [Mon, 24 Apr 2000 03:37:51 +0000 (03:37 +0000)] 
New files.

25 years agoMore fixes and testsuite enhancements.
Rusty Russell [Sun, 23 Apr 2000 15:51:51 +0000 (15:51 +0000)] 
More fixes and testsuite enhancements.

25 years agoCaching speedups.
Rusty Russell [Sun, 23 Apr 2000 09:16:06 +0000 (09:16 +0000)] 
Caching speedups.

25 years agoNew fix for -j <match> and -m <target>.
Rusty Russell [Sun, 23 Apr 2000 09:11:12 +0000 (09:11 +0000)] 
New fix for -j <match> and -m <target>.

25 years agoFix for -j match coredumping reported by Erik Tews <erik.tews@gmx.net>.
Erik Tews [Sat, 22 Apr 2000 23:16:27 +0000 (23:16 +0000)] 
Fix for -j match coredumping reported by Erik Tews <erik.tews@gmx.net>.

25 years agoFix for iptables -C coredump due to check_packet() being called with fw=NULL
Marc Boucher [Sat, 22 Apr 2000 22:36:10 +0000 (22:36 +0000)] 
Fix for iptables -C coredump due to check_packet() being called with fw=NULL

25 years agoImproved iptc_set_policy error messages.
Marc Boucher [Sat, 22 Apr 2000 22:34:44 +0000 (22:34 +0000)] 
Improved iptc_set_policy error messages.

25 years agoFix minor compilation problems in match_different() and is_same().
Marc Boucher [Sat, 22 Apr 2000 22:33:19 +0000 (22:33 +0000)] 
Fix minor compilation problems in match_different() and is_same().

25 years agoAdded #include <linux/stddef.h> for offsetof().
Marc Boucher [Sat, 22 Apr 2000 22:19:53 +0000 (22:19 +0000)] 
Added #include <linux/stddef.h> for offsetof().

25 years agoRIchard Gooch's INSTALL file (minorly modified).
Richard Gooch [Sat, 22 Apr 2000 00:57:38 +0000 (00:57 +0000)] 
RIchard Gooch's INSTALL file (minorly modified).

25 years agoChanges to allow matching (for delete) on part of a rule, for rules which
Rusty Russell [Wed, 19 Apr 2000 11:26:44 +0000 (11:26 +0000)] 
Changes to allow matching (for delete) on part of a rule, for rules which
change in the kernel (eg. ipt_limit).

25 years agoAdded linux/types.h for non-glibc systems.
Rusty Russell [Wed, 19 Apr 2000 11:25:06 +0000 (11:25 +0000)] 
Added linux/types.h for non-glibc systems.

25 years agoPut ports in network order.
Rusty Russell [Wed, 19 Apr 2000 11:24:02 +0000 (11:24 +0000)] 
Put ports in network order.

25 years ago--protocol now valid.
Rusty Russell [Wed, 19 Apr 2000 11:23:18 +0000 (11:23 +0000)] 
--protocol now valid.
Also added mask support for rules which alter inside kernel.

25 years agoFixed version, added distclean, and fixed distrib target.
Rusty Russell [Wed, 19 Apr 2000 11:22:03 +0000 (11:22 +0000)] 
Fixed version, added distclean, and fixed distrib target.

25 years agoFixed typo.
Marc Boucher [Fri, 7 Apr 2000 17:32:49 +0000 (17:32 +0000)] 
Fixed typo.

25 years agoFixed save() to properly interpret ports in host byte order and use ':'
Marc Boucher [Fri, 7 Apr 2000 17:30:28 +0000 (17:30 +0000)] 
Fixed save() to properly interpret ports in host byte order and use ':'
as range separator.

25 years agoFix for match_different to correctly traverse the second rule
Rusty Russell [Wed, 29 Mar 2000 04:19:26 +0000 (04:19 +0000)] 
Fix for match_different to correctly traverse the second rule
Nasty hack to enable us to delete rules with -m limit

25 years agoRemoved distrib: targets.
Rusty Russell [Fri, 24 Mar 2000 10:51:31 +0000 (10:51 +0000)] 
Removed distrib: targets.

25 years agolibiptc caching to speed up find_label().
Rusty Russell [Fri, 24 Mar 2000 09:32:20 +0000 (09:32 +0000)] 
libiptc caching to speed up find_label().
Makefile distrib target for userspace.

25 years agoTestsuite update.
Rusty Russell [Fri, 24 Mar 2000 08:39:16 +0000 (08:39 +0000)] 
Testsuite update.

25 years agoJames Morris's problem with libiptc when listing the builtin
James Morris [Fri, 24 Mar 2000 02:13:51 +0000 (02:13 +0000)] 
James Morris's problem with libiptc when listing the builtin
queue target.

25 years agobert hubert's Corrects missing spaces in iptables.8
Bert Hubert [Fri, 24 Mar 2000 01:56:37 +0000 (01:56 +0000)] 
bert hubert's Corrects missing spaces in iptables.8
bert hubert's Migrated some documentation from iptables.8 to packet-filtering-HOWTo

25 years agoJames Morris' limits.h patch.
James Morris [Fri, 24 Mar 2000 01:52:39 +0000 (01:52 +0000)] 
James Morris' limits.h patch.

25 years agoCorrected various typos etc..
Marc Boucher [Mon, 20 Mar 2000 08:32:15 +0000 (08:32 +0000)] 
Corrected various typos etc..

25 years agoMakefile fixes for release. v1.0.0-alpha
Rusty Russell [Mon, 20 Mar 2000 07:03:28 +0000 (07:03 +0000)] 
Makefile fixes for release.
Whitespace cleanups.

25 years agoreorganized tree after kernel merge
Marc Boucher [Mon, 20 Mar 2000 06:03:29 +0000 (06:03 +0000)] 
reorganized tree after kernel merge