]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2016-04-11  Mats Klepslandutil-decode-der-get: code cleanup
2016-04-11  Mats Klepslandutil-decode-der: code cleanup
2016-04-11  Mats Klepslandapp-layer-ssl: code cleanup
2016-04-11  Mats Klepslandapp-layer-tls-handshake: code cleanup
2016-04-11  Mats Klepslandapp-layer-tls-handshake: remove duplicate include
2016-04-11  Alexander GozmanSupport sending rejects via libnet when running under...
2016-04-11  Victor Julienautotools: add AS_VERSION_COMPARE stub for CentOS 5
2016-04-08  Jason Ishdoxygen: define UNITTESTS to generate test framework...
2016-04-08  Jason Ishflowbits: use some of the new test macros
2016-04-08  Jason Ishcounters: use some of the new macros in tests
2016-04-08  Jason Ishconf: use new testing macros
2016-04-08  Jason Ishtesting: new test macros, new testing documentation...
2016-04-08  Jason Ishtests: no longer necessary to provide successful return...
2016-04-08  Jason Ishtests: convert all test to return 0 on failure, 1 on...
2016-04-07  Eric Leblondprscript: update logic of sync with master test 1989/head
2016-04-07  Victor Julientcp: reduce TCP options storage in packets
2016-04-07  Torgeir Natviglua_close() segfaults on null pointers
2016-04-05  Victor Juliendetect: fix error handling in mpm setup
2016-04-05  Victor Juliendetect: fix scan-build warning
2016-04-05  Victor Juliendetect: don't set unused variable
2016-04-05  Victor Julienmpm: remove unused max pattern len field 1980/head
2016-04-05  Victor Juliendetect-flowvar: shrink mem structure by 8 bytes
2016-04-05  Victor Juliendetect: shrink IPOnlyCIDRItem with 8 bytes
2016-04-05  Victor Juliendetect-port: improve comment about sgh pointer
2016-04-05  Victor Juliendetect-address: remove sgh pointer as it's unused
2016-04-05  Victor Juliendetect-port: remove debug mem counters
2016-04-05  Victor Juliendetect-address: remove debug mem counters
next