root/fwknop/tags/fwknop-0.9.7-pre2/ChangeLog

Revision 490, 11.3 kB (checked in by mbr, 2 years ago)

more 0.9.7 updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 fwknop-0.9.7 (08//2006):
2     - Added fwknop_serv to function as minimal TCP server over which SPA
3       packets can be sent.  This allows SPA to be compatible with the Tor
4       network, which requires that a virtual circuit is established before
5       traffic can be sent.
6     - Updated to Crypt::CBC 2.18 after a vulnerability was discovered in
7       previous versions of Crypt::CBC that caused weak ciphertext to be
8       generated for algorithms that have blocksizes greater than 8 bytes (such
9       as Rijndael used by fwknop).  Manually specifying initialization vectors
10       is not necessary now.
11     - Bugfix to make sure to create /var/* directories if they don't exist
12       (such as when /var is a tmpfs).
13     - Bugfix (Dwayne Rightler) to restore -w IP lookup functionality after
14       format change on data returned by whatismyip.com.
15     - Bugfix to wrap SPA Rijndael decryption with eval{} so that fwknopd does
16       not die if there are problems trying to decrypt data.  This is necessary
17       because of the security vulnerability fix in Crypt::CBC that creates
18       some incompatibilities in different versions of Crypt::CBC.
19     - Added "--L-host" command line argument so that the arguments used for
20       multiple hosts are preserved and can be recalled.
21     - Changed default user-agent setting for whatismyip.com lookups to
22       Firefox/1.0.5.4; there is no need to gratuitously advertise fwknop
23       traffic.
24     - Updated GunPG HOWTO to provide a step-by-step guide to getting fwknop
25       Single Packet Authorization working with GnuPG.
26     - Updated to derive perl module versions from the VERSION files within
27       each of the perl module source directories.
28
29 fwknop-0.9.6 (01/13/2006):
30     - Added GPG based authentication capability for SPA packets.  This new
31       mode can be configured to require that a GPG message be signed with a
32       particular key or set of keys.
33     - In GPG mode, the fwknop client now prints GPG errors to stdout if not
34       running with --gpg-no-batch-mode.
35     - Added the ability to require that the client know the UNIX crypt()
36       password associated with a username on the server side.  This
37       functionality is enabled on the fwknop client with the "--Server-auth
38       crypt" command line argument, and the REQUIRE_AUTH_METHOD variable in
39       /etc/fwknop/access.conf on the fwknopd server.
40     - Added patch against OpenSSH-4.2p1 to integrate SPA mode.  This patch
41       adds a "-K <fwknop cmd line>" argument to the SSH client so that
42       fwknop can be executed directly before an SSH connection is made.
43     - Separated server and client portions of fwknop into "fwknopd" and
44       fwknop repectively.  This will allow better portability to be
45       developed since the client and server pieces can be developed more
46       independently.  NOTE: With so many changes, it is probably a good idea
47       to not preserve old fwknop configs via install.pl.
48     - Renamed all relevant fwknopd command and file paths to support new
49       fwknopd server component.
50     - Added --quiet mode (this is used by default in the OpenSSH patch).
51     - Removed legacy port knocking installation in install.pl (fwknopfifo,
52       and fwdata file) unless the data collection mode is set to syslog or
53       syslog-ng for legacy Netfilter log messages.
54     - Added inode checking for PCAP_PKT_FILE. This helps to ensure that log
55       rotation schemes don't interfere with reading packets out of the file
56       since this check is size independent.
57     - Bugfix for Makefile debug mode.
58     - Added compilation check for perl programs in install.pl before
59       installation into the filesystem.
60     - Bugfix for knopwatchd to make sure it can actually restart all running
61       daemons properly.
62     - Added --force-mod command line argument to install.pl to allow the user
63       to force all perl modules to be be installed regardless of whether a
64       module exists in the system perl lib tree.
65     - Added --no-save-args to fwknop so that existing .fwknop.run file can
66       be preserved (helps to testing new features of fwknop client).
67     - Removed useless --encrypt command line argument (only the old shared
68       port knock sequences are not encrypted).
69
70 fwknop-0.9.5 (10/02/2005):
71     - Added the ability to resolve the external IP associated with the
72       local network via http://www.whatismyip.com.  This is a more secure
73       method of accomplishing what the -s option performs.  The new
74       command line option is --whatismyip (or just -w).
75     - Updated fwknop to communicate with knoptm via a UNIX domain socket
76       instead of the previous file-based communication.
77     - Updated to flush the fwknop Netfilter chains at start time.
78     - Bugfix for removing the wrong hash key in the knoptm IP cache.
79
80 fwknop-0.9.4 (09/17/2005):
81     - Bugfix for knoptm timing out new entries based on old time values
82       (this caused new rules to timed out too quickly).
83     - Added support for multiple users in REQUIRE_USERNAME keyword in
84       access.conf.
85     - Added the ability to display raw encrypted packet data in client
86       mode with --verbose.
87     - Created fwknop RPM for RPM-based Linux distributions.
88     - Bugfix for inappropriate redirects in command mode where the command
89       already contained a redirect.
90
91 fwknop-0.9.3 (08/27/2005):
92     - Added an on-disk cache of md5 sums so that the md5 sum check can
93       survive restarts of fwknop.
94     - Updated install.pl to be more friendly to Mac OS X (Blair Zajac).
95     - Updated to allow access.conf variables to have values instead of just
96       being defined.
97     - Started on additional server authentication mode code (re-worked MD5
98       sum calculation to allow packet format to be extended by taking into
99       account the fwknop version number).
100
101 fwknop-0.9.2 (08/06/2005):
102     - Added FILE_PCAP data collection method when running in server mode.
103       This is a more general way of getting packets than the ULOG_PCAP
104       mode since then a normal ethernet sniffer can be used to build the
105       file.
106     - Added the ability to re-open a pcap file if its size shrinks (i.e.
107       it gets rotated out or something).
108     - Bugfix for multiple rules with the same timestamp not being timed out
109       by knoptm.
110     - Integrated spoofing capability directly within fwknop (instead of
111       using the knopspoof command) through the use of "require Net::RawIP".
112     - Better multi-protocol support in server mode.  Tcp and icmp packets
113       are properly decoded now.
114
115 fwknop-0.9.1 (07/29/2005):
116     - Added the ability to specify multiple ports/protocols to access on a
117       server with the --Access command line option.
118     - Added the ability to spoof SPA packets over icmp and tcp protocols.
119     - Added the ability to restrict access at the server to only those
120       ports defined in the OPEN_PORTS keyword.  This option is controled by
121       a new keyword "PERMIT_CLIENT_PORTS".
122     - Bugfix for MD5 sum not being properly calculated over decrypted data.
123       This allowed old packets that contained additional garbage data to
124       be replayed against an fwknop server.
125     - Updated to fall back to getpwuid() if getlogin() fails (Blair Zajac).
126     - Added --ipt-list to list all current rules in the FWKNOP Netfilter
127       chains.
128     - Added --ipt-flush to flush all current rules in the FWKNOP Netfilter
129       chains.
130     - Bugfix for the installer dying if ~/lib already exists (Blair Zajac).
131     - Updated to delay the loading of server perl modules (Net::Pcap, etc.)
132       only if we are running in server mode.
133     - Bugfix for module directory paths in install.pl.
134
135 fwknop-0.9.0 (05/29/2005):
136     - Added new authorization mode that uses Net::Pcap to read packets
137       out of a file that is written to by the ulogd pcap writer (also
138       stubbed in code to sniff packets directly off the wire).  This
139       authorization mode only requires single packets, and has many
140       characteristics that are better than simple port knocking, including
141       being non-replayable, and much more data can be sent.  This mode
142       is now the default for both the server and the client.
143     - Made the execution of knopmd optional depending on whether AUTH_MODE
144       is a pcap mode (e.g. ULOG_PCAP or PCAP).
145     - Added --Spoof-src argument so that encrypted packets can be spoofed
146       via /usr/sbin/knopspoof.
147     - Added /usr/sbin/knoptm so that firewall rules can be timed-out when
148       the server is running in PCAP mode even if new packets don't appear
149       on the wire.
150     - Updated fwknop man page to talk about the new pcap-based
151       authorization mode.
152
153 fwknop-0.5.0 (03/19/2005):
154     - Added ALERTING_METHOD to allow syslog and/or email reporting to be
155       disabled (there is a dedicated file /etc/fwknop/alert.conf that
156       governs this behavior, and both fwknop and knopwatchd reference this
157       file).
158     - Bugfix for distinguishing OPT field associated with --log-tcp-options
159       vs. --log-ip-options.
160     - Added install_perl_module() install.pl from psad to provide a
161       consistent installation interface.
162     - Applied patch to only install perl modules that are not already
163       installed (Blair Zajac).
164     - Added --last-cmd option to allow fwknop to be executed with command
165       line arguments from the previous execution (they are saved in
166       ~/.fwknop.run).
167     - Added --Home-dir option to allow the home directory to be manually
168       specified.
169     - Re-worked get_homedir() to be more friendly to systems that do not
170       necessarily have /etc/passwd (e.g. OS X).
171     - Added configuration preservation and querying for which syslog
172       daemon is running to install.pl.  These features were adapted from the
173       psad installer (http://www.cipherdyne.org/psad).
174     - Added IPTables::ChainMgr.  Fwknop uses this module to maintain
175       dedicated chains to which access rules are added.
176     - Added IPTables::Parse, which is used internally by IPTables::ChainMgr.
177     - Added __WARN__ and __DIE__ handlers so errors can easily be collected.
178
179 fwknop-0.4.2 (09/27/2004):
180     - Added init script for Fedora systems.
181     - Added --Kill, --Restart, and --Status modes (this fixes the generic
182       init script which depends on these arguments).
183
184 fwknop-0.4.1 (09/14/2004):
185     - Bugfix for legacy posf code in fwknop and variable in fwknop.conf.
186
187 fwknop-0.4 (09/10/2004):
188     - Added ability to specify multiple IPs/networks in a single SOURCE
189       definition.
190     - Better examples section in the fwknop manpage.
191     - Bugfix to make sure EMAIL_ADDRESSES variable does not contain commas
192       (any commas are translated into spaces).
193     - Added LICENSE file.
194
195 fwknop-0.3 (08/21/2004):
196     - Bugfix for tracking knock sequences by source IP address.
197     - Bugfix for knock sequence timeouts.
198     - Removed old passive OS fingerprinting code in favor of the p0f
199       strategy.
200     - Added support for taking encryption keys from a file specified on
201       the command line.
202     - Update to send "sequence decrypt failed" email message only if
203       decryption failed for all encrypt sequence SOURCE blocks.
204
205 fwknop-0.2 (07/31/2004):
206     - Implemented remote username checking in encrypted sequences.
207     - Added support for icmp in knock sequences.
208     - Added protocol rotation option for encrypted sequences.
209     - Added code for multiple SOURCE access blocks with the same source
210       net/IP.
211     - Added KNOCK_LIMIT access control variable to limit the number of
212       times a particular knock sequence is honored.
213     - Added email alerts.
214
215 fwknop-0.1 (07/08/2004):
216     - Initial release.
Note: See TracBrowser for help on using the browser.