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