1. 332e4ac iptables: accept multiple IP address specifications for -s, -d by Michael Granzow · 15 years ago
  2. e55cc4a xtables: fix segfault if incorrect protocol name is used by Pablo Neira Ayuso · 15 years ago
  3. 9c0fa7d libxtables: provide IPv6 zero address variable by Jan Engelhardt · 15 years ago
  4. 854d2d9 libxtables: fix compile error due to incomplete change by Peter Volkov · 15 years ago
  5. 4e41854 extensions: add missing limits.h include by Jan Engelhardt · 15 years ago
  6. bddcb92 libxtables: inline and remove unused OPTION_OFFSET macro by Jan Engelhardt · 15 years ago
  7. 5dd19de libxtables: general follow-up cleanup by Jamal Hadi Salim · 15 years ago
  8. 7e4db2f libxtables: consolidate init calls into one function by Jamal Hadi Salim · 15 years ago
  9. 7058192 libxtables: consolidate merge_options into xtables_merge_options by Jamal Hadi Salim · 15 years ago
  10. 139b3fe libxtables: make iptables and ip6tables use xtables_free_opts by Jamal Hadi Salim · 15 years ago
  11. 8533221 libxtables: add xtables_set_revision by Jamal Hadi Salim · 15 years ago
  12. c19f880 libxtables: flush before fork by Jan Engelhardt · 15 years ago
  13. 6f3c300 Merge branch 'master' of git://dev.medozas.de/iptables by Patrick McHardy · 15 years ago
  14. 8b7baeb libxtables: simple aliasing macro for exit_error by Jamal Hadi Salim · 15 years ago
  15. 7878483 libxtables: Replace direct exit_error() calls inside libxtables by Jamal Hadi Salim · 15 years ago
  16. 40a8343 libxtables: Add exit_error cb to xtables_globals by Jamal Hadi Salim · 15 years ago
  17. 84c3055 libxtables: define xtables_free_opts() by Jamal Hadi Salim · 15 years ago
  18. 8e90ce6 libxtables: Introduce global params structuring by Jamal Hadi Salim · 15 years ago
  19. c31870f libxtables: move compat defines to xtables.c by Jan Engelhardt · 15 years ago
  20. ec93419 libxtables: recognize IP6TABLES_LIB_DIR old-style environment variable by Jan Engelhardt · 15 years ago
  21. 77f48c2 libxtables: move afinfo around by Jan Engelhardt · 15 years ago
  22. 1de7edf libxtables: prefix/order - move parse_protocol to xtables.c by Jan Engelhardt · 15 years ago
  23. 0f16c72 libxtables: prefix/order - move check_inverse to xtables.c by Jan Engelhardt · 15 years ago
  24. a0baae8 libxtables: prefix - parse and escaped output func by Jan Engelhardt · 15 years ago
  25. aae6be9 libxtables: prefix - misc functions by Jan Engelhardt · 15 years ago
  26. 1e01b0b libxtables: prefix/order - ascii to ipaddr/ipmask input by Jan Engelhardt · 15 years ago
  27. e44ea7f libxtables: prefix/order - ipaddr/ipmask to ascii output by Jan Engelhardt · 15 years ago
  28. a41545c libxtables: prefix/order - param_act by Jan Engelhardt · 15 years ago
  29. dacafa5 libxtables: prefix/order - program_name by Jan Engelhardt · 15 years ago
  30. 5f2922c libxtables: prefix/order - strtoui by Jan Engelhardt · 15 years ago
  31. 39bf9c8 libxtables: prefix/order - libdir by Jan Engelhardt · 15 years ago
  32. 2338efd libxtables: prefix/order - match/target loading by Jan Engelhardt · 15 years ago
  33. c021c3c libxtables: prefix/order - modprobe and xtables.ko loading by Jan Engelhardt · 15 years ago
  34. 630ef48 libxtables: prefix/order - fw_xalloc by Jan Engelhardt · 15 years ago
  35. e917bca extensions: use UINT_MAX constants over open-coded numbers (2/2) by Jan Engelhardt · 15 years ago
  36. 213e185 src: remove redundant casts by Jan Engelhardt · 15 years ago
  37. ef18e81 src: remove dependency on libiptc headers by Jan Engelhardt · 16 years ago
  38. 4860781 ip6tables: fix printing of ipv6 network masks by Jan Engelhardt · 16 years ago
  39. 5a2208c Use s6_addr32 to access bits in int6_addr instead of incompatible name by Yasuyuki Kozakai · 16 years ago
  40. cb25af8 Wrap dlopen code into NO_SHARED_LIBS by Jan Engelhardt · 16 years ago
  41. 2c0a0c9 Resolve warnings on 64-bit compile by Jan Engelhardt · 16 years ago
  42. 23545c2 Implement AF_UNSPEC as a wildcard for extensions by Jan Engelhardt · 16 years ago
  43. 21b41ee Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR by Jan Engelhardt · 16 years ago
  44. dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 16 years ago
  45. 7a236f4 Drop -W from CFLAGS and some tiny code cleanups by Jan Engelhardt · 16 years ago
  46. 9ee386a fix gcc warnings by Max Kellermann · 16 years ago
  47. a5d0994 escape strings by Max Kellermann · 16 years ago
  48. bd94384 rename overlapping function names by Jan Engelhardt · 16 years ago
  49. 08b1616 bunch o' renames by Jan Engelhardt · 16 years ago
  50. 23976ac print warning when dlopen fails by Jan Engelhardt · 16 years ago
  51. aafd269 common error messages by Jan Engelhardt · 16 years ago
  52. cd9e7aa Introduce strtonum(), which works like string_to_number(), but passes by Jan Engelhardt · 16 years ago
  53. 5a26b5f iptables and NO_SHARED_LIBS/dlfcn.h by Mike Frysinger · 17 years ago
  54. df1ef38 Fix showing help text for matches/targets with revision as user by Patrick McHardy · 17 years ago
  55. aae4f82 [PATCH iptables] print warnings to stderr by Max Kellermann · 17 years ago
  56. 170af8c Tries to load libxt_*.so at first. If failed, it tries libip[6]t_*.so. by Yasuyuki KOZAKAI · 17 years ago
  57. a3732db Moves all declarations in iptables_common.h to xtables.h. by Yasuyuki KOZAKAI · 17 years ago
  58. 04f8c54 Moves some duplicated functions in ip[6]tables.c to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  59. 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
  60. 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
  61. 3dfa448 Moves common fw_malloc() and fw_calloc() to xtables.c by Yasuyuki KOZAKAI · 17 years ago
  62. 5208806 Adds xtables.[ch] and change Makefile to compile it by Yasuyuki KOZAKAI · 17 years ago