1. 93911bf Replace memchr with strlen and fix up one of the statements. by Martin Josefsson · 20 years ago
  2. 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
  3. 708f7b9 Prevent user from using --helper multiple times (Nicolas Bouliane <nib@cookinglinux.org>) by Nicolas Bouliane · 20 years ago
  4. f46e1af Add --log-uid option (John Lange <john.lange@open-it.ca>) by John Lange · 20 years ago
  5. 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
  6. 3ef2fb8 Fix compile error introduced by C99 conversion. by Rusty Russell · 20 years ago
  7. 8caee8b Pablo Neira: extensions conversion to C99 structure initialization by Pablo Neira · 20 years ago
  8. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  9. 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
  10. 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
  11. 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
  12. 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
  13. 0f9b8b1 Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY. by Martin Josefsson · 20 years ago
  14. 733e54b Make "is_same" test basics and entries only: targets are generic. by Rusty Russell · 20 years ago
  15. 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
  16. 3f29878 ROUTE --tee target extension (Patrick Schaaf) by Patrick Schaaf · 20 years ago
  17. b9a4938 ipset 2 related updates (JK) by Joszef Kadlecsik · 20 years ago
  18. 7dc57e2 fix some compiler warnings and errors by Harald Welte · 20 years ago
  19. 93f4a3d sync with latest patch-o-matic-ng update (support direction and mode parameters) by Harald Welte · 20 years ago
  20. a5616dc Search backwards when inserting/deleting in/from the top half of the rules in a chain. by Martin Josefsson · 20 years ago
  21. 10f7f14 Fix module-autoloading in certain cases (Fixse Debian Bug 219686) by Harald Welte · 20 years ago
  22. 60953f0 minor syntax fixes by Harald Welte · 20 years ago
  23. 5d4a1b8 - add hashlimit to makefile - fix typo in libipt_hashlimit by Harald Welte · 20 years ago
  24. 789c7df move ipt_hashlimit to it's correct location by Harald Welte · 20 years ago
  25. a5374b2 add hashlimit kernel header file by Harald Welte · 20 years ago
  26. 77e2eca hashlimit port of userspace plugin by Harald Welte · 20 years ago
  27. a188599 add paragraph about raw table by Harald Welte · 20 years ago
  28. 373f8e9 Mention owner brokenness in manpage by Patrick McHardy · 20 years ago
  29. 2608b6e note owner match brokenness in helptext, closes bugzilla #244 (Phil Oester) by Phil Oester · 20 years ago
  30. 1b68d2e Add comment about time not adhering DST (Phil Oester) (Closes: #75) by Phil Oester · 20 years ago
  31. 631f361 Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end. by Martin Josefsson · 20 years ago
  32. 1200953 Spelling error. by Martin Josefsson · 20 years ago
  33. b0f3d2d Fix returnvalue of TC_BUILTIN() by Martin Josefsson · 20 years ago
  34. ad3b4f9 Make sure to zero all the memory we allocate for the new table. by Martin Josefsson · 20 years ago
  35. 2a5dbbb Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practical by Martin Josefsson · 20 years ago
  36. 8e795b0 Fix two more rulenumber off by 1 errors by Martin Josefsson · 20 years ago
  37. eb066cc Insertion of rules with -I was broken. by Martin Josefsson · 20 years ago
  38. 8d1b38a Fix rule counting by Martin Josefsson · 20 years ago
  39. 52c3802 Fix listing of module targets. Type was only set for standard targets. by Martin Josefsson · 20 years ago
  40. 4066ee9 realm: fix inversion (Simon Lodal) by Simon Lodal · 20 years ago
  41. 57ff0b4 Fix half-working ipv6 limit invert check (Phil Oester) by Phil Oester · 20 years ago
  42. 2731398 Fix half-working dstlimit invert check (Phil Oester) by Phil Oester · 20 years ago
  43. 35160ee limit match does not support invert, warn about it. Closes bugzilla #95 (Phil Oester) by Phil Oester · 20 years ago
  44. 514b1b4 Add comment match extension (Brad Fisher) by Brad Fisher · 20 years ago
  45. 0371c0c fix segfault from memory allocation: handle->entries is actualy struct ipt_get_entries plus the size by Harald Welte · 20 years ago
  46. 6a93fa0 fix psd option parsing (Phil Oester) by Phil Oester · 20 years ago
  47. d0a2e8a Print error when '!' is used with multiport. Based on patch by Phil Oester. by Patrick McHardy · 20 years ago
  48. 13218fb port physdev to ip6tables (Bart De Schuymer) by Bart De Schuymer · 20 years ago
  49. de8ae51 Fix typo. (Phil Oester) Closes #239 by Phil Oester · 20 years ago
  50. 63730f1 Fix number parsing (Piotr Gasidlo) by Piotr Gasidło · 20 years ago
  51. fe53707 add delete by matching-rule to libiptc2 (still untested) by Harald Welte · 20 years ago
  52. df1c71c slightly different semantics of iptc_builtin by Harald Welte · 20 years ago
  53. 3a506ac fix slightly changed semantics of iptc_is_builtin by Harald Welte · 20 years ago
  54. 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
  55. 161b35f add missing spaces in 'save' printout (youza@post.cz) (Closes: #235) by Youza Youzovic · 20 years ago
  56. 7defa34 Cleanup ttl-match option parsing, fixes bugzilla #183 (Phil Oester) by Phil Oester · 20 years ago
  57. 811b040 Fix conntrack-match typo, fixes bugzilla #194 (Phil Oester) by Phil Oester · 20 years ago
  58. 8093844 Allocate enough memory for addr-list in host_to_addr() by Patrick McHardy · 20 years ago
  59. 46e8538 Limit ttl-value to 0-255 (Maciej Soltysiak <solt@dns.toxicfilms.tv>) by Maciej Soltysiak · 20 years ago
  60. 37fd00d Check that TTL is between 0 and 255 (Nicolas Bouliane) by Nicolas Bouliane · 20 years ago
  61. 07de9c0 update to ipt_account 0.1.16 (Piotr Gasid?o) by Piotr Gasidło · 20 years ago
  62. 5e4bb56 In C, we declare variables at the top of function (Olivier Clerget) by Harald Welte · 20 years ago
  63. b9c6ec1 Giving --dst-range twice to iprange did not ring the bell by Nicolas Bouliane · 20 years ago
  64. 3e2b8df fix syntax of help message by Harald Welte · 20 years ago
  65. 6997cdf fix dual-free bug with multiple-A dns records (keso@klister.net) by keso · 20 years ago
  66. f92ab33 Add addrtype match to list of unconditionally built extensions by Patrick McHardy · 20 years ago
  67. af37187 Add ipt_addrtype.h by Patrick McHardy · 20 years ago
  68. 9dd4cb0 make DO_MULTI=1 documented in INSTALL file by Joszef Kadlecsik · 20 years ago
  69. 2c0aa97 Missing file from multi patch added by Joszef Kadlecsik · 20 years ago
  70. 4e3771f Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore by Bastiaan Bakker · 20 years ago
  71. 2057750 add missing include by Harald Welte · 20 years ago
  72. f1528c8 pom-ng only deals with numerical versions by Harald Welte · 20 years ago
  73. e4077d0 Semicolon were missing in the added assigment lines by Joszef Kadlecsik · 20 years ago
  74. d566c9b Fix for empty extra match/target man page list processing by Joszef Kadlecsik · 20 years ago
  75. ea4ab1c fix 'make distrib' by Harald Welte · 20 years ago
  76. c5617bf With a 64bit kernel only the high 32bits of nfmark was used regardless of by Martin Josefsson · 20 years ago
  77. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  78. 1eb0081 Fix 64bit kernel / 32bit userspace issue. Sync header with kernel. by Martin Josefsson · 20 years ago
  79. b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago
  80. 1da399c Fix 64bit kernel / 32bit userspace issue. by Martin Josefsson · 20 years ago
  81. dc93fce Better(?) detection for 64bit kernel / 32bit userspace. by Martin Josefsson · 20 years ago
  82. 1f661e3 What is this doing here? Go away. by Martin Josefsson · 20 years ago
  83. 66aea6f When compiled static, don't show help-messages for all matches and targets, by Martin Josefsson · 20 years ago
  84. 4dd5fed Get rid of some memoryleaks. by Martin Josefsson · 20 years ago
  85. 15920d1 cosmetic fix (space between include directive and filename) by Harald Welte · 20 years ago
  86. 7cd0028 Compiler warnings due to missing include files (Stephane Ouellette) by Stephane Ouellette · 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. d8ac967 include netdb.h if we use getprotobynumber by Harald Welte · 20 years ago
  91. 0c20bbf iptables-1.2.10 coming up by Harald Welte · 20 years ago
  92. d89b2f4 fix typo by Harald Welte · 20 years ago
  93. c9dd71a Fix missing 6 (Bjorn Mattsson) by Martin Josefsson · 20 years ago
  94. 3610deb fix case where somebody uses '-i +' as interface name (Ozgur AKAN) by Ozgur AKAN · 20 years ago
  95. 0e3b337 use /etc/protocols when printing protocol names (Pedro Lamarão) by Pedro Lamarão · 20 years ago
  96. 4f37d48 add userspace support for 'ipt_account' match (Piotr Gasid'o) by Piotr Gasidło · 20 years ago
  97. 403cf6a better wording for '-i' (Matthew Strait) by Matthew Strait · 20 years ago
  98. db0422f add definition for IPPROTO_SCTP for systems with old header files by Harald Welte · 20 years ago
  99. 920463d Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak) by Maciej Soltysiak · 20 years ago
  100. 5492402 update for matching chunk flags (Kiran Kumar) by Kiran Kumar · 20 years ago