[Clamav-devel] proposed patch

2006-11-13 Thread Dale Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tomasz, a patch is manually applied without exception when the ClamAV software is built to work properly within the darwin environment and there are several variation of the patch but the end changes are the same, adding command-line options to

Re: [Clamav-devel] proposed patch

2006-11-13 Thread Stephen Gran
On Mon, Nov 13, 2006 at 07:23:53PM -0500, Dale Walsh said: Tomasz, a patch is manually applied without exception when the ClamAV software is built to work properly within the darwin environment and there are several variation of the patch but the end changes are the same, adding

Re: [Clamav-devel] proposed patch

2006-11-13 Thread Dale Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 13, 2006, at 20:20:52, Stephen Gran wrote: On Mon, Nov 13, 2006 at 07:23:53PM -0500, Dale Walsh said: Tomasz, a patch is manually applied without exception when the ClamAV software is built to work properly within the darwin environment

[Clamav-devel] proposed patch: OnOutdatedExecute

2005-05-30 Thread Per Jessen
Per Jessen wrote: I've got a patch more or less ready, http://jessen.ch/files/patch-clamav-latest-onoutdatedexecute This is against the most recent tarball (20050530). Summary: Introduce a new config option OnOutdatedExecute in the same style as the existing OnErrorExecute and

[Clamav-devel] proposed patch - use strcspn() for isnumb().

2005-03-26 Thread Per Jessen
I was just reviewing Tomasz' minor changes regarding my earlier patch, when I noticed this. Hardly worth patching, but still. http://jessen.ch/files/patch-clamav-20050326-strcspn-for-isnumb /Per Jessen, Zürich ___

[Clamav-devel] proposed patch - fork() instead of system() for OnError/UpdateExecute

2005-02-25 Thread Per Jessen
I posted this on the user-lists - Here is a patch for clamav-0.83: http://jessen.ch/files/patch-clamav-0.83-freshclam-with-fork With this, freshclam will use a fork() for OnErrorExecute and OnUpdateExecute when it's running as a daemon - as commandline it will still use system().

Re: [Clamav-devel] proposed patch - fork() instead of system() for OnError/UpdateExecute

2005-02-25 Thread Laurent Wacrenier
Le Ven 25 fév 12:50:46 2005, Per Jessen écrit: I posted this on the user-lists - Here is a patch for clamav-0.83: http://jessen.ch/files/patch-clamav-0.83-freshclam-with-fork With this, freshclam will use a fork() for OnErrorExecute and OnUpdateExecute when it's running as a daemon

[Clamav-devel] Proposed patch to libclamav/scanners.c

2004-03-24 Thread Alex Cherney
Hi, I have been trying to get clamscan working on cygwin and it appears that on other Windows systems than 2000 tempfile() returns NULL unless there is \tmp folder on the drive. TMPDIR is set in the environment variables. To get it working I changed libclamav/scanners.c - the only file where