1. 517ac15 secmark: Add libipt_CONNSECMARK by James Morris · 18 years ago
  2. d718220 secmark: Add libip6t_SECMARK by James Morris · 18 years ago
  3. 843b959 secmark: Add libipt_SECMARK by James Morris · 18 years ago
  4. c81a3f3 secmark: Add libselinux support by James Morris · 18 years ago
  5. 2452baf Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18. by Patrick McHardy · 18 years ago
  6. f8ec61f Replace annoying "Something wrong... deleting dependencies" message by something more useful. by Patrick McHardy · 18 years ago
  7. e0865ad Don't overwrite errno with return value of setsockopt (which is -1 on error). by Patrick McHardy · 18 years ago
  8. a7dd0e4 Revert incorrect fix for "Unknown error 4294967295" problem by Patrick McHardyHarald Welte · 18 years ago
  9. 2998554 When entering an invalid command (such as iptables -A INPUT -j MARK --set-mark by Harald Welte · 18 years ago
  10. 2cfbd9f In ip[6]tables.c, NUMBER_OF_OPT was increased to 12 for the OPT_COUNTERS by Patrick McHardyHarald Welte · 18 years ago
  11. 0eca33f cmdflags is used in cmd2char() to return the option for a command. It uses the by Harald Welte · 18 years ago
  12. 2c627cf [IPTABLES,IP6TABLES]: check invalid esp spi range by Yasuyuki KOZAKAI · 18 years ago
  13. 85872c8 [IP6TABLES] kill manual comparing protocol name with "ipv6-icmp". by Yasuyuki KOZAKAI · 18 years ago
  14. 1f312c2 fix loading shared library of ICMPv6 match. by Yasuyuki KOZAKAI · 18 years ago
  15. 708e058 [IPTABLES,IP6TABLES]: fix the path to detect esp/connbytes support in kernel by Harald Welte · 18 years ago
  16. a52b8fe Correct iptables-save output of osf module (Daniel De Graaf) by Daniel De Graaf · 18 years ago
  17. 78716a9 don't allow to specify protocol of IPv6 extension header (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 18 years ago
  18. a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 18 years ago
  19. cbe1ec7 Make '-p all' a special case that is handled before calling getprotoent() (Closes: #446) by Harald Welte · 18 years ago
  20. d6bc608 fix double-free if a single match is used multiple times within a signle rule by Harald Welte · 18 years ago
  21. 0fbc862 don't install libiptc.a by Harald Welte · 18 years ago
  22. 6f38a30 fix segfault or loading of invalid counters in ip[6]tables-restore (Olaf Rempel) (Closes: #437) by Harald Welte · 18 years ago
  23. d3476b2 make policy match compile independant of kernel headers by Harald Welte · 19 years ago
  24. 54c603a Some !%$!*##$@ has modified the kernel include/linux/netfilter_ipv4/ipt_sctp.h by Harald Welte · 19 years ago
  25. 11e4718 fix ipt_conntrack compilation against very early (2.4.0) kernel releases by Harald Welte · 19 years ago
  26. 38315b1 remove other bits of old ip pool code, people should use ipset (ipset.netfilter.org) these days by Harald Welte · 19 years ago
  27. 26441e7 remove ippool by Harald Welte · 19 years ago
  28. 02e88f2 Prepare policy match for x_tables unification by making sure both by Patrick McHardy · 19 years ago
  29. 0829a2b fix 'save' (Michael Rash) by Michael Rash · 19 years ago
  30. 28e5b79 major manpage update (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  31. 469d18f Add 'copy+paste' support for 'state' and 'connmark' match, as well as by Harald Welte · 19 years ago
  32. 4b1be69 add note about deprecated state by Harald Welte · 19 years ago
  33. 599d2a1 fix spelling 'adress' -> 'address' (Closes: #431) (MJ Anthony) by Harald Welte · 19 years ago
  34. 3f34756 Fix "empty policy element" complaining in non-strict mode. by Noticed by Tom Eastep · 19 years ago
  35. 37b7c9b Clarify --tunnel-src/--tunnel-dst options by Patrick McHardy · 19 years ago
  36. a46d88d Move empty policy element check to also catch last element by Patrick McHardy · 19 years ago
  37. 1d0f57c Don't allow using --next option without specifying a policy element by Patrick McHardy · 19 years ago
  38. cddae3d Fix invalid assignment of tunnel-src to dest address (Patrick McHardy) by Patrick McHardy · 19 years ago
  39. 014a48f Add documentation for string match (Pablo Neira) by Pablo Neira · 19 years ago
  40. f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
  41. 402c311 fix iptables-save of 'goto' target (Closes: #410) by Harald Welte · 19 years ago
  42. dbbcf27 Add note that TCPMSS is only valid in the mangle table (not true today, but maybe someday) by Patrick McHardy · 19 years ago
  43. 72bd87e fix compilation of iptables on [old] systems that don't have IPT_F_GOTO by Harald Welte · 19 years ago
  44. 3a02693 note that we can only delete chains that are empty by Harald Welte · 19 years ago
  45. 11b8591 tcp-rst is the alias, not tcp-reset (Torsten Hilbrich) by Harald Welte · 19 years ago
  46. 524bb80 Add policy match extensions from patch-o-matic by Patrick McHardy · 19 years ago
  47. 2739cb8 Fix some gcc-4 warnings by Patrick McHardy · 19 years ago
  48. 6656e13 Don't eat numeric arguments for other extensions by Patrick McHardy · 19 years ago
  49. 5a4892b The conntrack match does not print any info for --ctproto, thus by Phil Oester · 19 years ago
  50. 0b90564 only set revisions on real targets, not on jumps. (Pablo Neira) by Pablo Neira · 19 years ago
  51. d6ba6f5 - Fix memory leak in TC_COMMIT() (Markus Sundberg) by Harald Welte · 19 years ago
  52. 17fc163 add 'goto' support (Henrik Nordstrom <hno@marasystems.com>) by Henrik Nordstrom · 19 years ago
  53. 361bac2 fix connmark, it's now only 32bits (Deti Fliegl <deti@fliegl.de) by Deti Fliegl · 19 years ago
  54. 8502747 about to release 1.3.4 by Harald Welte · 19 years ago
  55. 55548fd The conntrack match extension doesn't handle address inversion correctly. (Tom Eastep) by Tom Eastep · 19 years ago
  56. 8cf6591 Kernels higher than 2.6.10 don't support multiple --to arguments in by Phil Oester · 19 years ago
  57. 3643aca * specifying random seed for the Jenkins hash works as documented by KOVACS Krisztian · 19 years ago
  58. 3ef4c8f Add the aligned_u64 typedef, it's defined in linux/types.h in the kernel. by Martin Josefsson · 19 years ago
  59. ae65b52 Make libipt_connbytes.c compile with the ipt_connbytes version that has been merged into the 2.6 kernel by Martin Josefsson · 19 years ago
  60. a4749bc Update manpage to reflect missing ability to SNAT to multiple ranges in 2.6.11-rc1 and later by Harald Welte · 19 years ago
  61. d2baafe Update manpage to reflect missing NAT to multiple ranges support in 2.6.11-rc1 and later. by Harald Welte · 19 years ago
  62. c6fbf41 update string match to reflect new kernel implementation (Pablo Neira) by Pablo Neira · 19 years ago
  63. 9cfc9b9 Note which kernel versions are affected by REJECT change (Maciej Soltysiak) by Maciej Soltysiak · 19 years ago
  64. e40b11d add support for new 'dccp' protocol match by Harald Welte · 19 years ago
  65. ae87b8a port Eric Leblond's NFQUEUE missing-break fix to ip6tables by Harald Welte · 19 years ago
  66. 6fdefcf Add missing 'break' to make parsing of NFQUEUE numbers work (Eric Leblond) by Eric Leblond · 19 years ago
  67. feca057 _really_ sort only user defined chains (Robert de Barth <list-netfilter@debarth.co.uk> by Robert de Barth · 19 years ago
  68. 2ed4f1b 1.3.3 release by Harald Welte · 19 years ago
  69. d91ed75 The call to free_opts() in merge_options() is invalid C. The oldopts by Marcus Sundberg · 19 years ago
  70. 7bdfca4 update manpage to reflect QUEUE / nfnetlink_queue / NFQUEUE changes by Harald Welte · 19 years ago
  71. 36d870c Fix NAT of ICMP ID ranges (Patrick McHardy) by Patrick McHardy · 19 years ago
  72. efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
  73. daa1ef3 add NFQUEUE support for ipv4 and ipv6 by Harald Welte · 19 years ago
  74. 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
  75. 63d68bf we need to have this header file included, since old kernels don't define IP6T_LOG_UID. by Harald Welte · 19 years ago
  76. 20900e1 bump version number to 1.3.2 by Harald Welte · 19 years ago
  77. e2efcfc add note to https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=334 by Harald Welte · 19 years ago
  78. 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
  79. 64d900f add pointer to bugzilla by Harald Welte · 19 years ago
  80. ffd403f we don't have any counter issues in sparc64 by Harald Welte · 19 years ago
  81. 0c4c91c Add --log-uid support to libip6t_LOG (Patrick McHardy <kaber@trash.net>) by Patrick McHardy · 19 years ago
  82. 5ee8862 fix deletion of targets where kernel size != userspace size (Pablo Neira) by Pablo Neira · 19 years ago
  83. 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
  84. a3a9c0d This patch prevents user to set negative port value of SNAT/DNAT. by Yasuyuki KOZAKAI · 19 years ago
  85. 8d8c8ea Chain name should not start with '!' (Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>) by Yasuyuki KOZAKAI · 19 years ago
  86. 595e493 Flush chain with noflush when it is redefined (Charlie Brady <charlieb-netfilter-devel@budge.apana.org.au>) by Charlie Brady · 19 years ago
  87. 38eb730 OSF: lib_ipt.c changes to support connector notifications (Evgeniy Polyakov <johnpol@2ka.mipt.ru>) by Evgeniy Polyakov · 19 years ago
  88. 86c8513 update multiport manpage (Phil Oester <kernel@linuxace.com>) by Phil Oester · 19 years ago
  89. f3aa491 Fix CONNMARK save/restore (Tom Eastep <teastep@shorewall.net>, Pawel Sikora <pluto@agmk.net>) by Tom Eastep · 19 years ago
  90. dfdcd64 Release previously merged options from merge_opts(), reduces memory-usage of iptables-restore dramatically (Pablo Neira) by Pablo Neira · 19 years ago
  91. 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
  92. 38ed421 include FIN bit in mask of "--syn" bits by Harald Welte · 19 years ago
  93. e556800 Ignore unknown arguments in libipt_ULOG (Patrick McHardy <kaber@trash.net>) by Patrick McHardy · 19 years ago
  94. 1c0f236 Fix connbytes command line parsing bug (Piotrek Kaczmarek <kaczorek@daleka.net>) by Piotrek Kaczmarek · 19 years ago
  95. 7d77451 pull out pmtu changes to fix compilation issues by Harald Welte · 19 years ago
  96. e267792 poll goto specific changes out of trunk by Harald WeltePablo Neira · 19 years ago
  97. 1a39d1e fix iptables-save/restore of goto (Jonas Berlin) by Jonas Berlin · 19 years ago
  98. 6b5effc omeone forgot to update ipt_conntrack.h header in user space. So, update it to use ip_conntrack_old_tuple. (Pablo Neira) by Harald WeltePablo Neira · 19 years ago
  99. 7a8bdfd add REJECT with icmp-frag-needed (Florian Lohoff) by Florian Lohoff · 19 years ago
  100. 182f3f6 don't allow newlines in LOG prefix (Phil Oester) (Closes: #312) by Phil Oester · 19 years ago