]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2014-12-15  DIALLO Davidfix Cygwin build fails: array subscript has type char 1258/head
2014-12-15  DIALLO DavidAdd a warning in Modbus section of YAML file to remind...
2014-12-15  DIALLO DavidUpdate AppLayerProtoDetectPrintProbingParsers with...
2014-12-15  DIALLO Davidfix CID 1257762: Logically dead code(DEADCODE)
2014-12-12  Eric Leblondsuricatasc: exit with error if command returns NOK 1252/head
2014-12-12  Eric Leblondsuricatasc: now python 2 and 3 compatible
2014-12-12  Victor Julienunix-socket: allow socked in custom locations
2014-12-11  Victor Julienunix-socket: fix restart/shutdown cycle
2014-12-11  Ken SteeleFix indentation 1250/head
2014-12-11  Ken SteeleFix memory leak in ac-tile
2014-12-11  Ken SteeleClean up memory leaks in ac-tile code
2014-12-11  Ken SteeleMake bad copy-mode be an error in runmode-tile.
2014-12-11  Victor JulienBug 1329: error out on invalid rule protocol
2014-12-11  Eric Leblondunix-manager: fix cppcheck errors
2014-12-10  Victor Julienstream: don't send EOF to AppLayer too soon 1247/head
2014-12-05  Victor Julienipv6: check for MLD messages with HL not 1 1239/head
2014-12-05  Ken SteeleCorrect flow memory usage bookkeeping error
2014-12-05  Victor JulienBug 977: -T / --init-errors-fatal to process all rules
2014-12-05  Victor Julienafpacket: only check offloading once per iface
2014-12-05  Victor Julienioctl: make all string args const pointers
2014-12-05  Victor Julienhttp: don't crash when normalizing uri on low memory
2014-12-05  Victor Juliendefrag: don't crash when out of memory
2014-12-04  Eric Leblondaf-packet: no more threads than RSS queues 1238/head
2014-12-04  Eric Leblondutil-ioctl: add message in case of failure
2014-12-04  Eric Leblondutil-ioctl: Add function to get number of RSS queues...
2014-12-04  Victor Julienaf-packet: threads: auto, default to workers 1237/head
2014-12-04  Victor JulienRunmode: handle value 'auto'
2014-12-04  Victor Julienthreading: remove '1slot' functions
2014-12-04  Victor JulienRunmodes: remove 'auto' runmodes
2014-12-03  Victor Julienlog-stats: expand membuffer if necessary 1234/head
2014-12-03  Victor JulienMemBuffer: add expansion call
2014-12-03  Victor Julienstats: expose stats to Lua output
2014-12-03  Victor Julienoutput streaming: cleanup at runmode destruction
2014-12-03  Victor Julienstats: disable stats if no loggers are enabled
2014-12-03  Victor Julienstats: initialize after outputs
2014-12-03  Victor Julienstats: introduce global config
2014-12-03  Victor JulienIntroduce stats log API, convert existing output
2014-12-01  Victor Julienpcre: fix var capture for non relative matches 1231/head
2014-11-27  Giuseppe Longopfring: fixes memleaks 1229/head
2014-11-27  Victor Julienlua: in streaming api, indicate open/close
2014-11-27  Ken SteeleUpdate copyright year in detect-flowbits files.
2014-11-27  Ken SteeleDetectFlowintData - remove unused idx in TargetVar.
2014-11-27  Ken SteeleFix bug in DetectFlowintParse() - Assigning to both...
2014-11-27  Ken SteeleDon't write target.tvar.idx in DetectFlowintParse
2014-11-27  Ken SteeleRemove an unused define COUNTER_DETECT_ALERTS
2014-11-27  Ken SteeleCoding style cleanup in detect-modbus files.
2014-11-27  Ken SteeleCorrect size increase in SigGroupHeadStore()
2014-11-06  DIALLO DavidDetect-engine: Add Modbus detection engine
2014-11-06  DIALLO DavidDetect: Add Modbus keyword management
2014-11-06  DIALLO DavidApp-layer: Add Modbus protocol parser
2014-11-06  Victor JulienUpdate Changelog for 2.1beta2 release suricata-2.1beta2
2014-11-03  Christophe MFix to output a JSON buffer to an Unix domain socket.
2014-10-31  Victor JulienFix Coverity issue in SMTP output 1196/head
2014-10-31  Victor Juliensmtp: don't create a new tx for rset/quit
2014-10-31  Victor Julienfilestore: fix crash if keyword setup fails
2014-10-30  Victor Julienmime: fix output issues 1195/head
2014-10-30  Victor Julienmime: fix compiler warning
2014-10-30  Victor Julienmime: improve error checking
2014-10-30  Victor Juliensmtp: fix SMTPParserTest14 on 32bit
2014-10-30  Victor Juliensmtp: improve ProcessDataChunk error checking
2014-10-30  Victor Juliensmtp: expand tx use
2014-10-30  Victor Julienoutput-filedata: close files even w/o data
2014-10-30  Victor Juliensmtp: register file truncate callback
2014-10-30  Victor Juliensmtp: convert logger to tx logger
2014-10-30  Victor Juliensmtp: add file inspection engine
2014-10-30  Victor Juliensmtp: make TX aware
2014-10-30  Victor Julienmime: redo PrintChars using PrintRawDataFp
2014-10-30  Victor Juliendecode mime: refactor & cleanup
2014-10-30  Victor Julienmime: rename mime-decode.[ch] to util-decode-mime.[ch]
2014-10-30  Victor Julienmime: style updates
2014-10-30  Victor Julienmime decode: reshuffle data structures to reduce struct...
2014-10-30  Victor Julienoutput smtp: fix call
2014-10-30  Victor Juliendecode mime: clean up includes
2014-10-30  Victor Julienmime decode: improve MimeDecParseLineTest01 and MimeDec...
2014-10-30  Victor Juliendecode mime: fix scan-build issues
2014-10-30  Victor Julienmime decode: fix memory leak
2014-10-30  Victor Julienmime decode: remove unused url counter
2014-10-30  Victor Julienoutput smtp: clean up memory at shutdown
2014-10-30  Victor JulienFix compiler warning
2014-10-30  Victor Julienmime: refactor buffer use
2014-10-30  Tom DeCaniosmtp-mime: preinitialize base64 decoder space
2014-10-30  Tom DeCaniomime-decode: clean up after MimeDecParseFullMsgTest01.
2014-10-30  Tom DeCaniomime-decode: fix minor memory leak if Mime parser initi...
2014-10-30  Tom DeCaniomime-decode: remove "comparison between signed and...
2014-10-30  Tom DeCanioapp-layer-smtp: move old smtp-mime section in suricata...
2014-10-30  Tom DeCanioPR review comment. Use protocol to discern log type.
2014-10-30  Tom DeCaniosmtp: turn on smtp mime decoding and enable smtp eve...
2014-10-30  Tom DeCanioeve-log: catch and log URLs in basic text emails withou...
2014-10-30  Tom DeCaniomime-decode: don't scan attachment's data for URLs.
2014-10-30  Tom DeCanioapp-layer-smtp: fix Test14.
2014-10-30  Eric Leblondsmtp layer: fix unittests
2014-10-30  Tom DeCanioeve-log: SMTP JSON logger
2014-10-30  Tom DeCaniosmtp-mime: add server reply codes returned from outlook...
2014-10-30  David AbarbanelSMTP MIME Email Message decoder
2014-10-30  Ken SteeleMake suricata_ctl_flags be volatile
2014-10-30  Victor Julienstream/async: improve handling of syn/ack pickup 1194/head
2014-10-30  Victor Julienstream/async: fix session setup issues
2014-10-29  Victor Julienstream: improve tracking with pkt loss in async 1191/head
2014-10-26  Victor Julieniprep: cleanup ctx on shutdown
2014-10-25  Ken SteeleMake AppLayerProfiling functions inline 1184/head
next