support ip6t_HL
[ferm.git] / NEWS
blobef2f3c1426745bdbdbbba8d59965ab79eea1df31
2     CHANGES
4     version history for ferm
6     Auke Kok <sofar@foo-projects.org>
7     Max Kellermann <max@foo-projects.org>
10 v1.2.1 - not yet released
11   - support netfilter modules: condition, fuzzy, hbh, hl, ipv6header, rt,
12     quota, HL
13   - extended module support
14     * ah now supports the IPv6 options
15   - added missing documentation
16     * target ECN
17     * match modules: dst, eui64, frag
18   - disabled array after ttl-lt, ttl-gt
19   - allow "length", "physdev", "tos" negation
20   - translate sports, dports to source-ports, destination-ports in import-ferm
23 v1.2 - 13 Sep 2006
24   - import-ferm runs iptables-save if no input file is provided
27 v1.2beta2 - 9 Sep 2006
28   - added --flush
29   - added --shell which generates a shell script
30   - don't check available netfilter modules
31   - read iptables-save in initialize_netfilter()
32   - option --location is deprecated, ferm now calls /sbin/iptables
33   - whitespace fix in import-ferm
34   - allow late chain/table specification again
35   - set a second alarm in the confirmation dialog
36   - enable rollback feature even in non-interactive mode
39 v1.2beta1 - 28 Aug 2006
40   - perl strict mode
41   - removed support for ipfwadm and ipchains
42   - get a list of netfilter table names from /proc/net/ip_tables_names
43   - error messages go to STDERR
44   - full support for the match extensions: recent, comment, conntrack,
45     addrtype, ah, owner, time, dscp, ecn, helper, iprange, iplimit, length,
46     multiport, physdev, policy, realm, tcpmss, dst, frag
47   - full support for the targets: BALANCE, CLASSIFY, CONNMARK, NETMAP, ROUTE,
48     SNAT, TARPIT, NFQUEUE, SAME, DSCP
49   - support the protocols: dccp, sctp
50   - implemented variables and functions with 'def'
51     * variables and functions are local to their containing block
52   - stricter syntax checks, e.g.:
53     * some built-in targets must be uppercase
54     * only one target is allowed
55     * target parameters are only recognized after the target name, protocol
56       parameters only after the protocol match etc.
57     * referenced variables must exist
58     * list item negation is not possible
59     * only ACCEPT and DROP are allowed as policy
60     * tables and chains must be specified first
61   - deprecated syntax:
62     * using a policy as default target for a rule
63     * target MASQ, use MASQUERADE instead
64     * lower-case built-in chain names and targets
65     * lists must be specified with parantheses and no commas (old syntax
66       is deprecated, but still supported)
67     * variables declared with 'set' and referenced with '%NAME'
68     * many shortcuts like 'mac' and 'tosrc'
69     * shortcuts without the dash like 'tcpflags' ('tcp-flags')
70     * "option iptables"; only iptables is supported
71     * source/destination
72     * option automod
73     * policy within a rule declaration
74   - fixed the double-module bug
75   - show filename and line number in error message
76   - implemented the 'include' command
77   - more shortcuts for command line options
78   - better set-tos parameter parser
79   - reimplemented backticks
80   - reimplemented tokenizer and parser
81   - escape shell parameters
82   - warn about unused custom chains
83   - ignore empty rules
84   - options --clearall, --createchains are implied and deprecated
85   - options --debug and --verbose are deprecated
86   - reset all policies to ACCEPT
87   - variables expansion happens within double quotes
88   - implemented automatic variables: $TABLE, $CHAIN
89   - IPv6/ip6tables support
90   - raw table support
91   - print line number when iptables reports an error
92   - write error messages to STDERR
93   - replaced the old samples with new ones
94   - check which match and target modules are available
95   - generate output iptables-save format when --fast is specified
96   - semi-automatic sub chains with the 'subchain' keyword
97   - support tcp-flags negation
98   - added interactive mode
101 v1.1 - 5 May 2003
102   - Removed 'mark' as possible target due to nameclash
103   - Fixed typo in tos values with missing space
104   - Added support for shell escapes
105   - Updated manual page
106   - Fixed bug with ! before variable lists
107   - Added support for multiple variables inside a value
108   - Changed variable character from '$' to '%' to allow system variables
109   - Split up the pod stuff from the ferm source
110   - Fixed word splitter to more a serious approach
111   - Removed internal proxy variable, replaced with 'to' and 'toports' for clearity
112   - Removed the 'relaxed' option, for it wasn't used at it's potential (once)
113   - Added location option for the meek
114   - Have ferm prescan input to look for the kernel program and location
115   - Modified $(DOCDIR) to /usr/share/doc/ferm
116   - Added debug (--debug or -d) parameter for even more output
117   - Added --length,ttl, ttl[set|inc|dec] and ttl-[eq|lt|gt],
118     --[every|counter|start|packet], --average, --pkt-type, --string
119     --time[start|stop] and --days, ip-limit-[above|mask]
120     --psd-[weight-threshold|delay-threshold|[lo|hi]-ports-weight]
121     --to-[source|ports|destination], --set-ftos 
122   - Added BALANCE, FTOS, SAME, TCPMSS targets and more
123   - Fixed bug on log/goto combination (missing space) -debian bugs
124   - Allow lists in set statements -debian bugs
125   - Added several patches from misc sources (thanks everyone)
126   - Cleaned up order of builtin targets (now alphabetically ordered)
129 v1.0pl8 - 13 july 2001
130   - Fixed nonexistent parameter values for log-[ip|tcp]-...
131   - Made keyword pattern matching strict, better for finding typo's
132   - Added NOP action (for match-counting)
133   - Added option automodule for automaticly loading correct modules
134   - Fixed -m for mark in iptables mixo
135   - Fixed relaxed matching tos values, still relaxed now though
136   - Fixed mark missing as normal target
137   - Added variable support
138   - Updated manual page partly
141 v1.0pl7 - 21 may 2001
142   - Added support for multiple modules
145 v1.0pl6 - 19 may 2001
146   - Fixed wrongly flushing of chains
147   - Fixed bug which infected policies already set
148   - Updated manual to distinguish between 'log' and 'LOG'
149   - Fixed lower case mismatching targets due to faulty
150     substring expression matching
151    
153 v1.0pl5 - 16 may 2001
154   - Fixed policy keyword bug
155   - Added consistency check for missing semicolons before
156     section closing
157   - Fixed flushall target for multiple tables
158   - Reworked policy system to allow multiple policy settings for
159     single chains
160   - Changed syntax to allow "--state A,B", adapted "--tcp-flags"
161     syntax to do exactly the same (see manual)
164 v1.0pl4 - 11 may 2001
165   - Fixed order of TOS targets/params for iptables
166   - Added correct flushing in combination with policy-setting only
167   - Stripped trailing spaces on rule
168   - Fixed a small grammar error in description
169   - Removed SNAT and DNAT as valid policy targets
170   - Added QUEUE, MARK, MIRROR and RETURN as valid (policy) targets
171   - Added PRE/POSTROUTING chains as valid for policy
172   - Added set-mark parameter, moved 'mark' in ipchains to 'setmark'
173   - Added MASQUERADE <port/range> syntax for iptables
176 v1.0pl3 - 9 may 2001
177   - Fixed DENY rule appearing uncapitalized
180 v1.0pl2 - 8 may 2001
181   - Added support for SNAT and DNAT targets
182   - Added support for the tcp-flags option
185 v1.0pl1 - 3 May 2001
186   - Fixed redirection to host vs port in iptables section
187   - Fixed chain clearing in all tables
188   - Switched to Makefiles for install & uninstall script
191 v1.0 - 2 May 2001
192   - Fixed iptables addr/port combination errors (iptables lacks
193     ipchains shorthand method for this)
194   - Removed 'reverse' for iptables (misses capability)
195   - Added filter and nat cleaning for 'clearall' option
196   - Major update on chain-administration in iptables
199 v0.0.18 - 18 Apr 2001
200   - Fixed two minor bugs (typo/parm ordering)
201   - Added ttl-* options for iptables
202   - Fixed log-tcp-*, which don't want parameters
203   - Return of default kernel program, now checked for at first rule
204     generation moment. Default is ipchains (again)
205   - Added PRE- and POSTROUTING targets for iptables
208 v0.0.17 - 19 Feb 2001
209   - Added better literal string handling enclosed in quotes
210   - Added "module" parameter for iptables
211   - Added "LOG" target for iptables, the "log" option still works
212     the old way, so "proto tcp log ACCEPT;" works fine
213   - Fixed table parameter in clearing/policy/creation of chains
214   - Added a special iptables example
215   - Added support for "! syn" and "! fragment" syntax
216   - Fixed fragment parameter bug
219 v0.0.16 - 12 Feb 2001
220   - Fixed default ipchains option- removed the default kernel
221     interface program
222   - Fixed 5 iptables/ipchains copy-paste typo's
225 v0.0.15 - 7 Feb 2001
226   - Added possibility of "" parameters including spaces and special
227     characters, handy for 'log-prefix'
228   - Fixed minor 'rejectt' bug
229   - Added a realistic ferm config example
230   - Fixed iptables log error (Klaus Lichtenwalder)
233 v0.0.14 - 28 Jan 2001
234   - Fixed tos and set-tos parameter switches for iptables
235   - Added install script
236   - Updated manual page to reflect changes in 0.0.13
237   - Fixed flushing/clearing in iptables
240 v0.0.13 - 10 Jan 2001
241   - Improved iptables support: the following parameters:
242     * table, out-interface, tcp-option, mac-source, limit, limit-burst,
243      all owner-parameters, state, logging options, reject-with
244   - Changed 'tos' into 'settos' to allow 'tos' matching in iptables
245   - Implemented the ! operator, partly by John Auer
248 v0.0.12 - 8 Jan 2001
249   - Fixed an incredibly stupid bug created in 0.0.11
252 v0.0.11 - 5 Jan 2001
253   - Fixed a lot of silly bugs with the policy system (uc/lc, wrong
254     targets)
255   - Allows empty files
258 v0.0.10 - 4 Jan 2001
259   - Policy can now be specified as a single statement, like
260     "chain input policy ACCEPT;", allowing policies to be
261     shut down and opened in the process of loading
262   - Added the 'reverse' option
263   - Fixed fqdn specification (Yannick Le Briquer)
264   - Package contains man page in html
267 v0.0.9 - 14 Dec 2000
268   - REDIRECT option corrected, you can now specify the port number
269     that you are redirecting to (D. Bidwell)
270   - Added basic iptables support
271   - fixed typo error between 's' and 'd' for portspec
272   - Updated manual page
275 v0.0.8 - 12 Dec 2000
276   - initial release, features:
277     * ipchains support
278     * ipfwadm support
279     * complete man page
280     * examples