- don't treat all warnings from clamav as virus detections (had false positives on flash files; many thanks to Markus Moser for the suggestion and testing)
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well. Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.