]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2014-01-14  Victor JulienFix coccinelle autotools check 771/head
2014-01-14  Victor Juliencoccinelle: add --disable-coccinelle to configure 770/head
2014-01-14  Victor Julienpool thread: undo CLS alignment
2014-01-14  Victor JulienFix unittest size_t printing on 32bit
2014-01-13  Victor Juliendns: tag each tx we get a reply for as replied 765/head
2014-01-13  Victor JulienDNS: don't store duplicate queries
2014-01-13  Victor Julienmemcmp: convert all pointer arguments to be const point...
2014-01-13  Victor Juliendns log: cleanups
2014-01-13  Victor Julienapp-layer: API calls to check for TX aware proto
2014-01-11  Ken SteeleRemove GCC -no-strict-aliasing compiler flag. 764/head
2014-01-11  Ken SteeleFix PmqSetup() argument removal in ac-tile MPM unit...
2014-01-11  Victor Juliencounters: fix 2 scan-build warnings
2014-01-11  Victor Julienapp-layer: configurable GetActiveTxId function 762/head
2014-01-11  Victor JulienClean up TX clean up
2014-01-10  Victor Julienstream: don't send empty streammsg at stream end 759/head
2014-01-10  Victor Julienstream: increase max StreamMsg data
2014-01-10  Victor Julienstream: remove flags from StreamMsg
2014-01-10  Victor Julienstream: remove per thread queue for stream msgs
2014-01-10  Victor Julienstream: remove flow reference from StreamMsg
2014-01-10  Victor Julienstream: pass TcpSession to StreamTcpReassembleProcessAp...
2014-01-10  Victor Julienstream msg: remove structure
2014-01-10  Victor Julienstream: remove unused gap structure from StreamMsg.
2014-01-10  Victor Julienstream: no longer process STREAM_GAP smsgs
2014-01-10  Jason IshRemove the old include support.
2014-01-10  Ken SteeleCorrect coding style in decode-ethernet.c 758/head
2014-01-10  Eric Leblonddebug: default logging level is notice
2014-01-10  Eric Leblonddoxygen: document some functions
2014-01-10  Eric Leblonddoxygen: document all code
2014-01-10  Eric Leblonddoxygen: add profiling to generated doc.
2014-01-10  Eric LeblondAdd missing UNITTESTS
2014-01-10  Eric Leblondaf-packet: update packet reading loop logic
2014-01-10  Eric Leblondprscript: add --norebase option
2014-01-10  Eric Leblondhtp layer: add memory cap counter
2014-01-10  Eric Leblondhtp layer: add memory usage counter
2014-01-10  Eric Leblondhtp layer: use memcap for HTTP related allocations
2014-01-10  Ken SteelePort unittest from bug #970 for util-mpm-ac.c to util...
2014-01-10  Ken SteeleAdd 8-bit states to ac-tile
2014-01-10  Eric Leblondpfring: fix live device counter usage 757/head
2014-01-10  Eric Leblondaf-packet: fix live device counter usage
2014-01-10  Eric Leblondcapture: display exit stats at default verbosity
2014-01-10  Eric Leblonddevice list: clean and display stat at exit
2014-01-10  Duarte SilvaFix the segmentation fault while logging the host on...
2014-01-10  Eric Leblondcoccinelle: protecting regexp operator is not needed
2014-01-10  Eric Leblondfix size_t printing
2014-01-10  Victor Julienapp-layer: only typedef opaque pointers once 753/head
2014-01-10  Victor Julienapp layer: void -> AppLayerProtoDetectThreadCtx
2014-01-10  Victor JulienUpdate tests to use AppLayerParserThreadCtx ptr instead...
2014-01-10  Victor Julienapp-layer: Use opaque pointers instead of void
2014-01-10  Victor JulienFix HTPBodyReassemblyTest01 Asan error
2014-01-10  Victor Julienapp-layer: rename AppLayerThreadCtx funcs
2014-01-10  Victor Julienapp layer: fix memory leak
2014-01-10  Victor Julienapp layer: uint16_t alproto -> AppProto alproto
2014-01-10  Victor JulienUse u8 for ipproto
2014-01-10  Victor JulienApp Layer: cleanup state func naming
2014-01-10  Victor JulienRename AppLayerProtoDetectCtxThread -> AppLayerProtoDet...
2014-01-10  Victor JulienRename AppLayerParserParserState -> AppLayerParserState
2014-01-10  Victor JulienRename AppLayerParserpCtx -> AppLayerParserProtoCtx
2014-01-10  Victor JulienRename AppLayerParserCtxThread -> AppLayerParserThreadCtx
2014-01-10  Victor JulienRename AppLayerCtxThread -> AppLayerThreadCtx
2014-01-10  Victor Juliendetect unittests: clang build fix and cleanups
2014-01-10  Victor JulienApp Layer: fix memory leaks
2014-01-10  Victor JulienFix AppLayerProtoDetectPMFreeSignature related valgrind...
2014-01-10  Victor Julienapp proto detect: fix valgrind test warnings
2014-01-10  Victor JulienCleanup and fix scan-build warning
2014-01-10  Victor Julienscan-build fixes
2014-01-10  Victor Julienprofiling: fix compilation
2014-01-10  Victor Juliencompile fixes
2014-01-10  Victor JulienVarious style fixes
2013-12-30  Anoop SaldanhaApp layer API rewritten. The main files in question... 745/head
2013-12-29  Anoop SaldanhaUse a typdef AppProto <-> uint16_t for representing...
2013-12-29  Anoop SaldanhaDisabling the ssh parser temporarily, since we are...
2013-12-18  Victor JulienUpdate Changelog for 2.0beta2 suricata-2.0beta2
2013-12-18  Victor Julienconf: fix potential use-after-free on error 730/head
2013-12-18  Victor Julienstream: fix potential memory loss on error
2013-12-13  Victor JulienRevert TmqhFlowMode alignment as it breaks on CLANG
2013-12-13  Victor Julienrealloc error handling: remove unnecessary else branch
2013-12-13  Eric Leblondcoccinelle: add test on realloc
2013-12-13  Eric LeblondFix realloc error handling
2013-12-13  Victor JulienFix filemagic unittests on OS_DARWIN
2013-12-13  Ken SteeleAdd const for Packet * in flow functions.
2013-12-13  Giuseppe Longodefrag-config: fix a bug
2013-12-12  Victor Juliendefrag: fix compiler warning
2013-12-12  Victor Juliendebug: fix realloc error checking on flowbit print 720/head
2013-12-12  Victor JulienDER decoding: fix potential memory leak
2013-12-12  Victor Juliendetect-ssl: suppress harmless scan-build warning
2013-12-12  Victor Julienstream: suppress minor scan-build warnings
2013-12-12  Victor Juliendns: suppress minor scan-build warnings
2013-12-12  Victor Juliendns: suppress harmless cppcheck warning
2013-12-12  Victor Julienhttp: clear header pointer on realloc failure
2013-12-12  Victor Juliendns: fix passing NULL to memcpy
2013-12-12  Victor Julienlog-http: fix compiler warning
2013-12-12  Victor Juliendefrag: pass u64 to ParseU64
2013-12-12  Ken SteeleFix uninitialized variable warning.
2013-12-11  Ken SteeleFix pfring so that zero-copy mode can work. 717/head
2013-12-11  Ken SteeleRemove pkt variable from Packet structure.
2013-12-11  Ken SteeleSplit AC-Tile MPM context into Search and Initializatio... 714/head
2013-12-11  Victor Julienmpipe code cleanup: indent fixes
2013-12-11  Ken SteeleAdd more suricata.yaml configuration options for mPIPE.
2013-12-11  Ken SteeleFix configuring Prelude with -Werror
2013-12-11  Ken SteeleMark pflow as a constant pointer.
next