]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2012-05-01  Eileen Donlondisallow pcre /P/I/U with flow:to_client/from_svr
2012-05-01  Eileen Donlondisallow http_server_body with flow:to_server
2012-05-01  Eileen Donlonallow only one flow option in a rule
2012-05-01  Eileen Donlondisallow file_data with flow:to_server/from_client
2012-05-01  Victor JulienMinor textual update.
2012-05-01  Anoop Saldanhabug 454 - Provide better error message when the user...
2012-05-01  Anoop Saldanhabug 456 fix for byte_extract to have array of the right...
2012-05-01  Anoop Saldanhafix failing fast pattern unittests
2012-05-01  Eric LeblondFix OpenBSD compilation.
2012-04-25  Victor JulienUse less queues and threads in nfq autofp mode.
2012-04-25  Anoop Saldanhafix detection filter unittests to reflect recent fixes
2012-04-25  Anoop Saldanhacode cleanup
2012-04-25  Anoop Saldanhaconsidering the tenths of a seconds in a packet, when...
2012-04-25  Anoop Saldanhafix detection filter. Had one extra alert than normal...
2012-04-25  Anoop Saldanhafix FNs for flow- only_stream and no_stream options
2012-04-24  Anoop Saldanhacode cleanup - indentation fix
2012-04-24  Anoop Saldanhabug 452 - fix detection bug for sigs that don't have...
2012-04-24  Anoop Saldanhabug 452 - enable http extra callbacks for configs other...
2012-04-24  Anoop Saldanharemove unused stream ssn flag - STREAMTCP_FLAG_TOSERVER...
2012-04-24  Jason IshFix linking with libdag
2012-04-23  Martin HolsteIncluded Action::Syslog by default in config
2012-04-23  Martin HolsteAdded Syslog action for logging to local syslog
2012-04-17  Anoop SaldanhaFree membuffer before clearing enclosing parent instance
2012-04-13  Victor Julienipv6: improve handling of packets with duplicate (or...
2012-04-13  Victor Julienhttp: body inspection improvement
2012-04-12  Victor JulienAdd htp error debug printing.
2012-04-12  Victor JulienFlag napatech receive tm as well.
2012-04-12  Anoop Saldanhaflag recieve acq tms that previously missed the receive...
2012-04-12  Victor JulienMisc buffer API update.
2012-04-10  Eileen Donlonreject pcre modifiers U with B
2012-04-10  Eileen Donlonallow only one content to use fast_pattern
2012-04-10  Victor JulienAdd missing space to http.log.
2012-04-10  Victor JulienFix minor memleak in an start up error condition.
2012-04-10  Anoop SaldanhaIntroduce new buffer API that lets you create and manag...
2012-04-10  Anoop Saldanhacsum function fixes. Improves alert accuracy. FPs on...
2012-04-10  Anoop Saldanhaminor code cleanup
2012-04-10  Anoop Saldanhaupdate handling negative offsets in byte_extract. Also...
2012-04-05  Victor Julienhttp: improve multipart parsing, skip empty records.
2012-04-04  Victor JulienUpdate Changelog for 1.3beta1 suricata-1.3beta1
2012-04-04  Victor JulienFix minor compiler warning.
2012-04-04  Victor Juliendefrag: don't increment recursion level for reassembled...
2012-04-04  Jason IshUpdate the ERF file runmodes to support autofp and...
2012-04-04  Jason IshApply changes recommended by Stephen Donnely of Endace...
2012-04-03  Victor Julienipv6: make sure we pass the defragged packet from the...
2012-04-03  Victor JulienFix error in proto handling for ipv6 in fast.log.
2012-04-02  Victor JulienApply http.log formatting fix by Chris Wakelin.
2012-04-02  Victor JulienFix error in per packet detection engine profiling.
2012-04-02  Victor JulienMinor stream optimization.
2012-04-02  Victor JulienMake fast.log use finer grained locking, move protocol...
2012-04-02  Victor JulienMinor optimizations to unified2 and fast.log.
2012-04-02  Victor JulienSmall compile fix.
2012-04-02  Anoop Saldanhaupdate util-print.c to use new print macro
2012-04-02  Anoop Saldanhaprovide generic macro to buffer data using snprintf
2012-04-02  Anoop Saldanhaupdate util-print.c to use snprintf
2012-04-02  Anoop Saldanharestructure http logging to use fine grained locking
2012-03-30  Victor JulienMinor unittest fixes to make Coverity happy.
2012-03-30  Victor Julienflow: add missing unlocks for rare error condition...
2012-03-30  Victor Julienhost: convert use_cnt to a atomic var (like in flow).
2012-03-30  Victor Julienipv6: fix routing header parsing leading to rejection...
2012-03-30  Victor Julienipv6: properly deal with packets containing a FH header...
2012-03-30  Victor Julienipv6: fix detection engine using the originals IPv6...
2012-03-30  Victor JulienFix parsing of tcp-pkt and tcp-stream sigs, add unittest.
2012-03-29  Anoop Saldanhafix cppcheck analyzer warnings - bug 439
2012-03-29  Anoop Saldanharestructure disabling receive threads. Introduce new...
2012-03-29  Eric Leblondpcap: fix "work by luck" code.
2012-03-29  Eric Leblondaf_packet: misc improvements.
2012-03-29  Victor JulienFix some minor clang scan-build warnings.
2012-03-28  Victor Juliennfq: switch locking code to macro's to lock profiling...
2012-03-28  Victor JulienFix CUDA build from a release tarball.
2012-03-28  Anoop Saldanhacleanup killing threads. As a consequence fixes invalid...
2012-03-28  Anoop Saldanhacleanup junk code in flow qh
2012-03-28  Victor JulienFix misc issues picked up by coccinelle.
2012-03-28  Anoop Saldanhafix compiler warnings
2012-03-28  Victor JulienFix __WORDSIZE redeclaration warning on Windows builds.
2012-03-28  Jason IshImplement single, autofp and workers run modes for...
2012-03-27  Victor JulienFix compilation of atomic api spinlocked fallback code.
2012-03-27  Eric LeblondImprove check of min requirement for AF_PACKET.
2012-03-27  Anoop Saldanhacuda pb tm should be in a thread of its own + pkt_acq...
2012-03-27  Anoop Saldanhab2g cuda up, compiling and running
2012-03-27  Anoop Saldanhaclean log pcap
2012-03-27  Anoop Saldanharestructure log pcap to use a different setup, which...
2012-03-27  Anoop Saldanhadon't return TM failure on failing to remove log file
2012-03-27  Anoop Saldanhainit every new pf instance in log pcap
2012-03-27  Victor Julienhost: convert host hash to use lookup3.c
2012-03-27  Victor Julienflow: make flow use lookup3.c hashing algorithm. Improv...
2012-03-27  Victor Julienhash: add lookup3.c by Bob Jenkins
2012-03-24  Victor Julienflow: create a flow lock macro API, implement it for...
2012-03-23  Xavier LangeInclude conf_test in special cases for unset RUNMODE
2012-03-23  Xavier LangeMake conf_test local. Simplify if/else to if.
2012-03-23  Xavier LangeDo not spawn threads for conf test
2012-03-23  Xavier LangeAdded conf_test flag and behavior
2012-03-22  Victor Julienfile magic: don't disable inspecting magic for both...
2012-03-22  Victor JulienAdd host section to stock yaml.
2012-03-22  Victor JulienEnforce memcap limit before allocating hash table in...
2012-03-22  Victor JulienFix typo in spm prototype declaration.
2012-03-22  Anoop Saldanhaupdate all spm algos to use 16 bit pattern lengths...
2012-03-22  Victor JulienMake 'autofp' the default runmode. Increase default...
2012-03-22  Eileen Donlonfix misleading comment
2012-03-22  Eileen Donlonreject rules with invalid hex digits in content
2012-03-22  Eileen Donlonreject rules with an invalid ttl range
next