Skip to content

Releases: Securepoint/squid-ecap-av

squid-ecap-av-v1.0.11

21 Dec 13:34
Compare
Choose a tag to compare
  • fixed a bug that could cause a deadlock between host and adapter due to
    the adapter not realizing that it has to fetch new available virgin
    data from the host
  • added a more informative logging message in name="value" format
    when a virus is found or some error occurred
    • added filesize and url information
    • add optionlist configuration option that may be set to the path of
      a file containing name : logname lines. Thereby, any meta-options
      passed to the adapter matching are added to the log message
      as logname="<option_valueof(name)>"
  • with squid-4 moving to c++, squid-ecap-av also now requires c++11

squid-ecap-av-v1.0.10

07 Dec 08:55
Compare
Choose a tag to compare

1.0.10

  • fix wrong handling of last data chunk leading to an assertion in the squid part of the ecap protocol; this sometimes resulted in the last chunk missing from the data, confusing some browsers (Chrome)
  • fix a problem that occurred when downloading large files (> maxscansize) without knowing the size a-priori and having only limited space for a temporary file; in that case, the download aborted when the space ran out
  • fix return types