summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
Commit message (Expand)AuthorAgeFilesLines
* bump prog version, add LOCKDIR variable, add -Werror compile flagBart De Schuymer2011-07-101-10/+13
* remove compile warning, conditionally define LOCKFILEBart De Schuymer2011-07-101-0/+4
* define __EXPORTED_HEADERS__ to get access to kernel headersBart De Schuymer2011-07-101-1/+1
* add a reference to the lock fileBart De Schuymer2011-07-101-0/+1
* add info about the lock file compile time optionBart De Schuymer2011-07-101-3/+6
* remove irrelevant negative value check for the result of strtoul, found by Co...Bart De Schuymer2011-06-231-7/+0
* free possible memory leak found by Coverity static analysis (Jiri Popelka)Bart De Schuymer2011-06-231-0/+2
* fix use-after-free issue found by Coverity static analysis (thanks to Jiri Po...Bart De Schuymer2011-06-231-2/+2
* fix possible issues found by Coverity static analysis (thanks to Jiri Popelka)Bart De Schuymer2011-06-231-3/+7
* Make the error message printed when an update of a table is rejected by the k...Bart De Schuymer2011-06-191-3/+7
* export use_lockfdBart De Schuymer2011-06-191-0/+2
* add logic to support the --concurrent option: use a file lock to support conc...Bart De Schuymer2011-06-191-0/+67
* add logic to support the --concurrent option: use a file lock to support conc...Bart De Schuymer2011-06-191-0/+14
* add option --concurrentBart De Schuymer2011-06-191-0/+3
* rename the libebtc target to libebtc.so and remove the .PHONY for libebtc (th...Bart De Schuymer2011-06-191-5/+4
* only test on errno when an error occurred (especially on mips); fix some warn...Bart De Schuymer2011-05-291-5/+5
* extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal)Bart De Schuymer2011-01-183-2/+240
* put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is definedBart De Schuymer2010-12-183-3/+3
* define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use ke...Bart De Schuymer2010-12-181-0/+1
* remove reference to old mailing lists and refer to the relevant web pages ins...Bart De Schuymer2010-12-181-3/+3
* *** empty log message ***Bart De Schuymer2010-04-221-0/+2
* fix --among-dst-file, which translated into --among-src (reported by Thierry ...Bart De Schuymer2010-04-221-1/+1
* fix syntax error with DESTDIRBart De Schuymer2010-03-181-2/+2
* use PRIu64 instead of llu with 64-bit unsigned integersBart De Schuymer2010-03-161-1/+1
* add LDFLAGS (Peter Volkov)Bart De Schuymer2010-03-162-5/+4
* Create directories if they don't exist (INITDIR and SYSCONFIGDIR are only cre...Bart De Schuymer2010-03-161-6/+9
* update versionBart De Schuymer2010-02-031-1/+1
* changes for v2.0.9-2Bart De Schuymer2010-02-031-0/+8
* fix return value checking of creatBart De Schuymer2009-12-111-2/+2
* correct info about compilation of ulogBart De Schuymer2009-11-221-1/+1
* fix unwanted zeroing of counters in the last udc (reported by Jon Lewis)Bart De Schuymer2009-11-041-2/+3
* fix hidden symbol compilation error when using ld directlyBart De Schuymer2009-09-241-1/+1
* v2.0.9-1Bart De Schuymer2009-06-211-2/+2
* changes for v2.0.9Bart De Schuymer2009-06-211-0/+9
* fix simple regressionBart De Schuymer2009-06-211-1/+1
* fix alignment on userspace32-kernel64 systems (Sachin Sanap)Bart De Schuymer2009-06-211-1/+2
* prevent source code corruption with static build (reported by Tino Keitel)Bart De Schuymer2009-02-121-2/+2
* make string_to_number() staticBart De Schuymer2009-02-121-1/+1
* add nflog to the build processBart De Schuymer2009-02-121-1/+1
* make it compile for meBart De Schuymer2009-02-121-2/+2
* cleanup indentation messBart De Schuymer2009-02-121-84/+83
* add ebtables nflog support (Peter Warasin)Bart De Schuymer2008-03-172-0/+214
* fix for x86-64 (reported by Pavel Emelyanov)Bart De Schuymer2008-03-041-11/+13
* Kuo-Lang Tseng et al: add ipv6 supportBart De Schuymer2008-02-216-1/+546
* Jan Engelhardt: remove unneedd macroBart De Schuymer2008-02-0316-17/+17
* Michal Soltys: fixes and trivial changesBart De Schuymer2008-02-031-10/+8
* fix policy setting of standard chainsBart De Schuymer2007-09-211-2/+4
* make it work for broute and nat tablesBart De Schuymer2007-09-201-1/+1
* handle DESTDIR correctly (thanks to Peter Volkov)Bart De Schuymer2007-08-121-23/+14
* use fPIC flagBart De Schuymer2007-07-031-2/+2