]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2016-05-09  DIALLO Davidmodbus: fix AddressSanitizer error (segmentation fault) 2069/head
2016-05-09  Victor Julienipv6: fix alignment issue in address to string code
2016-05-09  Victor Julienac-ks: fix integer handling issue
2016-05-09  Victor Julienunittests: don't call memcpy on NULL-ptr
2016-05-09  Victor Julienpcre: initialize var before use
2016-05-09  Victor Julienyaml: minor cleanup
2016-05-09  Victor Julienyaml: initialize var to prevent uninitialized read
2016-05-09  Victor Julientcp sack: fix alignment issues
2016-05-09  Victor Juliensmb: improve integer handling
2016-05-09  Victor Juliendcerpc: improve integer handling
2016-05-09  Victor Juliendetect port: fix integer handling in hashing
2016-05-09  Victor Juliendecode: don't call memcpy on NULL-ptr on pseudo packets
2016-05-09  Victor Julienippair: fix alignment issues
2016-05-09  Victor Julienhost: fix alignment issues
2016-05-09  Victor Julienflow: fix alignment issues
2016-05-09  Victor Julientcp: fix alignment issues with tcp timestamps
2016-05-09  Victor Juliendecode-mime: don't call memcpy on NULL pointer
2016-05-09  Jason Ishsources: allow interface definitions to be reordered
2016-05-09  Eric Leblondconfig-test: fix memory leak detect by ASAN
2016-05-05  maxtorsUse ConfValIsTrue for parseing util-logfile append... 2058/head
2016-05-05  maxtorsUse ConfValIsTrue for parsing TILE PCIE logging append...
2016-05-05  maxtorsUse ConfValIs* for parsing pf-ring.checksum-checks.
2016-05-05  maxtorsUse ConfValIs* for parsing pcap.checksum-checks.
2016-05-05  maxtorsUse ConfValIs* for parsing netmap.checksum-checks.
2016-05-05  maxtorsUse ConfValIs* for parsing af-packet.checksum-checks.
2016-05-05  maxtorsUse ConfValIs* for parseing mpipe.checksum-checks.
2016-05-05  maxtorsUse ConfValIs* for parsing pcap-file.checksum-checks.
2016-05-03  Victor Julienprofiling: suppress inferior version of UtilCpuGetTicks... 2053/head
2016-05-03  Victor Juliencoverty: fix dead code warning
2016-05-03  Jason Ishsmb: check that there is enough input data
2016-05-03  maxtorsReordering of RRTYPE switch case for performance.
2016-05-03  maxtorsAdded more DNS Resource Record Types.
2016-05-03  maxtorsChanged "enabled" parsing to use ConfValIs(true|false)
2016-05-03  maxtorsUpdate ASN1_MAX_FRAMES to reflect default in suricata...
2016-05-02  Victor Julienstats: fix stats.log ignoring null-values for threads
2016-05-02  Victor Juliencppcheck: fix harmless warnings 2050/head
2016-05-02  Zachary RasmorRemove free operation on thread name field.
2016-05-02  Victor Julienrunmodes: constify names
2016-05-02  Zachary RasmorUpdate unit test to account for 'name' type change.
2016-05-02  Zachary RasmorUpdate thread creation and threads to use global thread...
2016-05-02  Zachary RasmorChange thread name from pointer to buffer. Remove point...
2016-05-02  Zachary RasmorUpdate shortening algorithm to account for addition...
2016-05-02  Zachary RasmorAdd global threadnames.
2016-05-02  Zachary RasmorUpdate pcap-file runmode to adhere to new thread standard.
2016-05-02  Zachary RasmorUpdate threads to use global thread names.
2016-05-02  Zachary RasmorUpdate IPS thread names to new name standard.
2016-05-02  Zachary RasmorUpdate thread naming convention for all IDS modes.
2016-05-02  maxtorsChanged naming of flowmanager/recycler.
2016-05-02  maxtorsReworked how shortening should be performed.
2016-05-02  maxtorsFixed string copy and cat functions and made shortening...
2016-05-02  maxtorsAdded shortening of listening interface in util-runmodes
2016-04-29  Eric Leblonddetect-msg: fix option parsing 2047/head
2016-04-25  Victor Juliensmtp: fix test 2028/head
2016-04-25  Victor Juliendetect file: improve multi file handling
2016-04-25  Victor Juliendetect file: cleanups
2016-04-25  Victor Juliendebug: add various detect engine debug statements
2016-04-25  Victor Julienhttp: flag destate about new files
2016-04-25  Victor Juliensmtp: flag detect state that new files are available
2016-04-25  Victor Juliendetect state: fix issues with multiple files per tx
2016-04-25  Victor Juliensmtp/mime: allow unquoted name/filename fields
2016-04-25  Victor Juliensmtp: fix file logging and matching
2016-04-25  maxtorsRemoved duplicate include statements.
2016-04-25  maxtorsModule specific error code for init ctx error.
2016-04-25  maxtorsCorrected and unified debugmessages for init data error...
2016-04-22  maxtorsAdded parsing and utilization of yaml defined payload... 2021/head
2016-04-22  maxtorsAdded payload-buffer-size option to yaml configuration
2016-04-15  Victor Julienlua: print lua script func/line/file in SCLog* funcs 2020/head
2016-04-15  Victor JulienQA: --afl-rules for faster rule fuzzing
2016-04-15  Victor Julienpcap: small cleanups
2016-04-14  Victor Juliendns: don't read uninitialized memory in name parsing 2007/head
2016-04-13  Victor Julienstream-tcp: improve test function cleanup
2016-04-13  Victor Julienstream-tcp: introduce stream cleanup function
2016-04-13  Victor Julienstream-tcp: unify ssn clean up functions
2016-04-13  Victor Juliencapture: only check for faster methods on -i 2006/head
2016-04-13  Victor Juliencommandline: add -i arg check
2016-04-13  Victor Juliencommandline: use afpacket for -i if available
2016-04-13  Victor Julienpcap: unify -i and --pcap parsing
2016-04-13  Victor Juliencommandline: move afpacket parsing into util func
2016-04-13  Victor Juliencommandline: move pcap parsing into util func
2016-04-13  Victor Julieninstance: add progname as ptr to argv[0]
2016-04-13  Victor Julienreadme: initial readme for github
2016-04-13  Victor Julienconfigure: don't use AC_DISABLE_SHARED as it breaks OSX
2016-04-12  Mats Klepslandafl: add support for AFL PERSISTANT_MODE
2016-04-12  Mats KlepslandQA: add --afl-der=<file>
2016-04-12  Victor JulienQA: add --afl-decoder-ppp=<file>
2016-04-12  Victor JulienQA: expose Mime decoding API to commandline using ...
2016-04-12  Victor JulienQA: direct access from commandline to AppLayer API
2016-04-12  Victor Julienafl: add --enable-afl configure option
2016-04-12  Victor Julienafl: optionally exit right after afl single runmode
2016-04-12  Victor Julienafl: add --afl-parse-rules to return 0 on any rule
2016-04-12  Victor Julienafl: special 'single' runmode
2016-04-12  Victor Julienafl: add define to disable mgt threads
2016-04-12  Victor Julienafl: add define to disable rand_r use
2016-04-12  Victor Juliendetect reload: improve signal logic 2001/head
2016-04-12  Victor Julienstartup: move more into PostConfLoadedSetup
2016-04-12  Victor Julienstartup: move RunUnittests to StartInternalRunMode
2016-04-12  Victor Juliendetect keywords: use parse regex util func
2016-04-12  Victor Juliendetect parser: add parse regex util function
2016-04-12  Victor Juliendns: improve handling of tx pick up on response
2016-04-11  Mats Klepslandutil-decode-der: fix hang detected by AFL 1997/head
next