summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* arptables: fix potential buffer overflow (author: dcb)HEADmasterBart De Schuymer2014-05-061-0/+1
|
* don't print IPv6 mask if it's all ones (based on patch by Mariusz Mazur ↵Bart De Schuymer2014-04-143-2/+16
| | | | <mmazur at axeos.com>)
* arptables: add missing long option --set-counters and update documentationJesper Dangaard Brouer2014-03-022-1/+10
|
* arptables: install man pagesJesper Dangaard Brouer2014-03-021-5/+9
|
* Add man pages for arptables-{save,restore}Jesper Dangaard Brouer2013-11-182-0/+78
|
* add GPL textBart De Schuymer2013-10-151-0/+342
|
* fix potential buffer overflows reported by static analysisJaromír Končický2013-10-152-10/+15
|
* make static analysis tool happy (false positive)Jaromír Končický2013-10-151-1/+3
|
* remove ebtables-restore binary from repositoryBart De Schuymer2013-07-311-118/+0
|
* Add --noflush command line support for ebtables-restoreSanket Shah2013-07-311-4/+25
|
* workaround for kernel regression bug: IPv6 source/destination addresses are ↵Luis Fernando2013-07-031-0/+4
| | | | potentially not matched correctly
* add info about -Wl,-no-as-neededBart De Schuymer2013-07-031-0/+2
|
* fix compilation warningPetri Gynther2013-02-241-1/+1
|
* build an libarptc.a archiveJonh Wendell2013-02-241-2/+5
| | | | this allows programs to statically link against libarptc.
* bump version; remove cvs references in MakefileBart De Schuymer2013-01-101-3/+1
|
* update date of last update of arptables man pageBart De Schuymer2013-01-101-1/+1
|
* when listing a rule where a negation (!) is used with interfaces, put the ↵Bart De Schuymer2013-01-101-16/+4
| | | | negation sign (!) before the -i/-o option; fix compiler warning
* fix compile warningBart De Schuymer2013-01-102-345/+0
|
* fix inversion flagPablo Neira Ayuso2013-01-071-0/+1
|
* add RARP and update iana urlBart De Schuymer2012-07-031-4/+6
|
* bump release and update program dateBart De Schuymer2011-12-151-2/+2
|
* changelog for 2.0.10-4Bart De Schuymer2011-12-151-0/+3
|
* bugfix: setting rule in first built-in chain caused setting all counters to ↵Bart De Schuymer2011-12-151-1/+1
| | | | zero (thanks to James Sinclair)
* typoBart De Schuymer2011-12-041-1/+1
|
* add changelog for v 2.0.10-3Bart De Schuymer2011-12-041-0/+3
|
* bump versionBart De Schuymer2011-12-041-1/+1
|
* fix rule counter bug (reported by James Sinclair): possible wrong ↵Bart De Schuymer2011-12-041-0/+1
| | | | initialization of counters
* add changelog for v2.0.10-2Bart De Schuymer2011-08-111-0/+6
|
* respect LDFLAGS (Peter Volkov)Bart De Schuymer2011-08-112-2/+2
|
* enable compiler optimizations, bump release numberBart De Schuymer2011-08-111-2/+2
|
* small changes to remove warnings when optimization is on (thanks to Peter ↵Bart De Schuymer2011-08-111-4/+4
| | | | Volkov)
* initialize some variables to get rid of warnings when compiling with ↵Bart De Schuymer2011-08-112-4/+4
| | | | optimization
* remove definition of __EXPORTED_HEADERS__: we use sanitized header files nowBart De Schuymer2011-08-112-2/+0
|
* add changelog for v2.0.10-1Bart De Schuymer2011-07-101-0/+15
|
* 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 ↵Bart De Schuymer2011-06-231-7/+0
| | | | Coverity static analysis (thanks to Jiri Popelka)
* 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 ↵Bart De Schuymer2011-06-231-2/+2
| | | | Popelka)
* 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 ↵Bart De Schuymer2011-06-191-3/+7
| | | | kernel
* export use_lockfdBart De Schuymer2011-06-191-0/+2
|
* add logic to support the --concurrent option: use a file lock to support ↵Bart De Schuymer2011-06-191-0/+67
| | | | concurrent scripts running ebtables
* add logic to support the --concurrent option: use a file lock to support ↵Bart De Schuymer2011-06-191-0/+14
| | | | concurrent scripts running ebtables
* add option --concurrentBart De Schuymer2011-06-191-0/+3
|
* rename the libebtc target to libebtc.so and remove the .PHONY for libebtc ↵Bart De Schuymer2011-06-191-5/+4
| | | | (thanks to Bertrand Jacquin)
* only test on errno when an error occurred (especially on mips); fix some ↵Bart De Schuymer2011-05-291-5/+5
| | | | warnings