]> git.ipfire.org Git - people/ms/suricata.git/history - src/detect-engine.c
detect/mpm: rename variable to ease code review
[people/ms/suricata.git] / src / detect-engine.c
2020-11-04  Victor Juliendetect/mpm: rename variable to ease code review
2020-08-02  Shivani Bhardwajdatasets: reload static sets
2020-07-11  Jeff Lucovskydetect: byte_math support
2020-07-10  Jeff Lucovskydetect: Correct Coverity REVERSE_INULL issue
2020-06-29  Jeff Lucovskydetect: Add transform validation api
2020-06-06  Jeff Lucovskydetect/transform: Support transform options
2020-04-25  Shivani Bhardwajsrc: remove multiple uses of atoi
2020-04-23  Jeff Lucovskydetect: Provide `de_ctx` to free functions
2020-04-23  Jeff Lucovskydetect: Provide function to clear per-thread ctx
2020-03-31  Victor Juliendetect: more robust against transform issues
2020-03-27  Shivani BhardwajUse StringParse* for all parsers and configurations
2020-02-18  Jeff Lucovskygeneral: Convert _Bool to bool
2020-02-18  Jeff Lucovskydetect: Fix typos/spelling errors.
2020-02-11  Victor Julienapp-layer: all protocols are tx aware now
2020-02-07  Victor Julienthreading: hide 'trans_q' from queue handlers
2020-02-07  Victor Juliendetect: cleanup reload thread handling
2020-02-07  Victor Juliendetect: clean up threads handling
2020-02-07  Victor Juliendetect: inject packet cleanup
2019-11-27  Jason Ishdetect-engine: check for tx detect flag support
2019-11-19  Victor Julienpacket: set unique pkt_src 'flush' packets
2019-10-11  Victor Juliendebug: make it easier to trace flush logic
2019-07-01  Victor Juliendetect: introduce pkt mpm engines
2019-07-01  Victor Juliendetect: remove Threadvars argument from API calls
2019-06-21  Victor Julienprofiling: fix undefined profiling code use
2019-06-21  Victor Juliendetect: tcp.hdr sticky buffer
2019-06-21  Victor Juliendetect/mpm: add l4-header support
2019-06-21  Victor Juliendetect: pkt inspect engines
2019-05-03  Victor Juliendetect/inspect: add flags to inspect buffer
2019-05-03  Victor Juliendetect/content-inspect: turn void arg into Packet
2019-05-03  Victor Juliendetect/thread: ctx info is allowed to have NULL data
2019-02-20  Victor Julienmpm: rename internal id for ac-tile to ac-ks
2019-01-29  Victor Juliendetect/http-client-body: convert to inspect api v2
2019-01-29  Victor Juliendetect/http_raw_header: move tests into tests/
2019-01-29  Victor Juliendetect/http-uri: move tests into tests/
2018-12-18  Victor Juliendetect: fix crash during startup with malformed yaml
2018-12-14  Victor Juliendetect: fix content inspection flags
2018-11-26  Victor Juliendetect: improve inspect buffer handling
2018-10-30  Victor Juliencoverity: suppress warnings
2018-10-30  Victor Juliencoverity: suppress warning for intentional code
2018-08-10  Victor Juliendetect: limit flush logic to sigs that need it
2018-08-09  Victor Juliendetect: remove STATE_MATCH flag use at runtime
2018-08-07  Victor Julienmulti-tenant: introduce device selector
2018-08-02  Victor Juliendetect: avoid potential use-after-free in error path
2018-07-28  Victor Juliendetect: clean up counter registration
2018-07-13  Victor Juliendetect: fix delayed detect
2018-07-13  Victor Juliendetect: reload-rules shouldn't reload a stub
2018-06-28  Victor Juliendetect/debug: suppress noisy info messages
2018-06-28  Victor Juliendetect/multi-tenant: fix mix of default detect engine...
2018-06-28  Victor Juliendetect: make detect engine types explicit
2018-06-27  Victor Juliendetect/multi-tenant: fix removing of tenant id 0
2018-06-26  Victor Juliendetect/tenants: fix crash when adding mapping
2018-06-26  Victor Juliendetect: remove lock from global keyword logic
2018-05-03  Mats Klepslanddetect-engine: add DetectEngineCtx to setup callback...
2018-04-04  Giuseppe Longodetect-engine: free events
2018-02-14  Victor Juliendetect/content: pass START/END flags to inspection
2018-02-14  Victor Julienfile_data: update to API v2
2018-02-14  Victor Juliendetect/prefilter: move hash into detect engine ctx
2018-02-14  Victor Juliendetect: move mpm engines into detect engine ctx
2018-02-14  Victor Juliendetect/inspect engines: copy to detect engine ctx
2018-02-14  Victor Juliendetect: register dynamic buffers into de_ctx
2018-02-14  Victor Juliendetect: move buffer type map into detect ctx
2018-02-14  Victor Juliendetect: prefilter/inspect API v2, with transforms
2018-01-31  Giuseppe Longodetect-engine-hsbd: decompress swf files
2018-01-31  Giuseppe Longodetect: set events in inspection phase
2018-01-31  Eric Leblonddetect-metadata: add a string storage to de_ctx
2018-01-31  Eric Leblondoutput-json-alert: conditionaly output metadata
2018-01-23  Victor Juliendetect: minor cleanup
2018-01-19  Victor Juliendetect/prefilter: redo profiling
2018-01-19  Victor Juliendetect/profiling: postpone setup
2018-01-19  Victor Juliendetect: fix multiple files per tx inspect
2018-01-19  Victor Juliendetect: rewrite of the detect engine
2018-01-04  Victor Juliencuda: remove
2017-12-20  Victor Julienfile_data: smtp file_data to generic file_data
2017-12-14  Andreas Herzdetect-engine: add missing mutex unlock
2017-12-11  Giuseppe Longodetect: save invalid rules
2017-12-11  Giuseppe Longodetect-engine: remove DONE state
2017-12-08  Giuseppe Longodetect-engine: add reload time/rules stats
2017-10-19  Victor Juliendetect: error out on invalid detect.profile option
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2017-05-01  Victor Juliendebug: suppress notice message
2017-04-21  Victor Juliendetect: improve stateful detection
2017-04-21  Victor Juliendetect: register progress in inspect engines
2017-04-20  Victor Julienstream inspection: add debug counters
2017-02-17  Victor Juliencoverity: suppress CID 1400648
2017-02-17  Victor Juliendetect: fix missing unlock in error path
2017-02-16  Victor Julienvar-names: expose outside of detect engine
2017-02-16  Victor Juliendetect: use engine version instead of id
2017-02-16  Victor Juliendetect: remove DMATCH list
2017-02-16  Victor Juliendetect: remove the AMATCH list
2017-02-16  Victor Julienhttp_header: convert to use common code
2017-02-16  Victor Juliendetect: global registery for keyword thread data
2017-02-16  Victor Juliendetect: detect engine registration cleanup
2017-02-16  Victor Juliendetect: cleanup built-in list id's
2017-02-16  Victor Julientemplate: dynamic buffer
2017-02-16  Victor Julienapp-layer-events: dynamic list
2017-02-16  Victor Julienfiles: use dynamic list
2017-02-16  Victor Juliencip/enip: dynamic buffer
2017-02-16  Victor Julienmodbus: dynamic buffer
2017-02-16  Victor Juliendnp3: dynamic buffers/lists
2017-02-16  Victor Julientls: dynamic buffers
next