1. 37911de move 'int line' definition from ip6?tables.c into xtables.c by Maciej Zenczykowski · 14 years ago
  2. 2c6ac07 xtables: delay (statically built) match/target initialization by Maciej Zenczykowski · 14 years ago
  3. cf3e52d xtables_ip6addr_to_numeric: fix typo in comment by Maciej Zenczykowski · 14 years ago
  4. a239728 mark newly opened fds as FD_CLOEXEC (close on exec) by Maciej Zenczykowski · 14 years ago
  5. 2ad8dc8 xtables: use all IPv6 addresses resolved from a hostname by Wes Campaigne · 14 years ago
  6. adcb281 xtables: fix the broken detection/removal of redundant addresses by Wes Campaigne · 14 years ago
  7. 11e250b xtables: fix excessive memory allocation in host_to_ipaddr by Wes Campaigne · 14 years ago
  8. 64230aa libxtables: avoid confusing use of ai_protocol=IPPROTO_IPV6 by Wes Campaigne · 14 years ago
  9. 4b110b4 libxtables: fix memory scribble beyond end of array by Jan Engelhardt · 14 years ago
  10. 87dc7c4 xtables: use strspn() to check if string needs to be quoted by Max Kellerman · 14 years ago
  11. 7386635 iptables: do not print trailing whitespaces by Jan Engelhardt · 14 years ago
  12. df28823 xtables: set custom opts to NULL on free by Jan Engelhardt · 14 years ago
  13. 9273850 iptables: improve error reporting with extension loading troubles by Jan Engelhardt · 14 years ago
  14. 281439b xtables: fix typo in error message of xtables_register_match() by Li Yewang · 14 years ago
  15. dfbedfe libxtables: do some option structure checking 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. 1dc2739 xtables: reorder num_old substraction for clarity by Jan Engelhardt · 14 years ago
  18. 7ac4052 src: use C99/POSIX types by Jan Engelhardt · 14 years ago
  19. 2d68ae7 iptables: do not emit orig_opts twice by Jan Engelhardt · 14 years ago
  20. 59e8114 iptables: fix longopt reecognition and workaround getopt(3) behavior by Jan Engelhardt · 14 years ago
  21. 600f38d libxtables: change option precedence order to be intuitive by Jan Engelhardt · 14 years ago
  22. 371cea2 xtables: remove unnecessary cast by Jan Engelhardt · 14 years ago
  23. 11c2dd5 xtables: remove xtables_set_revision function by Jan Engelhardt · 14 years ago
  24. 0cb675b xtables: another try at chain name length checking by Jan Engelhardt · 14 years ago
  25. 30290ae xtables: fix compilation when debugging is enabled by Patrick McHardy · 15 years ago
  26. 21d1283 iptables: correctly check for too-long chain/target/match names by Jan Engelhardt · 15 years ago
  27. fcf5723 Lift restrictions on interface names by Jan Engelhardt · 15 years ago
  28. bf97128 libxtables: hand argv to xtables_check_inverse by Jan Engelhardt · 15 years ago
  29. 2be22fb style: reduce indent in xtables_check_inverse by Jan Engelhardt · 15 years ago
  30. 58df901 build: restore --disable-ipv6 functionality on system w/o v6 headers by Olaf Rempel · 15 years ago
  31. 94aa2ea Support for nommu arches by Jan Engelhardt · 15 years ago
  32. c284de5 xtables: warn of missing version identifier in extensions by Jan Engelhardt · 15 years ago
  33. 9a8fc4f xtables: add multi-registration functions by Jan Engelhardt · 15 years ago
  34. 332e4ac iptables: accept multiple IP address specifications for -s, -d by Michael Granzow · 16 years ago
  35. e55cc4a xtables: fix segfault if incorrect protocol name is used by Pablo Neira Ayuso · 16 years ago
  36. 9c0fa7d libxtables: provide IPv6 zero address variable by Jan Engelhardt · 16 years ago
  37. 854d2d9 libxtables: fix compile error due to incomplete change by Peter Volkov · 16 years ago
  38. 4e41854 extensions: add missing limits.h include by Jan Engelhardt · 16 years ago
  39. bddcb92 libxtables: inline and remove unused OPTION_OFFSET macro by Jan Engelhardt · 16 years ago
  40. 5dd19de libxtables: general follow-up cleanup by Jamal Hadi Salim · 16 years ago
  41. 7e4db2f libxtables: consolidate init calls into one function by Jamal Hadi Salim · 16 years ago
  42. 7058192 libxtables: consolidate merge_options into xtables_merge_options by Jamal Hadi Salim · 16 years ago
  43. 139b3fe libxtables: make iptables and ip6tables use xtables_free_opts by Jamal Hadi Salim · 16 years ago
  44. 8533221 libxtables: add xtables_set_revision by Jamal Hadi Salim · 16 years ago
  45. c19f880 libxtables: flush before fork by Jan Engelhardt · 16 years ago
  46. 6f3c300 Merge branch 'master' of git://dev.medozas.de/iptables by Patrick McHardy · 16 years ago
  47. 8b7baeb libxtables: simple aliasing macro for exit_error by Jamal Hadi Salim · 16 years ago
  48. 7878483 libxtables: Replace direct exit_error() calls inside libxtables by Jamal Hadi Salim · 16 years ago
  49. 40a8343 libxtables: Add exit_error cb to xtables_globals by Jamal Hadi Salim · 16 years ago
  50. 84c3055 libxtables: define xtables_free_opts() by Jamal Hadi Salim · 16 years ago
  51. 8e90ce6 libxtables: Introduce global params structuring by Jamal Hadi Salim · 16 years ago
  52. c31870f libxtables: move compat defines to xtables.c by Jan Engelhardt · 16 years ago
  53. ec93419 libxtables: recognize IP6TABLES_LIB_DIR old-style environment variable by Jan Engelhardt · 16 years ago
  54. 77f48c2 libxtables: move afinfo around by Jan Engelhardt · 16 years ago
  55. 1de7edf libxtables: prefix/order - move parse_protocol to xtables.c by Jan Engelhardt · 16 years ago
  56. 0f16c72 libxtables: prefix/order - move check_inverse to xtables.c by Jan Engelhardt · 16 years ago
  57. a0baae8 libxtables: prefix - parse and escaped output func by Jan Engelhardt · 16 years ago
  58. aae6be9 libxtables: prefix - misc functions by Jan Engelhardt · 16 years ago
  59. 1e01b0b libxtables: prefix/order - ascii to ipaddr/ipmask input by Jan Engelhardt · 16 years ago
  60. e44ea7f libxtables: prefix/order - ipaddr/ipmask to ascii output by Jan Engelhardt · 16 years ago
  61. a41545c libxtables: prefix/order - param_act by Jan Engelhardt · 16 years ago
  62. dacafa5 libxtables: prefix/order - program_name by Jan Engelhardt · 16 years ago
  63. 5f2922c libxtables: prefix/order - strtoui by Jan Engelhardt · 16 years ago
  64. 39bf9c8 libxtables: prefix/order - libdir by Jan Engelhardt · 16 years ago
  65. 2338efd libxtables: prefix/order - match/target loading by Jan Engelhardt · 16 years ago
  66. c021c3c libxtables: prefix/order - modprobe and xtables.ko loading by Jan Engelhardt · 16 years ago
  67. 630ef48 libxtables: prefix/order - fw_xalloc by Jan Engelhardt · 16 years ago
  68. e917bca extensions: use UINT_MAX constants over open-coded numbers (2/2) by Jan Engelhardt · 16 years ago
  69. 213e185 src: remove redundant casts by Jan Engelhardt · 16 years ago
  70. ef18e81 src: remove dependency on libiptc headers by Jan Engelhardt · 16 years ago
  71. 4860781 ip6tables: fix printing of ipv6 network masks by Jan Engelhardt · 16 years ago
  72. 5a2208c Use s6_addr32 to access bits in int6_addr instead of incompatible name by Yasuyuki Kozakai · 16 years ago
  73. cb25af8 Wrap dlopen code into NO_SHARED_LIBS by Jan Engelhardt · 17 years ago
  74. 2c0a0c9 Resolve warnings on 64-bit compile by Jan Engelhardt · 17 years ago
  75. 23545c2 Implement AF_UNSPEC as a wildcard for extensions by Jan Engelhardt · 17 years ago
  76. 21b41ee Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR by Jan Engelhardt · 17 years ago
  77. dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 17 years ago
  78. 7a236f4 Drop -W from CFLAGS and some tiny code cleanups by Jan Engelhardt · 17 years ago
  79. 9ee386a fix gcc warnings by Max Kellermann · 17 years ago
  80. a5d0994 escape strings by Max Kellermann · 17 years ago
  81. bd94384 rename overlapping function names by Jan Engelhardt · 17 years ago
  82. 08b1616 bunch o' renames by Jan Engelhardt · 17 years ago
  83. 23976ac print warning when dlopen fails by Jan Engelhardt · 17 years ago
  84. aafd269 common error messages by Jan Engelhardt · 17 years ago
  85. cd9e7aa Introduce strtonum(), which works like string_to_number(), but passes by Jan Engelhardt · 17 years ago
  86. 5a26b5f iptables and NO_SHARED_LIBS/dlfcn.h by Mike Frysinger · 17 years ago
  87. df1ef38 Fix showing help text for matches/targets with revision as user by Patrick McHardy · 17 years ago
  88. aae4f82 [PATCH iptables] print warnings to stderr by Max Kellermann · 17 years ago
  89. 170af8c Tries to load libxt_*.so at first. If failed, it tries libip[6]t_*.so. by Yasuyuki KOZAKAI · 17 years ago
  90. a3732db Moves all declarations in iptables_common.h to xtables.h. by Yasuyuki KOZAKAI · 17 years ago
  91. 04f8c54 Moves some duplicated functions in ip[6]tables.c to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  92. 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
  93. 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
  94. 3dfa448 Moves common fw_malloc() and fw_calloc() to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  95. 5208806 Adds xtables.[ch] and change Makefile to compile it by Yasuyuki KOZAKAI · 17 years ago