summaryrefslogtreecommitdiffstats
path: root/communication.c
Commit message (Collapse)AuthorAgeFilesLines
* fix compilation warningPetri Gynther2013-02-241-1/+1
|
* 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)
* fix rule counter bug (reported by James Sinclair): possible wrong ↵Bart De Schuymer2011-12-041-0/+1
| | | | initialization of counters
* initialize some variables to get rid of warnings when compiling with ↵Bart De Schuymer2011-08-111-3/+3
| | | | optimization
* 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
* fix return value checking of creatBart De Schuymer2009-12-111-2/+2
|
* fix unwanted zeroing of counters in the last udc (reported by Jon Lewis)Bart De Schuymer2009-11-041-2/+3
|
* fix chain jumpBart De Schuymer2006-03-131-1/+1
|
* remove unsigned char * warning with gcc 4.0Bart De Schuymer2006-01-231-2/+2
|
* use system call creat to create empty fileBart De Schuymer2005-11-091-25/+9
|
* cleanupBart De Schuymer2005-09-281-1/+1
|
* fix memory leakBart De Schuymer2005-09-011-7/+10
|
* put rules in doubly linked listBart De Schuymer2005-08-281-14/+19
|
* put reference to cc in each entryBart De Schuymer2005-08-281-39/+46
|
* make array of chainsBart De Schuymer2005-08-271-95/+31
|
* bugfixBart De Schuymer2005-06-181-1/+4
|
* more cleanupBart De Schuymer2005-03-281-6/+17
|
* complete -c and -C implementationBart De Schuymer2005-02-141-1/+12
|
* general cleanup + add -C and -cBart De Schuymer2005-02-081-1/+2
|
* update counters sent to kernel correctlyBart De Schuymer2005-01-251-0/+1
|
* add new counter schemeBart De Schuymer2005-01-231-15/+22
|
* missing =Bart De Schuymer2005-01-191-1/+1
|
* add ebtablesu scheme, along with general cleanupBart De Schuymer2005-01-191-95/+140
|
* add shared librariesBart De Schuymer2004-01-211-59/+69
|
* Make ebtables library functionsBart De Schuymer2004-01-141-16/+27
|
* "out of memory" bug fixBart De Schuymer2003-08-271-1/+1
|
* support sparc64Bart De Schuymer2003-07-231-21/+35
|
* --atomic-commit should only try insmod when all else failsBart De Schuymer2003-05-041-4/+13
|
* also update bcntBart De Schuymer2003-05-011-0/+1
|
* cosmetic changesBart De Schuymer2003-01-111-51/+69
|
* *** empty log message ***Bart De Schuymer2002-08-241-2/+4
|
* *** empty log message ***Bart De Schuymer2002-08-241-1/+0
|
* cosmetic improvements and some bugfixes (global description)Bart De Schuymer2002-08-131-1/+0
|
* remove databaseBart De Schuymer2002-08-111-35/+0
|
* *** empty log message ***Bart De Schuymer2002-08-011-1/+1
|
* *** empty log message ***Bart De Schuymer2002-08-011-1/+2
|
* bugfixBart De Schuymer2002-07-261-6/+5
|
* *** empty log message ***Bart De Schuymer2002-07-251-1/+2
|
* code cleanupBart De Schuymer2002-07-251-42/+32
|
* relocate counterchangesBart De Schuymer2002-07-211-1/+2
|
* *** empty log message ***Bart De Schuymer2002-07-151-11/+21
|
* add --atomic optionsBart De Schuymer2002-07-141-19/+164
|
* user defined chains are working pretty good nowBart De Schuymer2002-06-231-1/+1
|
* base patch for user defined chains supportBart De Schuymer2002-06-231-34/+153
|
* Change get_table return type.Bart De Schuymer2002-06-141-5/+4
|
* Change ebtables output when the kernel doesn't support a module.Bart De Schuymer2002-06-051-5/+6
| | | | This is for the ebtables kernel code that now supports automount.
* Initial revisionBart De Schuymer2002-06-011-0/+454