1. 7bdfca4 update manpage to reflect QUEUE / nfnetlink_queue / NFQUEUE changes by Harald Welte · 19 years ago
  2. 36d870c Fix NAT of ICMP ID ranges (Patrick McHardy) by Patrick McHardy · 19 years ago
  3. efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
  4. daa1ef3 add NFQUEUE support for ipv4 and ipv6 by Harald Welte · 19 years ago
  5. 893b688 fix various missing header file / #define issues on old kernels. I've now tested compilation with kernels starting 2.4.17 by Harald Welte · 19 years ago
  6. 195ae91 attempt to fix save/restore of '! --uid-owner squid' problem as reported by Costa Tsaousis (backport from ipv4 owner) by Harald Welte · 19 years ago
  7. 0c4c91c Add --log-uid support to libip6t_LOG (Patrick McHardy <kaber@trash.net>) by Patrick McHardy · 19 years ago
  8. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  9. a3a9c0d This patch prevents user to set negative port value of SNAT/DNAT. by Yasuyuki KOZAKAI · 19 years ago
  10. 38eb730 OSF: lib_ipt.c changes to support connector notifications (Evgeniy Polyakov <johnpol@2ka.mipt.ru>) by Evgeniy Polyakov · 19 years ago
  11. 86c8513 update multiport manpage (Phil Oester <kernel@linuxace.com>) by Phil Oester · 19 years ago
  12. f3aa491 Fix CONNMARK save/restore (Tom Eastep <teastep@shorewall.net>, Pawel Sikora <pluto@agmk.net>) by Tom Eastep · 19 years ago
  13. 56506a1 While adding testing for inversion of multiport, noticed that documentation about --ports is *wrong*. Ports do not have to be equal: either dest or src being in list is enough for match. by Rusty Russell · 19 years ago
  14. 38ed421 include FIN bit in mask of "--syn" bits by Harald Welte · 19 years ago
  15. e556800 Ignore unknown arguments in libipt_ULOG (Patrick McHardy <kaber@trash.net>) by Patrick McHardy · 19 years ago
  16. 1c0f236 Fix connbytes command line parsing bug (Piotrek Kaczmarek <kaczorek@daleka.net>) by Piotrek Kaczmarek · 19 years ago
  17. 7d77451 pull out pmtu changes to fix compilation issues by Harald Welte · 19 years ago
  18. 7a8bdfd add REJECT with icmp-frag-needed (Florian Lohoff) by Florian Lohoff · 19 years ago
  19. 182f3f6 don't allow newlines in LOG prefix (Phil Oester) (Closes: #312) by Phil Oester · 19 years ago
  20. f33c461 add lots of man pages (Jonas Berlin) by Jonas Berlin · 19 years ago
  21. b9e814c SET target bugfix by Michal Pokrywka applied by Michal Pokrywka · 19 years ago
  22. 1afcffd Fix TCPLAG version (Torsten Lüttgert <t.luettgert@pressestimmen.de>) by Torsten Lüttgert · 19 years ago
  23. 8b7cc8a improve REDIRECT manpage (Jonas Berlin <xkr47@outerspace.dyndns.org>) by Jonas Berlin · 19 years ago
  24. 800938f This fixes rule deletion in CLUSTERIP in iptables (Pablo Neira) by Pablo Neira · 19 years ago
  25. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 19 years ago
  26. 69558bf Allow "--realm ! foo" and "! --realm foo" (Closes: #297) by Harald Welte · 19 years ago
  27. 8430fb9 fix missing comma at end of line by Harald Welte · 19 years ago
  28. 02964b8 Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace. by Martin Josefsson · 19 years ago
  29. 61d274f try to fix realm save/restore issue (Adresses: #297) by Harald Welte · 19 years ago
  30. 77cb03f Fix rule deletion (hinfo pointer initialized by kernel, don't compare it in userspace). (Samuel Jean) by Samuel Jean · 19 years ago
  31. e6ebb1c fix parameter handling in libipt_hashlimit with iptables-save (Nikolai Malykh) by Nikolai Malykh · 19 years ago
  32. b2eedcd Add support for inversion to multiport revision 1. by Phil Oester · 19 years ago
  33. 37963e0 fix compiler warning about discarding const by Harald Welte · 19 years ago
  34. 58e7285 add missing comma by Harald Welte · 19 years ago
  35. 3d12187 fix typo by Harald Welte · 19 years ago
  36. 02aa733 make structure initializers use C99 standard (Harald Welte) by Harald Welte · 19 years ago
  37. de5ba5d check for colons by Harald Welte · 19 years ago
  38. fcbab56 Use C99 initializers by Harald Welte · 19 years ago
  39. 3fb61f3 John McCann points out via bugzilla that iptables happily accepts this by Phil Oester · 19 years ago
  40. 22a8c93 fix name of 'extra_opts' structure member (Nikolai Malykh) by Nikolai Malykh · 20 years ago
  41. 2b9a577 Make it compile on current kernels, the future isn't here yet. by Martin Josefsson · 20 years ago
  42. 225f462 Testsuite found an issue: multiport accepts -p ! tcp. by Rusty Russell · 20 years ago
  43. 5df9547 Pablo Neira: Multiport revision 1 userspace support. by Pablo Neira · 20 years ago
  44. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  45. 708f7b9 Prevent user from using --helper multiple times (Nicolas Bouliane <nib@cookinglinux.org>) by Nicolas Bouliane · 20 years ago
  46. f46e1af Add --log-uid option (John Lange <john.lange@open-it.ca>) by John Lange · 20 years ago
  47. 3ef2fb8 Fix compile error introduced by C99 conversion. by Rusty Russell · 20 years ago
  48. 8caee8b Pablo Neira: extensions conversion to C99 structure initialization by Pablo Neira · 20 years ago
  49. 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
  50. 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
  51. 3f29878 ROUTE --tee target extension (Patrick Schaaf) by Patrick Schaaf · 20 years ago
  52. b9a4938 ipset 2 related updates (JK) by Joszef Kadlecsik · 20 years ago
  53. 7dc57e2 fix some compiler warnings and errors by Harald Welte · 20 years ago
  54. 93f4a3d sync with latest patch-o-matic-ng update (support direction and mode parameters) by Harald Welte · 20 years ago
  55. 60953f0 minor syntax fixes by Harald Welte · 20 years ago
  56. 5d4a1b8 - add hashlimit to makefile - fix typo in libipt_hashlimit by Harald Welte · 20 years ago
  57. 77e2eca hashlimit port of userspace plugin by Harald Welte · 20 years ago
  58. 373f8e9 Mention owner brokenness in manpage by Patrick McHardy · 20 years ago
  59. 2608b6e note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester) by Phil Oester · 20 years ago
  60. 1b68d2e Add comment about time not adhering DST (Phil Oester) (Closes: #75) by Phil Oester · 20 years ago
  61. 4066ee9 realm: fix inversion (Simon Lodal) by Simon Lodal · 20 years ago
  62. 57ff0b4 Fix half-working ipv6 limit invert check (Phil Oester) by Phil Oester · 20 years ago
  63. 2731398 Fix half-working dstlimit invert check (Phil Oester) by Phil Oester · 20 years ago
  64. 35160ee limit match does not support invert, warn about it. Closes bugzilla #95 (Phil Oester) by Phil Oester · 20 years ago
  65. 514b1b4 Add comment match extension (Brad Fisher) by Brad Fisher · 20 years ago
  66. 6a93fa0 fix psd option parsing (Phil Oester) by Phil Oester · 20 years ago
  67. d0a2e8a Print error when '!' is used with multiport. Based on patch by Phil Oester. by Patrick McHardy · 20 years ago
  68. 13218fb port physdev to ip6tables (Bart De Schuymer) by Bart De Schuymer · 20 years ago
  69. 63730f1 Fix number parsing (Piotr Gasidlo) by Piotr Gasidło · 20 years ago
  70. 161b35f add missing spaces in 'save' printout (youza@post.cz) (Closes: #235) by Youza Youzovic · 20 years ago
  71. 7defa34 Cleanup ttl-match option parsing, fixes bugzilla #183 (Phil Oester) by Phil Oester · 20 years ago
  72. 811b040 Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester) by Phil Oester · 20 years ago
  73. 46e8538 Limit ttl-value to 0-255 (Maciej Soltysiak <solt@dns.toxicfilms.tv>) by Maciej Soltysiak · 20 years ago
  74. 37fd00d Check that TTL is between 0 and 255 (Nicolas Bouliane) by Nicolas Bouliane · 20 years ago
  75. 07de9c0 update to ipt_account 0.1.16 (Piotr Gasid?o) by Piotr Gasidło · 20 years ago
  76. 5e4bb56 In C, we declare variables at the top of function (Olivier Clerget) by Harald Welte · 20 years ago
  77. b9c6ec1 Giving --dst-range twice to iprange did not ring the bell by Nicolas Bouliane · 20 years ago
  78. 3e2b8df fix syntax of help message by Harald Welte · 20 years ago
  79. f92ab33 Add addrtype match to list of unconditionally built extensions by Patrick McHardy · 20 years ago
  80. e4077d0 Semicolon were missing in the added assigment lines by Joszef Kadlecsik · 20 years ago
  81. d566c9b Fix for empty extra match/target man page list processing by Joszef Kadlecsik · 20 years ago
  82. c5617bf With a 64bit kernel only the high 32bits of nfmark was used regardless of by Martin Josefsson · 20 years ago
  83. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  84. 1eb0081 Fix 64bit kernel / 32bit userspace issue. Sync header with kernel. by Martin Josefsson · 20 years ago
  85. 1da399c Fix 64bit kernel / 32bit userspace issue. by Martin Josefsson · 20 years ago
  86. 1f661e3 What is this doing here? Go away. by Martin Josefsson · 20 years ago
  87. 1146088 don't use signed things... by Martin Josefsson · 20 years ago
  88. db503f9 Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK) by Joszef Kadlecsik · 20 years ago
  89. 7737eec Add connrate match userspace part (Nuuti Kotivuori) by Nuuti Kotivuori · 20 years ago
  90. d89b2f4 fix typo by Harald Welte · 20 years ago
  91. c9dd71a Fix missing 6 (Bjorn Mattsson) by Martin Josefsson · 20 years ago
  92. 4f37d48 add userspace support for 'ipt_account' match (Piotr Gasid'o) by Piotr Gasidło · 20 years ago
  93. 920463d Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak) by Maciej Soltysiak · 20 years ago
  94. 5492402 update for matching chunk flags (Kiran Kumar) by Kiran Kumar · 20 years ago
  95. dd6dd3e add support for netlink reporting to ipt_osf (Evgeniy Polyakov) by Evgeniy Polyakov · 20 years ago
  96. 0be6285 don't print/save parameters that were automatically chosen. Only show real values as specified by administrator. by Harald Welte · 20 years ago
  97. 1291523 add userspace part of SCTP match by Harald Welte · 20 years ago
  98. b58ee54 add childlevel match support by Harald Welte · 20 years ago
  99. 435c99c - work with new matchinfo struct by Harald Welte · 20 years ago
  100. f020d63 add save() of dstlimit-name by Harald Welte · 20 years ago