]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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...
2013-11-28  Victor Juliendefrag: clean up
2013-11-28  Eric Leblonddefrag: don't modify packet if defrag fails 666/head
2013-11-28  Eric Leblonddecode: PacketTunnelPktSetup replaces PacketPseudoPktSetup
2013-11-28  Eric Leblonddecode: update API to return error
2013-11-28  Victor Julienrule setup: cleanup
2013-11-28  Victor JulienConvert dsize keyword parsing to use pcre_copy_substring
2013-11-28  Victor JulienConvert pcre keyword parsing to use pcre_copy_substring
2013-11-28  Victor Julienrule parser: convert to use pcre_copy_string
2013-11-28  Victor Juliendetect: use macro for max rule size
2013-11-28  Victor JulienConvert flowbits keyword parsing to use pcre_copy_substring
2013-11-28  Victor JulienConvert flow keyword parsing to use pcre_copy_substring
2013-11-28  Victor JulienConvert ParseSizeString to use pcre_copy_substring
2013-11-28  Victor Julienrule parser: don't use uninitialized value
2013-11-28  Giuseppe Longofeature #417: add support for configuration per host...
2013-11-27  Victor Julienrule parsing cleanups
2013-11-27  Victor Julienrule parsing: reduce mallocs and clean up
2013-11-27  Victor Julienaddress and port: reduce memory allocs
2013-11-27  Jason IshRemove the single line if statements.
2013-11-27  Jason IshSupport for configuration include files.
2013-11-27  Victor Juliensignature address parsing improvements and tests 660/head
2013-11-26  Victor Julienvalgrind: add suppression file
next