1. 7d77451 pull out pmtu changes to fix compilation issues by Harald Welte · 19 years ago
  2. e267792 poll goto specific changes out of trunk by Harald WeltePablo Neira · 19 years ago
  3. 1a39d1e fix iptables-save/restore of goto (Jonas Berlin) by Jonas Berlin · 19 years ago
  4. 6b5effc omeone forgot to update ipt_conntrack.h header in user space. So, update it to use ip_conntrack_old_tuple. (Pablo Neira) by Harald WeltePablo Neira · 19 years ago
  5. 7a8bdfd add REJECT with icmp-frag-needed (Florian Lohoff) by Florian Lohoff · 19 years ago
  6. 182f3f6 don't allow newlines in LOG prefix (Phil Oester) (Closes: #312) by Phil Oester · 19 years ago
  7. 1b91e59 re-sync ip6tables with iptables (check for init functions) (Jonas Berlin) by Jonas Berlin · 19 years ago
  8. f33c461 add lots of man pages (Jonas Berlin) by Jonas Berlin · 19 years ago
  9. 4a06cf0 the optflags array contains a '3' for the OPT_LINENUMBERS entry while everywhere else '0' is used (Jonas Berlin) by Jonas Berlin · 19 years ago
  10. b9e814c SET target bugfix by Michal Pokrywka applied by Michal Pokrywka · 19 years ago
  11. 1afcffd Fix TCPLAG version (Torsten Lüttgert <t.luettgert@pressestimmen.de>) by Torsten Lüttgert · 19 years ago
  12. 8b7cc8a improve REDIRECT manpage (Jonas Berlin <xkr47@outerspace.dyndns.org>) by Jonas Berlin · 19 years ago
  13. fc4b10c bump version to 1.3.1 by Harald Welte · 19 years ago
  14. 800938f This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) by Pablo Neira · 19 years ago
  15. 9d3ed77 Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>) by Olaf Rempel · 19 years ago
  16. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 19 years ago
  17. 69558bf Allow "--realm ! foo" and "! --realm foo" (Closes: #297) by Harald Welte · 19 years ago
  18. 8430fb9 fix missing comma at end of line by Harald Welte · 19 years ago
  19. 02964b8 Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. by Martin Josefsson · 19 years ago
  20. c10f251 time to release 1.3.0 final by Harald Welte · 19 years ago
  21. 21ccef2 remove way outdated files by Harald Welte · 19 years ago
  22. c271df7 update notes to reflect subversion usage by Harald Welte · 19 years ago
  23. 61d274f try to fix realm save/restore issue (Adresses: #297) by Harald Welte · 20 years ago
  24. 77cb03f Fix rule deletion (hinfo pointer initialized by kernel, don't compare it in userspace). (Samuel Jean) by Samuel Jean · 20 years ago
  25. e6ebb1c fix parameter handling in libipt_hashlimit with iptables-save (Nikolai Malykh) by Nikolai Malykh · 20 years ago
  26. 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
  27. b2eedcd Add support for inversion to multiport revision 1. by Phil Oester · 20 years ago
  28. 5974683 we now need to exclude .svn instead of CVS by Harald Welte · 20 years ago
  29. 9fad579 release rc1 by Harald Welte · 20 years ago
  30. ec30b6c re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0 by Harald Welte · 20 years ago
  31. 37963e0 fix compiler warning about discarding const by Harald Welte · 20 years ago
  32. 58e7285 add missing comma by Harald Welte · 20 years ago
  33. 3d12187 fix typo by Harald Welte · 20 years ago
  34. 02aa733 make structure initializers use C99 standard (Harald Welte) by Harald Welte · 20 years ago
  35. 2b9d07b typo by Martin Josefsson · 20 years ago
  36. de5ba5d check for colons by Harald Welte · 20 years ago
  37. 579553c be more specific what INPUT means (Matthias Bruestle) by Harald Welte · 20 years ago
  38. fcbab56 Use C99 initializers by Harald Welte · 20 years ago
  39. 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
  40. 3fb61f3 John McCann points out via bugzilla that iptables happily accepts this by Phil Oester · 20 years ago
  41. 22a8c93 fix name of 'extra_opts' structure member (Nikolai Malykh) by Nikolai Malykh · 20 years ago
  42. 2b9a577 Make it compile on current kernels, the future isn't here yet. by Martin Josefsson · 20 years ago
  43. 225f462 Testsuite found an issue: multiport accepts -p ! tcp. by Rusty Russell · 20 years ago
  44. 5df9547 Pablo Neira: Multiport revision 1 userspace support. by Pablo Neira · 20 years ago
  45. ee9c820 Remove leftover debug printf by Martin Josefsson · 20 years ago
  46. 93911bf Replace memchr with strlen and fix up one of the statements. by Martin Josefsson · 20 years ago
  47. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  48. 708f7b9 Prevent user from using --helper multiple times (Nicolas Bouliane <nib@cookinglinux.org>) by Nicolas Bouliane · 20 years ago
  49. f46e1af Add --log-uid option (John Lange <john.lange@open-it.ca>) by John Lange · 20 years ago
  50. 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
  51. 3ef2fb8 Fix compile error introduced by C99 conversion. by Rusty Russell · 20 years ago
  52. 8caee8b Pablo Neira: extensions conversion to C99 structure initialization by Pablo Neira · 20 years ago
  53. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  54. 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
  55. 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
  56. 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
  57. 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
  58. 0f9b8b1 Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY. by Martin Josefsson · 20 years ago
  59. 733e54b Make "is_same" test basics and entries only: targets are generic. by Rusty Russell · 20 years ago
  60. 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
  61. 3f29878 ROUTE --tee target extension (Patrick Schaaf) by Patrick Schaaf · 20 years ago
  62. b9a4938 ipset 2 related updates (JK) by Joszef Kadlecsik · 20 years ago
  63. 7dc57e2 fix some compiler warnings and errors by Harald Welte · 20 years ago
  64. 93f4a3d sync with latest patch-o-matic-ng update (support direction and mode parameters) by Harald Welte · 20 years ago
  65. a5616dc Search backwards when inserting/deleting in/from the top half of the rules in a chain. by Martin Josefsson · 20 years ago
  66. 10f7f14 Fix module-autoloading in certain cases (Fixse Debian Bug 219686) by Harald Welte · 20 years ago
  67. 60953f0 minor syntax fixes by Harald Welte · 20 years ago
  68. 5d4a1b8 - add hashlimit to makefile - fix typo in libipt_hashlimit by Harald Welte · 20 years ago
  69. 789c7df move ipt_hashlimit to it's correct location by Harald Welte · 20 years ago
  70. a5374b2 add hashlimit kernel header file by Harald Welte · 20 years ago
  71. 77e2eca hashlimit port of userspace plugin by Harald Welte · 20 years ago
  72. a188599 add paragraph about raw table by Harald Welte · 20 years ago
  73. 373f8e9 Mention owner brokenness in manpage by Patrick McHardy · 20 years ago
  74. 2608b6e note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester) by Phil Oester · 20 years ago
  75. 1b68d2e Add comment about time not adhering DST (Phil Oester) (Closes: #75) by Phil Oester · 20 years ago
  76. 631f361 Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end. by Martin Josefsson · 20 years ago
  77. 1200953 Spelling error. by Martin Josefsson · 20 years ago
  78. b0f3d2d Fix returnvalue of TC_BUILTIN() by Martin Josefsson · 20 years ago
  79. ad3b4f9 Make sure to zero all the memory we allocate for the new table. by Martin Josefsson · 20 years ago
  80. 2a5dbbb Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practical by Martin Josefsson · 20 years ago
  81. 8e795b0 Fix two more rulenumber off by 1 errors by Martin Josefsson · 20 years ago
  82. eb066cc Insertion of rules with -I was broken. by Martin Josefsson · 20 years ago
  83. 8d1b38a Fix rule counting by Martin Josefsson · 20 years ago
  84. 52c3802 Fix listing of module targets. Type was only set for standard targets. by Martin Josefsson · 20 years ago
  85. 4066ee9 realm: fix inversion (Simon Lodal) by Simon Lodal · 20 years ago
  86. 57ff0b4 Fix half-working ipv6 limit invert check (Phil Oester) by Phil Oester · 20 years ago
  87. 2731398 Fix half-working dstlimit invert check (Phil Oester) by Phil Oester · 20 years ago
  88. 35160ee limit match does not support invert, warn about it. Closes bugzilla #95 (Phil Oester) by Phil Oester · 20 years ago
  89. 514b1b4 Add comment match extension (Brad Fisher) by Brad Fisher · 20 years ago
  90. 0371c0c fix segfault from memory allocation: handle->entries is actualy struct ipt_get_entries plus the size by Harald Welte · 20 years ago
  91. 6a93fa0 fix psd option parsing (Phil Oester) by Phil Oester · 20 years ago
  92. d0a2e8a Print error when '!' is used with multiport. Based on patch by Phil Oester. by Patrick McHardy · 20 years ago
  93. 13218fb port physdev to ip6tables (Bart De Schuymer) by Bart De Schuymer · 20 years ago
  94. de8ae51 Fix typo. (Phil Oester) Closes #239 by Phil Oester · 20 years ago
  95. 63730f1 Fix number parsing (Piotr Gasidlo) by Piotr Gasidło · 20 years ago
  96. fe53707 add delete by matching-rule to libiptc2 (still untested) by Harald Welte · 20 years ago
  97. df1c71c slightly different semantics of iptc_builtin by Harald Welte · 20 years ago
  98. 3a506ac fix slightly changed semantics of iptc_is_builtin by Harald Welte · 20 years ago
  99. 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
  100. 161b35f add missing spaces in 'save' printout (youza@post.cz) (Closes: #235) by Youza Youzovic · 20 years ago