root/fwknop/tags/fwknop_0_9_6/ChangeLog

Revision 459, 9.6 kB (checked in by anonymous, 3 years ago)

This commit was manufactured by cvs2svn to create tag 'fwknop_0_9_6'.

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