root/psad/tags/psad_1_4_1/ChangeLog

Revision 1344, 14.4 kB (checked in by anonymous, 4 years ago)

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

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