- 60a6073 Make --set-counters (-c) accept comma separated counters by Henrik Nordstrom · 17 years ago
- bb34082 iptables --list chain rulenum by Henrik Nordstrom · 17 years ago
- 96296cf iptables --list-rules command by Henrik Nordstrom · 17 years ago
- 48c1bc6 Add support for --set-counters to iptables -P by Henrik Nordstrom · 17 years ago
- 8b7c64d Remove old functions, constants by Jan Engelhardt · 17 years ago
- 7bc3cb7 iptables: use C99 lists for struct options by Gáspár Lajos · 17 years ago
- 6cf172e manpages: grammar and spelling by Jan Engelhardt · 17 years ago
- 33690a1 Fix all remaining warnings (missing declarations, missing prototypes) by Jan Engelhardt · 17 years ago
- dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 17 years ago
- 5b76f68 whitespace cleanup by Max Kellermann · 17 years ago
- bd94384 rename overlapping function names by Jan Engelhardt · 17 years ago
- 08b1616 bunch o' renames by Jan Engelhardt · 17 years ago
- 8e707d7 - cleanup several code wraparounds by Pablo Neira Ayuso · 17 years ago
- aae4f82 [PATCH iptables] print warnings to stderr by Max Kellermann · 17 years ago
- 875441e Fix sscanf type errors by Patrick McHardy · 17 years ago
- 830132a Delete empty ->final_check() functions by Jan Engelhardt · 17 years ago
- 0b63936 Fix more sparse warnings: non-C99 array declaration, incorrect function prototypes by Patrick McHardy · 17 years ago
- b73691f Fix strict aliasing warnings by Patrick McHardy · 17 years ago
- ea146a9 Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) by Peter Riley · 17 years ago
- d884051 Make @msg argument a const char *, just like printf(). by Jan Engelhardt · 17 years ago
- d014540 Makes it possible to omit extra_opts of matches/targets if unnecessary. by Jan Engelhardt · 17 years ago
- 04f8c54 Moves some duplicated functions in ip[6]tables.c to xtables.c by Yasuyuki KOZAKAI · 17 years ago
- 0d502bc Introduces xtables match/target registration by Yasuyuki KOZAKAI · 17 years ago
- 0b82e8e Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() by Yasuyuki KOZAKAI · 17 years ago
- 3dfa448 Moves common fw_malloc() and fw_calloc() to xtables.c by Yasuyuki KOZAKAI · 17 years ago
- 7625872 Fix "iptables getsockopt failed strangely" when querying revisions for non-existant matches and targets by Patrick McHardy · 17 years ago
- 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 · 18 years ago
- cd2f6d2 Fix iptables --modprobe parameter (Maurice van der Pot <griffon26@kfk4ever.com>) by Pablo Neira AyusoMaurice van der Pot · 18 years ago
- 29647c8 Fixes typos in the argument of ip[6]tables_insmod: quit -> quiet by Yasuyuki KOZAKAI · 18 years ago
- 0e9480b Supress error message from modprobe on checking revision. by Yasuyuki KOZAKAI · 18 years ago
- 9561606 Add UDPLITE multiport support by Patrick McHardy · 18 years ago
- 267a570 Fix /etc/network usage (Pablo Neira) by Pablo Neira Ayuso · 18 years ago
- 2ac1fad Fix -E (rename) in iptables/ip6tables by Krzysztof Piotr Oledzki · 18 years ago
- 740d727 load ip_[6]tables.ko just before checking revision support in kernel. by Yasuyuki KOZAKAI · 18 years ago
- 42bd67b Fix spelling error by Patrick McHardy · 18 years ago
- 2d1a297 Use negative-list for "weird character in interface" warning instead of warning for basically every non-alphanumeric character. by Patrick McHardy · 18 years ago
- c1eae41 Revert "proto_to_name duplication" patch, as noticed by Yasuyuki it can cause by Patrick McHardyJesper Brouer · 18 years ago
- a6c1d92 proto_to_name duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
- dbac8ad reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
- 58179b1 reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
- 5549ad0 iptables: handle cidr notation more sanely (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
- 2cfbd9f In ip[6]tables.c, NUMBER_OF_OPT was increased to 12 for the OPT_COUNTERS by Patrick McHardyHarald Welte · 19 years ago
- 0eca33f cmdflags is used in cmd2char() to return the option for a command. It uses the by Harald Welte · 19 years ago
- a258ad7 Multiple matches of the same type can be specified on the commandline. by Joszef Kadlecsik · 19 years ago
- cbe1ec7 Make '-p all' a special case that is handled before calling getprotoent() (Closes: #446) by Harald Welte · 19 years ago
- d6bc608 fix double-free if a single match is used multiple times within a signle rule by Harald Welte · 19 years ago
- f5b86e6 Fix probing for supported revisions (Jones Desougi <jones@ingate.com>) by Jones Desougi · 19 years ago
- 72bd87e fix compilation of iptables on [old] systems that don't have IPT_F_GOTO by Harald Welte · 19 years ago
- 0b90564 only set revisions on real targets, not on jumps. (Pablo Neira) by Pablo Neira · 19 years ago
- 17fc163 add 'goto' support (Henrik Nordstrom <hno@marasystems.com>) by Henrik Nordstrom · 19 years ago
- 8cf6591 Kernels higher than 2.6.10 don't support multiple --to arguments in by Phil Oester · 19 years ago
- d91ed75 The call to free_opts() in merge_options() is invalid C. The oldopts by Marcus Sundberg · 19 years ago
- efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
- 9867e81 reduce code replication of parse_interface() (Yasuyuki Kozakai) by Yasuyuki KOZAKAI · 19 years ago
- 8d8c8ea Chain name should not start with '!' (Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>) by Yasuyuki KOZAKAI · 19 years ago
- dfdcd64 Release previously merged options from merge_opts(), reduces memory-usage of iptables-restore dramatically (Pablo Neira) by Pablo Neira · 19 years ago
- e267792 poll goto specific changes out of trunk by Harald WeltePablo Neira · 20 years ago
- 1a39d1e fix iptables-save/restore of goto (Jonas Berlin) by Jonas Berlin · 20 years ago
- 4a06cf0 the optflags array contains a '3' for the OPT_LINENUMBERS entry while everywhere else '0' is used (Jonas Berlin) by Jonas Berlin · 20 years ago
- 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 20 years ago
- ee9c820 Remove leftover debug printf by Martin Josefsson · 20 years ago
- 93911bf Replace memchr with strlen and fix up one of the statements. by Martin Josefsson · 20 years ago
- 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
- 357d59d Fix setting lib_dir in ip*tables-{save,restore} by Martin Josefsson · 20 years ago
- 8beb049 Don't need ipt_entry_target()/ip6t_entry_target() now kernel uses static inline instead of extern inline (otherwise it doesn't compile without -O). by Rusty Russell · 20 years ago
- 208d42e Implement IPTABLES_LIB_DIR and IP6TABLES_LIB_DIR environment variables, and set them in testsuite if we're running iptables within tree. by Rusty Russell · 20 years ago
- 10f7f14 Fix module-autoloading in certain cases (Fixse Debian Bug 219686) by Harald Welte · 20 years ago
- 3a506ac fix slightly changed semantics of iptc_is_builtin by Harald Welte · 20 years ago
- 8093844 Allocate enough memory for addr-list in host_to_addr() by Patrick McHardy · 20 years ago
- 6997cdf fix dual-free bug with multiple-A dns records (keso@klister.net) by keso · 20 years ago
- a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
- b105bc9 Add versions of string_to_number() for use in 32bit userspace with 64bit kernel. by Martin Josefsson · 20 years ago
- 66aea6f When compiled static, don't show help-messages for all matches and targets, by Martin Josefsson · 20 years ago
- 4dd5fed Get rid of some memoryleaks. by Martin Josefsson · 21 years ago
- 3610deb fix case where somebody uses '-i +' as interface name (Ozgur AKAN) by Ozgur AKAN · 21 years ago
- 1291523 add userspace part of SCTP match by Harald Welte · 21 years ago
- 78cafda Make sure to use matches in the order they are given when calling do_command() multiple times. by Martin Josefsson · 21 years ago
- 617b7dd Fix another possibly not zero-terminated string after copy (Karsten Desler) by Karsten Desler · 21 years ago
- 9cc354f Fix possibly not zero-terminated string after copy (Karsten Desler) by Karsten Desler · 21 years ago
- 25fc1d7 Fix '-L format bug' (Edward J. Huff) (Closes: #93) by Harald Welte · 21 years ago
- 8371e15 Fix the previous fix No more segfaults or compilewarnings. by Martin Josefsson · 22 years ago
- a5bb0a6 fix trivial typo by Harald Welte · 22 years ago
- 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 22 years ago
- edad9bb fix stupid typo (Maciej Soltysiak) by Maciej Soltysiak · 22 years ago
- 63e9063 make iptables-restore print the line number in case of an error by Illes Marci · 22 years ago
- 68ec9c7 rename-chain has a mandatary argument, not an optional (Juergen Baumann) by Harald Welte · 22 years ago
- 2d86b77 fix long-standing bug with regard to protocol-on-demand-loading and iptables-save/restore (1.2.7 release bug) by Harald Welte · 22 years ago
- 0c4188f minor fixes by kisza: by András Kis-Szabó · 22 years ago
- d4ab5ad modify protocol-match-extension load behaviour to eliminate the two by Harald Welte · 22 years ago
- 08f1527 chain name may not clash with target name by Joszef Kadlecsik · 22 years ago
- be8ee53 make -M (aka --modprobe) work [Bart De Schuymer] by Bart De Schuymer · 22 years ago
- 6336bfd remove '-C' check function; by Harald Welte · 23 years ago
- 731a728 remove check of find_proto(), since do_command() can be called multiple times, by Harald Welte · 23 years ago
- 067477b make find_target() and find_match() honor LOAD_MUST_SUCCEED when NO_SHARED_LIBS by Marc Boucher · 23 years ago
- b77f1da Fix 'iptables -p !' bug (segfault when `!' used without argument) by Harald Welte · 23 years ago
- 0b0013a add bugfix in case we are using a protocol number (-p N) which has no matching /etc/protocols entry by Harald Welte · 23 years ago
- b93c798 Export addr_to_anyname(), mask_to_dotted(), parse_hostnetworkmask() by Marc Boucher · 23 years ago
- 2892e6a no warning for . in interface names (vlan) by Harald Welte · 23 years ago
- 5a66fe4 Added (and tested!) terabyte printing. by Rusty Russell · 23 years ago
- 3efb6ea - added patch to support statically linking of iptables by Harald Welte · 23 years ago