1. 800938f This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) by Pablo Neira · 19 years ago
  2. 9d3ed77 Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>) by Olaf Rempel · 19 years ago
  3. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 19 years ago
  4. 69558bf Allow "--realm ! foo" and "! --realm foo" (Closes: #297) by Harald Welte · 19 years ago
  5. 8430fb9 fix missing comma at end of line by Harald Welte · 19 years ago
  6. 02964b8 Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. by Martin Josefsson · 19 years ago
  7. c10f251 time to release 1.3.0 final by Harald Welte · 19 years ago
  8. 21ccef2 remove way outdated files by Harald Welte · 19 years ago
  9. c271df7 update notes to reflect subversion usage by Harald Welte · 19 years ago
  10. 61d274f try to fix realm save/restore issue (Adresses: #297) by Harald Welte · 20 years ago
  11. 77cb03f Fix rule deletion (hinfo pointer initialized by kernel, don't compare it in userspace). (Samuel Jean) by Samuel Jean · 20 years ago
  12. e6ebb1c fix parameter handling in libipt_hashlimit with iptables-save (Nikolai Malykh) by Nikolai Malykh · 20 years ago
  13. e37c0dc Revert the recent addition of memset()'s to TC_COMMIT. One of them is bogus and the other one needs more investigation to why valgrind is complaining. by Phil Oester · 20 years ago
  14. b2eedcd Add support for inversion to multiport revision 1. by Phil Oester · 20 years ago
  15. 5974683 we now need to exclude .svn instead of CVS by Harald Welte · 20 years ago
  16. 9fad579 release rc1 by Harald Welte · 20 years ago
  17. ec30b6c re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0 by Harald Welte · 20 years ago
  18. 37963e0 fix compiler warning about discarding const by Harald Welte · 20 years ago
  19. 58e7285 add missing comma by Harald Welte · 20 years ago
  20. 3d12187 fix typo by Harald Welte · 20 years ago
  21. 02aa733 make structure initializers use C99 standard (Harald Welte) by Harald Welte · 20 years ago
  22. 2b9d07b typo by Martin Josefsson · 20 years ago
  23. de5ba5d check for colons by Harald Welte · 20 years ago
  24. 579553c be more specific what INPUT means (Matthias Bruestle) by Harald Welte · 20 years ago
  25. fcbab56 Use C99 initializers by Harald Welte · 20 years ago
  26. 664c0a3 - Sets the 'iptc_fn' global variable to the pointer to the current functions in all major TC_* functions. This is necessary because in certain cases, an error return from a function that doesn't set 'iptc_fn' will conflict with a function-specific error return from one that does, causing TC_STRERROR() to return the wrong error string. This ensures that the right one will be returned. by Derrik Pates · 20 years ago
  27. 3fb61f3 John McCann points out via bugzilla that iptables happily accepts this by Phil Oester · 20 years ago
  28. 22a8c93 fix name of 'extra_opts' structure member (Nikolai Malykh) by Nikolai Malykh · 20 years ago
  29. 2b9a577 Make it compile on current kernels, the future isn't here yet. by Martin Josefsson · 20 years ago
  30. 225f462 Testsuite found an issue: multiport accepts -p ! tcp. by Rusty Russell · 20 years ago
  31. 5df9547 Pablo Neira: Multiport revision 1 userspace support. by Pablo Neira · 20 years ago
  32. ee9c820 Remove leftover debug printf by Martin Josefsson · 20 years ago
  33. 93911bf Replace memchr with strlen and fix up one of the statements. by Martin Josefsson · 20 years ago
  34. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  35. 708f7b9 Prevent user from using --helper multiple times (Nicolas Bouliane <nib@cookinglinux.org>) by Nicolas Bouliane · 20 years ago
  36. f46e1af Add --log-uid option (John Lange <john.lange@open-it.ca>) by John Lange · 20 years ago
  37. daade44 Stupid typo that meant we didn't compare target data when doing delete-by-matching-rule (found by nfsim test). by Rusty Russell · 20 years ago
  38. 3ef2fb8 Fix compile error introduced by C99 conversion. by Rusty Russell · 20 years ago
  39. 8caee8b Pablo Neira: extensions conversion to C99 structure initialization by Pablo Neira · 20 years ago
  40. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  41. 70f758d Use string_to_number. Don't check for no optarg: we set has_arg to 1 in option array, so getopt does that for us. by Rusty Russell · 20 years ago
  42. 8beb049 Don't need ipt_entry_target()/ip6t_entry_target() now kernel uses static inline instead of extern inline (otherwise it doesn't compile without -O). by Rusty Russell · 20 years ago
  43. 208d42e Implement IPTABLES_LIB_DIR and IP6TABLES_LIB_DIR environment variables, and set them in testsuite if we're running iptables within tree. by Rusty Russell · 20 years ago
  44. 0b46d1d Nicolas Bouliane: I was writing an nfsim .sim for the match tos, when I realized that when we enter --tos twice the second overwrite the first. by Nicolas Bouliane · 20 years ago
  45. 0f9b8b1 Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY. by Martin Josefsson · 20 years ago
  46. 733e54b Make "is_same" test basics and entries only: targets are generic. by Rusty Russell · 20 years ago
  47. e45c713 Remove GET_TARGET() define: this was for compiling iptables for debugging (ie. without -O) on old kernels where ipt_get_target() was defined "extern inline". These days it's "static inline", and only developers build without -O anyway. by Rusty Russell · 20 years ago
  48. 3f29878 ROUTE --tee target extension (Patrick Schaaf) by Patrick Schaaf · 20 years ago
  49. b9a4938 ipset 2 related updates (JK) by Joszef Kadlecsik · 20 years ago
  50. 7dc57e2 fix some compiler warnings and errors by Harald Welte · 20 years ago
  51. 93f4a3d sync with latest patch-o-matic-ng update (support direction and mode parameters) by Harald Welte · 20 years ago
  52. a5616dc Search backwards when inserting/deleting in/from the top half of the rules in a chain. by Martin Josefsson · 20 years ago
  53. 10f7f14 Fix module-autoloading in certain cases (Fixse Debian Bug 219686) by Harald Welte · 20 years ago
  54. 60953f0 minor syntax fixes by Harald Welte · 20 years ago
  55. 5d4a1b8 - add hashlimit to makefile - fix typo in libipt_hashlimit by Harald Welte · 20 years ago
  56. 789c7df move ipt_hashlimit to it's correct location by Harald Welte · 20 years ago
  57. a5374b2 add hashlimit kernel header file by Harald Welte · 20 years ago
  58. 77e2eca hashlimit port of userspace plugin by Harald Welte · 20 years ago
  59. a188599 add paragraph about raw table by Harald Welte · 20 years ago
  60. 373f8e9 Mention owner brokenness in manpage by Patrick McHardy · 20 years ago
  61. 2608b6e note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester) by Phil Oester · 20 years ago
  62. 1b68d2e Add comment about time not adhering DST (Phil Oester) (Closes: #75) by Phil Oester · 20 years ago
  63. 631f361 Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end. by Martin Josefsson · 20 years ago
  64. 1200953 Spelling error. by Martin Josefsson · 20 years ago
  65. b0f3d2d Fix returnvalue of TC_BUILTIN() by Martin Josefsson · 20 years ago
  66. ad3b4f9 Make sure to zero all the memory we allocate for the new table. by Martin Josefsson · 20 years ago
  67. 2a5dbbb Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practical by Martin Josefsson · 20 years ago
  68. 8e795b0 Fix two more rulenumber off by 1 errors by Martin Josefsson · 20 years ago
  69. eb066cc Insertion of rules with -I was broken. by Martin Josefsson · 20 years ago
  70. 8d1b38a Fix rule counting by Martin Josefsson · 20 years ago
  71. 52c3802 Fix listing of module targets. Type was only set for standard targets. by Martin Josefsson · 20 years ago
  72. 4066ee9 realm: fix inversion (Simon Lodal) by Simon Lodal · 20 years ago
  73. 57ff0b4 Fix half-working ipv6 limit invert check (Phil Oester) by Phil Oester · 20 years ago
  74. 2731398 Fix half-working dstlimit invert check (Phil Oester) by Phil Oester · 20 years ago
  75. 35160ee limit match does not support invert, warn about it. Closes bugzilla #95 (Phil Oester) by Phil Oester · 20 years ago
  76. 514b1b4 Add comment match extension (Brad Fisher) by Brad Fisher · 20 years ago
  77. 0371c0c fix segfault from memory allocation: handle->entries is actualy struct ipt_get_entries plus the size by Harald Welte · 20 years ago
  78. 6a93fa0 fix psd option parsing (Phil Oester) by Phil Oester · 20 years ago
  79. d0a2e8a Print error when '!' is used with multiport. Based on patch by Phil Oester. by Patrick McHardy · 20 years ago
  80. 13218fb port physdev to ip6tables (Bart De Schuymer) by Bart De Schuymer · 20 years ago
  81. de8ae51 Fix typo. (Phil Oester) Closes #239 by Phil Oester · 20 years ago
  82. 63730f1 Fix number parsing (Piotr Gasidlo) by Piotr Gasidło · 20 years ago
  83. fe53707 add delete by matching-rule to libiptc2 (still untested) by Harald Welte · 20 years ago
  84. df1c71c slightly different semantics of iptc_builtin by Harald Welte · 20 years ago
  85. 3a506ac fix slightly changed semantics of iptc_is_builtin by Harald Welte · 20 years ago
  86. aae69be complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes to 1.255 seconds (!). Might still contain bugs, use with caution. by Harald Welte · 20 years ago
  87. 161b35f add missing spaces in 'save' printout (youza@post.cz) (Closes: #235) by Youza Youzovic · 20 years ago
  88. 7defa34 Cleanup ttl-match option parsing, fixes bugzilla #183 (Phil Oester) by Phil Oester · 20 years ago
  89. 811b040 Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester) by Phil Oester · 20 years ago
  90. 8093844 Allocate enough memory for addr-list in host_to_addr() by Patrick McHardy · 20 years ago
  91. 46e8538 Limit ttl-value to 0-255 (Maciej Soltysiak <solt@dns.toxicfilms.tv>) by Maciej Soltysiak · 20 years ago
  92. 37fd00d Check that TTL is between 0 and 255 (Nicolas Bouliane) by Nicolas Bouliane · 20 years ago
  93. 07de9c0 update to ipt_account 0.1.16 (Piotr Gasid?o) by Piotr Gasidło · 20 years ago
  94. 5e4bb56 In C, we declare variables at the top of function (Olivier Clerget) by Harald Welte · 20 years ago
  95. b9c6ec1 Giving --dst-range twice to iprange did not ring the bell by Nicolas Bouliane · 20 years ago
  96. 3e2b8df fix syntax of help message by Harald Welte · 20 years ago
  97. 6997cdf fix dual-free bug with multiple-A dns records (keso@klister.net) by keso · 20 years ago
  98. f92ab33 Add addrtype match to list of unconditionally built extensions by Patrick McHardy · 20 years ago
  99. af37187 Add ipt_addrtype.h by Patrick McHardy · 20 years ago
  100. 9dd4cb0 make DO_MULTI=1 documented in INSTALL file by Joszef Kadlecsik · 20 years ago