root/psad/tags/psad_1_4_3_r1/ChangeLog

Revision 1442, 16.2 kB (checked in by anonymous, 3 years ago)

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 psad-1.4.3 (09/27/2005):
2     - Bugfixes for auto-blocking code.  Timeouts should be handled
3       properly, including cached IP addresses in the auto_blocked_iptables
4       file that are referenced upon psad startup.  Communication with the
5       running psad is performed over a unix domain socket in --fw-block
6       mode.
7     - Bugfix to seek to the end of the fwdata file instead of reading the
8       entire thing into memory and then looking for newly written logging
9       messages.  This drastically reduces the amount of memory required
10       by psad.
11     - Updated to only display psad chains if --verbose is set
12     - Updated to automatically flush the psad auto-reponse Netfilter chains
13       at start time (subject to a new config keyword "FLUSH_IPT_AT_INIT").
14
15 psad-1.4.2 (07/15/2005):
16     - Dependency bugfixes for mail binary.
17     - Bugfix for various IGNORE_* keywords not being honored.
18     - Bugfix for not timing out blocked IP addresses from a previous run.
19     - Updated to version 0.2 of the IPTables::ChainMgr module.
20     - Updated to not truncate the fwdata file upon psad startup.
21     - Added --fw-dump which produces a sanitized (i.e. no IP addresses)
22       version of the local Netfilter policy.  Also added --fw-include-ips
23       to (optionally) not sanitize IPs/nets.  Note that the 0.0.0.0 and
24       0.0.0.0/0 IPs/nets are not sanitized since they give no useful
25       information about specific IPs/nets.
26     - Added ulogd data collection mode.
27     - Bugfix for FW_MSG_SEARCH default (at least "DROP" is included now
28       even if FW_SEARCH_ALL is set to "N").
29     - Bugfix for non-network address for subnet specified with --fw-block.
30     - Bugfix for multiple --fw-block IPs/nets.
31     - Added README.SYSLOG (Francois Marier contributed the content).
32     - Made email alert prefixes (such as "[psad-alert]") customizable via
33       psad.conf.
34
35 psad-1.4.1 (03/12/2005):
36     - Updated to Snort-2.3 rules in the snort_rules directory.
37     - Re-worked syslog installation portion of install.pl.  The user will
38       always be prompted to enter the syslog daemon now, and also added
39       the --syslog-conf arg to allow the config file path to be specified
40       on the install.pl command line.
41     - Bugfix in install.pl for using IP address instead of network address
42       of directly connected subnets.
43     - Updated to version 4.6.23 of the whois client.
44     - Bugfix for distinguishing OPT field associated with --log-tcp-options
45       vs. --log-ip-options.
46     - Bugfix for syslog format that may not include the "kernel:" tag.
47     - Applied patch to only install perl modules that are not already
48       installed (Blair Zajac).
49     - Bugfix for the psad version number that is sent in DShield alerts.
50     - Updated Psad module directory structure to be consistent with current
51       versions of perl (5.8.x).
52     - Added IPTables::ChainMgr module.
53     - Completely re-worked the Netfilter auto-blocking code to use
54       IPTables::ChainMgr functions so that auto-generated rules are placed
55       in chains created by psad.
56     - Added IPT_AUTO_CHAIN keyword in psad.conf which is used to define the
57       set of chains to which auto-generated Netfilter rules are added.
58     - Added --fw-list-auto to display the contents of psad Netfilter
59       chains.
60     - Added the ability to import an IP into the Netfilter auto-blocking
61       chains from the command line with --fw-block-ip.  This allows psad to
62       apply its timeout mechanism against such IPs/nets.
63     - Added the ability to ignore packets based on input interface with
64       IGNORE_INTERFACES in psad.conf.
65     - Re-worked auto_dl code, better hash design and searching function.
66     - Removed dependency on sendmail command unless DShield alerting is
67       enabled and a DShield user id is specified.
68     - Added ALERTING_METHODS keyword in the file alert.conf to allow either
69       syslog or email alerts (or both) to be disabled.  Psad and psadwatchd
70       reference this file.
71
72 psad-1.4.0 (11/26/2004):
73     - Added p0f-style passive OS fingerprinting through the use of the OPT
74       field in iptables log messages (which is only logged through the use
75       of the --log-tcp-options command line arg to iptables).
76     - Bugfix for iptables log messages that include tcp sequence numbers
77       (see the iptables --log-tcp-sequence command line argument).
78     - Bugfix for O_RDONLY open flag when kmsgsd receives a HUP signal.
79
80 psad-1.3.4 (10/17/2004):
81     - Bugfix for init script directory on Slackware systems.
82     - Bugfix for null prefix counters.
83     - Added --whois-analysis argument since whois lookups are now disabled
84       by default when running in analysis (-A) mode.
85     - Updated psad_init() to rework setup() and import orderings vs.
86       --fw-analyze and --Benchmark modes.
87     - Added bidirectional iptables auto-blocking support for all chains
88       except for the INPUT and OUTPUT chains.
89     - Better syslog message support when run in auto-blocking mode.
90     - Added iptables auto-block rules section to --Status output.
91     - Added init script for Fedora systems.
92     - Added default_log() function to IPTables::Parse.  This function
93       parses user defined chains in an effort to find default logging
94       rules.
95     - Added EMAIL_LIMIT_STATUS_MSG to control whether or not psad sends a
96       status email when the PSAD_EMAIL_LIMIT threshold has been reached by
97       an IP address.
98     - Added ENABLE_SCAN_ARCHIVE to control whether or not psad archives old
99       scan data within /var/log/psad/scan_archive at start time.
100
101 psad-1.3.3 (09/09/2004):
102     - Fixed __WARN__ and __DIE__ exception handlers so that they
103       reference global message variables.
104     - Fixed auto danger level assignments.  Network auto assignments as
105       well as per-protocol assignments work now.
106     - Added SYSLOG_DAEMON variable to define which syslog daemon is running
107       on the underlying system instead of just guessing.
108     - Added the ability to ignore both ranges and specific ports/protocols
109       with a new variable IGNORE_PORTS in psad.conf.
110     - Bugfix to make sure email addresses are separated by spaces when
111       Psad::sendmail() is called.
112     - Bugfix for ipt_prefix counters not being parsed correct at import
113       time.
114     - Removed exclude_auto_ignore_ip() since this function was made
115       unnecessary by newly rewritten auto-assign code.
116     - Bugfix for Text::Wrap calls in install.pl uninstall() routine.
117     - Bugfix for using --no-fw-search-all even when FW_SEARCH_ALL is
118       set to "Y".
119     - Removed extraneous ".." and "**" chars from syslog messages, and
120       updated to use [+] prefix strings.
121     - Moved init scripts into init-scripts directory within source tree.
122     - Removed dependency on Bit::Vector (psad does not seem to make use
123       of any Date::Calc functions that require it).
124     - Wrapped copy() and move() calls with "or die()" to make them
125       safer in install.pl.
126     - Added check for existing psad process in install.pl.
127     - Updated to a new psad email alert subject format.  Prefixes of
128       "[psad-alert]", "[psad-error]", and "[psad-status]" are used now.
129     - Permissions fixes with umask() setting in /var/log/psad, permissions
130       fixes for files in /etc/psad at install time.
131
132 psad-1.3.2 (06/25/2004):
133     - Removed FW_MSG_SEARCH from psad.conf, and created a new config
134       file "fw_search.conf" that both psad and kmsgsd use to get the
135       FW_MSG_SEARCH definition(s).
136     - Added default mode of parsing all iptables messages instead of
137       just those that contain specific search strings.  A new config
138       variable "FW_SEARCH_ALL" was added to fw_search.conf that
139       controls this mode.
140     - Updated psad and kmsgsd so that multiple firewall search strings
141       can be specified through multiple FW_MSG_SEARCH variables in
142       fw_search.conf.
143     - Added iptables chain and logging-prefix tracking for current
144       scan interval in email alerts.
145     - Added protocol-specific auto-danger level assignments.
146     - Added total scan source and destination IP address counters in
147       --Status output.
148     - Added number of email alerts sent and OS guess in default
149       --Status output.  The output is getting wide now, so there is
150       also a new option --status-brief that will remove the alerts
151       sent and OS guess columns.
152     - Added getopt() command line arg parsing to kmsgsd with two new
153       options "-c" (for config file path) and "-k" (for fw_search.conf
154       path).
155     - Made iptables parsing code into its own script "fwcheck_psad"
156       that gets called by psad.
157     - Added Dshield stats summary to --Status output.
158     - Bugfix for auto-ignore IP addresses and networks being missed.
159     - Made parsing of ifconfig output language independent (should
160       handle French now for example).
161     - Removed "psad_" prefix on files psad_signatures, psad_auto_ips,
162       psad_posf, and psad_icmp_types in /etc/psad/.
163     - Updated to version 4.6.14 of the whois client.
164
165 psad-1.3.1 (12/25/2003):
166     - Added the ability to import /var/log/psad/<ip> directories
167       back into memory so scan data remains persistent across
168       psad restarts or system reboots.
169     - Added --Analyze-msgs to run psad in analysis mode against an
170       iptables logfile (/var/log/psad/fwdata by default).  The logfile
171       path can be changed with --messages-file.
172     - Added icmp type and code validation against RFC 792.
173     - Bugfix for being too strict with FW_MSG_SEARCH.
174     - Added port ranges for tcp and udp scans in <ip>/<dst>_packet_ctr.
175     - Added <ip>/<dst>_start_time and <ip>/os_guess.
176     - Bugfix for missing --no-signatures code.
177     - Updated to Snort-2.1 signatures.
178
179 psad-1.3 (11/30/2003):
180     - Replaced all signatures in psad_signatures with updated snort
181       rules.
182     - Added support for source and destination ip addresses in
183       signature matching code.  A new variable "HOME_NET" makes this
184       possible.
185     - Added support for the iptables output chain.
186     - Added chain tracking for all signatures.
187     - Replaced match_fastsigs() with two new routines for tcp and
188       udp signature matching that don't autovivify hash keys.
189     - Removed support for ipchains.
190     - Added support for metalog.
191     - Removed all "Undefined Code" signatures from psad_signatures.
192     - Re-worked %auto_blocked_ips hash and corresponding blocking
193       routines.  This (hopefully) fixes a restart bug seen on older
194       systems such as those that are still running versions of perl
195       less than 5.6.
196     - Re-worked firewall policy parsing routines.  Chains that have
197       a default policy of DROP are handled properly now.
198     - Bugfix for missing NULL char in kmsgsd.c.
199     - Updated scan alerting format.  Put current interval protocol
200       status before source and destination addresses.
201     - Buffer overflow fix in kmsgsd.c for size of buf[MAX_LINE_BUF]
202       buffer in read() call.
203     - Added --no-kmsgsd option to aid in psad --debug mode.
204
205 psad-1.2.4 (10/15/2003):
206     - Added danger level to subject line in email alerts.
207     - Removed diskmond altogether since psad now handles disk space
208       thresholds directly.  This allows filehandles to be handled
209       properly.
210     - Added auto_block_ignore_ip() to prevent 0.0.0.0, 127.0.0.1,
211       and local interface ips from being included in auto blocking
212       routines.
213     - Added Bit::Vector module to stop installation warnings from
214       Date::Calc.
215     - Made get_local_ips() called periodically since local addresses
216       may change (dhcp, etc.).
217     - Added installation code and init script for Gentoo Linux.
218     - Bugfix for INIT_DIR in uninstall() routine in install.pl.
219     - Bugfix for auto-blocking loop after timeouts are hit.
220     - Added --status-dl [N] to display status information only for
221       those scans that reach at least [N].
222
223 psad-1.2.3 (09/12/2003):
224     - Added interface tracking for scans.
225     - Bugfix for not opening /etc/hosts.deny the right way in
226       tcpwr_block().
227     - Bugfix for psadfifo path in syslog-ng config.
228     - Better format for summary stats section in email alerts.
229     - Bugfix for INIT_DIR path on non-RedHat systems.
230     - Bugfix for gzip path.
231     - Make Psad.pm installed last of all perl modules installed
232       by psad.
233     - Added additional call to incr_syscall_ctr() in psadwatchd.c
234
235 psad-1.2.2 (08/24/2003):
236     - psad is finally available as an RPM package.
237     - Added chain tracking for iptables.
238     - Added chain counts to --Status output.
239     - Bugfix for psad not taking into account multiple scan
240       destinations.
241     - Reworked auto-blocking code for both tcpwrappers and
242       iptables.  Lines added to /etc/hosts.deny will no longer be
243       duplicated.  Added IPTABLES_AUTO_RULENUM and
244       IPCHAINS_AUTO_RULENUM so auto rules can be inserted at a
245       configurable point within iptables and ipchains policies.
246     - Psad now installs all perl modules within /usr/lib/psad.
247     - Removed /var/log/psad/<ip>/scanlog file since it was wasting
248       too much disk.
249     - Made psad, psadwatchd, and diskmond take the machine hostname
250       from their respective config files.  This makes installation
251       via the rpm easier, and is generally cleaner.
252     - Added scan destination in --Status output.
253     - Added --status-sort-dl (the default status output is now
254       sorted by ip address by default).
255
256 psad-1.2.1 (07/11/2003):
257     - Bugfix for multiple processes being spawned by psadwatchd
258       due to lack of proper config variables in the new split
259       daemon config files.
260     - Bugfix for old scan messages being regenerated if a HUP
261       signal is received.
262     - Bugfix for incorrectly calculating disk utilization in
263       diskmond.c.
264     - Extended install.pl to include compression for archived
265       files in /etc/psad.
266     - Added preserve questions in install.pl for the psad
267       signature and auto ips files.
268     - Bugfix for --USR1 command line switch not mapping to the
269       correct subroutine.
270     - Bugfix for psad man page missing the pipe character in
271       psadfifo line for syslog.conf.
272
273 psad-1.2 (06/18/2003):
274     - Added passive OS fingerprinting based on packet ttl, length,
275       tos, and id fields.
276     - Added dshield.org alerting capability.
277     - Added exec_external_script() for external script execution.
278     - Added auto blocked timeouts.
279     - Implemented config re-imports via HUP signals in a manner
280       similar to various other system daemons (sysylog, apache
281       etc.)
282     - Better --Status output that shows packet counts per protocol
283       for each ip.
284     - Added --ip-status for more verbose status output for a
285       particular ip address.
286     - Added config preservation code to install.pl.
287     - Added Psad::psyslog().
288     - Split psad.conf into a separate config file for each of the
289       four psad daemons.
290     - Completely re-worked the auto blocking code (made dedicated
291       files for iptables and ipchains block methods).
292     - Added danger level hash.
293     - Minor code cleanups (shorter hash keys, etc.).
294
295 psad-1.1.1 (04/26/2003):
296     - Bugfix for incorrect usage of %scan hash keys associated
297       with tcp/udp when the current protocol is icmp.
298     - Bugfix for being too strict on iptable default log string.
299     - Reworked USR1 signal handler so the Data::Dumper function
300       call is made in the main part of the psad code.
301     - Added a startup message for psad.
302     - Minor bugfix for leading whitespace in auto_ips.
303
304 psad-1.1 (04/20/2003):
305     - Added the IPTables::Parse module for better processing of
306       the iptables ruleset.
307     - Added --snort-sids so that iptables messages generated by
308       fwsnort can be included in alerts.  Such alerts now include
309       the content fields of packets (fwsnort uses the iptables
310       string match module).
311     - Added the ability to specify entire networks in the auto
312       ips file through the use of the Net::IPv4Addr module.
313     - Better logging format that reinstates the current interval,
314       and adds an "overall stats" section that includes packet
315       counters per protocol.
316     - Removed the PROTO hash key since it was unnecesssary.
317     - Better benchmarking code.
318     - Bug fix for incorrectly looking for the "MAC" string in
319       iptables messages that could have been generated by the
320       FORWARD chain.
321
322 psad-1.0 (02/27/2003):
323     - Added --Benchmark and --packets command line options to support
324       psad benchmarking.
325     - Bugfix for improperly detecting NULL scans.
326     - Completely redesigned website.
327
328 psad-1.0.0-pre4 (11/26/2002):
329     - Rewrote kmsgsd and psadwatchd in C.
Note: See TracBrowser for help on using the browser.