> Meanwhile, I notice via network traces and examining > contrib/Windows/Projects/clamAV/patches that freshclam is not currently > doing DNS queries to get database version information. The attached > patch provides this functionality on windows.
Looks good. I needed to add #include "shared/memory.h" #include "shared/output.h" to remove some warnings, and #ifdef _MSC_VER #include <winsock.h> #endif at the top to get it to compile. I will pass the patch on to the author of freshclam for his approval and subsequent inclusion of the patch in freshclam. > > - Mark Pizzolato -Nigel _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-win32
