2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2005-02-21 23:37:55 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Don't copy dot files over, either.
|
2004-12-29 19:45:49 by Kimmo Suominen | Files touched by this commit (3) |
Log message:
Update to anomy-sanitizer 1.69:
Added zip_policy.pl from Advosys (http://advosys.ca/) to the contrib/
directory, after being invited to do so by Derrick Webber of Advosys.
Added sanitizer.procmail ruleset to contrib/, illustrating how to
implement a quarantine and add custom headers to infected e-mails.
Fixed priority bug in filename detection code, which would in some
cases give higher priority to Content-IDs than it gave to the MIME
filename attributes.
Made the file-name/MIME-type sanity checks configurable (default on)
via. the feat_sane_names variable. Set to 0 to disable.
Added support for scripts which want to pass the name of a detected
infection using the a line "Anomy-FileScan-VirusName: blah" like.
This makes the following new variables available to the file replacement
tempalte:
%VIRUSNAME - Propogated from Anomy-FileScan-VirusName
%SUMMARY - Propogated from Anomy-FileScan-Summary
%DESCRIPTION - Propogated from Anomy-FileScan-Description
This corrects problems, implements and expands on suggestions
(posted here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235352)
by Derrick Hudson (dman at dman13.dyndns.org).
|
2004-06-06 16:58:29 by Martin J. Laubach | Files touched by this commit (4) |
Log message:
Update anomy-sanitizer to 1.68
Added system_io_file variable to allow plugging in of custom
replacements for the IO::File module, to facilitate internal FRISK
development.
Fixed a problem with the mime-type auto-detection code which would
corrupt certain messages when feat_log_after was enabled. This
probably also have caused problems in other cases, but so far none have
been reported.
Include the TNEF hooks in Sanitizer in default distribution and made
inclusion of Anomy::TNEFStream "lazy" to save cycles in one-shot modes.
Note that the Anomy::TNEFStream modules still isn't distributed by
default.
Tuned the MIME parser to catch more of the exploits illustrated on
http://testvirus.org/. Also fixed a bug in the position counting. These
two changes combined effect almost all of the test cases (lines containing
pos= and MIME info almost all change).
Added the following options to configure the HTML cleaner (all are off
by default):
feat_html_noexe Disallow links to executables
feat_html_unknown Allow unknown HTML tags
feat_html_paranoid Paranoid HTML Cleaner mode, bans all src= links
and enables feat_html_noexe paranoia as well.
Added code to decrease the odds that attachments with content-IDs
ending in ".com" get mistakenly treated as executables.
Tweaked MIME parsing to catch a few more odd virus-generated messages.
|
2004-04-30 01:04:34 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Avoid copying '*.orig' files when installing.
|
2004-01-20 13:19:44 by Alistair G. Crooks | Files touched by this commit (29) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2004-01-19 00:40:12 by Kimmo Suominen | Files touched by this commit (3) |
Log message:
Upgrade to 1.66:
- fix issue with "all mail gets deleted", which was caused by looking at
Content-ID for filenames (new feature in 1.61); this resulted in mail
from ".com" domains to be considered ".com" attachments \
(patch-aa)
- fixes "PDF corruption problem" (1.64)
|
2004-01-06 08:17:57 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
bl3ify
|
2003-09-21 16:17:27 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add missing files to PLIST to fix errror with pkg_delete(1).
|
2003-08-31 15:51:21 by Martin J. Laubach | Files touched by this commit (2) |
Log message:
Update anomy-sanitizer to 1.63.
Changes include some improvements to the file detection mechanism,
interface to the f-prot virus scanner as well as quite a lot of bug
fixes. Note: the last pkgsrc version was from over 1.5 years ago.
|