Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old functions, constants | Jan Engelhardt | 2008-04-15 | 1 | -4/+4 |
| | |||||
* | iptables: use C99 lists for struct options | Gáspár Lajos | 2008-04-14 | 1 | -6/+6 |
| | |||||
* | Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR | Jan Engelhardt | 2008-04-13 | 1 | -3/+8 |
| | |||||
* | Fix all remaining warnings (missing declarations, missing prototypes) | Jan Engelhardt | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Fix -Wshadow warnings and clean up xt_sctp.h | Jan Engelhardt | 2008-04-06 | 1 | -5/+5 |
| | | | | | Note: xt_sctp.h is still not merged upstream in the kernel as of this commit. But a refactoring was really needed. | ||||
* | whitespace cleanup | Max Kellermann | 2008-01-29 | 1 | -15/+15 |
| | | | | Max Kellermann <max@duempel.org> | ||||
* | iptables and NO_SHARED_LIBS/dlfcn.h | Mike Frysinger | 2007-12-19 | 1 | -1/+4 |
| | | | | | | | | if NO_SHARED_LIBS is defined, then iptables shouldnt even include dlfcn.h. otherwise you hit a build failure when using toolchains that do not provide dlfcn.h because they do not support shared objects. Signed-Off-By: Mike Frysinger <vapier@gentoo.org> | ||||
* | let DO_MULTI=1 work for ip6tables* binaries | Hann-Huei Chiou | 2007-10-23 | 1 | -0/+4 |
| | | | | | | | | When defining DO_MULTI=1 in Makefile, only iptables is built as a single multipurpose binary. This patch makes ip6tables also be built in the same manner. Hann-huei Chiou <koala@ascenvision.com> | ||||
* | Don't silenty exit on failure to open /proc/net/{ip,ip6}_tables_names | Victor Stinner | 2007-10-18 | 1 | -1/+3 |
| | | | | Victor Stinner <victor.stinner@inl.fr> | ||||
* | Fix missing newlines in iptables-save/restore output (Pavol Rusnak ↵ | Pavel Rusnak | 2007-05-10 | 1 | -1/+1 |
| | | | | | | <prusnak@suse.cz>) Bugzilla #568 | ||||
* | Fix iptables-save not printing -s !0/0 and -d !0/0 as well as ip6tables | Patrick McHardy | 2006-12-02 | 1 | -1/+1 |
| | | | | unnecessarily printing the address. Base on patch by Daniel De Graaf. | ||||
* | Fix setting lib_dir in ip*tables-{save,restore} | Martin Josefsson | 2004-12-27 | 1 | -0/+4 |
| | |||||
* | Get rid of some warnings when compiling 64bit. | Martin Josefsson | 2004-05-26 | 1 | -2/+2 |
| | |||||
* | Bloody copy-n-edit. Make sure to use matches in the order they are given... | Martin Josefsson | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵ | Martin Josefsson | 2003-05-02 | 1 | -0/+2 |
| | | | | Josefsson) | ||||
* | minor fixes by kisza: | András Kis-Szabó | 2002-08-14 | 1 | -4/+1 |
| | | | | | | | | - remove -C(check) function from ip6tables - -M added to the getopts()'s list (missed) - small change in the iptables help - remove some unused code - some GPL notice added | ||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 1 | -2/+2 |
| | | | | naming | ||||
* | add ip6tables-save/restore manpages; sync with ipv4 (kisza) | András Kis-Szabó | 2002-03-03 | 1 | -30/+29 |
| | |||||
* | ip6tables-(save/restore) sync with IPv4 code | Harald Welte | 2001-10-04 | 1 | -4/+13 |
| | |||||
* | - added patch to support statically linking of iptables | Harald Welte | 2001-08-06 | 1 | -0/+4 |
| | | | | - iptables-save/-restore is no longer experimental | ||||
* | Major icmpv6 cleanup / fixes by Kis-Szabo Andras. | András Kis-Szabó | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | ip6tables-save without target fix, scoreboard | Harald Welte | 2001-07-05 | 1 | -1/+4 |
| | |||||
* | fixes '_' in interface names bug (iptables) | Harald Welte | 2001-05-12 | 1 | -1/+1 |
| | | | | fixes '+' in interface names bug (iptables-save) | ||||
* | forgot to add those two... | András Kis-Szabó | 2001-02-27 | 1 | -0/+341 |