1. d59b9db iptables: add -C to check for existing rules by Stefan Tomanek · 13 years ago
  2. af3d73e iptables: fix segfault target option parsing by Jan Engelhardt · 13 years ago
  3. 58b491f iptables: fix error message for unknown options by Jan Engelhardt · 13 years ago
  4. 17e310b src: move match option handling from do_command6 into its own functions by Jan Engelhardt · 13 years ago
  5. 9bb7609 src: move jump option handling from do_command6 into its own function by Jan Engelhardt · 13 years ago
  6. 94e247b src: unclutter command_default function by Jan Engelhardt · 13 years ago
  7. acef604 src: deduplicate and simplify implicit protocol extension loading by Jan Engelhardt · 13 years ago
  8. f4b6e52 src: put shared option flags into xshared by Jan Engelhardt · 13 years ago
  9. f1e7101 src: move OPT_FRAGMENT to the end so the list can be shared by Jan Engelhardt · 13 years ago
  10. f6992cb src: deduplicate find_proto function by Jan Engelhardt · 13 years ago
  11. 7a548b3 src: share iptables_command_state across the two programs by Jan Engelhardt · 13 years ago
  12. f935ae0 src: move large default: block from do_command6 into its own function by Jan Engelhardt · 13 years ago
  13. 3a9d8b0 src: collect do_command variables in a struct by Jan Engelhardt · 13 years ago
  14. 7386635 iptables: do not print trailing whitespaces by Jan Engelhardt · 14 years ago
  15. fa503ad ip[6]tables: only call target's parse function when option char is in range by Jan Engelhardt · 14 years ago
  16. 1e128bd ip[6]tables: only call match's parse function when option char is in range by Jan Engelhardt · 14 years ago
  17. 5b1fecc iptables: abort on empty interface specification by Jan Engelhardt · 14 years ago
  18. 7ac4052 src: use C99/POSIX types by Jan Engelhardt · 14 years ago
  19. d1435e0 src: const annotations by Jan Engelhardt · 14 years ago
  20. d3b2e39 iptables: reset options at the start of each command by Jan Engelhardt · 14 years ago
  21. 59e8114 iptables: fix longopt reecognition and workaround getopt(3) behavior by Jan Engelhardt · 14 years ago
  22. 600f38d libxtables: change option precedence order to be intuitive by Jan Engelhardt · 14 years ago
  23. 5429b41 iptables: limit chain name length to be consistent with targets by Jan Engelhardt · 14 years ago
  24. 11c2dd5 xtables: remove xtables_set_revision function by Jan Engelhardt · 14 years ago
  25. 0cb675b xtables: another try at chain name length checking by Jan Engelhardt · 14 years ago
  26. 24bb078 iptables: add noreturn attribute to exit_tryhelp() by Dmitry V. Levin · 14 years ago
  27. 21d1283 iptables: correctly check for too-long chain/target/match names by Jan Engelhardt · 14 years ago
  28. 75cb763 iptables: take masks into consideration for replace command by Jan Engelhardt · 15 years ago
  29. bbe8386 iptables/extensions: make bundled options work again by Jan Engelhardt · 15 years ago
  30. bf97128 libxtables: hand argv to xtables_check_inverse by Jan Engelhardt · 15 years ago
  31. 4f0d7b6 iptables: fix undersized deletion mask creation by Jan Engelhardt · 15 years ago
  32. b34199e iptables: expose option to zero packet/byte counters for a specific rule by Mohit Mehta · 15 years ago
  33. f89c171 iptables: allow for help-less extensions by Jan Engelhardt · 15 years ago
  34. 92edcb0 iptables: allow for parse-less extensions by Jan Engelhardt · 15 years ago
  35. 332e4ac iptables: accept multiple IP address specifications for -s, -d by Michael Granzow · 15 years ago
  36. b1d968c iptables: print negation extrapositioned by Jan Engelhardt · 15 years ago
  37. 38725a4 Merge commit 'nf/master' by Jan Engelhardt · 15 years ago
  38. e0390be iptables: turn deprecation warning into enforcing mode by Jan Engelhardt · 15 years ago
  39. f503cb8 iptables: fix broken options-merging during libxtables rework by Pablo Neira Ayuso · 15 years ago
  40. 1829ed4 libxtables: prefix exit_error to xtables_error by Jan Engelhardt · 15 years ago
  41. 1791a45 doc: resynchronize manpage with in-code help by Jan Engelhardt · 15 years ago
  42. 5dd19de libxtables: general follow-up cleanup by Jamal Hadi Salim · 15 years ago
  43. 7e4db2f libxtables: consolidate init calls into one function by Jamal Hadi Salim · 15 years ago
  44. 7058192 libxtables: consolidate merge_options into xtables_merge_options by Jamal Hadi Salim · 15 years ago
  45. 139b3fe libxtables: make iptables and ip6tables use xtables_free_opts by Jamal Hadi Salim · 15 years ago
  46. 8533221 libxtables: add xtables_set_revision by Jamal Hadi Salim · 15 years ago
  47. 617d3d1 libxtables: set names of programs by Jamal Hadi Salim · 15 years ago
  48. 6f3c300 Merge branch 'master' of git://dev.medozas.de/iptables by Patrick McHardy · 15 years ago
  49. 8b7baeb libxtables: simple aliasing macro for exit_error by Jamal Hadi Salim · 15 years ago
  50. 4dcdc9b libxtables: Make ip6tables, iptables and iptables-xml use xtables_globals by Jamal Hadi Salim · 15 years ago
  51. 395e441 src: remove iptables_rule_match indirection macro by Jan Engelhardt · 15 years ago
  52. 77f48c2 libxtables: move afinfo around by Jan Engelhardt · 15 years ago
  53. 1de7edf libxtables: prefix/order - move parse_protocol to xtables.c by Jan Engelhardt · 16 years ago
  54. 0f16c72 libxtables: prefix/order - move check_inverse to xtables.c by Jan Engelhardt · 16 years ago
  55. a0baae8 libxtables: prefix - parse and escaped output func by Jan Engelhardt · 16 years ago
  56. aae6be9 libxtables: prefix - misc functions by Jan Engelhardt · 16 years ago
  57. e44ea7f libxtables: prefix/order - ipaddr/ipmask to ascii output by Jan Engelhardt · 16 years ago
  58. a41545c libxtables: prefix/order - param_act by Jan Engelhardt · 16 years ago
  59. 5f2922c libxtables: prefix/order - strtoui by Jan Engelhardt · 16 years ago
  60. 2338efd libxtables: prefix/order - match/target loading by Jan Engelhardt · 16 years ago
  61. c021c3c libxtables: prefix/order - modprobe and xtables.ko loading by Jan Engelhardt · 16 years ago
  62. 630ef48 libxtables: prefix/order - fw_xalloc by Jan Engelhardt · 16 years ago
  63. e917bca extensions: use UINT_MAX constants over open-coded numbers (2/2) by Jan Engelhardt · 16 years ago
  64. 0e6b7d3 iptables: fix error reporting with wrong/missing arguments by Pablo Neira Ayuso · 16 years ago
  65. 03d9948 src: use NFPROTO_ constants by Jan Engelhardt · 16 years ago
  66. 1c9015b libiptc: remove indirections by Jan Engelhardt · 16 years ago
  67. fd18731 libiptc: remove typedef indirection by Jan Engelhardt · 16 years ago
  68. 9672792 Synchronize invert flag order with manpages by Jan Engelhardt · 16 years ago
  69. 1eada72 Warn about use of DROP in nat table by Jan Engelhardt · 16 years ago
  70. d0cbf5f iptables-restore: fix segmentation fault with -tanything by Jan Engelhardt · 16 years ago
  71. 1564189 iptables: fix printing of line numbers with --line-numbers arg by Henrik Nordstrom · 16 years ago
  72. 60a6073 Make --set-counters (-c) accept comma separated counters by Henrik Nordstrom · 16 years ago
  73. bb34082 iptables --list chain rulenum by Henrik Nordstrom · 16 years ago
  74. 96296cf iptables --list-rules command by Henrik Nordstrom · 16 years ago
  75. 48c1bc6 Add support for --set-counters to iptables -P by Henrik Nordstrom · 16 years ago
  76. 8b7c64d Remove old functions, constants by Jan Engelhardt · 16 years ago
  77. 7bc3cb7 iptables: use C99 lists for struct options by Gáspár Lajos · 16 years ago
  78. 6cf172e manpages: grammar and spelling by Jan Engelhardt · 16 years ago
  79. 33690a1 Fix all remaining warnings (missing declarations, missing prototypes) by Jan Engelhardt · 16 years ago
  80. dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 16 years ago
  81. 5b76f68 whitespace cleanup by Max Kellermann · 17 years ago
  82. bd94384 rename overlapping function names by Jan Engelhardt · 17 years ago
  83. 08b1616 bunch o' renames by Jan Engelhardt · 17 years ago
  84. 8e707d7 - cleanup several code wraparounds by Pablo Neira Ayuso · 17 years ago
  85. aae4f82 [PATCH iptables] print warnings to stderr by Max Kellermann · 17 years ago
  86. 875441e Fix sscanf type errors by Patrick McHardy · 17 years ago
  87. 830132a Delete empty ->final_check() functions by Jan Engelhardt · 17 years ago
  88. 0b63936 Fix more sparse warnings: non-C99 array declaration, incorrect function prototypes by Patrick McHardy · 17 years ago
  89. b73691f Fix strict aliasing warnings by Patrick McHardy · 17 years ago
  90. ea146a9 Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) by Peter Riley · 17 years ago
  91. d884051 Make @msg argument a const char *, just like printf(). by Jan Engelhardt · 17 years ago
  92. d014540 Makes it possible to omit extra_opts of matches/targets if unnecessary. by Jan Engelhardt · 17 years ago
  93. 04f8c54 Moves some duplicated functions in ip[6]tables.c to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  94. 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
  95. 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
  96. 3dfa448 Moves common fw_malloc() and fw_calloc() to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  97. 7625872 Fix "iptables getsockopt failed strangely" when querying revisions for non-existant matches and targets by Patrick McHardy · 17 years ago
  98. b740891 In fixing bug #446 [1], the output for unspecified proto was changed from "all" to "0". This reverts to the original behaviour, and closes bugzilla #543. (Phil Oester) by Phil Oester · 17 years ago
  99. cd2f6d2 Fix iptables --modprobe parameter (Maurice van der Pot <griffon26@kfk4ever.com>) by Pablo Neira AyusoMaurice van der Pot · 17 years ago
  100. 29647c8 Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet by Yasuyuki KOZAKAI · 17 years ago