1. 8816e91 build: restore build order of modules by Jan Engelhardt · 13 years ago[Renamed from iptables/xtables.c]
  2. f56b8a8 iptables: move kernel version find routing into libxtables by Jan Engelhardt · 13 years ago
  3. 2ca6273 xtoptions: simplify xtables_parse_interface by Richard Weinberger · 13 years ago
  4. 41a9b48 build: workaround broken linux-headers on RHEL-5 by Jan Engelhardt · 13 years ago
  5. 3eab786 libxtables: set clone's initial data to NULL by Jan Engelhardt · 13 years ago
  6. fbe9f1e option: remove last traces of intrapositional negation by Jan Engelhardt · 13 years ago
  7. 0c38444 libxtables: ignore whitespace in the multiaddress argument parser by Jan Engelhardt · 13 years ago
  8. c0e69db libxtables: properly reject empty hostnames by Jan Engelhardt · 13 years ago
  9. 3c87101 build: attempt to fix building under Linux 2.4 by Jan Engelhardt · 13 years ago
  10. f53710b iptables: Coverity: RESOURCE_LEAK by Jiri Popelka · 13 years ago
  11. d010169 iptables: Coverity: VARARGS by Jiri Popelka · 13 years ago
  12. 033e25a src: move all iptables pieces into a separate directory by Jan Engelhardt · 13 years ago[Renamed from xtables.c]
  13. 0b7a140 libxtables: use uintmax for xtables_strtoul by Jan Engelhardt · 13 years ago
  14. d61b02f libxtables: check for negative numbers in xtables_strtou* by Jan Engelhardt · 13 years ago
  15. 2305d5f libxt_quota: make sure uint64 is not truncated by JP Abgrall · 13 years ago
  16. 85f423a libxtables: collapse double protocol parsing by Jan Engelhardt · 13 years ago
  17. c29f7ef Merge branch 'opts' of git://dev.medozas.de/iptables by Patrick McHardy · 13 years ago
  18. e1639b0 libxtables: output name of extension on rev detect failure by Jan Engelhardt · 13 years ago
  19. b32b361 Don't load ip6?_tables module when already loaded by Maciej Zenczykowski · 13 years ago
  20. cd50f26 Merge branch 'opts' of git://dev.medozas.de/iptables by Patrick McHardy · 13 years ago
  21. aa37acc libxtables: guided option parser by Jan Engelhardt · 13 years ago
  22. 37911de move 'int line' definition from ip6?tables.c into xtables.c by Maciej Zenczykowski · 13 years ago
  23. 2c6ac07 xtables: delay (statically built) match/target initialization by Maciej Zenczykowski · 13 years ago
  24. cf3e52d xtables_ip6addr_to_numeric: fix typo in comment by Maciej Zenczykowski · 13 years ago
  25. a239728 mark newly opened fds as FD_CLOEXEC (close on exec) by Maciej Zenczykowski · 13 years ago
  26. 2ad8dc8 xtables: use all IPv6 addresses resolved from a hostname by Wes Campaigne · 13 years ago
  27. adcb281 xtables: fix the broken detection/removal of redundant addresses by Wes Campaigne · 13 years ago
  28. 11e250b xtables: fix excessive memory allocation in host_to_ipaddr by Wes Campaigne · 13 years ago
  29. 64230aa libxtables: avoid confusing use of ai_protocol=IPPROTO_IPV6 by Wes Campaigne · 13 years ago
  30. 4b110b4 libxtables: fix memory scribble beyond end of array by Jan Engelhardt · 13 years ago
  31. 87dc7c4 xtables: use strspn() to check if string needs to be quoted by Max Kellerman · 13 years ago
  32. 7386635 iptables: do not print trailing whitespaces by Jan Engelhardt · 14 years ago
  33. df28823 xtables: set custom opts to NULL on free by Jan Engelhardt · 13 years ago
  34. 9273850 iptables: improve error reporting with extension loading troubles by Jan Engelhardt · 13 years ago
  35. 281439b xtables: fix typo in error message of xtables_register_match() by Li Yewang · 14 years ago
  36. dfbedfe libxtables: do some option structure checking by Jan Engelhardt · 14 years ago
  37. 1e128bd ip[6]tables: only call match's parse function when option char is in range by Jan Engelhardt · 14 years ago
  38. 1dc2739 xtables: reorder num_old substraction for clarity by Jan Engelhardt · 14 years ago
  39. 7ac4052 src: use C99/POSIX types by Jan Engelhardt · 14 years ago
  40. 2d68ae7 iptables: do not emit orig_opts twice by Jan Engelhardt · 14 years ago
  41. 59e8114 iptables: fix longopt reecognition and workaround getopt(3) behavior by Jan Engelhardt · 14 years ago
  42. 600f38d libxtables: change option precedence order to be intuitive by Jan Engelhardt · 14 years ago
  43. 371cea2 xtables: remove unnecessary cast by Jan Engelhardt · 14 years ago
  44. 11c2dd5 xtables: remove xtables_set_revision function by Jan Engelhardt · 14 years ago
  45. 0cb675b xtables: another try at chain name length checking by Jan Engelhardt · 14 years ago
  46. 30290ae xtables: fix compilation when debugging is enabled by Patrick McHardy · 14 years ago
  47. 21d1283 iptables: correctly check for too-long chain/target/match names by Jan Engelhardt · 14 years ago
  48. fcf5723 Lift restrictions on interface names by Jan Engelhardt · 14 years ago
  49. bf97128 libxtables: hand argv to xtables_check_inverse by Jan Engelhardt · 15 years ago
  50. 2be22fb style: reduce indent in xtables_check_inverse by Jan Engelhardt · 15 years ago
  51. 58df901 build: restore --disable-ipv6 functionality on system w/o v6 headers by Olaf Rempel · 15 years ago
  52. 94aa2ea Support for nommu arches by Jan Engelhardt · 15 years ago
  53. c284de5 xtables: warn of missing version identifier in extensions by Jan Engelhardt · 15 years ago
  54. 9a8fc4f xtables: add multi-registration functions by Jan Engelhardt · 15 years ago
  55. 332e4ac iptables: accept multiple IP address specifications for -s, -d by Michael Granzow · 15 years ago
  56. e55cc4a xtables: fix segfault if incorrect protocol name is used by Pablo Neira Ayuso · 15 years ago
  57. 9c0fa7d libxtables: provide IPv6 zero address variable by Jan Engelhardt · 15 years ago
  58. 854d2d9 libxtables: fix compile error due to incomplete change by Peter Volkov · 15 years ago
  59. 4e41854 extensions: add missing limits.h include by Jan Engelhardt · 15 years ago
  60. bddcb92 libxtables: inline and remove unused OPTION_OFFSET macro by Jan Engelhardt · 15 years ago
  61. 5dd19de libxtables: general follow-up cleanup by Jamal Hadi Salim · 15 years ago
  62. 7e4db2f libxtables: consolidate init calls into one function by Jamal Hadi Salim · 15 years ago
  63. 7058192 libxtables: consolidate merge_options into xtables_merge_options by Jamal Hadi Salim · 15 years ago
  64. 139b3fe libxtables: make iptables and ip6tables use xtables_free_opts by Jamal Hadi Salim · 15 years ago
  65. 8533221 libxtables: add xtables_set_revision by Jamal Hadi Salim · 15 years ago
  66. c19f880 libxtables: flush before fork by Jan Engelhardt · 15 years ago
  67. 6f3c300 Merge branch 'master' of git://dev.medozas.de/iptables by Patrick McHardy · 15 years ago
  68. 8b7baeb libxtables: simple aliasing macro for exit_error by Jamal Hadi Salim · 15 years ago
  69. 7878483 libxtables: Replace direct exit_error() calls inside libxtables by Jamal Hadi Salim · 15 years ago
  70. 40a8343 libxtables: Add exit_error cb to xtables_globals by Jamal Hadi Salim · 15 years ago
  71. 84c3055 libxtables: define xtables_free_opts() by Jamal Hadi Salim · 15 years ago
  72. 8e90ce6 libxtables: Introduce global params structuring by Jamal Hadi Salim · 15 years ago
  73. c31870f libxtables: move compat defines to xtables.c by Jan Engelhardt · 15 years ago
  74. ec93419 libxtables: recognize IP6TABLES_LIB_DIR old-style environment variable by Jan Engelhardt · 15 years ago
  75. 77f48c2 libxtables: move afinfo around by Jan Engelhardt · 15 years ago
  76. 1de7edf libxtables: prefix/order - move parse_protocol to xtables.c by Jan Engelhardt · 15 years ago
  77. 0f16c72 libxtables: prefix/order - move check_inverse to xtables.c by Jan Engelhardt · 15 years ago
  78. a0baae8 libxtables: prefix - parse and escaped output func by Jan Engelhardt · 15 years ago
  79. aae6be9 libxtables: prefix - misc functions by Jan Engelhardt · 15 years ago
  80. 1e01b0b libxtables: prefix/order - ascii to ipaddr/ipmask input by Jan Engelhardt · 15 years ago
  81. e44ea7f libxtables: prefix/order - ipaddr/ipmask to ascii output by Jan Engelhardt · 15 years ago
  82. a41545c libxtables: prefix/order - param_act by Jan Engelhardt · 15 years ago
  83. dacafa5 libxtables: prefix/order - program_name by Jan Engelhardt · 15 years ago
  84. 5f2922c libxtables: prefix/order - strtoui by Jan Engelhardt · 15 years ago
  85. 39bf9c8 libxtables: prefix/order - libdir by Jan Engelhardt · 15 years ago
  86. 2338efd libxtables: prefix/order - match/target loading by Jan Engelhardt · 15 years ago
  87. c021c3c libxtables: prefix/order - modprobe and xtables.ko loading by Jan Engelhardt · 15 years ago
  88. 630ef48 libxtables: prefix/order - fw_xalloc by Jan Engelhardt · 15 years ago
  89. e917bca extensions: use UINT_MAX constants over open-coded numbers (2/2) by Jan Engelhardt · 15 years ago
  90. 213e185 src: remove redundant casts by Jan Engelhardt · 15 years ago
  91. ef18e81 src: remove dependency on libiptc headers by Jan Engelhardt · 16 years ago
  92. 4860781 ip6tables: fix printing of ipv6 network masks by Jan Engelhardt · 16 years ago
  93. 5a2208c Use s6_addr32 to access bits in int6_addr instead of incompatible name by Yasuyuki Kozakai · 16 years ago
  94. cb25af8 Wrap dlopen code into NO_SHARED_LIBS by Jan Engelhardt · 16 years ago
  95. 2c0a0c9 Resolve warnings on 64-bit compile by Jan Engelhardt · 16 years ago
  96. 23545c2 Implement AF_UNSPEC as a wildcard for extensions by Jan Engelhardt · 16 years ago
  97. 21b41ee Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR by Jan Engelhardt · 16 years ago
  98. dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 16 years ago
  99. 7a236f4 Drop -W from CFLAGS and some tiny code cleanups by Jan Engelhardt · 16 years ago
  100. 9ee386a fix gcc warnings by Max Kellermann · 16 years ago