]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2014-10-25  Giuseppe LongoFixes comments for pfring section in suricata.yaml
2014-10-25  Giuseppe LongoPF_RING: force cluster type if vlan is disabled
2014-10-25  Giuseppe Longoiprep: add unit tests for cidr
2014-10-25  Giuseppe Longodetect-iprep: extends cidr
2014-10-25  Giuseppe Longoiprep: extends cidr support
2014-10-25  Eric Leblondlua: add export of dns.rrname
2014-10-25  Eric Leblondlua: move function to common utils
2014-10-23  Victor Julienstream: improve bad window update detection 1182/head
2014-10-22  Victor Julienstream: fix 'bad window update' false positive 1174/head
2014-10-22  Tom DeCaniosanity check tcp SACK edges prior to recording. Attempt...
2014-10-22  Victor Julienstream: improve handling of 3whs packet loss 1173/head
2014-10-22  Victor Julienstream: fix ssh/ssl logging on tcp session reuse
2014-10-22  Victor Julienssh.softwareversion: allow more characters
2014-10-22  Victor Julienstream: add counter for failed pseudo setups
next