]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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.
2013-12-11  Ken SteeleUse pflow variable in place of p->flow to prevent reloa...
2013-12-11  Eric Leblondpfring: workaround potential librt deps
2013-12-11  Eric Leblondsuricata: ignore SIGHUP signal 711/head
2013-12-10  Ken SteeleCheck for compiler for -march=native support 653/head 703/head
2013-12-10  Victor JulienFix compilation on systems that use the fallback SC_ATO...
2013-12-10  Victor JulienAdd DrMemory suppression for Bug #980. Suppress useless...
2013-12-10  Victor JulienRemove DrMemory suppressions for Bug #979, it is fixed.
2013-12-10  Eric Leblondqa: prscript now output pastable line for PR.
2013-12-10  Eric Leblondcoccinelle: fix malloc test
2013-12-10  Eric Leblondcoccinelle: add option to continue on errors
2013-12-10  Eric Leblonderror checking: add missing alloc error treatment
2013-12-10  Victor JulienBug 1061: fix multiple vars per sig in ordering 702/head
2013-12-09  Victor Julienhttp header: improve realloc failure checking. Bug... 699/head
2013-12-09  Victor Julienport parsing: improve memory handling
2013-12-09  Victor Juliencppcheck: add special BUG_ON so cppcheck understands...
2013-12-09  Victor Julienport: don't lead memory on port parsing failure
2013-12-09  Victor JulienFix small memleak in runmode setup
2013-12-09  Victor Julienthreading setup: fix small mem leak on failure
2013-12-09  Victor JulienFix realloc error handling in threshold.config file...
2013-12-09  Victor JulienUse %u for unsigned int in (console) output
2013-12-09  Victor JulienUse %u for unsigned ints in checksum warning
2013-12-09  Victor Julienhtp: minor cleanup to silence cppcheck warning
2013-12-09  Victor Juliencppcheck: don't use likely/unlikely when -DCPPCHECK...
2013-12-09  Victor JulienFix small memory leak in classtype parsing
2013-12-09  Victor Juliencppcheck: improve reporting cppcheck when passing ...
2013-12-09  Victor Julienlog-http: fix error check leading to null-deref on... 694/head
2013-12-09  Victor Julienlog-http: enforce hostname print limit
2013-12-09  Victor JulienConvert Flow macros to inline functions
2013-12-09  Victor Julienflowvar: initialize new memory to prevent issues on...
2013-12-09  Victor Julienpcap: fix stats dump logic
2013-12-09  Victor Julienflow timeout: remove now unused code 692/head
2013-12-09  Victor Julienflow: fix typo in function name
2013-12-09  Victor Julienflow timeout cleanup and fix
2013-12-09  Victor Julienflow/stream: use named values in flow timeout code
2013-12-09  Victor Julienstream: add option to disable raw reassembly
2013-12-09  Eric Leblonderf-dag: fix typo in header guard
2013-12-09  Eric Leblondyaml: remove no more present files
2013-12-09  Eric Leblonddns: rules files was not installed
2013-12-06  Eric Leblondprscript: add support for pcap build 689/head
2013-12-04  Jason IshUse the stack for temporary memory buffers. 683/head
2013-12-04  Jason IshWhen setting final configuration nodes, set the whole...
2013-12-04  Eric Leblondhtp: display info about randomization
2013-12-04  Eric Leblondhtp: randomization of htp inspection sizes
2013-12-04  Victor Julienlua: push correct length back through ScFlowvarGet...
2013-12-04  Victor Julienlua: clear stack after each script run
2013-12-04  Victor Julienluajit: pass calling rule's sid,gid,rev to script as...
2013-12-04  Eric Leblonddecode: fix failure in layered tunnel 681/head
2013-12-04  Jason IshFix alignment in usage.
2013-12-04  Giuseppe LongoAdds a defrag configuration example in suricata.yaml
2013-12-04  Victor JulienFix Conf api usage after rebase
2013-12-04  Jason IshInstead of exiting on memory failure, log a warning...
2013-12-04  Jason IshBetter document ConfSet and ConfSetFinal.
2013-12-04  Jason IshSubsequent configuration keys now override previous...
2013-12-04  Jason IshFunction to prune all non-final nodes from a configurat...
2013-12-04  Jason IshMore concise API for setting config values that
2013-12-04  Jason IshCleanup ConfSet, ConfGet, make more concise.
2013-12-04  Victor Julientls: allow matching for @ symbol in tls.subject 680/head
2013-12-04  Anoop SaldanhaFTP parser updated to not use the archaic App layer...
2013-12-04  Anoop SaldanhaUpdated the ftp response handler to return without...
2013-12-03  Anoop SaldanhaRestructured flow_proto mapping enums.
2013-12-03  Anoop SaldanhaCode cleanup.
2013-12-03  Anoop SaldanhaRemoved unused function MpmMatcherGetMaxPatternLength.
2013-12-02  Victor JulienReduce allocs in boyer moore prepare phase
2013-12-02  Victor JulienDon't alloc for hash lookup in SCClassConfGetClasstype
2013-12-02  Victor JulienDon't malloc temp var in SCRuleVarsGetConfVar
2013-12-02  Victor JulienDon't use strdup in ip-only address parsing
2013-12-02  Victor JulienConvert classtype keyword to pcre_copy_substring
2013-12-02  Victor JulienConvert reference keyword to pcre_copy_substring
2013-12-02  Victor Julienapp layer: set event if proto detect disabled for a...
2013-12-02  Victor Julienproto detection: add limit for one sided sessions
2013-12-02  Victor Julienstream: add size debug code
2013-12-02  Victor Julienstream: wait for protocol detection to complete
2013-12-02  Eric Leblonddecode: clean DecodeThreadVars counter 671/head
2013-12-02  Eric Leblondcmdline: add -k to specify checksum validation
2013-12-02  Eric Leblondpcap-file: add checksum-checks configuration variable
2013-12-02  Eric LeblondSet packet invalid flag during decoding.
2013-12-02  Eric LeblondAdd invalid pkt counter.
2013-12-01  Victor JulienFix parsing of 'custom' detect grouping values 669/head
2013-11-30  Victor Julienvars: optimize layout to reduce size requirements of...
2013-11-30  Victor Julienpcre: parsing cleanup
2013-11-30  Victor Julienstream: minor clean up of TcpSession structure
2013-11-30  Victor Juliencontent: reorder DetectContentData member, shrinking...
next