]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2013-11-28  Eric Leblonddefrag: don't modify packet if defrag fails 666/head
2013-11-28  Eric Leblonddecode: PacketTunnelPktSetup replaces PacketPseudoPktSetup
2013-11-28  Eric Leblonddecode: update API to return error
2013-11-28  Victor Julienrule setup: cleanup
2013-11-28  Victor JulienConvert dsize keyword parsing to use pcre_copy_substring
2013-11-28  Victor JulienConvert pcre keyword parsing to use pcre_copy_substring
2013-11-28  Victor Julienrule parser: convert to use pcre_copy_string
2013-11-28  Victor Juliendetect: use macro for max rule size
2013-11-28  Victor JulienConvert flowbits keyword parsing to use pcre_copy_substring
2013-11-28  Victor JulienConvert flow keyword parsing to use pcre_copy_substring
2013-11-28  Victor JulienConvert ParseSizeString to use pcre_copy_substring
2013-11-28  Victor Julienrule parser: don't use uninitialized value
2013-11-28  Giuseppe Longofeature #417: add support for configuration per host...
2013-11-27  Victor Julienrule parsing cleanups
2013-11-27  Victor Julienrule parsing: reduce mallocs and clean up
2013-11-27  Victor Julienaddress and port: reduce memory allocs
2013-11-27  Jason IshRemove the single line if statements.
2013-11-27  Jason IshSupport for configuration include files.
2013-11-27  Victor Juliensignature address parsing improvements and tests 660/head
2013-11-26  Victor Julienvalgrind: add suppression file
2013-11-26  Victor Julienhttp: use body limit in inspection
2013-11-25  Victor JulienFix using uninitialized memory (Bug #994)
2013-11-25  Eric Leblondutil-ioctl: ioctl error should be a warning 657/head
2013-11-25  Eric Leblondpcap: add warning about GRO and LRO usage
2013-11-25  Eric Leblondaf-packet: add warning message if LRO or GRO are set
2013-11-25  Eric Leblondutil-ioctl: add GRO/LRO detection capabilities
2013-11-25  Eric Leblondutil-ioctl: minor code cleaning.
2013-11-25  Eric Leblondpfring: improve error reporting at device opening
2013-11-22  Victor Juliendetect: don't consider smsgs for no inspect flag
2013-11-22  Victor Julienstream: improve raw reassembly
2013-11-21  Victor JulienFix autofp flow queue handler optimization
2013-11-21  Victor Julienbuild-info: add a nicer way of printing atomics support 650/head
2013-11-21  Victor Julienflow: aligned flow balance structures (used by autofp...
2013-11-21  Victor Julienhttp: add meta-field-limit option 649/head
2013-11-20  Victor JulienSSE 4.2 memcmp: don't read beyond var boundary 644/head
2013-11-19  Ken SteeleReduce the size of Packet structure
2013-11-19  Victor Julienhttp: strip 'proxy' part of http_uri 640/head
2013-11-19  Ken SteeleAllocate mPIPE packet ingress queue in each worker...
2013-11-19  Ken SteeleCleanup Tile build for -Werror
2013-11-19  Ken SteeleRename checksums to level3_comp_csum and level4_comp_csum.
2013-11-19  Eric Leblondsuricata: move some code into PostConfLoadedSetup
2013-11-19  Victor JulienRemove mkinstalldirs (bug #1041) 639/head
2013-11-19  Victor JulienAdd SSE support to --build-info 638/head
2013-11-19  Victor Julienmemcmp: don't use SSE intrinsics if less that 16 bytes...
2013-11-19  Victor Julienprofiling: don't init rule profiling ctx if rule profil...
2013-11-19  Victor Julienprofiling: when config is missing, keyword profiling...
2013-11-19  Victor Julienpcap: register counters for old pcap versions as well
2013-11-19  Victor JulienFix pcre_study error check
2013-11-18  Ken SteeleShare Packet checksum values for TCP, UDP, IPv6. ICMPv4...
2013-11-16  Ken SteeleAdd missing case for DNS_CONFIG 630/head
2013-11-15  Victor Julienhttp & tls: fix transaction handling
2013-11-15  Victor Juliendns: fix transaction handling
2013-11-15  Victor JulienDNS: trigger logging for toserver dir when previous...
2013-11-15  Victor Juliendns: detect case of request flooding
2013-11-15  Ken SteeleFormatting and comment updates in flow files 628/head
2013-11-15  Victor Juliendetect: only inspect smsg for valid tcp packets
2013-11-14  Ken SteeleAdd Unit test to check TCPv4 and IPV4 checksums together. 626/head
2013-11-12  Victor Julienstream: fix sequence number on smsg
2013-11-12  Ken SteeleGive Suricata priority to receive packets over Linux...
2013-11-12  Victor Julienhttp: don't decode + to space by default 620/head
2013-11-11  Victor JulienFix live rule reload confusing delayed detect 616/head
2013-11-11  Victor Juliendetect: don't do rule reload during delayed detect 615/head
2013-11-07  Victor Julienprofiling: add tracking of missing keywords
2013-11-07  Victor Julienprofiling: per buffer profiling
2013-11-07  Victor Juliendetect: add tostring function for DETECT_SM_LIST_ enum.
2013-11-06  Victor Julienprofiling: introduce per keyword profiling 613/head
2013-11-06  Victor Juliencontent inspection: introduce no_match label
2013-11-05  Victor Julienstream: fix IPv6 pseudo packet setup 610/head
2013-11-05  Victor Julienstream: reduce scope of StreamTcpPseudoPacketSetupHeader
2013-11-05  Victor JulienIPv4 decoder compile warning fix
2013-11-04  Victor JulienDNS: fix response name length logic 609/head
2013-11-04  Anoop SaldanhaFix for #1003.
2013-10-31  Victor JulienCounters: fix delayed-detect counter registration
2013-10-31  Victor JulienCounters: move perf critical var to the top of the...
2013-10-31  Victor JulienCounter: fix accidental logic change
2013-10-31  Victor JulienCounters: remove unused updated field
2013-10-30  Victor JulienOptimizations to reduce branch misses 607/head
2013-10-29  Victor JulienCounters: remove unused tm_name comparison loops
2013-10-29  Victor JulienCounters: fix unix socket
2013-10-29  Victor JulienCounters: merge SCPerfCounterName into SCPerfCounter...
2013-10-29  Victor JulienCounters: remove SCPerfCounterValue struct as we no...
2013-10-28  Victor JulienCounters: more unused code removal
2013-10-28  Victor JulienCounters: remove unused code
2013-10-28  Victor JulienCounters: remove all unused parts of the API
2013-10-28  Eric LeblondUse unlikely in malloc failure test. 604/head
2013-10-25  Eric Leblondaf-packet: init correctly the config structure 603/head
2013-10-24  Eric Leblonddecode: fix typo in comment
2013-10-21  Anoop SaldanhaUpdate ftp parser protocol detection to use lowercase... 600/head
2013-10-21  Anoop SaldanhaIntroduce new API to allow case insensitive protocol...
2013-10-19  Anoop SaldanhaRemove the obsolete DetectFtpBounceMatch() function.
2013-10-19  Ken SteeleSpell fixes in threads-arch-tile.h
2013-10-19  Anoop SaldanhaSupport for feature #983.
2013-10-19  Nelson EscobarBuild cuda kernel for capability 3.5 devices.
2013-10-18  Victor JulienDead code removal
2013-10-18  Victor Julienstorage: fix and small optimization
2013-10-17  Victor Julienflow: set correct family in FLOW_COPY_IPV6_ADDR_TO_PACKET
2013-10-17  Victor JulienFix 2 unittests
2013-10-17  Victor JulienMinor code cleanup/fixes to fast pattern unittests
2013-10-17  Victor JulienMinor fix for detection engine setup error check
2013-10-17  Victor JulienMinor pppoe cleanup
next