1. 5457c22 fix rule counter bug (reported by James Sinclair): possible wrong initialization of counters by Bart De Schuymer · 13 years ago
  2. f9ca781 add changelog for v2.0.10-2 by Bart De Schuymer · 13 years ago
  3. 0f9c501 respect LDFLAGS (Peter Volkov) by Bart De Schuymer · 13 years ago
  4. 556a0f4 enable compiler optimizations, bump release number by Bart De Schuymer · 13 years ago
  5. 3f45193 small changes to remove warnings when optimization is on (thanks to Peter Volkov) by Bart De Schuymer · 13 years ago
  6. faaa1a6 initialize some variables to get rid of warnings when compiling with optimization by Bart De Schuymer · 13 years ago
  7. 4653cdb remove definition of __EXPORTED_HEADERS__: we use sanitized header files now by Bart De Schuymer · 13 years ago
  8. 7ee27fd add changelog for v2.0.10-1 by Bart De Schuymer · 13 years ago
  9. cd66633 bump prog version, add LOCKDIR variable, add -Werror compile flag by Bart De Schuymer · 13 years ago
  10. f95fcd7 remove compile warning, conditionally define LOCKFILE by Bart De Schuymer · 13 years ago
  11. dcae1bf define __EXPORTED_HEADERS__ to get access to kernel headers by Bart De Schuymer · 13 years ago
  12. b102e88 add a reference to the lock file by Bart De Schuymer · 13 years ago
  13. 5d44bac add info about the lock file compile time option by Bart De Schuymer · 13 years ago
  14. 50fb8a8 remove irrelevant negative value check for the result of strtoul, found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  15. 691254b free possible memory leak found by Coverity static analysis (Jiri Popelka) by Bart De Schuymer · 13 years ago
  16. 1293eca fix use-after-free issue found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  17. caf30a4 fix possible issues found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  18. 192b91d Make the error message printed when an update of a table is rejected by the kernel by Bart De Schuymer · 13 years ago
  19. 94e5551 export use_lockfd by Bart De Schuymer · 13 years ago
  20. 8b5594d add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  21. 307bbe6 add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  22. f9b4bcb add option --concurrent by Bart De Schuymer · 13 years ago
  23. cc17a41 rename the libebtc target to libebtc.so and remove the .PHONY for libebtc (thanks to Bertrand Jacquin) by Bart De Schuymer · 13 years ago
  24. 410ebf9 only test on errno when an error occurred (especially on mips); fix some warnings by Bart De Schuymer · 13 years ago
  25. 6f7130a extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal) by Bart De Schuymer · 14 years ago
  26. 57633b1 put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined by Bart De Schuymer · 14 years ago
  27. db01774 define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use kernel headers from user space by Bart De Schuymer · 14 years ago
  28. 614ec3e remove reference to old mailing lists and refer to the relevant web pages instead by Bart De Schuymer · 14 years ago
  29. 0944a31 *** empty log message *** by Bart De Schuymer · 14 years ago
  30. a64fd6c fix --among-dst-file, which translated into --among-src (reported by Thierry Watelet) by Bart De Schuymer · 14 years ago
  31. 4eba2d4 fix syntax error with DESTDIR by Bart De Schuymer · 15 years ago
  32. 16cb38a use PRIu64 instead of llu with 64-bit unsigned integers by Bart De Schuymer · 15 years ago
  33. 078161d add LDFLAGS (Peter Volkov) by Bart De Schuymer · 15 years ago
  34. 2320f8b Create directories if they don't exist (INITDIR and SYSCONFIGDIR are only created if DESTDIR is specified) by Bart De Schuymer · 15 years ago
  35. f9ebb5e update version by Bart De Schuymer · 15 years ago
  36. fb5ea03 changes for v2.0.9-2 by Bart De Schuymer · 15 years ago
  37. 025859c fix return value checking of creat by Bart De Schuymer · 15 years ago
  38. e4e4faa correct info about compilation of ulog by Bart De Schuymer · 15 years ago
  39. 97783d2 fix unwanted zeroing of counters in the last udc (reported by Jon Lewis) by Bart De Schuymer · 15 years ago
  40. 147ebcd fix hidden symbol compilation error when using ld directly by Bart De Schuymer · 15 years ago
  41. 7ae403b v2.0.9-1 by Bart De Schuymer · 15 years ago
  42. 81994bf changes for v2.0.9 by Bart De Schuymer · 15 years ago
  43. 138bf06 fix simple regression by Bart De Schuymer · 15 years ago
  44. 872a674 fix alignment on userspace32-kernel64 systems (Sachin Sanap) by Bart De Schuymer · 15 years ago
  45. 3ba0f0a prevent source code corruption with static build (reported by Tino Keitel) by Bart De Schuymer · 16 years ago
  46. 2b58cc4 make string_to_number() static by Bart De Schuymer · 16 years ago
  47. 5e2ddb4 add nflog to the build process by Bart De Schuymer · 16 years ago
  48. 0f10744 make it compile for me by Bart De Schuymer · 16 years ago
  49. c129be9 cleanup indentation mess by Bart De Schuymer · 16 years ago
  50. 03e6000 add ebtables nflog support (Peter Warasin) by Bart De Schuymer · 17 years ago
  51. 1da1999 fix for x86-64 (reported by Pavel Emelyanov) by Bart De Schuymer · 17 years ago
  52. 005837e Kuo-Lang Tseng et al: add ipv6 support by Bart De Schuymer · 17 years ago
  53. fbdebad Jan Engelhardt: remove unneedd macro by Bart De Schuymer · 17 years ago
  54. f8a68cb Michal Soltys: fixes and trivial changes by Bart De Schuymer · 17 years ago
  55. 1dea9a8 fix policy setting of standard chains by Bart De Schuymer · 17 years ago
  56. 9f73e69 make it work for broute and nat tables by Bart De Schuymer · 17 years ago
  57. 0ddd575 handle DESTDIR correctly (thanks to Peter Volkov) by Bart De Schuymer · 17 years ago
  58. eacf5c9 use fPIC flag by Bart De Schuymer · 17 years ago
  59. 22d8f5f fix rpmbuild by Bart De Schuymer · 17 years ago
  60. bb791d9 upgrade to 2.0.8 and fix 2 small bugs by Bart De Schuymer · 17 years ago
  61. 29d6211 add gratuitous arp filtering by Bart De Schuymer · 18 years ago
  62. 24816d3 speedup checking for loops by Bart De Schuymer · 18 years ago
  63. 6c36d70 make printing of uint64_t architecture independent by Bart De Schuymer · 18 years ago
  64. e1c315a *** empty log message *** by Bart De Schuymer · 18 years ago
  65. 72ecebe add linux/types.h to release by Bart De Schuymer · 18 years ago
  66. 3898a4a add EBT_VERDICT_BITS by Bart De Schuymer · 18 years ago
  67. 1cda4be *** empty log message *** by Bart De Schuymer · 18 years ago
  68. 587fa8a *** empty log message *** by Bart De Schuymer · 18 years ago
  69. 726edb9 add --snat-arp by Bart De Schuymer · 18 years ago
  70. 09a3cac remove magic number -16 by Bart De Schuymer · 18 years ago
  71. 865dd4d make ebtables.8 and ebtables.spec independent of version and release by Bart De Schuymer · 18 years ago
  72. 592d565 make independent of version and release, add --snat-arp option by Bart De Schuymer · 18 years ago
  73. cdae0ba make independent of version and release by Bart De Schuymer · 18 years ago
  74. 17c60f5 shared libraries need fPIC by Bart De Schuymer · 18 years ago
  75. 9230686 bugfix, thanks to Lutz Jaenicke by Bart De Schuymer · 18 years ago
  76. 2411506 always show target by Bart De Schuymer · 18 years ago
  77. 4546270 add --mark-or, --mark-xor and --mark-and support for mark target by Bart De Schuymer · 18 years ago
  78. 8069b5a allow list taken from a file for among match by Bart De Schuymer · 18 years ago
  79. b913e51 deal with multiple declaration of _init by Bart De Schuymer · 18 years ago
  80. dc5d9fc make static work with KERNEL_INCLUDES by Bart De Schuymer · 18 years ago
  81. 0faecd5 fix -X bug by Bart De Schuymer · 18 years ago
  82. 15a1fac bugfix by Bart De Schuymer · 18 years ago
  83. 30cd038 *** empty log message *** by Bart De Schuymer · 19 years ago
  84. 1c162af better error message with target problems by Bart De Schuymer · 19 years ago
  85. cd51fbe *** empty log message *** by Bart De Schuymer · 19 years ago
  86. 201e1b7 fix chain jump by Bart De Schuymer · 19 years ago
  87. 7d9e3eb add make target for a static ebtables binary by Bart De Schuymer · 19 years ago
  88. 4cd1da6 trivial detail by Bart De Schuymer · 19 years ago
  89. 5976384 init hook_mask when no udc by Bart De Schuymer · 19 years ago
  90. 1902d18 add SCTP and DCCP for ip ports; make it clearer that DROP and ACCEPT are special in BROUTING by Bart De Schuymer · 19 years ago
  91. 510c9ce remove unsigned char * warning with gcc 4.0 by Bart De Schuymer · 19 years ago
  92. 639bbe9 allow SCTP/DCCP (Patrick McHardy) by Bart De Schuymer · 19 years ago
  93. 725c1ba update date and version by Bart De Schuymer · 19 years ago
  94. 58acf95 use tmp direcory for rpmbuild by Bart De Schuymer · 19 years ago
  95. 308ea9f add rpmbuild by Bart De Schuymer · 19 years ago
  96. 9d1e3ff save previous ruleset to .save by Bart De Schuymer · 19 years ago
  97. 08643ea don't specify files twice by Bart De Schuymer · 19 years ago
  98. 472e3f8 don't allow ' ' in chain names by Bart De Schuymer · 19 years ago
  99. 6bdb9f4 use system call creat to create empty file by Bart De Schuymer · 19 years ago
  100. d9a49df send bug messages to stderr by Bart De Schuymer · 19 years ago