root/psad/tags/psad_1_3_4/ChangeLog

Revision 1224, 11.9 kB (checked in by anonymous, 4 years ago)

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

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