]> git.ipfire.org Git - thirdparty/iptables.git/log
thirdparty/iptables.git
23 years agoadd header file for ECN match
Harald Welte [Wed, 29 May 2002 15:12:30 +0000 (15:12 +0000)] 
add header file for ECN match

23 years agoadd ECN match plugin
Harald Welte [Wed, 29 May 2002 15:11:49 +0000 (15:11 +0000)] 
add ECN match plugin

23 years agomake ECN save function correcly save --ecn-tcp-remove
Harald Welte [Wed, 29 May 2002 15:11:36 +0000 (15:11 +0000)] 
make ECN save function correcly save --ecn-tcp-remove

23 years agoglobally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
Harald Welte [Wed, 29 May 2002 13:08:15 +0000 (13:08 +0000)] 
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming

23 years agofix help message printout
Harald Welte [Wed, 29 May 2002 12:43:34 +0000 (12:43 +0000)] 
fix help message printout

23 years agobring ECN plugin in sync with new ECN target
Harald Welte [Wed, 29 May 2002 12:26:13 +0000 (12:26 +0000)] 
bring ECN plugin in sync with new ECN target

23 years agobig manpage update by Herve, including:
Hervé Eychenne [Mon, 27 May 2002 11:16:09 +0000 (11:16 +0000)] 
big manpage update by Herve, including:
- TTL target had nothing to do here, as it is in patch-o-matic.
  Deleted for coherence. Maybe we could have a special manpage for
  extra extensions, but as they are already documented in the
  Netfilter Extensions HOWTO, it would seem to appear as a
  duplicated effort.
  I just added a note on the existence of this HOWTO.
- check option (former -C in ipchains) will never exist (document this
  in the FAQ, if not done)
  - owner section was duplicated in the process of merging my previous
    manpage patch (a bug in the patch tool? ;-)
  - small typo fixed
  - some minor cosmetic changes

23 years agoadd reject-related todo item
Harald Welte [Mon, 27 May 2002 07:52:33 +0000 (07:52 +0000)] 
add reject-related todo item

23 years agoClarified INSTALL instructions.
Rusty Russell [Mon, 13 May 2002 01:52:18 +0000 (01:52 +0000)] 
Clarified INSTALL instructions.

23 years agoremove '-C' check function;
Harald Welte [Tue, 7 May 2002 14:41:43 +0000 (14:41 +0000)] 
remove '-C' check function;
add check for chain names starting with '-' to -N command.

23 years agoremove check of find_proto(), since do_command() can be called multiple times,
Harald Welte [Sat, 4 May 2002 10:37:52 +0000 (10:37 +0000)] 
remove check of find_proto(), since do_command() can be called multiple times,
and match will be loaded after first call.

23 years agonew HBH and DSTopts match for IPv6 by kisza
András Kis-Szabó [Mon, 29 Apr 2002 13:51:37 +0000 (13:51 +0000)] 
new HBH and DSTopts match for IPv6 by kisza

23 years agoRoute6 updates by Kisza:
András Kis-Szabó [Mon, 29 Apr 2002 13:48:46 +0000 (13:48 +0000)] 
Route6 updates by Kisza:
- Type0 address handling (up to 16 addresses)
- 'soft' mode (--rt-0-not-strict): the address list in the packet is not
  exactly the same, but contains all the specified addresses in the
  same order

23 years agothis file was missed during commit
Harald Welte [Sat, 27 Apr 2002 17:20:38 +0000 (17:20 +0000)] 
this file was missed during commit

23 years agoSome ipv6 fixes by kisza:
András Kis-Szabó [Wed, 24 Apr 2002 09:36:30 +0000 (09:36 +0000)] 
Some ipv6 fixes by kisza:
AH save function fix (problem with --len ! 0)
FRAG help fix
FRAG save and prtint fix (problem with --len [!] 0)

23 years agoNew 'route6' match by kisza.
András Kis-Szabó [Wed, 24 Apr 2002 09:35:01 +0000 (09:35 +0000)] 
New 'route6' match by kisza.

23 years agofix libipt_mport save/restore (Bob Hockney)
Bob Hockney [Tue, 16 Apr 2002 20:45:21 +0000 (20:45 +0000)] 
fix libipt_mport save/restore (Bob Hockney)

23 years agoDSCP class support (Iain Barnes)
Iain Barnes [Thu, 11 Apr 2002 10:48:53 +0000 (10:48 +0000)] 
DSCP class support (Iain Barnes)

23 years agoFix gcc3 compile errors (Silvan Minghetti)
Silvan Minghetti [Wed, 10 Apr 2002 13:12:53 +0000 (13:12 +0000)] 
Fix gcc3 compile errors (Silvan Minghetti)

23 years agoversion 1.2.7 coming up...
Harald Welte [Wed, 10 Apr 2002 12:56:38 +0000 (12:56 +0000)] 
version 1.2.7 coming up...

23 years agofix bug in save() function of MASQUERADE target (A. van Schie)
A. van Schie [Mon, 1 Apr 2002 07:51:25 +0000 (07:51 +0000)] 
fix bug in save() function of MASQUERADE target (A. van Schie)

23 years ago*** empty log message ***
Harald Welte [Tue, 26 Mar 2002 12:54:35 +0000 (12:54 +0000)] 
*** empty log message ***

23 years agofix to save() and restore() functions of ah/esp match.
Harald Welte [Tue, 26 Mar 2002 12:50:28 +0000 (12:50 +0000)] 
fix to save() and restore() functions of ah/esp match.

23 years agonew ip6 FRAG match by kisza
András Kis-Szabó [Tue, 26 Mar 2002 12:45:19 +0000 (12:45 +0000)] 
new ip6 FRAG match by kisza

23 years agoTODO updates (mostly newnat related)
Harald Welte [Mon, 25 Mar 2002 13:54:17 +0000 (13:54 +0000)] 
TODO updates (mostly newnat related)

23 years agoAdd AH/ESP match for ipv6
Harald Welte [Mon, 25 Mar 2002 08:38:26 +0000 (08:38 +0000)] 
Add AH/ESP match for ipv6

23 years agoipv6 agr match now called eui64
Harald Welte [Sun, 24 Mar 2002 20:57:26 +0000 (20:57 +0000)] 
ipv6 agr match now called eui64

23 years agomake find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS
Marc Boucher [Sun, 24 Mar 2002 15:09:31 +0000 (15:09 +0000)] 
make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS
is defined.

23 years agorename ipv6_agr to ipv6_eui64
Harald Welte [Tue, 19 Mar 2002 16:16:49 +0000 (16:16 +0000)] 
rename ipv6_agr to ipv6_eui64

23 years agoTODO update
Harald Welte [Tue, 19 Mar 2002 07:56:59 +0000 (07:56 +0000)] 
TODO update

23 years agoFix ip6tables save/restore '! --syn' output of libip6t_tcp.c
Harald Welte [Mon, 18 Mar 2002 20:32:06 +0000 (20:32 +0000)] 
Fix ip6tables save/restore '! --syn' output of libip6t_tcp.c

23 years agocompile libip6t_agr by default
Harald Welte [Mon, 18 Mar 2002 12:49:11 +0000 (12:49 +0000)] 
compile libip6t_agr by default

23 years agomake libipt_conntrack compile by default
Harald Welte [Mon, 18 Mar 2002 12:46:23 +0000 (12:46 +0000)] 
make libipt_conntrack compile by default

23 years agolibipt_pkttype now compiled by default
Harald Welte [Mon, 18 Mar 2002 12:44:05 +0000 (12:44 +0000)] 
libipt_pkttype now compiled by default

23 years ago1.2.6a release version v1.2.6a
Harald Welte [Sun, 17 Mar 2002 13:53:37 +0000 (13:53 +0000)] 
1.2.6a release version

23 years agofixed stupid typo.
Harald Welte [Thu, 14 Mar 2002 19:54:34 +0000 (19:54 +0000)] 
fixed stupid typo.
why does this always have to happen _after_ the release?

23 years ago*** empty log message ***
Harald Welte [Thu, 14 Mar 2002 16:41:19 +0000 (16:41 +0000)] 
*** empty log message ***

23 years agoadd FTOS test file v1.2.6
Harald Welte [Thu, 14 Mar 2002 16:00:44 +0000 (16:00 +0000)] 
add FTOS test file

23 years agoadd DSCP match
Harald Welte [Thu, 14 Mar 2002 12:22:06 +0000 (12:22 +0000)] 
add DSCP match

23 years agoFix 'iptables -p !' bug (segfault when `!' used without argument)
Harald Welte [Thu, 14 Mar 2002 11:35:58 +0000 (11:35 +0000)] 
Fix 'iptables -p !' bug (segfault when `!' used without argument)

23 years agoadd length match to default extension build list
Harald Welte [Thu, 14 Mar 2002 11:34:59 +0000 (11:34 +0000)] 
add length match to default extension build list

23 years agoLOCAL_NAT change
Harald Welte [Thu, 14 Mar 2002 11:34:16 +0000 (11:34 +0000)] 
LOCAL_NAT change

23 years agomanpage updates by Herve Eychenne
Hervé Eychenne [Thu, 14 Mar 2002 09:25:40 +0000 (09:25 +0000)] 
manpage updates by Herve Eychenne

23 years agoMakefile fix for owner mac multiport limit (kisza)
András Kis-Szabó [Sun, 3 Mar 2002 09:46:51 +0000 (09:46 +0000)] 
Makefile fix for owner mac multiport limit (kisza)

23 years agoadd ip6tables-save/restore manpages; sync with ipv4 (kisza)
András Kis-Szabó [Sun, 3 Mar 2002 09:44:31 +0000 (09:44 +0000)] 
add ip6tables-save/restore manpages; sync with ipv4 (kisza)

23 years agosync ip6tables.c / ip6tables.8 with ipv4
Harald Welte [Sun, 3 Mar 2002 09:43:07 +0000 (09:43 +0000)] 
sync ip6tables.c / ip6tables.8 with ipv4

23 years agoAdd LOGv6 to Makefile list
Harald Welte [Sun, 3 Mar 2002 09:39:09 +0000 (09:39 +0000)] 
Add LOGv6 to Makefile list

23 years agoadd support for connmark match/target
Harald Welte [Mon, 25 Feb 2002 11:26:01 +0000 (11:26 +0000)] 
add support for connmark match/target

23 years agoChange $Id$ tags
Harald Welte [Mon, 25 Feb 2002 11:25:41 +0000 (11:25 +0000)] 
Change $Id$ tags

23 years agotodo update
Harald Welte [Mon, 25 Feb 2002 09:27:31 +0000 (09:27 +0000)] 
todo update

23 years agofix IP6T_MIN_ALIGN macro (Andreas Herrmann)
Andreas Herrmann [Mon, 25 Feb 2002 09:00:36 +0000 (09:00 +0000)] 
fix IP6T_MIN_ALIGN macro (Andreas Herrmann)

23 years agosome more items marked as done... great :)
Harald Welte [Tue, 19 Feb 2002 20:36:19 +0000 (20:36 +0000)] 
some more items marked as done... great :)

23 years agotodo update, lots of item done, lots of them left :(
Harald Welte [Tue, 19 Feb 2002 09:14:27 +0000 (09:14 +0000)] 
todo update, lots of item done, lots of them left :(

23 years agofix cut&paste typo
Harald Welte [Mon, 18 Feb 2002 21:32:56 +0000 (21:32 +0000)] 
fix cut&paste typo

23 years agoadd bugfix in case we are using a protocol number (-p N) which has no matching /etc...
Harald Welte [Mon, 18 Feb 2002 16:15:31 +0000 (16:15 +0000)] 
add bugfix in case we are using a protocol number (-p N) which has no matching /etc/protocols entry

23 years agoadd ECN target support
Harald Welte [Sun, 17 Feb 2002 21:32:32 +0000 (21:32 +0000)] 
add ECN target support

23 years agoadd new version of ipt_DSCP.h
Harald Welte [Sun, 17 Feb 2002 21:32:13 +0000 (21:32 +0000)] 
add new version of ipt_DSCP.h

23 years agodscp fixes
Harald Welte [Sun, 17 Feb 2002 21:28:51 +0000 (21:28 +0000)] 
dscp fixes

23 years agoadd DSCP target support
Harald Welte [Sun, 17 Feb 2002 19:54:42 +0000 (19:54 +0000)] 
add DSCP target support

23 years agomake compilation of libip6t_LOG, libipt_length, libip6t_length and
Harald Welte [Sun, 17 Feb 2002 19:52:16 +0000 (19:52 +0000)] 
make compilation of libip6t_LOG, libipt_length, libip6t_length and
libip6t_owner mandatory

23 years agoadd PREFIX variable
Harald Welte [Sun, 17 Feb 2002 19:49:26 +0000 (19:49 +0000)] 
add PREFIX variable

23 years agofix for psd-delay-threshold > 100
Harald Welte [Thu, 14 Feb 2002 23:47:54 +0000 (23:47 +0000)] 
fix for psd-delay-threshold > 100

23 years agoversion 1.2.6
Harald Welte [Wed, 13 Feb 2002 23:13:54 +0000 (23:13 +0000)] 
version 1.2.6

23 years agoexplicitly check for two possible sets of hooks in case of nat and mangle
Harald Welte [Wed, 13 Feb 2002 23:13:23 +0000 (23:13 +0000)] 
explicitly check for two possible sets of hooks in case of nat and mangle

23 years agofix compatibility with mangle2hooks and mangle5hooks
Harald Welte [Wed, 13 Feb 2002 22:42:52 +0000 (22:42 +0000)] 
fix compatibility with mangle2hooks and mangle5hooks

23 years agofirst attempt in trying to make debug code work with mangle2hooks and mangle5hooks
Harald Welte [Wed, 13 Feb 2002 16:35:39 +0000 (16:35 +0000)] 
first attempt in trying to make debug code work with mangle2hooks and mangle5hooks

23 years ago - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable
Harald Welte [Wed, 13 Feb 2002 16:19:55 +0000 (16:19 +0000)] 
- don't need -DNDEBUG anymore.  Instead, use -DIPTC_DEBUG to enable
  libiptc debugging.  This is to make people at RedHat and Mandrake
  happy.

- add debugging code for mangle5hooks table (will break debugging
  of iptables >= 1.2.6 on old kernels <= 2.4.18-pre6. *sigh*

23 years agoupdate debugging code to mangle5hooks changes
Harald Welte [Fri, 8 Feb 2002 10:02:38 +0000 (10:02 +0000)] 
update debugging code to mangle5hooks changes

23 years agorecent patch update by stephen frost
Stephen Frost [Mon, 4 Feb 2002 11:58:22 +0000 (11:58 +0000)] 
recent patch update by stephen frost

23 years agofix typo in SEE ALSO section
Harald Welte [Fri, 25 Jan 2002 15:07:37 +0000 (15:07 +0000)] 
fix typo in SEE ALSO section

23 years agoshit, forgot to update this one. Let's hope that the kernel's headers
Harald Welte [Thu, 24 Jan 2002 07:15:41 +0000 (07:15 +0000)] 
shit, forgot to update this one. Let's hope that the kernel's headers
precede the ones in this directory

23 years agoadded break; to eliminate gcc3 warning
Marc Boucher [Sat, 19 Jan 2002 12:48:05 +0000 (12:48 +0000)] 
added break; to eliminate gcc3 warning

23 years agoAdded #include <unistd.h> to eliminate close() warning.
Marc Boucher [Sat, 19 Jan 2002 12:46:39 +0000 (12:46 +0000)] 
Added #include <unistd.h> to eliminate close() warning.

23 years agoAdded support for --cmd-owner option when ownercmd.patch is applied to kernel.
Marc Boucher [Sat, 19 Jan 2002 12:46:04 +0000 (12:46 +0000)] 
Added support for --cmd-owner option when ownercmd.patch is applied to kernel.

23 years agogeneral conntrack match module userspace support files
Marc Boucher [Sat, 19 Jan 2002 10:59:12 +0000 (10:59 +0000)] 
general conntrack match module userspace support files

23 years agofix typo in comment
Harald Welte [Thu, 17 Jan 2002 20:43:10 +0000 (20:43 +0000)] 
fix typo in comment

23 years agohelper match (Martin Josefsson) v1.2.5
Martin Josefsson [Fri, 11 Jan 2002 18:41:02 +0000 (18:41 +0000)] 
helper match (Martin Josefsson)

23 years agoheading towards 1.2.5
Harald Welte [Thu, 10 Jan 2002 13:16:05 +0000 (13:16 +0000)] 
heading towards 1.2.5

23 years agotodo update
Harald Welte [Thu, 10 Jan 2002 08:34:28 +0000 (08:34 +0000)] 
todo update

23 years agolibiptc socket leaking fix
Harald Welte [Mon, 7 Jan 2002 13:46:50 +0000 (13:46 +0000)] 
libiptc socket leaking fix

23 years agoupdated ipv6header patch
Harald Welte [Tue, 25 Dec 2001 09:27:03 +0000 (09:27 +0000)] 
updated ipv6header patch

23 years agoAdded output nat + slip oops to the important issues list.
James Morris [Tue, 18 Dec 2001 23:44:23 +0000 (23:44 +0000)] 
Added output nat + slip oops to the important issues list.

23 years agoadd new ipv6header match
Harald Welte [Tue, 18 Dec 2001 07:55:41 +0000 (07:55 +0000)] 
add new ipv6header match

23 years agoadd timezone support to time match
Harald Welte [Fri, 7 Dec 2001 10:57:33 +0000 (10:57 +0000)] 
add timezone support to time match

23 years agoAdded Jozsef to the Core Team list.
James Morris [Fri, 7 Dec 2001 10:23:22 +0000 (10:23 +0000)] 
Added Jozsef to the Core Team list.

23 years agoSet verbose = 1 when -v option specified.
Marc Boucher [Thu, 6 Dec 2001 15:06:34 +0000 (15:06 +0000)] 
Set verbose = 1 when -v option specified.

23 years agoAdded -d and -t short options to getopt_long() call.
Marc Boucher [Thu, 6 Dec 2001 15:05:48 +0000 (15:05 +0000)] 
Added -d and -t short options to getopt_long() call.

23 years agoExport addr_to_anyname(), mask_to_dotted(), parse_hostnetworkmask()
Marc Boucher [Thu, 6 Dec 2001 14:50:19 +0000 (14:50 +0000)] 
Export addr_to_anyname(), mask_to_dotted(), parse_hostnetworkmask()
and parse_protocol() as they are needed by the upcoming ipt_conntrack match
module.

23 years agoremoved duplicate 'static' keyword.
Marc Boucher [Thu, 6 Dec 2001 11:18:55 +0000 (11:18 +0000)] 
removed duplicate 'static' keyword.

23 years agoTODO update / remove obsolete stuff from makefile
Harald Welte [Mon, 3 Dec 2001 22:37:12 +0000 (22:37 +0000)] 
TODO update / remove obsolete stuff from makefile

23 years agoadd quota patch
Harald Welte [Mon, 3 Dec 2001 22:22:55 +0000 (22:22 +0000)] 
add quota patch

23 years agoAdded a list of 2.5 userspace queuing issues.
James Morris [Fri, 30 Nov 2001 10:55:10 +0000 (10:55 +0000)] 
Added a list of 2.5 userspace queuing issues.

23 years agonew IPV4OPTSSTRIP target
Harald Welte [Tue, 27 Nov 2001 15:22:44 +0000 (15:22 +0000)] 
new IPV4OPTSSTRIP target

23 years agoadd support for all ipv4 options to the ipv4options match
Harald Welte [Tue, 27 Nov 2001 15:15:11 +0000 (15:15 +0000)] 
add support for all ipv4 options to the ipv4options match

23 years agono warning for . in interface names (vlan)
Harald Welte [Tue, 27 Nov 2001 15:09:06 +0000 (15:09 +0000)] 
no warning for . in interface names (vlan)

23 years agoAdded libipq version item to the TODO list.
James Morris [Sat, 24 Nov 2001 22:59:16 +0000 (22:59 +0000)] 
Added libipq version item to the TODO list.

23 years agoIPv6 queue handler, libipq support, documentation from Fernando Anton.
James Morris [Sat, 24 Nov 2001 15:09:19 +0000 (15:09 +0000)] 
IPv6 queue handler, libipq support, documentation from Fernando Anton.

23 years agotodo update (Fabrice Marie)
Fabrice MARIE [Tue, 13 Nov 2001 09:26:03 +0000 (09:26 +0000)] 
todo update (Fabrice Marie)

23 years agoadopt Makefile to big patch-o-matic update
Harald Welte [Mon, 12 Nov 2001 08:20:12 +0000 (08:20 +0000)] 
adopt Makefile to big patch-o-matic update

23 years agoadd new recent match to patch-o-matic (Stephen Frost)
Stephen Frost [Thu, 8 Nov 2001 22:35:03 +0000 (22:35 +0000)] 
add new recent match to patch-o-matic (Stephen Frost)