summaryrefslogtreecommitdiffstats
path: root/libebtc.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: Add string filter to ebtablesBernie Harris2018-04-271-1/+5
* Fix locking if LOCKDIR does not existPhil Sutter2018-01-171-4/+10
* Use flock() for --concurrent optionPhil Sutter2017-10-241-44/+5
* ebtables: Allow RETURN target rules in user defined chainsAlin Năstac2015-10-281-1/+1
* remove compile warning, conditionally define LOCKFILEBart De Schuymer2011-07-101-0/+4
* fix use-after-free issue found by Coverity static analysis (thanks to Jiri Po...Bart De Schuymer2011-06-231-2/+2
* add logic to support the --concurrent option: use a file lock to support conc...Bart De Schuymer2011-06-191-0/+67
* speedup checking for loopsBart De Schuymer2007-02-111-2/+5
* fix -X bugBart De Schuymer2006-07-311-8/+11
* bugfixBart De Schuymer2006-07-281-1/+1
* init hook_mask when no udcBart De Schuymer2006-01-231-4/+6
* send bug messages to stderrBart De Schuymer2005-11-091-3/+3
* fix -DBart De Schuymer2005-10-241-1/+4
* minor changesBart De Schuymer2005-10-011-11/+0
* cleanupBart De Schuymer2005-09-281-2/+2
* bugfixBart De Schuymer2005-09-011-0/+1
* bugfixBart De Schuymer2005-08-301-5/+5
* put rules in doubly linked listBart De Schuymer2005-08-281-49/+51
* put reference to cc in each entryBart De Schuymer2005-08-281-196/+75
* make array of chainsBart De Schuymer2005-08-271-245/+106
* trivial cleanupsBart De Schuymer2005-08-121-2/+8
* cleanupBart De Schuymer2005-07-161-27/+24
* more cleanupBart De Schuymer2005-03-281-68/+57
* complete -c and -C implementationBart De Schuymer2005-02-141-16/+37
* general cleanup + add -C and -cBart De Schuymer2005-02-081-27/+94
* add '.' after messagesBart De Schuymer2005-01-241-1/+1
* really zero countersBart De Schuymer2005-01-241-0/+24
* add new counter schemeBart De Schuymer2005-01-231-0/+1
* add ebtablesu scheme, along with general cleanupBart De Schuymer2005-01-191-314/+221
* Fix problem with udcBart De Schuymer2004-12-161-1/+1
* gcc doesn't like a label at the end.. tssBart De Schuymer2004-09-091-1/+1
* add shared librariesBart De Schuymer2004-01-211-43/+69
* ebtables library functionsBart De Schuymer2004-01-141-0/+1499