1. 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
  2. 161b35f add missing spaces in 'save' printout (youza@post.cz) (Closes: #235) by Youza Youzovic · 20 years ago
  3. 7defa34 Cleanup ttl-match option parsing, fixes bugzilla #183 (Phil Oester) by Phil Oester · 20 years ago
  4. 811b040 Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester) by Phil Oester · 20 years ago
  5. 8093844 Allocate enough memory for addr-list in host_to_addr() by Patrick McHardy · 20 years ago
  6. 46e8538 Limit ttl-value to 0-255 (Maciej Soltysiak <solt@dns.toxicfilms.tv>) by Maciej Soltysiak · 20 years ago
  7. 37fd00d Check that TTL is between 0 and 255 (Nicolas Bouliane) by Nicolas Bouliane · 20 years ago
  8. 07de9c0 update to ipt_account 0.1.16 (Piotr Gasid?o) by Piotr Gasidło · 20 years ago
  9. 5e4bb56 In C, we declare variables at the top of function (Olivier Clerget) by Harald Welte · 20 years ago
  10. b9c6ec1 Giving --dst-range twice to iprange did not ring the bell by Nicolas Bouliane · 20 years ago
  11. 3e2b8df fix syntax of help message by Harald Welte · 20 years ago
  12. 6997cdf fix dual-free bug with multiple-A dns records (keso@klister.net) by keso · 20 years ago
  13. f92ab33 Add addrtype match to list of unconditionally built extensions by Patrick McHardy · 20 years ago
  14. af37187 Add ipt_addrtype.h by Patrick McHardy · 20 years ago
  15. 9dd4cb0 make DO_MULTI=1 documented in INSTALL file by Joszef Kadlecsik · 20 years ago
  16. 2c0aa97 Missing file from multi patch added by Joszef Kadlecsik · 20 years ago
  17. 4e3771f Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore by Bastiaan Bakker · 20 years ago
  18. 2057750 add missing include by Harald Welte · 20 years ago
  19. f1528c8 pom-ng only deals with numerical versions by Harald Welte · 20 years ago
  20. e4077d0 Semicolon were missing in the added assigment lines by Joszef Kadlecsik · 20 years ago
  21. d566c9b Fix for empty extra match/target man page list processing by Joszef Kadlecsik · 20 years ago
  22. ea4ab1c fix 'make distrib' by Harald Welte · 20 years ago
  23. c5617bf With a 64bit kernel only the high 32bits of nfmark was used regardless of by Martin Josefsson · 20 years ago
  24. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  25. 1eb0081 Fix 64bit kernel / 32bit userspace issue. Sync header with kernel. by Martin Josefsson · 20 years ago
  26. b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago
  27. 1da399c Fix 64bit kernel / 32bit userspace issue. by Martin Josefsson · 20 years ago
  28. dc93fce Better(?) detection for 64bit kernel / 32bit userspace. by Martin Josefsson · 20 years ago
  29. 1f661e3 What is this doing here? Go away. by Martin Josefsson · 20 years ago
  30. 66aea6f When compiled static, don't show help-messages for all matches and targets, by Martin Josefsson · 20 years ago
  31. 4dd5fed Get rid of some memoryleaks. by Martin Josefsson · 20 years ago
  32. 15920d1 cosmetic fix (space between include directive and filename) by Harald Welte · 20 years ago
  33. 7cd0028 Compiler warnings due to missing include files (Stephane Ouellette) by Stephane Ouellette · 20 years ago
  34. 1146088 don't use signed things... by Martin Josefsson · 20 years ago
  35. db503f9 Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK) by Joszef Kadlecsik · 20 years ago
  36. 7737eec Add connrate match userspace part (Nuuti Kotivuori) by Nuuti Kotivuori · 20 years ago
  37. d8ac967 include netdb.h if we use getprotobynumber by Harald Welte · 20 years ago
  38. 0c20bbf iptables-1.2.10 coming up by Harald Welte · 20 years ago
  39. d89b2f4 fix typo by Harald Welte · 20 years ago
  40. c9dd71a Fix missing 6 (Bjorn Mattsson) by Martin Josefsson · 20 years ago
  41. 3610deb fix case where somebody uses '-i +' as interface name (Ozgur AKAN) by Ozgur AKAN · 20 years ago
  42. 0e3b337 use /etc/protocols when printing protocol names (Pedro Lamarão) by Pedro Lamarão · 20 years ago
  43. 4f37d48 add userspace support for 'ipt_account' match (Piotr Gasid'o) by Piotr Gasidło · 21 years ago
  44. 403cf6a better wording for '-i' (Matthew Strait) by Matthew Strait · 21 years ago
  45. db0422f add definition for IPPROTO_SCTP for systems with old header files by Harald Welte · 21 years ago
  46. 920463d Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak) by Maciej Soltysiak · 21 years ago
  47. 5492402 update for matching chunk flags (Kiran Kumar) by Kiran Kumar · 21 years ago
  48. dd6dd3e add support for netlink reporting to ipt_osf (Evgeniy Polyakov) by Evgeniy Polyakov · 21 years ago
  49. 0be6285 don't print/save parameters that were automatically chosen. Only show real values as specified by administrator. by Harald Welte · 21 years ago
  50. 1291523 add userspace part of SCTP match by Harald Welte · 21 years ago
  51. b58ee54 add childlevel match support by Harald Welte · 21 years ago
  52. 435c99c - work with new matchinfo struct by Harald Welte · 21 years ago
  53. f020d63 add save() of dstlimit-name by Harald Welte · 21 years ago
  54. 6132e80 fix various errors in save() function by Harald Welte · 21 years ago
  55. 9c50ebe Userspace part of sets: ipset added (JK) by Joszef Kadlecsik · 21 years ago
  56. 5c52e48 Add Patrick to manpage by Martin Josefsson · 21 years ago
  57. 09603cb fix mask '/0' case (David Ahern) (Closes: #147) by Harald Welte · 21 years ago
  58. d297957 fix '--icmp-type any' case by Harald Welte · 21 years ago
  59. 320443d latest version of CONNMARK updates (Henrik Nordstrom) by Henrik Nordstrom · 21 years ago
  60. a6ef994 latest version of CONNMARK (Henrik Nordstrom) by Henrik Nordstrom · 21 years ago
  61. cc53628 (Continuing the bloody-series) Bloody missing resync (Did I mention how much I hate copy-n-edits?) by Martin Josefsson · 21 years ago
  62. 6004439 (Continuing the bloody-series) Bloody typos :) by Martin Josefsson · 21 years ago
  63. 69ac0e0 Bloody copy-n-edit. Make sure to use matches in the order they are given... by Martin Josefsson · 21 years ago
  64. 78cafda Make sure to use matches in the order they are given when calling do_command() multiple times. by Martin Josefsson · 21 years ago
  65. 4e5e29a Bloody copy-n-edit. Add --test (-t) in order to test... by Martin Josefsson · 21 years ago
  66. e0dc581 Bloody copy-n-edit. Complain when COMMIT is missing... by Martin Josefsson · 21 years ago
  67. bb2f68a Add --test (-t) in order to test the whole file without changing anything if something fails by Martin Josefsson · 21 years ago
  68. 3229a7c Complain when COMMIT is missing for the last table in the input by Martin Josefsson · 21 years ago
  69. 3673dcb Another minor codestyle fix by Martin Josefsson · 21 years ago
  70. 5065afa Minor codestyle fix by Martin Josefsson · 21 years ago
  71. ec78971 I guess nobody actually used --verbose by Martin Josefsson · 21 years ago
  72. 073df8f Fix even more possibly not zero-terminated strings after copy (Karsten Desler) by Karsten Desler · 21 years ago
  73. 617b7dd Fix another possibly not zero-terminated string after copy (Karsten Desler) by Karsten Desler · 21 years ago
  74. 9cc354f Fix possibly not zero-terminated string after copy (Karsten Desler) by Karsten Desler · 21 years ago
  75. 867f4db use <stddef.h> instead of <linux/stddef.h> (Henrik Nordstrom) by Henrik Nordstrom · 21 years ago
  76. c279413 split manpages into per-extension manpage snippet (Henrik Nordstrom) by Henrik Nordstrom · 21 years ago
  77. 0113fe7 oops, don't commit this to the stable tree by Harald Welte · 21 years ago
  78. 9e03380 commit all current changes by Harald Welte · 21 years ago
  79. a753811 fix deleting of time rules (SooYoun Cho) (Closes: #169) by Harald Welte · 21 years ago
  80. b807fb3 Fix saving of non-printable characters in string (Michael Rash) (Closes: #168) by Michael Rash · 21 years ago
  81. 29cdbd0 allow embedding of quote character inside quoted string (Michael Rash) by Michael Rash · 21 years ago
  82. 714c884 forgot to commit the last osf userspace update by Harald Welte · 21 years ago
  83. db986e8 add mac check by Harald Welte · 21 years ago
  84. f997120 support for srcip-* hashmodes added by Harald Welte · 21 years ago
  85. 38d4d45 added name member for proc-file by Harald Welte · 21 years ago
  86. e510597 check if received netlink messages are really from the kernel (pid==0) by Harald Welte · 21 years ago
  87. 4fe389f add dstlimit extension (kernel code in patch-o-matic soon) by Harald Welte · 21 years ago
  88. c340f6c new CLUSTERIP target, currently in development. kernel code will follow soon by Harald Welte · 21 years ago
  89. 12005ca todo update (ipv6 ndisc/ldp) by Harald Welte · 21 years ago
  90. 1257eda todo update (minor) by Harald Welte · 21 years ago
  91. 921c5b7 final 1.2.9 release by Harald Welte · 21 years ago
  92. 42cbf98 update ipt_physdev.h (test8 change, make parisc work, alignment issues) by Harald Welte · 21 years ago
  93. 1d095f8 Fix invalid port number (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 21 years ago
  94. 11ce332 unconditionally build libipt_connmark.so (Carlo Pires) by Harald Welte · 21 years ago
  95. 50fceae sorry, this one didn't make it in 1.2.9rc1 :( by Harald Welte · 21 years ago
  96. c17f527 old version is 1.2.8, not 1.2.7a by Harald Welte · 21 years ago
  97. f41fb0b increment version number to 1.2.9rc1 by Harald Welte · 21 years ago
  98. 3bdcc22 unconditionally build TRACE and NOTRACK plugins by Harald Welte · 21 years ago
  99. 4dc734c add support for the raw table to userspace by Harald Welte · 21 years ago
  100. 7fb4d1f fix saving of udp port range in ip6tables (Thomas Woerner) by Thomas Woerner · 21 years ago