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