1. 1829ed4 libxtables: prefix exit_error to xtables_error by Jan Engelhardt · 15 years ago
  2. 5dd19de libxtables: general follow-up cleanup by Jamal Hadi Salim · 15 years ago
  3. 7e4db2f libxtables: consolidate init calls into one function by Jamal Hadi Salim · 15 years ago
  4. 617d3d1 libxtables: set names of programs by Jamal Hadi Salim · 15 years ago
  5. 77f48c2 libxtables: move afinfo around by Jan Engelhardt · 15 years ago
  6. dacafa5 libxtables: prefix/order - program_name by Jan Engelhardt · 15 years ago
  7. 39bf9c8 libxtables: prefix/order - libdir by Jan Engelhardt · 15 years ago
  8. c021c3c libxtables: prefix/order - modprobe and xtables.ko loading by Jan Engelhardt · 15 years ago
  9. 8783071 env: augment deprecation notice by Jan Engelhardt · 16 years ago
  10. c354105 src: reuse the global modprobe_program variable by Jan Engelhardt · 16 years ago
  11. 1c9015b libiptc: remove indirections by Jan Engelhardt · 16 years ago
  12. fd18731 libiptc: remove typedef indirection by Jan Engelhardt · 16 years ago
  13. d0cbf5f iptables-restore: fix segmentation fault with -tanything by Jan Engelhardt · 16 years ago
  14. 0ea82bc sparse warning fixes: integer used as pointer by Patrick McHardy · 16 years ago
  15. d213760 Make iptables-restore usable over a pipe by Henrik Nordstrom · 16 years ago
  16. 8b7c64d Remove old functions, constants by Jan Engelhardt · 16 years ago
  17. 7bc3cb7 iptables: use C99 lists for struct options by Gáspár Lajos · 16 years ago
  18. 21b41ee Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR by Jan Engelhardt · 16 years ago
  19. 33690a1 Fix all remaining warnings (missing declarations, missing prototypes) by Jan Engelhardt · 16 years ago
  20. fe05c76 allow empty strings in argument parser by Max Kellermann · 16 years ago
  21. 3bf54df unescape parameters by Max Kellermann · 16 years ago
  22. b4ef34f use size_t by Max Kellermann · 16 years ago
  23. 5b76f68 whitespace cleanup by Max Kellermann · 16 years ago
  24. b9cde3a iptables-edit: iptables-edit: adds --table to iptables-restore by Peter Warasin · 17 years ago
  25. 875441e Fix sscanf type errors by Patrick McHardy · 17 years ago
  26. b73691f Fix strict aliasing warnings by Patrick McHardy · 17 years ago
  27. 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
  28. 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
  29. 972af09 Fix missing newlines in iptables-save/restore output (Pavol Rusnak <prusnak@suse.cz>) by Pavel Rusnak · 17 years ago
  30. b4f3164 fix problem with iptables-restore and quotes (close bugzilla id 505) by Pablo Neira Ayuso · 17 years ago
  31. 44fc5e1 revert some slipped through patches by Pablo Neira AyusoMaurice van der Pot · 17 years ago
  32. 0057198 prepare conntrack and conntrackd merge: rename conntrack to conntrack-tools by Pablo Neira Ayuso · 17 years ago
  33. 0e9480b Supress error message from modprobe on checking revision. by Yasuyuki KOZAKAI · 17 years ago
  34. 5b098ac Fix missing space in error message (Bugzilla 544) by Patrick McHardy · 17 years ago
  35. e78c69c fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke) by Lutz Jaenicke · 18 years ago
  36. 6f38a30 fix segfault or loading of invalid counters in ip[6]tables-restore (Olaf Rempel) (Closes: #437) by Harald Welte · 18 years ago
  37. 595e493 Flush chain with noflush when it is redefined (Charlie Brady <charlieb-netfilter-devel@budge.apana.org.au>) by Charlie Brady · 19 years ago
  38. 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
  39. 3a506ac fix slightly changed semantics of iptc_is_builtin by Harald Welte · 20 years ago
  40. 4e3771f Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore by Bastiaan Bakker · 20 years ago
  41. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  42. bb2f68a Add --test (-t) in order to test the whole file without changing anything if something fails by Martin Josefsson · 20 years ago
  43. 3229a7c Complain when COMMIT is missing for the last table in the input by Martin Josefsson · 20 years ago
  44. 3673dcb Another minor codestyle fix by Martin Josefsson · 20 years ago
  45. 5065afa Minor codestyle fix by Martin Josefsson · 20 years ago
  46. ec78971 I guess nobody actually used --verbose by Martin Josefsson · 20 years ago
  47. 073df8f Fix even more possibly not zero-terminated strings after copy (Karsten Desler) by Karsten Desler · 20 years ago
  48. 29cdbd0 allow embedding of quote character inside quoted string (Michael Rash) by Michael Rash · 21 years ago
  49. 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 21 years ago
  50. b3f2219 make gcc happy by Harald Welte · 21 years ago
  51. 63e9063 make iptables-restore print the line number in case of an error by Illes Marci · 21 years ago
  52. 26100fa fix iptables-restore to not segfault on invalid input (Illes Marci <marci@balabit.hu>) by Illes Marci · 21 years ago
  53. 10a907f copyright / GPL notice by Harald Welte · 22 years ago
  54. 80fe35d globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming by Harald Welte · 22 years ago
  55. 28ebcc2 fix typo in comment by Harald Welte · 22 years ago
  56. 1277b59 Set verbose = 1 when -v option specified. by Marc Boucher · 23 years ago
  57. 48a6f90 check for --table as well as -t (Andreas Ferber) by Harald Welte · 23 years ago
  58. bb41f88 fix stupid bug introduced with too-lazy "-t" checking. by Harald Welte · 23 years ago
  59. fa48fc8 fix of-by-one for-loop for debug statement by Harald Welte · 23 years ago
  60. fe127c9 prevent ip(6)tables-restore from crashing when a line contains -t by Harald Welte · 23 years ago
  61. 3efb6ea - added patch to support statically linking of iptables by Harald Welte · 23 years ago
  62. 5891865 Added support for iptables-restore module-load-on-demand (a. van schie) by Harald Welte · 23 years ago
  63. 974d010 iptables-save had problems with multiple spaces between options (A. van Schie) by Harald Welte · 23 years ago
  64. 26e643f the parse-error with log target and spaces in log-prefix should be fixed now by Harald Welte · 23 years ago
  65. 9f7fa49 fixing a lot of bugs / cleaning up by Harald Welte · 23 years ago
  66. 764316a ip6tables-save/-restore by Kis-Szabo Andras by András Kis-Szabó · 23 years ago
  67. ccd49e5 added 'iptables --set-counters' and fixed counter-restore in iptables-restore by Harald Welte · 23 years ago
  68. 5df9bda Addeed FIXME. by Rusty Russell · 24 years ago
  69. d8e6563 o serveral changes / additions to libiptc: by Harald Welte · 24 years ago
  70. a9d2708 adding --noflush option for iptables-restore by Harald Welte · 24 years ago
  71. c45c315 preprocessor macro syntax by Harald Welte · 24 years ago
  72. ae1ff9f make iptables-restore and iptables-save work again! by Harald Welte · 24 years ago
  73. 7e53bf9 Makefile fixes for release. Whitespace cleanups. by Rusty Russell · 24 years ago
  74. e6869a8 reorganized tree after kernel merge by Marc Boucher · 24 years ago