1. 40b1d5a 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
  2. fd54852 free possible memory leak found by Coverity static analysis (Jiri Popelka) by Bart De Schuymer · 13 years ago
  3. d80967c fix use-after-free issue found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  4. b1acc07 fix possible issues found by Coverity static analysis (thanks to Jiri Popelka) by Bart De Schuymer · 13 years ago
  5. 8a59623 Make the error message printed when an update of a table is rejected by the kernel by Bart De Schuymer · 13 years ago
  6. 2a10d35 export use_lockfd by Bart De Schuymer · 13 years ago
  7. 1111253 add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  8. c28a62b add logic to support the --concurrent option: use a file lock to support concurrent scripts running ebtables by Bart De Schuymer · 13 years ago
  9. 1353e5b add option --concurrent by Bart De Schuymer · 13 years ago
  10. 64c0eca rename the libebtc target to libebtc.so and remove the .PHONY for libebtc (thanks to Bertrand Jacquin) by Bart De Schuymer · 13 years ago
  11. 3dd5628 only test on errno when an error occurred (especially on mips); fix some warnings by Bart De Schuymer · 13 years ago
  12. 7599884 extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal) by Bart De Schuymer · 13 years ago
  13. 74475af put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined by Bart De Schuymer · 14 years ago
  14. a95517b 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
  15. ae4c0c9 remove reference to old mailing lists and refer to the relevant web pages instead by Bart De Schuymer · 14 years ago
  16. 8221ec0 add xtables CLASSIFY target (Frederic Leroy) by Bart De Schuymer · 14 years ago
  17. 6477e8a respect LDFLAGS (Peter Volkov) by Bart De Schuymer · 14 years ago
  18. 0d0d618 - use -n so that IP addresses are resolved (similar to iptables' behaviour) by Bart De Schuymer · 14 years ago
  19. 9a28564 also print the -i and -o interface if -v isn't specified by Bart De Schuymer · 14 years ago
  20. 8731423 make arptables --proto-type also accept hexadecimal inputs (Jeroen van Wolffelaar) by Bart De Schuymer · 14 years ago
  21. 56e2da3 - remove old version from manpage (Peter Volkov) by Bart De Schuymer · 14 years ago
  22. f5b0160 added include/net/ip.h, net/ipv4/netfilter/ip_conntrack_core.c by Bart De Schuymer · 14 years ago
  23. db9eefb *** empty log message *** by Bart De Schuymer · 14 years ago
  24. e073467 fix --among-dst-file, which translated into --among-src (reported by Thierry Watelet) by Bart De Schuymer · 14 years ago
  25. a8a9079 - use zu - remove warning caused by strict-aliasing rules (Jan Engelhardt) by Bart De Schuymer · 14 years ago
  26. c3b7ce9 - llu -> PRIu64 conversion by Bart De Schuymer · 14 years ago
  27. 00bbd0b more llu -> PRIu64 conversions by Bart De Schuymer · 14 years ago
  28. 5938935 - use %zu for size_t by Bart De Schuymer · 14 years ago
  29. abcb1ec make INITDIR directory if DESTDIR is specified by Bart De Schuymer · 14 years ago
  30. 6ea5357 fix syntax error with DESTDIR by Bart De Schuymer · 14 years ago
  31. 13f125b Don't use -o root -g root with install which makes unprivileged installs possible (chroot) (Jan Engelhardt) by Bart De Schuymer · 14 years ago
  32. 43b9e23 use PRIu64 instead of llu with 64-bit unsigned integers by Bart De Schuymer · 14 years ago
  33. 57cec2a add LDFLAGS (Peter Volkov) by Bart De Schuymer · 14 years ago
  34. bc89021 Create directories if they don't exist (INITDIR and SYSCONFIGDIR are only created if DESTDIR is specified) by Bart De Schuymer · 14 years ago
  35. ff6c186 touch each file and set the permissions for a release by Bart De Schuymer · 14 years ago
  36. 9b19e3c bump to v0.0.3-4, test for existence of the sysconfig dir, use the header files from the repository by Bart De Schuymer · 14 years ago
  37. 4bcde18 keep these headers so we don't need to convert things to x_tables by Bart De Schuymer · 14 years ago
  38. 3ebbac4 update version by Bart De Schuymer · 14 years ago
  39. ad3040a changes for v2.0.9-2 by Bart De Schuymer · 14 years ago
  40. 46123fb fix return value checking of creat by Bart De Schuymer · 15 years ago
  41. 2585164 correct info about compilation of ulog by Bart De Schuymer · 15 years ago
  42. d6f8d26 fix unwanted zeroing of counters in the last udc (reported by Jon Lewis) by Bart De Schuymer · 15 years ago
  43. fe0a4d8 fix hidden symbol compilation error when using ld directly by Bart De Schuymer · 15 years ago
  44. a58a3f3 v2.0.9-1 by Bart De Schuymer · 15 years ago
  45. de97946 changes for v2.0.9 by Bart De Schuymer · 15 years ago
  46. 1ed9785 fix simple regression by Bart De Schuymer · 15 years ago
  47. b2e67a0 fix alignment on userspace32-kernel64 systems (Sachin Sanap) by Bart De Schuymer · 15 years ago
  48. 76bee55 prevent source code corruption with static build (reported by Tino Keitel) by Bart De Schuymer · 15 years ago
  49. aa1174b make string_to_number() static by Bart De Schuymer · 15 years ago
  50. 438e12e add nflog to the build process by Bart De Schuymer · 15 years ago
  51. c93795b make it compile for me by Bart De Schuymer · 15 years ago
  52. a9dfd89 cleanup indentation mess by Bart De Schuymer · 15 years ago
  53. e6affb5 add ebtables nflog support (Peter Warasin) by Bart De Schuymer · 16 years ago
  54. b23464c fix for x86-64 (reported by Pavel Emelyanov) by Bart De Schuymer · 16 years ago
  55. b157a03 Kuo-Lang Tseng et al: add ipv6 support by Bart De Schuymer · 16 years ago
  56. aec7a02 Jan Engelhardt: remove unneedd macro by Bart De Schuymer · 16 years ago
  57. e65d5f0 Michal Soltys: fixes and trivial changes by Bart De Schuymer · 16 years ago
  58. 8beec6e fix policy setting of standard chains by Bart De Schuymer · 17 years ago
  59. 7d8ef28 make it work for broute and nat tables by Bart De Schuymer · 17 years ago
  60. 1e360f9 install arptables.sysv,arptables-restore and arptables-save by Bart De Schuymer · 17 years ago
  61. 16908dc further cleanup by Bart De Schuymer · 17 years ago
  62. afa20c1 remove compile warnings by Bart De Schuymer · 17 years ago
  63. 978a461 cleanup by Bart De Schuymer · 17 years ago
  64. 1b97c07 fix BINDIR+cleanup (Peter Volkov) by Bart De Schuymer · 17 years ago
  65. 90fde8c handle DESTDIR correctly (thanks to Peter Volkov) by Bart De Schuymer · 17 years ago
  66. 9ffc438 use fPIC flag by Bart De Schuymer · 17 years ago
  67. c8e9ee2 fix rpmbuild by Bart De Schuymer · 17 years ago
  68. 19f076e upgrade to 2.0.8 and fix 2 small bugs by Bart De Schuymer · 17 years ago
  69. 057f0b2 add gratuitous arp filtering by Bart De Schuymer · 17 years ago
  70. 8ed0cbb speedup checking for loops by Bart De Schuymer · 17 years ago
  71. 8907b0f fix compile warning by Bart De Schuymer · 17 years ago
  72. c5fe705 make printing of uint64_t architecture independent by Bart De Schuymer · 17 years ago
  73. ed65003 *** empty log message *** by Bart De Schuymer · 17 years ago
  74. ae32a24 add linux/types.h to release by Bart De Schuymer · 18 years ago
  75. 2300a13 add EBT_VERDICT_BITS by Bart De Schuymer · 18 years ago
  76. 03f23cd *** empty log message *** by Bart De Schuymer · 18 years ago
  77. e7b3c14 *** empty log message *** by Bart De Schuymer · 18 years ago
  78. 38a8fdb add --snat-arp by Bart De Schuymer · 18 years ago
  79. 08e29dc remove magic number -16 by Bart De Schuymer · 18 years ago
  80. 9be8a13 make ebtables.8 and ebtables.spec independent of version and release by Bart De Schuymer · 18 years ago
  81. d0926b6 make independent of version and release, add --snat-arp option by Bart De Schuymer · 18 years ago
  82. 70be0d9 make independent of version and release by Bart De Schuymer · 18 years ago
  83. b2c72b5 shared libraries need fPIC by Bart De Schuymer · 18 years ago
  84. 3aa1626 bugfix, thanks to Lutz Jaenicke by Bart De Schuymer · 18 years ago
  85. 27fe5d8 always show target by Bart De Schuymer · 18 years ago
  86. 4962f21 add --mark-or, --mark-xor and --mark-and support for mark target by Bart De Schuymer · 18 years ago
  87. 4151287 allow list taken from a file for among match by Bart De Schuymer · 18 years ago
  88. 0a0dad0 deal with multiple declaration of _init by Bart De Schuymer · 18 years ago
  89. 6b9e615 make static work with KERNEL_INCLUDES by Bart De Schuymer · 18 years ago
  90. d5af467 fix -X bug by Bart De Schuymer · 18 years ago
  91. 557d721 bugfix by Bart De Schuymer · 18 years ago
  92. 3b0190b *** empty log message *** by Bart De Schuymer · 18 years ago
  93. 6cbafa4 better error message with target problems by Bart De Schuymer · 18 years ago
  94. 4fa1f56 *** empty log message *** by Bart De Schuymer · 18 years ago
  95. 3509b9c fix chain jump by Bart De Schuymer · 18 years ago
  96. 97b8ebf add make target for a static ebtables binary by Bart De Schuymer · 18 years ago
  97. b5d4088 trivial detail by Bart De Schuymer · 18 years ago
  98. 7587ebe init hook_mask when no udc by Bart De Schuymer · 18 years ago
  99. 0383d02 add SCTP and DCCP for ip ports; make it clearer that DROP and ACCEPT are special in BROUTING by Bart De Schuymer · 18 years ago
  100. 39a1261 remove unsigned char * warning with gcc 4.0 by Bart De Schuymer · 18 years ago