platform/upstream/ebtables.git
12 years agoremove definition of __EXPORTED_HEADERS__: we use sanitized header files now
Bart De Schuymer [Thu, 11 Aug 2011 18:20:37 +0000 (18:20 +0000)]
remove definition of __EXPORTED_HEADERS__: we use sanitized header files now

13 years agoadd changelog for v2.0.10-1
Bart De Schuymer [Sun, 10 Jul 2011 09:27:49 +0000 (09:27 +0000)]
add changelog for v2.0.10-1

13 years agobump prog version, add LOCKDIR variable, add -Werror compile flag
Bart De Schuymer [Sun, 10 Jul 2011 09:23:19 +0000 (09:23 +0000)]
bump prog version, add LOCKDIR variable, add -Werror compile flag

13 years agoremove compile warning, conditionally define LOCKFILE
Bart De Schuymer [Sun, 10 Jul 2011 09:21:08 +0000 (09:21 +0000)]
remove compile warning, conditionally define LOCKFILE

13 years agodefine __EXPORTED_HEADERS__ to get access to kernel headers
Bart De Schuymer [Sun, 10 Jul 2011 09:19:23 +0000 (09:19 +0000)]
define __EXPORTED_HEADERS__ to get access to kernel headers

13 years agoadd a reference to the lock file
Bart De Schuymer [Sun, 10 Jul 2011 09:05:10 +0000 (09:05 +0000)]
add a reference to the lock file

13 years agoadd info about the lock file compile time option
Bart De Schuymer [Sun, 10 Jul 2011 09:03:27 +0000 (09:03 +0000)]
add info about the lock file compile time option

13 years agoremove irrelevant negative value check for the result of strtoul, found by Coverity...
Bart De Schuymer [Thu, 23 Jun 2011 18:42:28 +0000 (18:42 +0000)]
remove irrelevant negative value check for the result of strtoul, found by Coverity static analysis (thanks to Jiri Popelka)

13 years agofree possible memory leak found by Coverity static analysis (Jiri Popelka)
Bart De Schuymer [Thu, 23 Jun 2011 18:26:45 +0000 (18:26 +0000)]
free possible memory leak found by Coverity static analysis (Jiri Popelka)

13 years agofix use-after-free issue found by Coverity static analysis (thanks to Jiri Popelka)
Bart De Schuymer [Thu, 23 Jun 2011 18:25:36 +0000 (18:25 +0000)]
fix use-after-free issue found by Coverity static analysis (thanks to Jiri Popelka)

13 years agofix possible issues found by Coverity static analysis (thanks to Jiri Popelka)
Bart De Schuymer [Thu, 23 Jun 2011 18:24:38 +0000 (18:24 +0000)]
fix possible issues found by Coverity static analysis (thanks to Jiri Popelka)

13 years agoMake the error message printed when an update of a table is rejected by the kernel
Bart De Schuymer [Sun, 19 Jun 2011 19:01:06 +0000 (19:01 +0000)]
Make the error message printed when an update of a table is rejected by the kernel

13 years agoexport use_lockfd
Bart De Schuymer [Sun, 19 Jun 2011 18:59:58 +0000 (18:59 +0000)]
export use_lockfd

13 years agoadd logic to support the --concurrent option: use a file lock to support concurrent...
Bart De Schuymer [Sun, 19 Jun 2011 18:59:23 +0000 (18:59 +0000)]
add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables

13 years agoadd logic to support the --concurrent option: use a file lock to support concurrent...
Bart De Schuymer [Sun, 19 Jun 2011 18:54:13 +0000 (18:54 +0000)]
add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables

13 years agoadd option --concurrent
Bart De Schuymer [Sun, 19 Jun 2011 18:52:37 +0000 (18:52 +0000)]
add option --concurrent

13 years agorename the libebtc target to libebtc.so and remove the .PHONY for libebtc (thanks...
Bart De Schuymer [Sun, 19 Jun 2011 11:35:21 +0000 (11:35 +0000)]
rename the libebtc target to libebtc.so and remove the .PHONY for libebtc (thanks to Bertrand Jacquin)

13 years agoonly test on errno when an error occurred (especially on mips); fix some warnings
Bart De Schuymer [Sun, 29 May 2011 13:46:38 +0000 (13:46 +0000)]
only test on errno when an error occurred (especially on mips); fix some warnings

13 years agoextend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)
Bart De Schuymer [Tue, 18 Jan 2011 20:08:34 +0000 (20:08 +0000)]
extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)

13 years agoput include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined
Bart De Schuymer [Sat, 18 Dec 2010 16:15:49 +0000 (16:15 +0000)]
put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined

13 years agodefine __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use kernel...
Bart De Schuymer [Sat, 18 Dec 2010 16:14:35 +0000 (16:14 +0000)]
define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use kernel headers from user space

13 years agoremove reference to old mailing lists and refer to the relevant web pages instead
Bart De Schuymer [Sat, 18 Dec 2010 15:47:34 +0000 (15:47 +0000)]
remove reference to old mailing lists and refer to the relevant web pages instead

14 years ago*** empty log message ***
Bart De Schuymer [Thu, 22 Apr 2010 06:59:25 +0000 (06:59 +0000)]
*** empty log message ***

14 years agofix --among-dst-file, which translated into --among-src (reported by Thierry Watelet)
Bart De Schuymer [Thu, 22 Apr 2010 06:57:57 +0000 (06:57 +0000)]
fix --among-dst-file, which translated into --among-src (reported by Thierry Watelet)

14 years agofix syntax error with DESTDIR
Bart De Schuymer [Thu, 18 Mar 2010 08:58:44 +0000 (08:58 +0000)]
fix syntax error with DESTDIR

14 years agouse PRIu64 instead of llu with 64-bit unsigned integers
Bart De Schuymer [Tue, 16 Mar 2010 13:19:36 +0000 (13:19 +0000)]
use PRIu64 instead of llu with 64-bit unsigned integers

14 years agoadd LDFLAGS (Peter Volkov)
Bart De Schuymer [Tue, 16 Mar 2010 13:10:37 +0000 (13:10 +0000)]
add LDFLAGS (Peter Volkov)

14 years agoCreate directories if they don't exist (INITDIR and SYSCONFIGDIR are only created...
Bart De Schuymer [Tue, 16 Mar 2010 13:00:37 +0000 (13:00 +0000)]
Create directories if they don't exist (INITDIR and SYSCONFIGDIR are only created if DESTDIR is specified)
Based on patch by Peter Volkov

14 years agoupdate version
Bart De Schuymer [Wed, 3 Feb 2010 21:13:27 +0000 (21:13 +0000)]
update version

14 years agochanges for v2.0.9-2
Bart De Schuymer [Wed, 3 Feb 2010 21:02:56 +0000 (21:02 +0000)]
changes for v2.0.9-2

14 years agofix return value checking of creat
Bart De Schuymer [Fri, 11 Dec 2009 17:35:01 +0000 (17:35 +0000)]
fix return value checking of creat

14 years agocorrect info about compilation of ulog
Bart De Schuymer [Sun, 22 Nov 2009 11:05:25 +0000 (11:05 +0000)]
correct info about compilation of ulog

14 years agofix unwanted zeroing of counters in the last udc (reported by Jon Lewis)
Bart De Schuymer [Wed, 4 Nov 2009 21:39:26 +0000 (21:39 +0000)]
fix unwanted zeroing of counters in the last udc (reported by Jon Lewis)

14 years agofix hidden symbol compilation error when using ld directly
Bart De Schuymer [Thu, 24 Sep 2009 18:05:23 +0000 (18:05 +0000)]
fix hidden symbol compilation error when using ld directly

15 years agov2.0.9-1
Bart De Schuymer [Sun, 21 Jun 2009 13:13:02 +0000 (13:13 +0000)]
v2.0.9-1

15 years agochanges for v2.0.9
Bart De Schuymer [Sun, 21 Jun 2009 12:47:34 +0000 (12:47 +0000)]
changes for v2.0.9

15 years agofix simple regression
Bart De Schuymer [Sun, 21 Jun 2009 12:38:05 +0000 (12:38 +0000)]
fix simple regression

15 years agofix alignment on userspace32-kernel64 systems (Sachin Sanap)
Bart De Schuymer [Sun, 21 Jun 2009 12:23:36 +0000 (12:23 +0000)]
fix alignment on userspace32-kernel64 systems (Sachin Sanap)

15 years agoprevent source code corruption with static build (reported by Tino Keitel)
Bart De Schuymer [Thu, 12 Feb 2009 20:19:57 +0000 (20:19 +0000)]
prevent source code corruption with static build (reported by Tino Keitel)

15 years agomake string_to_number() static
Bart De Schuymer [Thu, 12 Feb 2009 20:16:26 +0000 (20:16 +0000)]
make string_to_number() static

15 years agoadd nflog to the build process
Bart De Schuymer [Thu, 12 Feb 2009 20:14:03 +0000 (20:14 +0000)]
add nflog to the build process

15 years agomake it compile for me
Bart De Schuymer [Thu, 12 Feb 2009 19:36:04 +0000 (19:36 +0000)]
make it compile for me

15 years agocleanup indentation mess
Bart De Schuymer [Thu, 12 Feb 2009 19:18:03 +0000 (19:18 +0000)]
cleanup indentation mess

16 years agoadd ebtables nflog support (Peter Warasin)
Bart De Schuymer [Mon, 17 Mar 2008 22:10:49 +0000 (22:10 +0000)]
add ebtables nflog support (Peter Warasin)

16 years agofix for x86-64 (reported by Pavel Emelyanov)
Bart De Schuymer [Tue, 4 Mar 2008 19:14:29 +0000 (19:14 +0000)]
fix for x86-64 (reported by Pavel Emelyanov)

16 years agoKuo-Lang Tseng et al: add ipv6 support
Bart De Schuymer [Thu, 21 Feb 2008 21:32:25 +0000 (21:32 +0000)]
Kuo-Lang Tseng et al: add ipv6 support

16 years agoJan Engelhardt: remove unneedd macro
Bart De Schuymer [Sun, 3 Feb 2008 19:58:44 +0000 (19:58 +0000)]
Jan Engelhardt: remove unneedd macro

16 years agoMichal Soltys: fixes and trivial changes
Bart De Schuymer [Sun, 3 Feb 2008 19:55:26 +0000 (19:55 +0000)]
Michal Soltys: fixes and trivial changes

16 years agofix policy setting of standard chains
Bart De Schuymer [Fri, 21 Sep 2007 17:16:46 +0000 (17:16 +0000)]
fix policy setting of standard chains

16 years agomake it work for broute and nat tables
Bart De Schuymer [Thu, 20 Sep 2007 19:09:29 +0000 (19:09 +0000)]
make it work for broute and nat tables

16 years agohandle DESTDIR correctly (thanks to Peter Volkov)
Bart De Schuymer [Sun, 12 Aug 2007 15:11:40 +0000 (15:11 +0000)]
handle DESTDIR correctly (thanks to Peter Volkov)

17 years agouse fPIC flag
Bart De Schuymer [Tue, 3 Jul 2007 17:48:53 +0000 (17:48 +0000)]
use fPIC flag

17 years agofix rpmbuild
Bart De Schuymer [Mon, 28 May 2007 16:45:38 +0000 (16:45 +0000)]
fix rpmbuild

17 years agoupgrade to 2.0.8 and fix 2 small bugs
Bart De Schuymer [Mon, 28 May 2007 11:06:14 +0000 (11:06 +0000)]
upgrade to 2.0.8 and fix 2 small bugs

17 years agoadd gratuitous arp filtering
Bart De Schuymer [Wed, 28 Mar 2007 16:54:04 +0000 (16:54 +0000)]
add gratuitous arp filtering

17 years agospeedup checking for loops
Bart De Schuymer [Sun, 11 Feb 2007 12:47:58 +0000 (12:47 +0000)]
speedup checking for loops

17 years agomake printing of uint64_t architecture independent
Bart De Schuymer [Fri, 22 Dec 2006 18:33:18 +0000 (18:33 +0000)]
make printing of uint64_t architecture independent

17 years ago*** empty log message ***
Bart De Schuymer [Fri, 22 Dec 2006 18:08:41 +0000 (18:08 +0000)]
*** empty log message ***

17 years agoadd linux/types.h to release
Bart De Schuymer [Sun, 17 Dec 2006 21:29:34 +0000 (21:29 +0000)]
add linux/types.h to release

17 years agoadd EBT_VERDICT_BITS
Bart De Schuymer [Sun, 17 Dec 2006 21:17:16 +0000 (21:17 +0000)]
add EBT_VERDICT_BITS

17 years ago*** empty log message ***
Bart De Schuymer [Sun, 17 Dec 2006 20:05:02 +0000 (20:05 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Bart De Schuymer [Sun, 17 Dec 2006 19:01:32 +0000 (19:01 +0000)]
*** empty log message ***

17 years agoadd --snat-arp
Bart De Schuymer [Fri, 15 Dec 2006 11:38:26 +0000 (11:38 +0000)]
add --snat-arp

17 years agoremove magic number -16
Bart De Schuymer [Fri, 15 Dec 2006 11:38:03 +0000 (11:38 +0000)]
remove magic number -16

17 years agomake ebtables.8 and ebtables.spec independent of version and release
Bart De Schuymer [Fri, 15 Dec 2006 11:37:07 +0000 (11:37 +0000)]
make ebtables.8 and ebtables.spec independent of version and release

17 years agomake independent of version and release, add --snat-arp option
Bart De Schuymer [Fri, 15 Dec 2006 11:36:30 +0000 (11:36 +0000)]
make independent of version and release, add --snat-arp option

17 years agomake independent of version and release
Bart De Schuymer [Fri, 15 Dec 2006 11:35:55 +0000 (11:35 +0000)]
make independent of version and release

17 years agoshared libraries need fPIC
Bart De Schuymer [Thu, 14 Dec 2006 18:55:44 +0000 (18:55 +0000)]
shared libraries need fPIC

17 years agobugfix, thanks to Lutz Jaenicke
Bart De Schuymer [Fri, 10 Nov 2006 20:33:25 +0000 (20:33 +0000)]
bugfix, thanks to Lutz Jaenicke

17 years agoalways show target
Bart De Schuymer [Thu, 12 Oct 2006 10:41:55 +0000 (10:41 +0000)]
always show target

17 years agoadd --mark-or, --mark-xor and --mark-and support for mark target
Bart De Schuymer [Tue, 3 Oct 2006 10:04:46 +0000 (10:04 +0000)]
add --mark-or, --mark-xor and --mark-and support for mark target

17 years agoallow list taken from a file for among match
Bart De Schuymer [Thu, 17 Aug 2006 10:18:02 +0000 (10:18 +0000)]
allow list taken from a file for among match

17 years agodeal with multiple declaration of _init
Bart De Schuymer [Thu, 17 Aug 2006 10:13:52 +0000 (10:13 +0000)]
deal with multiple declaration of _init

17 years agomake static work with KERNEL_INCLUDES
Bart De Schuymer [Wed, 9 Aug 2006 10:28:14 +0000 (10:28 +0000)]
make static work with KERNEL_INCLUDES

18 years agofix -X bug
Bart De Schuymer [Mon, 31 Jul 2006 19:47:45 +0000 (19:47 +0000)]
fix -X bug

18 years agobugfix
Bart De Schuymer [Fri, 28 Jul 2006 20:15:31 +0000 (20:15 +0000)]
bugfix

18 years ago*** empty log message ***
Bart De Schuymer [Tue, 11 Apr 2006 18:34:26 +0000 (18:34 +0000)]
*** empty log message ***

18 years agobetter error message with target problems
Bart De Schuymer [Tue, 11 Apr 2006 18:22:37 +0000 (18:22 +0000)]
better error message with target problems

18 years ago*** empty log message ***
Bart De Schuymer [Tue, 11 Apr 2006 18:20:35 +0000 (18:20 +0000)]
*** empty log message ***

18 years agofix chain jump
Bart De Schuymer [Mon, 13 Mar 2006 19:31:13 +0000 (19:31 +0000)]
fix chain jump

18 years agoadd make target for a static ebtables binary
Bart De Schuymer [Mon, 6 Feb 2006 21:24:02 +0000 (21:24 +0000)]
add make target for a static ebtables binary

18 years agotrivial detail
Bart De Schuymer [Mon, 23 Jan 2006 19:51:30 +0000 (19:51 +0000)]
trivial detail

18 years agoinit hook_mask when no udc
Bart De Schuymer [Mon, 23 Jan 2006 19:38:49 +0000 (19:38 +0000)]
init hook_mask when no udc

18 years agoadd SCTP and DCCP for ip ports; make it clearer that DROP and ACCEPT are special...
Bart De Schuymer [Mon, 23 Jan 2006 19:02:18 +0000 (19:02 +0000)]
add SCTP and DCCP for ip ports; make it clearer that DROP and ACCEPT are special in BROUTING

18 years agoremove unsigned char * warning with gcc 4.0
Bart De Schuymer [Mon, 23 Jan 2006 18:50:54 +0000 (18:50 +0000)]
remove unsigned char * warning with gcc 4.0

18 years agoallow SCTP/DCCP (Patrick McHardy)
Bart De Schuymer [Mon, 23 Jan 2006 18:08:07 +0000 (18:08 +0000)]
allow SCTP/DCCP (Patrick McHardy)

18 years agoupdate date and version
Bart De Schuymer [Sun, 13 Nov 2005 13:08:01 +0000 (13:08 +0000)]
update date and version

18 years agouse tmp direcory for rpmbuild
Bart De Schuymer [Sun, 13 Nov 2005 12:23:13 +0000 (12:23 +0000)]
use tmp direcory for rpmbuild

18 years agoadd rpmbuild
Bart De Schuymer [Sun, 13 Nov 2005 12:15:09 +0000 (12:15 +0000)]
add rpmbuild

18 years agosave previous ruleset to .save
Bart De Schuymer [Sat, 12 Nov 2005 22:22:39 +0000 (22:22 +0000)]
save previous ruleset to .save

18 years agodon't specify files twice
Bart De Schuymer [Sat, 12 Nov 2005 16:47:52 +0000 (16:47 +0000)]
don't specify files twice

18 years agodon't allow ' ' in chain names
Bart De Schuymer [Fri, 11 Nov 2005 21:05:57 +0000 (21:05 +0000)]
don't allow ' ' in chain names

18 years agouse system call creat to create empty file
Bart De Schuymer [Wed, 9 Nov 2005 22:39:03 +0000 (22:39 +0000)]
use system call creat to create empty file

18 years agosend bug messages to stderr
Bart De Schuymer [Wed, 9 Nov 2005 21:20:39 +0000 (21:20 +0000)]
send bug messages to stderr

18 years ago*** empty log message ***
Bart De Schuymer [Mon, 7 Nov 2005 18:52:59 +0000 (18:52 +0000)]
*** empty log message ***

18 years agov2.0.8-rc1
Bart De Schuymer [Fri, 4 Nov 2005 22:01:23 +0000 (22:01 +0000)]
v2.0.8-rc1

18 years ago*** empty log message ***
Bart De Schuymer [Fri, 4 Nov 2005 21:59:57 +0000 (21:59 +0000)]
*** empty log message ***

18 years agodelete files before saving
Bart De Schuymer [Tue, 1 Nov 2005 08:56:12 +0000 (08:56 +0000)]
delete files before saving

18 years agobugfix
Bart De Schuymer [Tue, 25 Oct 2005 18:36:11 +0000 (18:36 +0000)]
bugfix

18 years agofix typos
Bart De Schuymer [Tue, 25 Oct 2005 18:08:09 +0000 (18:08 +0000)]
fix typos