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