Commit graph

2 commits

Author SHA1 Message Date
adam
ce76a98230 Changes 6.4:
* Change default value for clamd_local configuration directive to the
  common package default clamd local socket '/var/run/clamav/clamd.ctl'.
* The origin of the double free corruption was partially found in last
  release. It is now completely fixed. Thanks to Tim Weippert for the
  report.
* The call to squidGuard from SquidClamav by a bidirectional pipe seem
  to make squid/c-icap system going slower and slower. The reason comes
  from more and more pending squidGuard processes after c-icap thread
  restarting. The historical reason of this feature is related to Squid
  version 2.x that doesn't allow to chained url_rewrite_program. I think
  this is no more useful so the squidguard configuration directive will
  be removed in next major release. Thank to Marco Schuth and David
  Tannheimeri for the report.
  You'd better use the Squid configuration file (squid.conf) and the
  'url_rewrite_program' directive to use squidGuard. There's no plan to
  reintroduce the call to squidGuard from SquidClamav at least until
  squidGuard has a daemon mode or you really asked for it.
* Fix an issue on reallocating mishandled null pattern array.
2011-09-01 07:57:30 +00:00
adam
887e8ea72c SquidClamav is an antivirus for Squid proxy based on the Awards winnings ClamAv
anti-virus toolkit. Using it will help you securing your home or enterprise
network web traffic. SquidClamav is the most efficient Squid Redirector and
ICAP service antivirus tool for HTTP traffic available for free, it is written
in C and can handle thousand of connections. The way to add more securing on
your network for free is here.

SquidClamav is build for speed and security in mind, it is first used and
tested to secure a network with 2,500 and more users. It is also known to
working fast with 15000+ users.
2011-05-11 04:31:15 +00:00