1. 7625872 Fix "iptables getsockopt failed strangely" when querying revisions for non-existant matches and targets by Patrick McHardy · 17 years ago
  2. b740891 In fixing bug #446 [1], the output for unspecified proto was changed from "all" to "0". This reverts to the original behaviour, and closes bugzilla #543. (Phil Oester) by Phil Oester · 17 years ago
  3. cd2f6d2 Fix iptables --modprobe parameter (Maurice van der Pot <griffon26@kfk4ever.com>) by Pablo Neira AyusoMaurice van der Pot · 17 years ago
  4. 29647c8 Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet by Yasuyuki KOZAKAI · 17 years ago
  5. 0e9480b Supress error message from modprobe on checking revision. by Yasuyuki KOZAKAI · 17 years ago
  6. 9561606 Add UDPLITE multiport support by Patrick McHardy · 17 years ago
  7. 267a570 Fix /etc/network usage (Pablo Neira) by Pablo Neira Ayuso · 18 years ago
  8. 2ac1fad Fix -E (rename) in iptables/ip6tables by Krzysztof Piotr Oledzki · 18 years ago
  9. 740d727 load ip_[6]tables.ko just before checking revision support in kernel. by Yasuyuki KOZAKAI · 18 years ago
  10. 42bd67b Fix spelling error by Patrick McHardy · 18 years ago
  11. 2d1a297 Use negative-list for "weird character in interface" warning instead of warning for basically every non-alphanumeric character. by Patrick McHardy · 18 years ago
  12. c1eae41 Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause by Patrick McHardyJesper Brouer · 18 years ago
  13. a6c1d92 proto_to_name duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  14. dbac8ad reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  15. 58179b1 reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  16. 5549ad0 iptables: handle cidr notation more sanely (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
  17. 2cfbd9f In ip[6]tables.c, NUMBER_OF_OPT was increased to 12 for the OPT_COUNTERS by Patrick McHardyHarald Welte · 18 years ago
  18. 0eca33f cmdflags is used in cmd2char() to return the option for a command. It uses the by Harald Welte · 18 years ago
  19. a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 18 years ago
  20. cbe1ec7 Make '-p all' a special case that is handled before calling getprotoent() (Closes: #446) by Harald Welte · 18 years ago
  21. d6bc608 fix double-free if a single match is used multiple times within a signle rule by Harald Welte · 18 years ago
  22. f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
  23. 72bd87e fix compilation of iptables on [old] systems that don't have IPT_F_GOTO by Harald Welte · 19 years ago
  24. 0b90564 only set revisions on real targets, not on jumps. (Pablo Neira) by Pablo Neira · 19 years ago
  25. 17fc163 add 'goto' support (Henrik Nordstrom <hno@marasystems.com>) by Henrik Nordstrom · 19 years ago
  26. 8cf6591 Kernels higher than 2.6.10 don't support multiple --to arguments in by Phil Oester · 19 years ago
  27. d91ed75 The call to free_opts() in merge_options() is invalid C. The oldopts by Marcus Sundberg · 19 years ago
  28. efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
  29. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  30. 8d8c8ea Chain name should not start with '!' (Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>) by Yasuyuki KOZAKAI · 19 years ago
  31. dfdcd64 Release previously merged options from merge_opts(), reduces memory-usage of iptables-restore dramatically (Pablo Neira) by Pablo Neira · 19 years ago
  32. e267792 poll goto specific changes out of trunk by Harald WeltePablo Neira · 19 years ago
  33. 1a39d1e fix iptables-save/restore of goto (Jonas Berlin) by Jonas Berlin · 19 years ago
  34. 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
  35. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 19 years ago
  36. ee9c820 Remove leftover debug printf by Martin Josefsson · 20 years ago
  37. 93911bf Replace memchr with strlen and fix up one of the statements. by Martin Josefsson · 20 years ago
  38. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  39. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  40. 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
  41. 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
  42. 10f7f14 Fix module-autoloading in certain cases (Fixse Debian Bug 219686) by Harald Welte · 20 years ago
  43. 3a506ac fix slightly changed semantics of iptc_is_builtin by Harald Welte · 20 years ago
  44. 8093844 Allocate enough memory for addr-list in host_to_addr() by Patrick McHardy · 20 years ago
  45. 6997cdf fix dual-free bug with multiple-A dns records (keso@klister.net) by keso · 20 years ago
  46. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  47. b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago
  48. 66aea6f When compiled static, don't show help-messages for all matches and targets, by Martin Josefsson · 20 years ago
  49. 4dd5fed Get rid of some memoryleaks. by Martin Josefsson · 20 years ago
  50. 3610deb fix case where somebody uses '-i +' as interface name (Ozgur AKAN) by Ozgur AKAN · 20 years ago
  51. 1291523 add userspace part of SCTP match by Harald Welte · 20 years ago
  52. 78cafda Make sure to use matches in the order they are given when calling do_command() multiple times. by Martin Josefsson · 20 years ago
  53. 617b7dd Fix another possibly not zero-terminated string after copy (Karsten Desler) by Karsten Desler · 20 years ago
  54. 9cc354f Fix possibly not zero-terminated string after copy (Karsten Desler) by Karsten Desler · 20 years ago
  55. 25fc1d7 Fix '-L format bug' (Edward J. Huff) (Closes: #93) by Harald Welte · 21 years ago
  56. 8371e15 Fix the previous fix No more segfaults or compilewarnings. by Martin Josefsson · 21 years ago
  57. a5bb0a6 fix trivial typo by Harald Welte · 21 years ago
  58. 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 21 years ago
  59. edad9bb fix stupid typo (Maciej Soltysiak) by Maciej Soltysiak · 21 years ago
  60. 63e9063 make iptables-restore print the line number in case of an error by Illes Marci · 21 years ago
  61. 68ec9c7 rename-chain has a mandatary argument, not an optional (Juergen Baumann) by Harald Welte · 22 years ago
  62. 2d86b77 fix long-standing bug with regard to protocol-on-demand-loading and iptables-save/restore (1.2.7 release bug) by Harald Welte · 22 years ago
  63. 0c4188f minor fixes by kisza: by András Kis-Szabó · 22 years ago
  64. d4ab5ad modify protocol-match-extension load behaviour to eliminate the two by Harald Welte · 22 years ago
  65. 08f1527 chain name may not clash with target name by Joszef Kadlecsik · 22 years ago
  66. be8ee53 make -M (aka --modprobe) work [Bart De Schuymer] by Bart De Schuymer · 22 years ago
  67. 6336bfd remove '-C' check function; by Harald Welte · 22 years ago
  68. 731a728 remove check of find_proto(), since do_command() can be called multiple times, by Harald Welte · 22 years ago
  69. 067477b make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS by Marc Boucher · 22 years ago
  70. b77f1da Fix 'iptables -p !' bug (segfault when `!' used without argument) by Harald Welte · 22 years ago
  71. 0b0013a add bugfix in case we are using a protocol number (-p N) which has no matching /etc/protocols entry by Harald Welte · 22 years ago
  72. b93c798 Export addr_to_anyname(), mask_to_dotted(), parse_hostnetworkmask() by Marc Boucher · 23 years ago
  73. 2892e6a no warning for . in interface names (vlan) by Harald Welte · 23 years ago
  74. 5a66fe4 Added (and tested!) terabyte printing. by Rusty Russell · 23 years ago
  75. 3efb6ea - added patch to support statically linking of iptables by Harald Welte · 23 years ago
  76. ed49849 string_to_number fix by Harald Welte · 23 years ago
  77. 5891865 Added support for iptables-restore module-load-on-demand (a. van schie) by Harald Welte · 23 years ago
  78. de1578f hopefully fixed the multiple-interface iptables-save problem by Harald Welte · 23 years ago
  79. 6a4542a fixes '_' in interface names bug (iptables) by Harald Welte · 23 years ago
  80. a0b4f79 Kilo/Mega/Giga otput in chain-summary fixed by Harald Welte · 23 years ago
  81. dbe857a fix the match-loading at protocol specification time (Sven Koch) by Sven Koch · 23 years ago
  82. fb1279a fixed problems with multiple do_command() calls and match ordering (Sven Koch) by Sven Koch · 23 years ago
  83. 764316a ip6tables-save/-restore by Kis-Szabo Andras by András Kis-Szabó · 23 years ago
  84. 8cc887b Added Laurence J. Lane's CR at end of /proc/sys/modprobe removal patch. by Rusty Russell · 23 years ago
  85. ccd49e5 added 'iptables --set-counters' and fixed counter-restore in iptables-restore by Harald Welte · 23 years ago
  86. a4d3e1f Spelling fix and whitespace clean. by Rusty Russell · 23 years ago
  87. d8e6563 o serveral changes / additions to libiptc: by Harald Welte · 24 years ago
  88. 82dd2ec Add Harald's (munged) modprobe patch. by Harald Welte · 24 years ago
  89. a3e6aaa Define IPPROTO_ESP and IPPROTO_AH in case of primitive headers. by Rusty Russell · 24 years ago
  90. ae1ff9f make iptables-restore and iptables-save work again! by Harald Welte · 24 years ago
  91. b039b02 Missing ; by Rusty Russell · 24 years ago
  92. 629149f Fixes for targets with no print() function. by Rusty Russell · 24 years ago
  93. f2a24bd Harald Welte's dynamic loading fix. by Harald Welte · 24 years ago
  94. af8fe9e Jan Echternach's string_to_number bignum fixes. by Jan Echternach · 24 years ago
  95. 5a1041d Jan Echternach's patch for bignums by Jan Echternach · 24 years ago
  96. 859f726 Revert Harald's LOAD_MUST_SUCCEED to -j (may be chain name). by Rusty Russell · 24 years ago
  97. aa20472 Report error when a shared target can't be opened - Hawald Welte. by Harald Welte · 24 years ago
  98. 363112d Added -m documentation. Cleaned up man page generally. by Rusty Russell · 24 years ago
  99. 9f60bbf Don't reverse matches on command line (matters for -m limit). by Rusty Russell · 24 years ago
  100. 73f72f5 Aligning matchsize and targetsize now responsibility of extension writers by Rusty Russell · 24 years ago