]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2015-07-20  Victor Julienintroduce fatal error macro's 1600/head
2015-07-20  Victor Julienlua: dns support
2015-07-20  Victor Juliendns: generic inspect engines for DNS
2015-07-20  Victor Juliendetect: add AppLayerTxMatch call
2015-07-20  Victor Juliendns: generic request/response detect lists
2015-07-20  Victor Juliendns: rename type so it's purpose is more clear
2015-07-20  Victor Julienlua: dns extensions
2015-07-20  Victor Julienlua: initial DNS logging support
2015-07-20  Eric Leblondtls-store: avoid log flooding
2015-07-20  Eric Leblondfilestore: use SCFree instead of free
2015-07-20  Eric Leblondtls-store: backward compatibility
2015-07-20  Eric Leblondtls-store: now a separate module
2015-07-20  Jeff BarberSupport for reconnecting unix domain socket log files
2015-07-20  Jason Ishlogging: integrate rotation into SCConfLogOpenGeneric.
2015-07-20  Jason Ishrule vars: strip leading white space before looking... 1599/head
2015-07-08  Victor Julienconfig: update yaml to show json logging option 1580/head
2015-07-08  sfdFix compile bad dereferences
2015-07-08  Alexander GozmanIn non interactive mode, print errors to stderr
2015-07-08  Alexander Gozmansuricatasc: remove "u" prefix when printing JSON output.
2015-07-08  Zopieuxstream_size operator comparison (fix issue #1488)
2015-07-06  Victor Julienlogging: json output 1578/head
2015-07-06  Victor Julienlogging: fix per output log formats
2015-07-06  Victor Julienlogging: optional colors output
2015-07-06  Victor Julienlogging: change newline handling
2015-07-06  Victor Julienoutput: cleanup
2015-07-06  Victor Julienlogging: cleanup output API
2015-07-06  Victor Julienlog: reorganize SCLogOPIfaceCtx to make it more efficient
2015-07-06  Victor Juliendetect: fix settings override for reloads 1577/head
2015-07-06  Helmut SchaaDisable pcap-config use during cross compilation
2015-07-06  Alexander GozmanIssue 1491: fix capabilities for pf_ring mode when...
2015-07-06  Alexander GozmanFix issues #1493 and #1494
2015-06-30  Giuseppe Longofile_data: check for signature alproto and flow 1574/head
2015-06-19  Victor JulienMinor unittest cleanups
2015-06-19  Victor Julienapp-layer: fix coverity warnings
2015-06-19  Victor Julienerspan: respect vlan.use-for-tracking setting
2015-06-19  Victor Julienhtp: hide BUG_ON's behind DEBUG_VALIDATION
2015-06-19  Victor Juliensmtp json: fix potential crash on malloc failure
2015-06-19  Victor Juliendetect analizer: fix minor coverity warning
2015-06-19  Victor Julienfile_data smtp: fix minor coverity warning
2015-06-19  Victor Juliensmb: fix coverity warning
2015-06-18  Victor Julienpfring runmode: remove set that is never read 1562/head
2015-06-18  Victor Juliencounters: reduce global usage
2015-06-18  Victor Juliendce_opnum: improve memory handling on parsing error
2015-06-18  Victor Julienhtp: fix test
2015-06-18  Victor Julienfast log: clean up tests
2015-06-18  Victor Juliendetect hsbd: simplify resize logic
2015-06-18  Victor Julienapp-layer: update all protocols to accept NULL+EOF
2015-06-18  Victor Julienapp-layer: improve EOF handling
2015-06-18  Victor Julienprint: make PrintRawDataFp take a const arg
2015-06-18  Victor Julienstream: update StreamMsg to don't have fixed size
2015-06-18  Victor Julienstream: remove STREAMTCP_STREAM_FLAG_CLOSE_INITIATED...
2015-06-18  Giuseppe Longohttp: rework UT 1559/head
2015-06-18  Victor Julienhttp: memcap HTTP server inspect body code
2015-06-18  Victor Juliensmtp file_data: fix wrong free
2015-06-18  Victor Julienflow timeout: prevent dead locks
2015-06-18  Victor Julienhttp: improve inline body tracking
2015-06-18  Victor Julienhttp: body pruning update
2015-06-18  Giuseppe Longohsbd: inspect buffer depending on the engine mode
2015-06-18  Giuseppe Longoapp-layer-htp: add http_body_inline setting
2015-06-17  Victor Julienips: move counters in common struct and funcs 1558/head
2015-06-17  Victor Juliennfq: add ips stats
2015-06-17  Victor Juliendecode: create util function for basic counter updates
2015-06-17  Jason Ishjson-stats: log deltas
2015-06-17  Victor Juliendetect-state: remove/hide BUG_ON statements
2015-06-17  Victor Julienfile extract: add app_proto to logging 1556/head
2015-06-15  Victor Julienalproto: improve AppProtoToString 1549/head
2015-06-15  Eric Leblondapp-layer: add modbus to AppProtoToString
2015-06-15  Victor Juliensuppress: add track by_either mode
2015-06-15  Victor Juliensuppress: support ip-lists
2015-06-15  Jason Ishhostbits: ignore leading and trailing white space
2015-06-10  Jason Ishjson-stats: reorg threads and totals 1544/head
2015-06-10  Jason Ishjson-stats: log uptime in seconds, instead of a string
2015-06-10  Jason Ishflowbits: strip leading and trailing spaces in name 1540/head
2015-06-10  Zachary RasmorAdd Feature #1454. Generic eve-log prefix support.
2015-06-10  Victor Juliendecode: optimize DecodeThreadVars layout
2015-06-10  Victor Juliendecode: add erspan counter
2015-06-10  Victor Juliendecode: add ERSPANv1 decoder
2015-06-10  Victor Juliendecode: clean up tunnel decode logic
2015-06-09  Victor Juliendetect: various header cleanups 1538/head
2015-06-09  Victor Juliendetect: remove struct/union tricks from Signature
2015-06-09  Victor Juliendetect: remove unused match_flags from inspect engines
2015-06-01  Victor Julienhttp: improve body pruning 1528/head
2015-06-01  Victor Julienhttp: fix body tracking
2015-05-30  Victor Julienhttp-client-body: create unittest util func 1523/head
2015-05-30  Eric Leblondlogging: fix modules ordering during logging
2015-05-30  Eric Leblondoutput-lua: sync variable name with yaml
2015-05-30  Jason Ish--set - handle spaces on either side of '='
2015-05-30  Jason Ishconf - function declaration style
2015-05-27  DIALLO Davidmodbus: fix heap-buffer-overflow in Modbus parser 1509/head
2015-05-27  Victor Juliencounters: use ptr to name instead of copy 1508/head
2015-05-27  Victor Juliencounters: don't run if no counters have been registered
2015-05-27  Victor Juliencounters: work around unix-socket init issues
2015-05-27  Victor Juliencounters: make threads cleanup all memory
2015-05-27  Victor Juliencounters: clean up global context
2015-05-27  Victor Juliencounters: turn flow.memuse into a global counter
2015-05-27  Victor Juliencounters: make DNS counters globals
2015-05-27  Victor Juliencounters: make tcp.memuse a global counter
2015-05-27  Victor Julienhttp: make http.memuse a global counter
2015-05-27  Victor Juliencounters: remove references to 'perf' counters
2015-05-27  Victor Juliencounters: remove last and now unused tm_name reference
next