]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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...
2012-03-19  Anoop SaldanhaAdd new command line option --list-app-layer-protocols...
2012-03-19  Anoop SaldanhaAdd BUG_ON to avoid overruning AppLayerDetectDirection...
2012-03-19  Eileen Donlonreject rules with duplicate content modifiers
2012-03-19  Eileen Donlonadded null checks for init_hash to all ac mpms
2012-03-19  Eileen Donlonreject http_client_body with inconsistent flow dir
2012-03-19  Victor JulienClean up error message.
2012-03-19  Eileen Donlondisallow-use-of-configuration-file-with-unittests
2012-03-19  Victor Julienprofiling: add per lock location profiling
2012-03-15  Victor JulienProfile pcap file callback.
2012-03-15  Victor JulienMake sure stream debug code is only used in debug mode.
2012-03-15  Victor JulienSmall http.log improvement: bail out early if there...
2012-03-14  Victor JulienFix 2 compilation issues.
2012-03-14  Victor JulienMove over src and dst thresholding to use host table...
2012-03-14  Victor JulienIntroduce host table, make tag use it
2012-03-12  Victor JulienUndo changes from 88b8f15663076560b2237e6d8b8cae7e23d92...
2012-03-10  Victor JulienAdd atomic stack implementation. Convert flow spare...
2012-03-09  Victor JulienFix invalid declaration of enable_nss and enable_nspr...
2012-03-09  Victor JulienAdd way to profile mutex/spin locks per thread module.
2012-03-09  Victor JulienImplement stream memcap enforcements using atomics...
2012-03-09  Victor JulienMisc fixes.
2012-03-09  Victor JulienRemove trailing zero's from some counters output.
2012-03-09  Victor Julienflow engine: improve scalability
2012-03-08  Victor JulienFix broken unittest.
2012-03-08  Eileen Donlonadd null checks to fix bugs in StreamTcpTest23
2012-03-08  Eileen Donlonfix more invalid content unittests
2012-03-08  Eileen Donlonfix invalid unittests with mixed content modifiers
2012-03-08  Eileen Donlonreject mixed relative and non-relative keywords
2012-03-08  Eileen Donlonreject invalid combinations of pcre modifiers
2012-03-05  Victor JulienAdd libnss/libnspr support output to configure. Clean...
2012-03-05  Victor JulienDo not assume the include dir for nss to be nss. On...
2012-03-05  Victor JulienDo not assume the include dir for nspr to be nspr....
2012-03-03  Victor JulienFix json output typo.
2012-03-02  Victor JulienFix issue discovered by Anoop. Passing u32 ptr to a...
2012-03-02  Victor JulienFix minor memleak in case af-packet init fails.
2012-03-02  Victor JulienFix UTHBuildFlow setup using wrong address.
2012-03-02  Victor JulienImprove http filename parsing.
2012-03-02  Victor JulienFix compilation with profiling enabled. Minor unittest...
2012-03-02  Victor JulienFix minor fgetc issue.
2012-03-02  Victor JulienMove PACKET_RECYCLE outside of flow lock in FlowForceRe...
2012-03-02  Victor Julienfile extract: improve multipart parsing and set events...
2012-03-02  Victor Julienflow: Refactor how FlowPrune deals with forced timeouts...
2012-03-01  Victor JulienAnother batch of minor fixed for issues found by Coverity.
2012-02-29  Victor JulienVarious improvements to error handling found by Coverity.
2012-02-29  Anoop Saldanhacode cleanup
2012-02-29  Victor JulienVarious fixes and improvements based on feedback by...
2012-02-28  Victor JulienAdd line number to warning about mangled yaml parameter...
2012-02-28  Nikolay DenevConsistently use dashes instead of underscores in the...
2012-02-28  Nikolay DenevConsistently use dashes instead of underscores in the...
2012-02-28  Nikolay DenevConvert underscores to dashes in thread affinity type...
2012-02-28  Nikolay DenevFix some warning message still using underscored config...
2012-02-28  Nikolay DenevDo not use underscored config vars internally.
2012-02-28  Nikolay DenevRemove the underscored "sguil_base_dir" compatibility...
2012-02-28  Nikolay DenevConvert config entries using underscores to dashes...
2012-02-28  Martin HolsteAdded Shadowserver plugin.
2012-02-24  Victor Julienfile-inspection: split 'file' output module into file...
2012-02-24  Victor JulienAdd more flow lock assertions to the debug validation...
2012-02-23  Victor JulienFix locking error in filestore handling. Add debug...
2012-02-23  Martin HolsteAdded license.
2012-02-23  Martin HolsteAdded some installation instructions to file_processor...
2012-02-23  Martin HolsteAdded contrib folder with file_processor utility which...
2012-02-23  Victor JulienFix compiler warning and silence complaining unittests.
2012-02-23  Victor JulienMisc afpacket changes.
2012-02-23  Victor JulienFix NULL dereference in PacketPatternSearchWithStreamCt...
next