]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2012-03-22  Victor JulienVarious small flow and host table fixes.
2012-03-22  Victor Julienhttp: 'HTTP Host header ambiguous' after libhtp update...
2012-03-22  Victor Julienlibhtp: update to sync with upstream 0.2.x
2012-03-20  Victor JulienBail out early if we're in http tunnel mode.
2012-03-20  Victor JulienSilence ac-gfbs debug message.
2012-03-20  Victor JulienMinor error message cleanups
2012-03-20  Victor Julienprofiling: fix lock profiling int print issue.
2012-03-20  Victor Julienflow: fix atomic var not being initialized and destroyed.
2012-03-19  Victor JulienFix bug in app layer event handling causing http event...
2012-03-19  Victor JulienMinor flowq updates.
2012-03-19  Anoop SaldanhaIntroduce the address hash based flow q handler
2012-03-19  Anoop SaldanhaAdapt flow tmqh counters to be atomic vars. Remove...
2012-03-19  Anoop SaldanhaSupport freeing flow q handler out ctx. Adapt unittests...
2012-03-19  Anoop Saldanhaneaten flow q handler code
2012-03-19  Anoop SaldanhaEnable unittests for flow q handler
2012-03-19  Anoop Saldanhasupport flow q handler schedulers active_flows and...
2012-03-19  Anoop Saldanhasupport for custom flow qhandlers - round robin support...
2012-03-19  Pierre ChifflierTLS: add variable to store the error code in the decoder
2012-03-19  Pierre ChifflierTLS app layer: misc fixes, reorder some fields to same...
2012-03-19  Pierre ChifflierAdd TLS decode events
2012-03-19  Pierre ChifflierTLS: replace SigMatchAppendAppLayer with SigMatchAppend...
2012-03-19  Eric Leblondtls-handshake: add sanity checks.
2012-03-19  Eric Leblondtls-handshake: Add some missing free in error handling.
2012-03-19  Eric Leblondtls-handshake: DecodeAsn1BuildValue should return ...
2012-03-19  Eric LeblondTLS parser: add sanity checks on loop
2012-03-19  Eric LeblondTLS parser: add sanity check
2012-03-19  Eric LeblondTLS parser: modify OCTETSTRING
2012-03-19  Pierre ChifflierTLS parser: add handing of UTF8STRING
2012-03-19  Pierre ChifflierTLS keywords: fix match regex (remove extra space)
2012-03-19  Pierre ChifflierTLS app layer: rewrite decoder to handle multiple messa...
2012-03-19  Pierre ChifflierTLS app layer: fix number of bytes processed on SERVER_...
2012-03-19  Eric Leblondtls app layer: add missing free
2012-03-19  Eric Leblondtls app layer: handle negation on subject and issuerdn.
2012-03-19  Eric LeblondTLS app layer: Add tls.issuerdn keyword.
2012-03-19  Eric Leblonddecode ASN.1: Factorize value reading
2012-03-19  Pierre ChifflierTLS handshake: get TLS ciphersuite and compression
2012-03-19  Pierre ChifflierTLS handshake: decode the SERVER_CERTIFICATE message
2012-03-19  Pierre ChifflierAdd ASN.1 parser for X509 certificates (in DER format)
2012-03-19  Victor JulienMake list-app-layer-protos option name match the help...
next