]> git.ipfire.org Git - people/ms/suricata.git/history - src/util-threshold-config.c
detect/threshold: Improve threshold.config perf
[people/ms/suricata.git] / src / util-threshold-config.c
2021-04-08  Jeff Lucovskydetect/threshold: Improve threshold.config perf
2021-04-06  Jeff Lucovskythreshold-config: Improve support for big IP lists
2021-03-29  Jeff Lucovskygeneral: Correct typos
2021-03-29  Jeff Lucovskythresholds: Improve validation of threshold.config
2020-08-25  Victor Julienthreshold: fix potential memory leak
2020-08-24  Carl Smiththreshold: Change rule parsing to use pcre_copy_substring
2020-04-23  Jeff Lucovskydetect: Provide `de_ctx` to free functions
2020-04-07  Todd Mortimerdetect/threshold: Add a common function to (re)allocate...
2020-03-27  Shivani BhardwajUse StringParse* for all parsers and configurations
2019-12-09  Victor Juliendetect/parse: track negation during address parsing
2018-10-30  Victor Julienthresholds: remove dead code in parsing
2018-03-21  Victor Julienthreshold: don't touch globals after init
2018-01-23  Ruslan Usmanovrate_filter: by_rule fixed triggering algorithm
2017-12-06  Ruslan Usmanovrate_filter by_both through IPPair storage
2017-11-27  Victor Julienthresholds: simplify config parsing
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2017-02-16  Victor Juliendetect: remove hardcoded sm_list logic from setup
2017-02-16  Victor Julienthreshold: fix and redo tests
2017-02-16  Victor Juliendetect: get rid of Signature::sm_lists
2016-06-20  Andreas Herzutil-threshold-config: parse suppress rules with spaces...
2016-04-08  Jason Ishtests: no longer necessary to provide successful return...
2016-04-08  Jason Ishtests: convert all test to return 0 on failure, 1 on...
2016-03-15  Victor Juliencppcheck: work around snprintf warning
2015-07-23  Victor Julienmulti-detect: make threshold prefix aware
2015-06-15  Victor Juliensuppress: add track by_either mode
2015-06-15  Victor Juliensuppress: support ip-lists
2015-04-24  Victor Julienthreshold: cleanups
2014-07-30  Ken SteeleEnforce function coding standard
2014-06-20  Alessandro GuidoFix issue #1214
2013-12-13  Eric LeblondFix realloc error handling
2013-12-09  Victor JulienFix realloc error handling in threshold.config file...
2013-10-28  Eric LeblondUse unlikely in malloc failure test.
2013-10-01  Victor JulienThresholding: move parsing code into separate func
2013-10-01  Victor JulienSplit Thresholds and Suppression
2013-09-16  Victor JulienCoverity 1038089: error check fseek call
2013-06-27  Eric Leblonddecode: Packet action start with PACKET
2013-06-17  Eric Leblondaction handling: use macro for test.
2013-04-19  Victor JulienBug 780 unittests, showing no problem.
2013-01-14  Jamie Strandbogesuppress: DETECT_SUPPRESS_REGEX should support IPv6...
2012-11-15  Victor JulienSilence compiler warnings found by clang
2012-10-30  Victor JulienFix drop (and other actions) not being applied to thres...
2012-09-26  Victor Julienthreshold: allow threshold.config to override rule
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-09-24  Victor Julienthreshold: allow suppression for sigs with threshold...
2012-07-11  Victor JulienWindows build and other misc fixes.
2012-07-02  Anoop Saldanhabug #455 - Warn users on signature event vars having...
2012-06-28  Victor JulienFree pcre study structs for classification, threshold...
2012-06-28  Anoop Saldanhacode cleanup for live swap
2012-06-26  Anoop Saldanhacleanup threshold config de-init
2012-06-11  Eric Leblondconfig: use config file in sysconfdir by default.
2012-05-16  Anoop Saldanhafix failing rate filter unittest
2012-05-12  Anoop Saldanhafix rate filter alert suppression. Log error if rate...
2012-03-14  Victor JulienMove over src and dst thresholding to use host table...
2012-03-02  Victor JulienFix compilation with profiling enabled. Minor unittest...
2012-03-02  Victor JulienFix minor fgetc issue.
2012-02-29  Victor JulienVarious fixes and improvements based on feedback by...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendThreshold with...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchGetLastSM with SigMatchG...
2012-01-20  Victor JulienMove threshold to it's own sig match list.
2012-01-13  Victor JulienClean up default output. Use simpler output format...
2011-11-07  Victor JulienMinor code cleanups fixing all GCC 4.6 compiler warning...
2011-11-02  Victor JulienFix potential suppression parsing issue found by CLANG.
2011-08-30  Eric LeblondRename rule_type_t to ThresholdRuleType.
2011-08-30  Eric Leblondsuppress: use DetectAddress instead of DetectAddressHead
2011-08-30  Eric Leblondthreshold: refactoring of parsing code
2011-08-30  Eric Leblondthreshold: add suppress keyword
2011-08-30  Eric Leblonddoc: introduce doxygen group "threshold"
2011-06-06  Gerardo Iglesias... Fix potential small issue with ftell and fseek
2011-06-06  Gerardo Iglesias... Properly check retval for config and conversion functio...
2011-06-06  Gerardo Iglesias... Make sure return value of fgetc isn't truncated
2011-03-07  Eric LeblondUse already defined macro instead of integer
2010-12-17  Victor JulienClean up output.
2010-11-19  Anoop Saldanhareplace all sm lists (match, pmatch, dmatch, umatch...
2010-08-30  Anoop Saldanhaclang fix - some minor fixes for unittests
2010-06-18  Pablo RinconMove rate_filter rule tracking data from Signature...
2010-06-18  Pablo RinconAdding rate_filter support for threshold.config, multil...
2010-05-19  Gerardo Iglesias... Fix inconsistent use of dynamic memory allocation
2010-05-05  William MetcalfImport of GPLv2 Header 050410
2010-04-26  Pablo RinconMoving inline functions to the .h files, so gcc can...
2010-04-09  Breno SilvaGlobal Threshold config
2010-04-09  Victor JulienCleanup global threshold code.
2010-04-09  Breno SilvaGlobal Threshold config