Tartarus CVS: viruswatch: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Thu, 26 Jun 2003 14:28:05 +0100


CVS Root:       /home/cvs
Module:         viruswatch
Changes by:     simon
Date:           Thu Jun 26 2003  14:28:05 BST

Log message:
New code, derived from PuTTY's zlib reimplementation, to scan the
contents of zip files in MIME attachments and detect executables
inside them. I wish I hadn't had to do this, but we are under siege
from a virus of exactly this form so I have no choice. :-(

Modified files:
    .               : Makefile viruswatch.c
Added files:
    .               : inflate.c inflate.h

Links:
http://cvs.tartarus.org//viruswatch/Makefile.diff?r1=1.5&r2=1.6
http://cvs.tartarus.org//viruswatch/inflate.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//viruswatch/inflate.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//viruswatch/viruswatch.c.diff?r1=1.7&r2=1.8