]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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...
2012-06-26  Anoop Saldanhaclear root node during conf de-init. also create root_b...
2012-06-24  Victor Julienhttp: decode double decoded path and query string chara...
2012-06-24  Victor Julienbuild: Use expanded sysconfdir to pass as CONFIG_DIR...
2012-06-24  Victor Julienhttp: make client and server body inspection more robus...
2012-06-22  Victor Juliendetect: Only run mpm on HTTP buffers in the proper...
2012-06-21  Victor Juliendcerpc/smb/smb2: more robust error checking, cosmetic...
2012-06-21  Anoop Saldanhasome more mpm engine cleanup
2012-06-21  Anoop Saldanhampm engine cleanup. Remove unnecessary flags
2012-06-20  Anoop Saldanhacookie header now inspects Set-Cookie headers as well
2012-06-20  Anoop Saldanhaunittests that fail, displaying the issue that we don...
2012-06-20  Victor Julienpcap: make sure thread count is 1 if config is missing...
2012-06-20  Anoop Saldanha#482 - use decode_flag for all decode TMs. Use the...
2012-06-20  Anoop Saldanhawe now support offset, depth inspection against all...
2012-06-20  Anoop Saldanhatests to highlight that
2012-06-20  Anoop Saldanhastream raw reassembly fix
2012-06-20  Anoop Saldanhafast pattern cleanup - Remove FastPatternSupportEnabled...
2012-06-15  Anoop Saldanhahttp user agent keyword + mpm + inspection + fast patte...
2012-06-11  Victor JulienAdd pcap workers mode.
2012-06-11  Anoop Saldanhabug #471 - file_data fast pattern unittests added
2012-06-11  Anoop Saldanhabug #471 - http server body fast pattern unittests...
2012-06-11  Victor Julienrule analyzer: minor cleanups. Fix warning-only setting...
2012-06-11  Victor JulienFix commandline supplied yaml path being ignored.
2012-06-11  Eileen Donlonfeature 349 rule analyzer v1
2012-06-11  Eric LeblondOpenBSD: fix tar command.
2012-06-11  Eric Leblondconfig: use config file in sysconfdir by default.
2012-06-11  marcosAdded -T switch to suricata output.
2012-06-10  Victor Julienfilemd5: implement negated matching.
2012-06-08  Victor JulienUpdate changelog to reflect 1.3beta2 changes. suricata-1.3beta2
2012-06-08  Victor JulienDisable dce unittests that tick off clamav. #458.
2012-06-08  Anoop Saldanhabug #458 - unittest that uses clamav FPing payload...
2012-06-08  Victor JulienFix compilation warning.
2012-06-07  Victor Julientls: debug compilation fixes, new tls decoder rule...
2012-06-07  Anoop Saldanhassl connection error message event added. Remove warnin...
2012-06-07  Anoop Saldanhassl parser fix/updates
2012-06-07  Anoop SaldanhaWe have a new probing parser to detect sslv2 records...
2012-06-07  Victor Julienfilemd5: handle case where no md5 support is compiled it.
2012-06-06  Victor JulienAdd filemd5 keyword that loads a list of md5's to match...
2012-06-06  Victor JulienAdd a new hash datatype to do speedy lookups of read...
2012-06-04  Victor Julienpfring: protect pfring_set_bpf_filter with a lock as...
2012-06-04  Eric LeblondAutotools: make 'install-full' now run 'install' too.
next