]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2013-10-17  Victor JulienFix broken check in stream.max-synack-queued parsing...
2013-10-17  Victor JulienFix sanity check in AppInspectionEngine registration...
2013-10-16  Jason IshFeature #901 - VLAN defrag support. 593/head
2013-10-15  Ken SteeleCorrect indentation and wording of comments.
2013-10-15  Ken SteeleClean up function syntax
2013-10-15  Anoop SaldanhaAdd a /* fall through */ comment for all switch case...
2013-10-15  Victor Julienstorage: fix freeing storage 592/head
2013-10-15  Victor Julienthreshold: register threshold host storage. Related...
2013-10-14  Victor JulienReset both sides of the de_state on rule reload. Bug... 591/head
2013-10-14  Victor JulienDon't initialize threshold before rules on delayed...
2013-10-11  Victor Julieniprep: fix reputation loading and reloading 588/head
2013-10-10  Victor Julientag: fix session seconds tracking 586/head
2013-10-10  Victor Julientag: add some debug statements
2013-10-09  Victor JulienClean up rule reload logging
2013-10-08  Anoop Saldanhafix for bug #987. 584/head
2013-10-08  Anoop SaldanhaAPI renaming/beautification.
2013-10-08  Anoop SaldanhaFix for bug #989.
2013-10-08  Anoop SaldanhaReset app layer processed flag for segments that have...
2013-10-08  Anoop SaldanhaInside PP parser, we were using the return value from...
2013-10-08  Anoop SaldanhaUpdate ssl parser protocol detection pattern strings.
2013-10-08  Victor JulienXFF: use per alert tx id
2013-10-08  Victor JulienDisplay TX id in alert debuglog.
2013-10-08  Victor JulienStore TX id with alerts
2013-10-07  Victor Julienhtp: for apache and apache_2_2 personalities, that...
2013-10-07  Victor JulienBug 640: add more tests to validate that issue is fixed
2013-10-03  Eric Leblondsuricata: add -v[v] option to increase verbosity 576/head
2013-10-03  Eric Leblondsuricata: info message after log init
2013-10-03  Eric Leblondsuricata: reorder start
2013-10-03  Eric Leblondlog: change default log level to notice
2013-10-03  Victor JulienRevert change in queue handler wait logic. Bug #988.
2013-10-03  Victor JulienImprove 'host-mode' info message
2013-10-03  Victor JulienCoverity 1100842: add missing return statement
2013-10-03  Victor JulienCoverity 1100843: remove unnecessary check
2013-10-03  Victor Julienhttp: add new events for invalid host header and host...
2013-10-03  Victor Julienhttp: fix some decoder events
2013-10-03  Victor Julienhttp: update http rules
next