]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2012-01-20  Victor JulienUpdate Changelog to reflect changes between 1.2 and... origin/master-1.2.x suricata-1.2.1
2012-01-20  Victor JulienOnly force a pseudo packet inspection cycle for TCP...
2012-01-20  Victor JulienFix unified2 records generated based on reassembled...
2012-01-19  Victor JulienUpdate Changelog to reflect changes between 1.2rc1... suricata-1.2
2012-01-18  Victor JulienUpdate app layer events for HTTP now that libhtp has...
2012-01-18  Victor JulienIssue warning if libhtp version used is not up to date.
2012-01-18  Victor JulienEnforce flow direction for http_raw_header sigs. Fix...
2012-01-18  Victor JulienFix libhtp htp_tx_get_response_headers_raw 'detection...
2012-01-18  Victor JulienUpdate bundled libhtp to 0.2.7.
2012-01-18  Victor JulienAllow log-pcap to use both absolute and relative sguil...
2012-01-18  Victor JulienUndo unintended changes to suricata.yaml.
2012-01-18  Victor JulienFix PathIsAbsolute function not dealing with CYGWIN...
2012-01-18  Victor JulienRegister HTTP logger at registration, not thread init.
2012-01-18  Victor JulienSuppress ac-gfbs debug message being printed at info...
2012-01-18  Victor JulienThreading: do not keep a slots post_pq locked while...
2012-01-17  Victor JulienFix flowbits sigmatch structure added to the match...
2012-01-16  Victor JulienFix pcap -i mode.
2012-01-13  Victor JulienMake live worker runmode threads adhere to the 'detect...
2012-01-13  Victor JulienFix pcap -i <ip>.
2012-01-13  Victor JulienIndicate that the Suricata version used is a release...
2012-01-13  Victor JulienClean up default output. Use simpler output format...
2012-01-13  Victor JulienAssume offloading in use if 1/10th of the packets has...
2012-01-12  Victor JulienAdd missing Makefile.am files for rules/ and doc/ dir.
2012-01-12  Victor JulienFix checksum offloading auto detection typo: it should...
2012-01-12  Victor JulienMake sure new rule and doc files are part of the dist.
2012-01-11  Victor JulienDon't print error about missing git repo if building... suricata-1.2rc1
2012-01-11  Victor JulienUpdate ChangeLog to reflect changes between 1.2beta1...
2012-01-11  Victor JulienFix various minor clang/scan-build warnings.
2012-01-11  Victor JulienAdapt signature ordering to new flowbits post-match...
2012-01-11  Victor JulienImplement post match support for ip-only.
2012-01-11  Victor JulienLet timing out flow use pseudo packets also if state...
2012-01-11  Victor JulienAdd post-match list, move flowbits set, etc functions...
2012-01-11  Victor JulienAdd export of wiki install docs to our doc/ dir.
2012-01-11  Victor JulienAdd reject support to live single, autofp and workers...
2012-01-11  Eric Leblondrunmode: Add Reject to IPS worker mode.
2012-01-10  Victor JulienPrint elapsed time with millisecond precision.
2012-01-10  Victor JulienSet DROP flag for reject action so in addition to sendi...
2012-01-10  Victor JulienFix HTTP state and raw stream not being inspected at...
2012-01-09  Victor JulienTrigger raw stream reassembly on receiving a full HTTP...
2012-01-09  Victor JulienDisable printing dreaded app layer error messages to...
2012-01-09  Victor JulienAdd http-events.rules with an example rule for each...
2012-01-09  Victor JulienConvert error logging for HTTP to use new app layer...
2012-01-09  Victor JulienAdd check to invalidate signatures that inspect raw...
2012-01-09  Victor JulienClean up configure check for htp_tx_get_response_header...
2012-01-09  Anoop SaldanhaEnable http raw response header inspection only if...
2012-01-09  Anoop Saldanhasupport http response raw header inspection + carry...
2012-01-09  Anoop Saldanhahhd unittests for response headers
2012-01-09  Anoop Saldanhacarry out hhd mpm on both request/response headers
2012-01-09  Anoop Saldanhabug 389 - support http response header inspection ...
2012-01-09  WilliamAdd simple socket to gzip file PoC.
2012-01-06  Victor JulienSet 'livedev' in pcap acquisition module for older...
2012-01-06  Victor JulienAdd example smtp decoding events rules file.
2012-01-06  Victor JulienMake sure that continued stateful detection only inspec...
2012-01-06  Victor JulienAdd signature direction (flow:toserver/flow:toclient...
2012-01-06  Victor JulienSimplify detection loop. Inspect packet keywords before...
2012-01-06  Victor JulienRename app_layer_events to app-layer-events. Misc fixes...
2012-01-06  Victor JulienAllow flowint names to have dots in them.
2012-01-06  Anoop SaldanhaSupport for smtp decoder events
2012-01-06  Anoop SaldanhaSupport for app layer decoder events added + app_layer_...
2012-01-05  Victor JulienAllow non-existing flowints to be incremented. A 'set...
2012-01-05  Victor JulienClean up csum detection output, misc fixes.
2012-01-05  Eric Leblondconfig: Add explanation for checksum-checks options
2012-01-05  Eric Leblondpf-ring: add support for checksum verif mode
2012-01-05  Eric Leblondpcap: fix typo
2012-01-05  Eric Leblondpcap: add auto mode support
2012-01-05  Eric Leblondaf-packet: fallback if 'kernel' mode is not supported
2012-01-05  Eric Leblondaf-packet: auto mode support
2012-01-05  Eric LeblondAdd per-interface counter for invalid checksum.
2012-01-05  Eric LeblondIntroduce LiveGetDevice function
2012-01-05  Eric LeblondRename LiveGetDevice to LiveGetDeviceName
2012-01-05  Eric Leblondpcap: add support for checksum verif mode
2012-01-05  Eric Leblondaf-packet: add support for checksum verif mode
2012-01-05  Eric Leblonddecode: introduce checksum mode enum.
2012-01-05  Eric Leblondaf-packet: Fix typo in error message.
2012-01-05  Eric Leblonddetect-csum: incomplete checksum is a valid checksum
2012-01-05  Eric Leblondaf-packet: add variable to disable offloading detection
2012-01-05  Eric Leblondaf-packet: parse message to find lack of checksum
2012-01-05  Eric Leblondpf-ring: Mark emitted traffic as non checksummed
2012-01-05  Eric LeblondTreat incomplete checksum.
2012-01-05  Victor JulienFix icmpv6 ip-only rule not firing. #363.
2012-01-05  Anoop Saldanhaindentation fix
2012-01-05  Anoop Saldanhafix detection engine for alert stability. Fix cases...
2012-01-05  Anoop Saldanhaindendation fix
2012-01-05  Anoop Saldanhareclaim mpm contexts if no patterns are added to it...
2012-01-05  Anoop Saldanhaupdate cuda mpm to support per proto mpm contexts....
2012-01-05  Anoop Saldanhaintroduce separate mpm ctxs for tcp/udp/other_protos
2012-01-05  Anoop Saldanharefactor all http mpm engine code
2012-01-05  Anoop Saldanhafix indentation
2012-01-05  Anoop Saldanharemove unnecessary if/else checks
2012-01-05  Victor JulienAdd counters for SYN, SYN/ACK and RST TCP packets....
2012-01-05  Victor JulienLet flow:only_stream and flow:no_stream set the require...
2012-01-05  Victor JulienAdd tcp-pkt and tcp-stream 'protocols' to force a signa...
2012-01-05  Victor JulienFix 2 compiler warnings.
2012-01-05  Mike PomraningUse strlcpy
2012-01-05  Mike PomraningDocument new "filetype" argument for 'fast', 'http...
2012-01-05  Mike PomraningTouch up Makefile for SCConfLogOpenGeneric.
2012-01-05  Mike PomraningSwitch 'fast', 'http-log', 'drop' and 'alert-debug...
2012-01-05  Mike PomraningSCConfLogOpenGeneric() abstraction for regular and...
2012-01-04  Victor JulienSwitch log-file module to use new absolute path detecti...
2012-01-04  Victor JulienAdd functions to determine whether a path is absolute...
next