Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduces xtables match/target registration | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | - moves lib_dir to xtables.c - introduces struct pfinfo which has protocol family dependent infomations. - unifies load_ip[6]tables_ko() and moves them as load_xtables_ko() - introduces xt_{match,match_rule,target,tryload} and replaces ip[6]t_* with them - unifies following functions and move them to xtables.c - find_{match,find_target} - compatible_revision, compatible_{match,target}_revision - introduces xtables_register_{match,target} and make register_{match,target}[6] call them. xtables_register_* register ONLY matches/targets matched protocol family Some concepts: - source compatibility for libip[6]t_xxx.c with warning on compilation not binary compatibility. - binary compatibility between 2.4/2.6 kernel and iptables/ip6tables, of cause. - xtables is enough to support only one address family at runtime. Then xtables keeps infomations of only the focused address famiy in struct afinfo. | ||||
* | Moves ip[6]tables_insmod() to xtables.c as xtables_insmod() | Yasuyuki KOZAKAI | 2007-07-24 | 1 | -1/+2 |
| | |||||
* | Fix missing newlines in iptables-save/restore output (Pavol Rusnak ↵ | Pavel Rusnak | 2007-05-10 | 1 | -2/+2 |
| | | | | | | <prusnak@suse.cz>) Bugzilla #568 | ||||
* | fix problem with iptables-restore and quotes (close bugzilla id 505) | Pablo Neira Ayuso | 2007-04-18 | 1 | -15/+32 |
| | |||||
* | revert some slipped through patches | Pablo Neira AyusoMaurice van der Pot | 2007-04-16 | 1 | -32/+15 |
| | |||||
* | prepare conntrack and conntrackd merge: rename conntrack to conntrack-tools | Pablo Neira Ayuso | 2007-04-16 | 1 | -15/+32 |
| | |||||
* | Supress error message from modprobe on checking revision. | Yasuyuki KOZAKAI | 2007-03-13 | 1 | -1/+1 |
| | |||||
* | Fix missing space in error message (Bugzilla 544) | Patrick McHardy | 2007-02-14 | 1 | -1/+1 |
| | |||||
* | fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke) | Lutz Jaenicke | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | fix segfault or loading of invalid counters in ip[6]tables-restore (Olaf ↵ | Harald Welte | 2006-02-09 | 1 | -1/+4 |
| | | | | Rempel) (Closes: #437) | ||||
* | Flush chain with noflush when it is redefined (Charlie Brady ↵ | Charlie Brady | 2005-06-12 | 1 | -6/+15 |
| | | | | <charlieb-netfilter-devel@budge.apana.org.au>) | ||||
* | Fix setting lib_dir in ip*tables-{save,restore} | Martin Josefsson | 2004-12-27 | 1 | -1/+5 |
| | |||||
* | fix slightly changed semantics of iptc_is_builtin | Harald Welte | 2004-08-30 | 1 | -2/+2 |
| | |||||
* | Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore | Bastiaan Bakker | 2004-06-25 | 1 | -2/+8 |
| | | | | for size reduction applied | ||||
* | Get rid of some warnings when compiling 64bit. | Martin Josefsson | 2004-05-26 | 1 | -2/+2 |
| | |||||
* | Add --test (-t) in order to test the whole file without changing anything if ↵ | Martin Josefsson | 2004-02-01 | 1 | -6/+16 |
| | | | | something fails | ||||
* | Complain when COMMIT is missing for the last table in the input | Martin Josefsson | 2004-02-01 | 1 | -1/+6 |
| | |||||
* | Another minor codestyle fix | Martin Josefsson | 2004-01-31 | 1 | -2/+3 |
| | |||||
* | Minor codestyle fix | Martin Josefsson | 2004-01-31 | 1 | -2/+3 |
| | |||||
* | I guess nobody actually used --verbose | Martin Josefsson | 2004-01-31 | 1 | -2/+2 |
| | |||||
* | Fix even more possibly not zero-terminated strings after copy (Karsten Desler) | Karsten Desler | 2004-01-31 | 1 | -1/+2 |
| | |||||
* | allow embedding of quote character inside quoted string (Michael Rash) | Michael Rash | 2004-01-05 | 1 | -2/+6 |
| | |||||
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵ | Martin Josefsson | 2003-05-02 | 1 | -2/+5 |
| | | | | Josefsson) | ||||
* | make gcc happy | Harald Welte | 2003-03-06 | 1 | -3/+3 |
| | |||||
* | make iptables-restore print the line number in case of an error | Illes Marci | 2003-03-03 | 1 | -2/+2 |
| | | | | (Illes Marci <marci@balabit.hu>) | ||||
* | fix iptables-restore to not segfault on invalid input (Illes Marci ↵ | Illes Marci | 2003-03-03 | 1 | -5/+8 |
| | | | | <marci@balabit.hu>) | ||||
* | copyright / GPL notice | Harald Welte | 2002-08-07 | 1 | -3/+3 |
| | |||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 1 | -3/+3 |
| | | | | naming | ||||
* | fix typo in comment | Harald Welte | 2002-01-17 | 1 | -2/+2 |
| | |||||
* | Set verbose = 1 when -v option specified. | Marc Boucher | 2001-12-06 | 1 | -2/+5 |
| | |||||
* | check for --table as well as -t (Andreas Ferber) | Harald Welte | 2001-10-22 | 1 | -2/+3 |
| | |||||
* | fix stupid bug introduced with too-lazy "-t" checking. | Harald Welte | 2001-10-21 | 1 | -17/+11 |
| | |||||
* | fix of-by-one for-loop for debug statement | Harald Welte | 2001-10-16 | 1 | -2/+2 |
| | |||||
* | prevent ip(6)tables-restore from crashing when a line contains -t | Harald Welte | 2001-10-16 | 1 | -1/+17 |
| | |||||
* | - added patch to support statically linking of iptables | Harald Welte | 2001-08-06 | 1 | -1/+5 |
| | | | | - iptables-save/-restore is no longer experimental | ||||
* | Added support for iptables-restore module-load-on-demand (a. van schie) | Harald Welte | 2001-06-16 | 1 | -5/+18 |
| | |||||
* | iptables-save had problems with multiple spaces between options (A. van Schie) | Harald Welte | 2001-05-26 | 1 | -3/+6 |
| | |||||
* | the parse-error with log target and spaces in log-prefix should be fixed now | Harald Welte | 2001-05-03 | 1 | -13/+63 |
| | |||||
* | fixing a lot of bugs / cleaning up | Harald Welte | 2001-03-15 | 1 | -57/+57 |
| | | | | | - no more dependency problems with user-defined chains - cleanup of the old strtok problem ( no more goto) | ||||
* | ip6tables-save/-restore by Kis-Szabo Andras | András Kis-Szabó | 2001-02-26 | 1 | -2/+11 |
| | |||||
* | added 'iptables --set-counters' and fixed counter-restore in iptables-restore | Harald Welte | 2001-01-23 | 1 | -12/+17 |
| | |||||
* | Addeed FIXME. | Rusty Russell | 2001-01-07 | 1 | -0/+1 |
| | |||||
* | o serveral changes / additions to libiptc: | Harald Welte | 2001-01-05 | 1 | -5/+29 |
| | | | | | | | | | - iptc_set_policy has additional argument 'counters' to be consistent with iptc_get_policy - added functions for counter manipulation (iptc_read_counter, iptc_zero_counter, iptc_set_counter) o iptables-save and iptables-restore manpage clearifications o iptables-restore counter restoring for chain counters | ||||
* | adding --noflush option for iptables-restore | Harald Welte | 2000-12-19 | 1 | -13/+44 |
| | |||||
* | preprocessor macro syntax | Harald Welte | 2000-12-06 | 1 | -2/+2 |
| | |||||
* | make iptables-restore and iptables-save work again! | Harald Welte | 2000-12-01 | 1 | -33/+103 |
| | |||||
* | Makefile fixes for release.v1.0.0-alpha | Rusty Russell | 2000-03-20 | 1 | -1/+1 |
| | | | | Whitespace cleanups. | ||||
* | reorganized tree after kernel merge | Marc Boucher | 2000-03-20 | 1 | -0/+154 |