]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2012-09-03  Eric LeblondAdd counters for IPv4 in IPv6 and IPv6 in IPv6 45/head
2012-08-30  Victor Julienfile: convert filesize to new FileMatch api.
2012-08-30  Victor Julienstream/app layer: call new Truncate callback for data...
2012-08-30  Victor Julienstream/app layer: add Truncate app layer callback that...
2012-08-30  Victor Julienfile: implement filesize keyword. #489.
2012-08-29  Anoop Saldanhadetection engine port api unittests cleanup
2012-08-29  Victor JulienCreate separate detect API call (FileMatch) for file...
2012-08-28  Eric Leblondtls-log: add protocol version to log message. 43/head
2012-08-28  pi-rhofix regression (clobbered register; redmine #534)
2012-08-28  pi-rhospelling corrections documented in redmine bug#533 40/head
2012-08-27  Victor Julienrule reloads: don't lock up main thread so clean shutdo...
2012-08-27  Victor Julienpcap: fix compilation on old libpcap
2012-08-27  Eric Leblondtm-thread: suppress rarely used variable. 39/head
2012-08-27  Eric LeblondConvert to atomic and disable check on HTP config change.
2012-08-27  Eric LeblondGet rid of AppLayerHtpRegisterExtraCallbacks
2012-08-27  Eric LeblondDelay Detect threads initialization
2012-08-27  Eric Leblondpcap: handle failure of packet treatment
2012-08-24  Eric Leblondtls: suppress always true condition. 34/head
2012-08-24  Eric Leblonddetect-tls: various indent fixes.
2012-08-24  Eric Leblondtls: store all the certificates chain in the written...
2012-08-24  Eric Leblondtls: keep pointers to all certificates in chain
2012-08-24  Jean-Paul Rolierstls: adding store option for TLS
2012-08-24  Jean-Paul Rolierstls: adding support for fingerprint rule matching.
2012-08-24  Jean-Paul Rolierstls: adding fingerprint to TLS Log information.
2012-08-24  Jean-Paul Rolierstls: adding fingerprint calculation.
2012-08-24  Eric Leblondtls: add NSS version for SHA1 computing function.
2012-08-23  Jean-Paul Rolierstls: adding cryptographic functions.
2012-08-23  Jean-Paul Rolierstls: adding TLS Log support
2012-08-23  Anoop SaldanhaDon't wait for packetpool to be back to full state...
2012-08-23  Anoop SaldanhaSuricata shutdown updates + minor cleanup
2012-08-23  Anoop Saldanharx TMs shouldn't return TM_ECODE_FAILED if engine is...
2012-08-23  Ignacio SanchezCustom logging feature for log-httplog
2012-08-23  Eric Leblonddecode: decode IPv6-in-IPv6
2012-08-23  Victor JulienUpdate version number to reflect we're working towards...
2012-08-22  Eric LeblondAdd teredo counter.
2012-08-22  Eric Leblonddefrag: prealloc more frags. 27/head
2012-08-22  Eric Leblonddefrag: Fix description of params
2012-08-22  Eric Leblonddefrag: add some events relative to defragmentation
2012-08-22  Eric Leblonddefrag: Fix unittest logic.
2012-08-22  Eric Leblonddefrag: link hash size with number of frags.
2012-08-22  Eric Leblonddefrag: fix some integer type warning.
2012-08-22  Eric Leblonddefrag: really use 'max-frags' variable.
2012-08-22  Eric LeblondTeredo tunnel supports 25/head
2012-08-22  Eric LeblondAdd support for IPv4-in-IPv6 23/head
2012-08-22  Eric Leblondnfq: implement "fail-open" support.
2012-08-22  Eric Leblondyaml: suppress old variable in pfring section.
2012-08-22  Eric Leblondautotools: error on autoreconf is an error
2012-08-22  Eric Leblondautotools: fix detection with clang
2012-08-22  Eric Leblondautotools: rename configure.in to configure.ac
2012-08-21  Eric Leblondtm-thread: exit loop if suri want to quit 19/head
2012-08-21  Eric Leblondtm-thread: run thread init function sequentially.
2012-08-20  Victor JulienUpdate Changelog to include 1.3.1 changes. suricata-1.3.1
2012-08-20  Victor Julienrule analyzer: make analyzer aware of http_user_agent...
2012-08-17  Victor Julienhttp: after path double decoding, also normalize the...
2012-08-17  Victor JulienHttp: don't double decode URI path and query by default...
2012-08-17  Victor JulienOnly set SIG_FLAG_REQUIRE_STREAM if signature inspects...
2012-08-17  Victor Julienrule analyzer: fix fast pattern analyzer reporting...
2012-08-16  Eric Leblondstream-tcp: no checksum alert if validation is off
2012-08-16  Victor Julienstream: handle case where Suricata sees 3whs-ACK but...
2012-08-15  Victor Julienstream: fix unittest broken by new flags handling.
2012-08-14  Victor Julienhttp: add more decoding unittests.
2012-08-09  Victor JulienBug #510. Produce error if max-pending-packets is highe... origin/HEAD origin/master
2012-08-09  Victor Julienprofiling: fix 'match' counter sometimes not incrementi...
2012-08-09  Victor JulienUse SCFree instead of free in DER decoder.
2012-08-08  Victor Julienstream: improve TCP flags handling
2012-08-07  Eric Leblondaf-packet: fix reconnect code
2012-08-06  Anoop SaldanhaUpdate fast_pattern engine to not use negated content...
2012-08-06  Anoop Saldanhabug #466 - Updated getticks() to serialize execution...
2012-08-06  Anoop Saldanhabug 508 - List (ack | cwr | ecn) combination to be...
2012-08-06  Anoop Saldanhainvalidate sigs if depth > content_length
2012-08-06  Eric Leblondtls: fix keyword regular expression
2012-08-06  Eric Leblondaf-packet: loop on ring if there is data to read.
2012-08-06  Eric Leblonddefrag: use IP ID in hash
2012-08-06  Victor Julienflow: remove unused prune-flows option
2012-07-11  Anoop Saldanhaif a sig's set as stream sig only, don't updated it...
2012-07-11  Anoop SaldanhaSet thread name Suricata-Main for main thread and LiveR...
2012-07-11  Anoop Saldanhabug 499 - update host os info enum map to use - instead...
2012-07-11  Anoop Saldanhabug #496 - don't warn about offset/depth for packet...
2012-07-11  Victor JulienWindows build and other misc fixes.
2012-07-06  Victor JulienUpdate changelog for 1.3 release. suricata-1.3
2012-07-05  Eric LeblondRename 'worker' running mode to 'workers'
2012-07-05  Anoop Saldanhacheck if all packets are processed before disabling...
2012-07-05  Victor Julienconf api: remove dead code
2012-07-05  Victor Julienrule analyzer: fix detecting stream match
2012-07-05  Anoop Saldanharule analyzer updated for sigs with offset/depth set...
2012-07-05  Anoop SaldanhaUpdate SigValidate() to allow http keywords to be speci...
2012-07-05  Eric Leblondautotools: pthread deps is needed on ubuntu.
2012-07-05  Victor JulienMake live reloads optional and disabled by default.
2012-07-05  Victor Julienstream: don't NULL dereference p->flow->protoctx in...
2012-07-04  Victor Julienfile inspection: improve logging when stream.depth...
2012-07-04  Victor JulienImprove warning if prelude output is selected but suppo...
2012-07-03  Victor JulienImprove pktvar keyword parsing and error handling.
2012-07-03  Victor JulienMinor fixes for coverity issues.
2012-07-03  Victor JulienFix detect tag error handling.
2012-07-03  Victor Julienfile detect: improve cleanup
2012-07-03  Victor Julienfilemd5: free hash during cleanup
2012-07-03  Anoop Saldanhaac-bs and ac-gfbs mem cleanup
2012-07-03  Anoop Saldanhamore mpm engine mem cleanup
2012-07-02  Anoop Saldanhampm engine and ac mem free fixes
2012-07-02  Nikolay DenevFix SCSetThreadName() macros in threads.h Add FreeBSD...
next