1. fce8699 Route6 updates by Kisza: by András Kis-Szabó · 22 years ago
  2. 23e296c this file was missed during commit by Harald Welte · 22 years ago
  3. d8a12a8 Some ipv6 fixes by kisza: by András Kis-Szabó · 22 years ago
  4. a420416 New 'route6' match by kisza. by András Kis-Szabó · 22 years ago
  5. f6ed1d6 fix libipt_mport save/restore (Bob Hockney) by Bob Hockney · 22 years ago
  6. df5e13f DSCP class support (Iain Barnes) by Iain Barnes · 22 years ago
  7. 5cc4f7e Fix gcc3 compile errors (Silvan Minghetti) by Silvan Minghetti · 22 years ago
  8. 9608bd0 version 1.2.7 coming up... by Harald Welte · 22 years ago
  9. 4b5566b fix bug in save() function of MASQUERADE target (A. van Schie) by A. van Schie · 22 years ago
  10. 8780266 *** empty log message *** by Harald Welte · 22 years ago
  11. f0ac814 fix to save() and restore() functions of ah/esp match. by Harald Welte · 22 years ago
  12. f1f447b new ip6 FRAG match by kisza by András Kis-Szabó · 22 years ago
  13. 452d29b TODO updates (mostly newnat related) by Harald Welte · 22 years ago
  14. d32980d Add AH/ESP match for ipv6 by Harald Welte · 22 years ago
  15. e920f29 ipv6 agr match now called eui64 by Harald Welte · 22 years ago
  16. 067477b make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS by Marc Boucher · 22 years ago
  17. 07b69b6 rename ipv6_agr to ipv6_eui64 by Harald Welte · 22 years ago
  18. 0a8335c TODO update by Harald Welte · 22 years ago
  19. d46818e Fix ip6tables save/restore '! --syn' output of libip6t_tcp.c by Harald Welte · 22 years ago
  20. 3198b9c compile libip6t_agr by default by Harald Welte · 22 years ago
  21. d75a2aa make libipt_conntrack compile by default by Harald Welte · 22 years ago
  22. ec03bdf libipt_pkttype now compiled by default by Harald Welte · 22 years ago
  23. 4d2076a 1.2.6a release version by Harald Welte · 22 years ago
  24. 3c5bd60 fixed stupid typo. why does this always have to happen _after_ the release? by Harald Welte · 23 years ago
  25. 28a1437 *** empty log message *** by Harald Welte · 23 years ago
  26. 2757fd7 add FTOS test file by Harald Welte · 23 years ago
  27. 487d1d3 add DSCP match by Harald Welte · 23 years ago
  28. b77f1da Fix 'iptables -p !' bug (segfault when `!' used without argument) by Harald Welte · 23 years ago
  29. dffa8dd add length match to default extension build list by Harald Welte · 23 years ago
  30. 536779e LOCAL_NAT change by Harald Welte · 23 years ago
  31. 9e51806 manpage updates by Herve Eychenne by Hervé Eychenne · 23 years ago
  32. e0a71a8 Makefile fix for owner mac multiport limit (kisza) by András Kis-Szabó · 23 years ago
  33. 97fd91a add ip6tables-save/restore manpages; sync with ipv4 (kisza) by András Kis-Szabó · 23 years ago
  34. 43ac191 sync ip6tables.c / ip6tables.8 with ipv4 by Harald Welte · 23 years ago
  35. 3068e95 Add LOGv6 to Makefile list by Harald Welte · 23 years ago
  36. 0e81d5d add support for connmark match/target by Harald Welte · 23 years ago
  37. bbbf938 Change $Id$ tags by Harald Welte · 23 years ago
  38. 4799c73 todo update by Harald Welte · 23 years ago
  39. 0de3243 fix IP6T_MIN_ALIGN macro (Andreas Herrmann) by Andreas Herrmann · 23 years ago
  40. c22f64e some more items marked as done... great :) by Harald Welte · 23 years ago
  41. 15a9a69 todo update, lots of item done, lots of them left :( by Harald Welte · 23 years ago
  42. 5a15c9a fix cut&paste typo by Harald Welte · 23 years ago
  43. 0b0013a add bugfix in case we are using a protocol number (-p N) which has no matching /etc/protocols entry by Harald Welte · 23 years ago
  44. 385a1dd add ECN target support by Harald Welte · 23 years ago
  45. 96d9605 add new version of ipt_DSCP.h by Harald Welte · 23 years ago
  46. ed18bad dscp fixes by Harald Welte · 23 years ago
  47. 2e7377d add DSCP target support by Harald Welte · 23 years ago
  48. 4ab10af make compilation of libip6t_LOG, libipt_length, libip6t_length and by Harald Welte · 23 years ago
  49. ba6d012 add PREFIX variable by Harald Welte · 23 years ago
  50. 63c364d fix for psd-delay-threshold > 100 by Harald Welte · 23 years ago
  51. 81d5d4f version 1.2.6 by Harald Welte · 23 years ago
  52. 95df8e7 explicitly check for two possible sets of hooks in case of nat and mangle by Harald Welte · 23 years ago
  53. a540b1b fix compatibility with mangle2hooks and mangle5hooks by Harald Welte · 23 years ago
  54. 596707c first attempt in trying to make debug code work with mangle2hooks and mangle5hooks by Harald Welte · 23 years ago
  55. 380ba5f - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable by Harald Welte · 23 years ago
  56. 72c6b79 update debugging code to mangle5hooks changes by Harald Welte · 23 years ago
  57. 4fce44c recent patch update by stephen frost by Stephen Frost · 23 years ago
  58. b261bee fix typo in SEE ALSO section by Harald Welte · 23 years ago
  59. 97c0dec shit, forgot to update this one. Let's hope that the kernel's headers by Harald Welte · 23 years ago
  60. 6e9bfc7 added break; to eliminate gcc3 warning by Marc Boucher · 23 years ago
  61. 1afc3b6 Added #include <unistd.h> to eliminate close() warning. by Marc Boucher · 23 years ago
  62. f5c32d6 Added support for --cmd-owner option when ownercmd.patch is applied to kernel. by Marc Boucher · 23 years ago
  63. 5054e85 general conntrack match module userspace support files by Marc Boucher · 23 years ago
  64. 28ebcc2 fix typo in comment by Harald Welte · 23 years ago
  65. 110610b helper match (Martin Josefsson) by Martin Josefsson · 23 years ago
  66. e6c8d51 heading towards 1.2.5 by Harald Welte · 23 years ago
  67. 7af9482 todo update by Harald Welte · 23 years ago
  68. 366454b libiptc socket leaking fix by Harald Welte · 23 years ago
  69. 426d901 updated ipv6header patch by Harald Welte · 23 years ago
  70. 0d13eb2 Added output nat + slip oops to the important issues list. by James Morris · 23 years ago
  71. 46281d4 add new ipv6header match by Harald Welte · 23 years ago
  72. 48ea585 add timezone support to time match by Harald Welte · 23 years ago
  73. edfce4e Added Jozsef to the Core Team list. by James Morris · 23 years ago
  74. 1277b59 Set verbose = 1 when -v option specified. by Marc Boucher · 23 years ago
  75. 163ad78 Added -d and -t short options to getopt_long() call. by Marc Boucher · 23 years ago
  76. b93c798 Export addr_to_anyname(), mask_to_dotted(), parse_hostnetworkmask() by Marc Boucher · 23 years ago
  77. 389e354 removed duplicate 'static' keyword. by Marc Boucher · 23 years ago
  78. a0cf3d3 TODO update / remove obsolete stuff from makefile by Harald Welte · 23 years ago
  79. e746abb add quota patch by Harald Welte · 23 years ago
  80. 47a026d Added a list of 2.5 userspace queuing issues. by James Morris · 23 years ago
  81. de4f7f6 new IPV4OPTSSTRIP target by Harald Welte · 23 years ago
  82. ddc342c add support for all ipv4 options to the ipv4options match by Harald Welte · 23 years ago
  83. 2892e6a no warning for . in interface names (vlan) by Harald Welte · 23 years ago
  84. b25f99e Added libipq version item to the TODO list. by James Morris · 23 years ago
  85. ffe96c5 IPv6 queue handler, libipq support, documentation from Fernando Anton. by James Morris · 23 years ago
  86. 96b7171 todo update (Fabrice Marie) by Fabrice MARIE · 23 years ago
  87. 02f17e9 adopt Makefile to big patch-o-matic update by Harald Welte · 23 years ago
  88. 93c7e5a add new recent match to patch-o-matic (Stephen Frost) by Stephen Frost · 23 years ago
  89. 9535e68 make sure we print the "+" at the end of ppp+ stype interface names by Harald Welte · 23 years ago
  90. 7602984 remove PATCHES.txt by Harald Welte · 23 years ago
  91. 48a6f90 check for --table as well as -t (Andreas Ferber) by Harald Welte · 23 years ago
  92. 5d0a024 new 1.2.4 release by Harald Welte · 23 years ago
  93. 0942dd8 same set problem as libipt_LOG.c - very, very strange by Harald Welte · 23 years ago
  94. 3e44c50 loglevel patch was missing one line (strange...) by Harald Welte · 23 years ago
  95. bb41f88 fix stupid bug introduced with too-lazy "-t" checking. by Harald Welte · 23 years ago
  96. 3b6a948 nth match extension by Rick Wagner by Rick Wagner · 23 years ago
  97. 57a11e5 add " " to log-level save function by Harald Welte · 23 years ago
  98. 67b63ae Fixed typo. by James Morris · 23 years ago
  99. 460c747 Updated libipq documentation with information on new timeout feature, by James Morris · 23 years ago
  100. fa48fc8 fix of-by-one for-loop for debug statement by Harald Welte · 23 years ago