Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bring ip6tables up-to-date with recent iptables change (proto match ext) | Harald Welte | 2002-08-26 | 1 | -0/+55 | |
| | ||||||
* | make NO_SHARED_LIBS work again (Roberto Nibali) | Harald Welte | 2002-08-26 | 2 | -6/+6 | |
| | ||||||
* | 1.2.7a is the successor of 1.2.6av1.2.7a | Harald Welte | 2002-08-26 | 1 | -2/+2 | |
| | ||||||
* | fix long-standing bug with regard to protocol-on-demand-loading and ↵ | Harald Welte | 2002-08-26 | 1 | -15/+55 | |
| | | | | iptables-save/restore (1.2.7 release bug) | |||||
* | todo update | Harald Welte | 2002-08-18 | 1 | -23/+2 | |
| | ||||||
* | minor fixes by kisza: | András Kis-Szabó | 2002-08-14 | 4 | -106/+10 | |
| | | | | | | | | - 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 | |||||
* | make libipt_helper.so build always, since it's now submitted to 2.4.20 | Harald Welte | 2002-08-09 | 3 | -3/+9 | |
| | ||||||
* | increase version number | Harald Welte | 2002-08-07 | 1 | -2/+2 | |
| | ||||||
* | remove bogus argument to printf()v1.2.7 | Harald Welte | 2002-08-07 | 1 | -2/+2 | |
| | ||||||
* | bring ip6tables.8 in sync with iptables.8 | Harald Welte | 2002-08-07 | 1 | -6/+11 | |
| | ||||||
* | rename '--class' into '--dscp-class' and '--set-class' into '--set-dscp-class' | Harald Welte | 2002-08-07 | 2 | -7/+7 | |
| | | | | in order not to waste the namespace | |||||
* | rename 'host' in 'unicast' | Harald Welte | 2002-08-07 | 1 | -2/+2 | |
| | ||||||
* | include sections for 2.4.20-pending matches/targets | Harald Welte | 2002-08-07 | 1 | -3/+90 | |
| | ||||||
* | copyright / GPL notice | Harald Welte | 2002-08-07 | 5 | -5/+29 | |
| | ||||||
* | modify protocol-match-extension load behaviour to eliminate the two | Harald Welte | 2002-08-07 | 1 | -24/+21 | |
| | | | | outstanding bugs. | |||||
* | do not show potentially dangerous parameteres of ECN target (Alexey) | Harald Welte | 2002-08-06 | 2 | -7/+10 | |
| | ||||||
* | fix typo in help message | Harald Welte | 2002-08-06 | 1 | -2/+2 | |
| | ||||||
* | bring ECN headers in sync with ecn.patch | Harald Welte | 2002-08-05 | 2 | -4/+3 | |
| | ||||||
* | fix ECN_OP_SET_IP case (missing flags assignment and break stmt) | Harald Welte | 2002-08-05 | 1 | -1/+3 | |
| | ||||||
* | remove bogus ECN_SHIFT from libipt_ecn.c | Harald Welte | 2002-08-05 | 1 | -1/+1 | |
| | ||||||
* | restore old DSCP_SHIFT behaviour | Harald Welte | 2002-08-05 | 2 | -3/+3 | |
| | ||||||
* | make MARK target use string_to_number [and thus report range overflows]. | Harald Welte | 2002-08-03 | 1 | -2/+1 | |
| | ||||||
* | update INSTALL file to reflect seperation of patch-o-matic | Harald Welte | 2002-08-02 | 2 | -47/+3 | |
| | ||||||
* | check for invalid port ranges (Thomas Poehnitz) | Harald Welte | 2002-07-26 | 4 | -0/+16 | |
| | ||||||
* | couple of TODO items are actually done | Harald Welte | 2002-07-24 | 1 | -5/+6 | |
| | ||||||
* | add hint about local-nat.patch to KNOWN_BUGS, make libipt_ecn work | Harald Welte | 2002-07-23 | 2 | -4/+8 | |
| | ||||||
* | 2x bugfixes for libip6t_tcp from Andras Kis-Szabo | András Kis-Szabó | 2002-07-08 | 1 | -2/+2 | |
| | ||||||
* | todo update | Harald Welte | 2002-07-08 | 1 | -1/+5 | |
| | ||||||
* | chain name may not clash with target name | Joszef Kadlecsik | 2002-06-24 | 2 | -6/+12 | |
| | ||||||
* | update ROUTE target to 0.2.2 (Cedric de Launois) | Cédric de Launois | 2002-06-24 | 1 | -19/+21 | |
| | ||||||
* | manpage updates by Herve Eychenne | Hervé Eychenne | 2002-06-22 | 2 | -26/+40 | |
| | ||||||
* | move DSCP name/value conversion to libipt_dscp_helper.c (Iain Barnes) | Iain Barnes | 2002-06-21 | 3 | -43/+121 | |
| | ||||||
* | version 0.2.1 of ipt_recent patch (stephen frost) | Stephen Frost | 2002-06-21 | 1 | -9/+27 | |
| | ||||||
* | make -M (aka --modprobe) work [Bart De Schuymer] | Bart De Schuymer | 2002-06-15 | 1 | -1/+1 | |
| | ||||||
* | fix numerous typos in manpages (fabrice) | Fabrice MARIE | 2002-06-14 | 6 | -7/+7 | |
| | ||||||
* | fix all compile warnings within iptables extensions (fabrice) | Fabrice MARIE | 2002-06-14 | 5 | -49/+8 | |
| | ||||||
* | add ROUTE target / rsip table | Cédric de Launois | 2002-06-13 | 2 | -0/+144 | |
| | ||||||
* | Fixed destination netmask comparison bug in is_same() | Marc Boucher | 2002-06-12 | 1 | -1/+1 | |
| | ||||||
* | pool compile fixes | Harald Welte | 2002-06-04 | 1 | -0/+3 | |
| | ||||||
* | make connmark patch comply with NO_SHARED_LIBS | Harald Welte | 2002-06-04 | 2 | -0/+2 | |
| | ||||||
* | fix typo in ipt_ecn.h | Harald Welte | 2002-06-04 | 1 | -2/+2 | |
| | ||||||
* | add header file for ECN match | Harald Welte | 2002-05-29 | 2 | -1/+35 | |
| | ||||||
* | add ECN match plugin | Harald Welte | 2002-05-29 | 2 | -1/+188 | |
| | ||||||
* | make ECN save function correcly save --ecn-tcp-remove | Harald Welte | 2002-05-29 | 1 | -18/+23 | |
| | ||||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | Harald Welte | 2002-05-29 | 86 | -179/+179 | |
| | | | | naming | |||||
* | fix help message printout | Harald Welte | 2002-05-29 | 1 | -5/+5 | |
| | ||||||
* | bring ECN plugin in sync with new ECN target | Harald Welte | 2002-05-29 | 2 | -23/+80 | |
| | ||||||
* | big manpage update by Herve, including: | Hervé Eychenne | 2002-05-27 | 2 | -124/+79 | |
| | | | | | | | | | | | | | | | - TTL target had nothing to do here, as it is in patch-o-matic. Deleted for coherence. Maybe we could have a special manpage for extra extensions, but as they are already documented in the Netfilter Extensions HOWTO, it would seem to appear as a duplicated effort. I just added a note on the existence of this HOWTO. - check option (former -C in ipchains) will never exist (document this in the FAQ, if not done) - owner section was duplicated in the process of merging my previous manpage patch (a bug in the patch tool? ;-) - small typo fixed - some minor cosmetic changes | |||||
* | add reject-related todo item | Harald Welte | 2002-05-27 | 1 | -2/+5 | |
| | ||||||
* | Clarified INSTALL instructions. | Rusty Russell | 2002-05-13 | 1 | -5/+5 | |
| |