]> git.ipfire.org Git - people/ms/suricata.git/blame - ChangeLog
sc_atomic_cas replaced with sc_atomic_set
[people/ms/suricata.git] / ChangeLog
CommitLineData
ed9b07ef
VJ
11.3beta2 -- 2012-04-08
2
3- experimental support for matching on large lists of known file MD5 checksums
4- Improved performance for file_data, http_server_body and http_client_body keywords
5- Improvements to HTTP handling: multipart parsing, gzip decompression
6- Byte_extract can support negative offsets now (#445)
7- Support for PF_RING 5.4 added. Many thanks to Chris Wakelin (#459)
8- HOME_NET and EXTERNAL_NET and the other vars are now checked for common errors (#454)
9- Improved error reporting when using too long address strings (#451)
10- MD5 calculation improvements for daemon mode and other cases (#449)
11- File inspection scripts: Added Syslog action for logging to local syslog. Thanks to Martin Holste.
12- Rule parser is made more strict.
13- Unified2 output overhaul, logging individual segments in more cases.
14- detection_filter keyword accuracy problem was fixed (#453)
15- Don't inspect cookie header with http header (#461)
16- Crash with a rule with two byte_extract keywords (#456)
17- SSL parser fixes. Thanks to Chris Wakelin for testing the patches! (#476)
18- Accuracy issues in HTTP inspection fixed. Thanks to Rmkml (#452)
19- Improve escaping of some characters in logs (#418)
20- Checksum calculation bugs fixed
21- IPv6 parsing issues fixed. Thanks to Michel Saborde.
22- Endace DAG issues fixed. Thanks to Jason Ish from Endace.
23- Various OpenBSD related fixes.
24- Fixes for bugs found by Coverity source code analyzer.
25
fbe0206c
VJ
261.3beta1 -- 2012-04-04
27
28- TLS/SSL handshake parser, tls.subjectdn and tls.issuerdn keywords (#296, contributed by Pierre Chifflier)
29- Napatech capture card support (contributed by Randy Caldejon -- nPulse)
30- Scripts for looking up files / file md5's at Virus Total and others (contributed by Martin Holste)
31- Test mode: -T option to test the config (#271)
32- Ringbuffer and zero copy support for AF_PACKET
33- Commandline options to list supported app layer protocols and keywords (#344, #414)
34- File extraction for HTTP POST request that do not use multipart bodies
35- On the fly md5 checksum calculation of extracted files
36- Line based file log, in json format
37- Basic support for including other yaml files into the main yaml
38- New multi pattern engine: ac-bs
39- Profiling improvements, added lock profiling code
40- Improved HTTP CONNECT support in libhtp (#427, Brian Rectanus -- Qualys)
41- Unified yaml naming convention, including fallback support (by Nikolay Denev)
42- Improved Endace DAG support (#431, Jason Ish -- Endace)
43- New default runmode: "autofp" (#433)
44- Major rewrite of flow engine, improving scalability.
45- Improved http_stat_msg and http_stat_code keywords (#394)
46- Improved scalability for Tag and Threshold subsystems
47- Made the rule keyword parser much stricter in detecting syntax errors
48- Split "file" output into "file-store" and "file-log" outputs
49- Much improved file extraction
50- CUDA build fixes (#421)
51- Various FP's reported by Rmkml (#403, #405, #411)
52- IPv6 decoding and detection issues (reported by Michel Sarborde)
53- PCAP logging crash (#422)
54- Fixed many (potential) issues with the help of the Coverity source code analyzer
55- Fixed several (potential) issues with the help of the cppcheck and clang/scan-build source code analyzers
56
65d1783b
VJ
571.2.1 -- 2012-01-20
58
59- fix malformed unified2 records when writing alerts trigger by stream inspection (#402)
60- only force a pseudo packet inspection cycle for TCP streams in a state >= established
61
5b42f360
VJ
621.2 -- 2012-01-19
63
64- improved Windows/CYGWIN path handling (#387)
65- fixed some issues with passing an interface or ip address with -i
66- make live worker runmode threads adhere to the 'detect' cpu affinity settings
67
e192ce7e
VJ
681.2rc1 -- 2012-01-11
69
70- app-layer-events keyword: similar to the decoder-events and stream-events, this will allow matching on HTTP and SMTP events
71- auto detection of checksum offloading per interface (#311)
72- urilen options to match on raw or normalized URI (#341)
73- flow keyword option "only_stream" and "no_stream"
74- unixsock output options for all outputs except unified2 (PoC python script in the qa/ dir) (#250)
75- in IPS mode, reject rules now also drop (#399)
76- http_header now also inspects response headers (#389)
77- "worker" runmodes for NFQ and IPFW
78- performance improvement for "ac" pattern matcher
79- allow empty/non-initialized flowints to be incremented
80- PCRE-JIT is now enabled by default if available (#356)
81- many file inspection and extraction improvements
82- flowbits and flowints are now modified in a post-match action list
83- general performance increasements
84- fixed parsing really high sid numbers >2 Billion (#393)
85- fixed ICMPv6 not matching in IP-only sigs (#363)
86
c0cd2c85
VJ
871.2beta1 -- 2011-12-19
88
89- File name, type inspection and extraction for HTTP
90- filename, fileext, filemagic and filestore keywords added
91- "file" output for storing extracted files to disk
92- file_data keyword support, inspecting normalized, dechunked, decompressed HTTP response body (feature #241
93- new keyword http_server_body, pcre regex /S option
94- Option to enable/disable core dumping from the suricata.yaml (enabled by default)
95- Human readable size limit settings in suricata.yaml
96- PF_RING bpf support (required PF_RING >= 5.1) (feature #334)
97- tos keyword support (feature #364)
98- IPFW IPS mode does now support multiple divert sockets
99- New IPS running modes, Linux and FreeBSD do now support "worker" and "autofp"
100- Improved alert accuracy in autofp and single runmodes
101- major performance optimizations for the ac-gfbs pattern matcher implementation
102- unified2 output fixes
103- PF_RING supports privilege dropping now (bug #367)
104- Improved detection of duplicate signatures
105
1061.1.1 -- 2011-12-07
107
108- Fix for a error in the smtp parser that could crash Suricata.
109- Fix for AF_PACKET not compiling on modern linux systems like Fedora 16.
110
6256d6b5
VJ
1111.1 -- 2011-11-10
112
113- CUDA build fixed
114- minor pcap, AF_PACKET and PF_RING fixes (#368)
115- bpf handling fix
116- Windows CYGWIN build
117- more cleanups
118
1191.1rc1 -- 2011-11-03
120
121- extended HTTP request logging for use with (among other things) http_agent for Sguil (#38)
122- AF_PACKET report drop stats on shutdown (#325)
123- new counters in stats.log for flow and stream engines (#348)
124- SMTP parsing code support for BDAT command (#347)
125- HTTP URI normalization no longer converts to lowercase (#362)
126- AF_PACKET works with privileges dropping now (#361)
127- Prelude output for state matches (#264, #355)
128- update of the pattern matching code that should improve accuracy
129- rule parser was made more strict (#295, #312)
130- multiple event suppressions for the same SID was fixed (#366)
131- several accuracy fixes
132- removal of the unified1 output plugins (#353)
133
1341.1beta3 -- 2011-10-25
135
136- af-packet support for high speed packet capture
137- "replace" keyword support (#303)
138- new "workers" runmode for multi-dev and/or clustered PF_RING, AF_PACKET, pcap
139- added "stream-event" keyword to match on TCP session anomalies
140- support for suppress keyword was added (#274)
141- byte_extract keyword support was added
142- improved handling of timed out TCP sessions in the detection engine
143- unified2 payload logging if detection was in the HTTP state (#264)
144- improved accuracy of the HTTP transaction logging
145- support for larger (64 bit) Flow/Stream memcaps (#332)
146- major speed improvements for PCRE, including support for PCRE JIT
147- support setting flowbits in ip-only rules (#292)
148- performance increases on SSE3+ CPU's
149- overhaul of the packet acquisition subsystem
150- packet based performance profiling subsystem was added
151- TCP SACK support was added to the stream engine
152- updated included libhtp to 0.2.6 which fixes several issues
153
1541.1beta2 -- 2011-04-13
155
156- New keyword support: http_raw_uri (including /I for pcre), ssl_state, ssl_version (#258, #259, #260, #262).
157- Inline mode for the stream engine (#230, #248).
158- New keyword support: nfq_set_mark
159- Included an example decoder-events.rules file
160- api for adding and selecting runmodes was added
161- pcap logging / recording output was added
162- basic SCTP protocol parsing was added
163- more fine grained CPU affinity setting support was added
164- stream engine inspects stream in larger chunks
165- fast_pattern support for http_method content modifier (#255)
166- negation support for isdataat keyword (#257)
167- configurable interval for stats.log updates (#247)
168- new pf_ring runmode was added that scales better
169- pcap live mode now handles the monitor interface going up and down
170- several QA additions to "make check"
171- NFQ (linux inline) mode was improved
172- Alerts classification fix (#275)
173- compiles and runs on big-endian systems (#63)
174- unified2 output works around barnyard2 issues with DLT_RAW + IPv6
175
1761.1beta1 -- 2010-12-21
177
178- New keyword support: http_raw_header, http_stat_msg, http_stat_code.
179- A new default pattern matcher, Aho-Corasick based, that uses much less memory.
180- reference.config support as supplied by ET/ETpro and VRT.
181- Much improved fast_pattern support, including for http_uri, http_client_body, http_header, http_raw_header.
182- Improved parsers, especially the DCERPC parser.
183- Much improved performance & accuracy.
184
1851.0.5 -- 2011-07-25
186
187- Fix stream reassembly bug #300. Thanks to Rmkml for the report.
188- Fix several (potential) issues fixed after a source code scan with Coverity generously contributed by RedHat.
189
1901.0.4 -- 2011-06-24
191
192- LibHTP updated to 0.2.6
193- Large number of (potential) issues fixed after a source code scan with Coverity generously contributed by RedHat.
194- Large number of (potential) issues fixed after source code scans with the Clang static analizer.
195
1961.0.3 -- 2011-04-13
197
198- Fix broken checksum calculation for TCP/UDP in some cases
199- Fix errors in the byte_test, byte_jump, http_method and http_header keywords
200- Fix a ASN1 parsing issue
201- Improve LibHTP memory handling
202- Fix a defrag issue
203- Fix several stream engine issues
204