]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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...
2012-07-02  Anoop Saldanhabug #455 - Warn users on signature event vars having...
2012-07-02  Victor JulienFree all sig match structs when freeing a signature.
2012-07-02  Victor JulienFix memleak in tag parsing.
2012-07-02  Victor JulienProperly clean signature's ip only data.
2012-07-02  Victor JulienFix a reload memleak in thread local detection engine...
2012-07-02  Victor JulienFix a reload memleak in the duplicate sig detection...
2012-07-02  Victor JulienClean up packet pool at shut down.
2012-06-29  Victor JulienUpdate Changelog for 1.3rc1 release suricata-1.3rc1
2012-06-29  Anoop Saldanhasc_atomic_cas replaced with sc_atomic_set
2012-06-29  Victor Julienhttp: add unittest to test \r in header line.
2012-06-29  Victor Julienhtp: keep track of header line terminators so http_raw_...
2012-06-29  Victor Julienhttp_raw_header: add some debug code.
2012-06-29  Victor Julienicmpv6: for ICMPv6 info messages set payload ptr and...
2012-06-29  Victor Julienafpacket: fix compilation in debug mode.
2012-06-29  Eric LeblondUpdate coccinelle script to match syntax evolution.
2012-06-29  Eric Leblondcleaning: fix warning when building with clang.
2012-06-29  Eric Leblondaf-packet: use counter for drop and accept
2012-06-29  Eric Leblondaf-packet: add support for BPF filter.
2012-06-29  Eric Leblondaf-packet: get datalink for each socket creation.
2012-06-29  Victor Julienhttp body inspection: force body inspection on stream...
2012-06-29  Victor Juliendefault config: add engine-analysis.rules directive.
2012-06-28  Victor Julieninline: fix unified2 alert direction selection
2012-06-28  Victor Julienfilemd5: fix compilation if libnss isn't available
2012-06-28  Victor Julienfilemd5: add support code for md5 handling for signatures.
2012-06-28  Victor JulienDon't display a warning when log-pcap tries to remove...
2012-06-28  Anoop Saldanhahttp header won't inspect set-cookie headers. Set-cooki...
2012-06-28  Victor JulienFree pcre study structs for classification, threshold...
2012-06-28  Anoop Saldanhacode cleanup for live swap
2012-06-26  Victor JulienFix compiler warning.
2012-06-26  Anoop Saldanhaupdate clean up of old detection engine contexts for...
2012-06-26  Anoop SaldanhaDetectEngineCtxFree() cleanup, also in main
2012-06-26  Anoop SaldanhaReplace the old atomic sets using cas with the new...
2012-06-26  Anoop Saldanhafree flowvar entries in flow after live rule swap....
2012-06-26  Anoop Saldanhadisable live rule swap when -s or -S option's used...
2012-06-26  Anoop SaldanhaIntroduce util-signal.[ch]. Move our signal setup funct...
2012-06-26  Victor JulienSimplify flow resetting on de_ctx update. Detect ctx...
2012-06-26  Anoop SaldanhaIf new ruleset requires any htp callbacks that aren...
2012-06-26  Anoop Saldanhaadd unittest for atomic operation with void *
2012-06-26  Anoop Saldanhalive rule support added
2012-06-26  Anoop Saldanhacleanup threshold config de-init
2012-06-26  Anoop Saldanhaslot_data updated as an atomic var no
2012-06-26  Anoop Saldanhabyte_extract_id var now a non-global de_ctx specific var
2012-06-26  Anoop Saldanhamake mpm ctx container de_ctx specific. Also introduce...
2012-06-26  Anoop Saldanhaclean reference config API
2012-06-26  Anoop Saldanhaclean classification config API
2012-06-26  Anoop Saldanhautil action api returns error code if it encounters...
2012-06-26  Anoop Saldanhavariable names global vars, global no more. Moved to...
2012-06-26  Anoop Saldanhafix replace unittets. Re-set modified global_var to...
2012-06-26  Anoop SaldanhaKill engine during init stage if it fails to load valid...
next