Re: [Clamav-devel] One bug in matching algorithm of ClamAV 0.90

2007-03-05 Thread alex
. >> >> >> I think the sample file should be detected too by the pattern files "a.db". > >Something indeed seems wrong. Please open a bugreport and we will have a >closer look at this issue. I have opened a new bugreport, #390, for this issue. Expecting the res

[Clamav-devel] One bug in matching algorithm of ClamAV 0.90

2007-03-05 Thread alex
if (pt->maxdist) mdata->maxshift[pt->sigid - 1] = mdata->partoff[pt->sigid - 1][j] + pt->maxdist - curroff; Can anyone tell me this modification is right or not ? alex [EMAIL PROTECTED]   2007-03-05 ___ http://lurker

[Clamav-devel] One problem in filetype.c in clamav0.90

2007-02-27 Thread alex
Dears all: I have read the source code of clamav 0.90 and found a strange code in filetype.c. There is an expressioniIn 233 line of filetype.c : if(!iscntrl(buf[i]) && !isprint(buf[i]) && !internat[buf[i] & 0xff]) and this expression would ALWAYS be false. I want to know if i

Re: [Clamav-devel] ICAP-Support

2005-02-10 Thread Alex Ott
er GPL by NetworkAppliance Inc. KP> I did not look at it. KP> http://www.i-cap.org/docs/ KP> Petr KP> ___ KP> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-devel -- With best wishes, Alex Ott Jet Infosystems, http

Re: [Clamav-devel] freshclam foreground patch

2005-02-10 Thread Alex Pleiner
ise [1] would be a nice feature. Supervising a daemon requires that the daemon runs in foreground. I would like to see Jeremy's patch added to the CVS. No offense, Alex [1] http://cr.yp.to/daemontools.html -- Alex Pleinerzeitform Internet Dienste mailto:[EMAIL P

Re: [Clamav-devel] pkgconfig file error?

2004-07-12 Thread Alex Ott
>>>>> "SB" == Scott Beck writes: SB> On Mon, 2004-07-12 at 22:39, Alex Ott wrote: >> Hello all >> >> I try to use libclamav.pc to properly define needed CFLAGS & LDFLAGS >> but found one strange thing - it does not mention -lclamav, as

[Clamav-devel] pkgconfig file error?

2004-07-12 Thread Alex Ott
Hello all I try to use libclamav.pc to properly define needed CFLAGS & LDFLAGS but found one strange thing - it does not mention -lclamav, as do other packages for their libs. i think, that this is bug and should be fixed. -- With best wishes, Alex Ott Jet Infosystems,

RE: [Clamav-devel] Clamwin

2004-05-15 Thread Alex Cherney
> -Original Message- > > > Sorry for this post, > > Still waiting for the binary list confirmation to arrive, but > thought it was applicable here. > > > There seems to be more hits from Stinger.exe from McAffee, > then from clamwin (both latest versions)? > Any comments? Clamav da

[Clamav-devel] segfault using cl_scanfile

2004-04-30 Thread Alex Krohn
= malloc/free: 81365 allocs, 8599 frees, 138642343 bytes allocated. ==14556== For a detailed leak analysis, rerun with: --leak-check=yes ==14556== For counts of detected errors, rerun with: -v Segmentation fault [EMAIL PROTECTED] foo $ Cheers, Alex clamav-test.c Description: Binary data test.txt Description: Binary data

RE: [Clamav-devel] Participate in clamav development.

2004-04-08 Thread Alex Cherney
not the most stable approach. I read in Dazuko FAQ that there is work in progress to port Dazuko to Win32, so maybe we could join the efforts. Regards, Alex --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linu

RE: [Clamav-devel] ClamWin 0.2 released on SourceForge

2004-04-05 Thread Alex Cherney
out to general users to try now. I will announce the release on clamav-users now. Cheers, Alex --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologie

RE: [Clamav-devel] ClamWin 0.2 released on SourceForge

2004-04-05 Thread Alex Cherney
I plan to modify a bit and release as a part of the Windows Installer. I don't know when will I find time to do that, hopefully soon. Regards, Alex --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by

[Clamav-devel] ClamWin 0.2 released on SourceForge

2004-04-02 Thread Alex Cherney
\Software\Classes instead of HKEY_CLASSES_ROOT). It was a bit of a challenge to get InnoSetup do things correctly but it seems okay now. Regards, Alex --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by

Re: [Clamav-devel] ClamWin 0.1c released on SourceForge

2004-03-31 Thread Alex Cherney
On Wed, 31 Mar 2004 21:12:36 +0200 Tomasz Papszun <[EMAIL PROTECTED]> wrote: On Sat, 27 Mar 2004 at 19:05:12 +1100, Alex Cherney wrote: [...] 4. You need to be an administrator on NT/2000/XP in order to install it Which is often out of discussion in corporate envir

[Clamav-devel] ClamWin 0.1c released on SourceForge

2004-03-27 Thread Alex Cherney
. You need to be an administrator on NT/2000/XP in order to install it (write permissions to HKEY_LOCAL_MACHINE are necessary). However you may run it in an ordinary user account from python sources. Regards, Alex --- This SF.Net email is

RE: [Clamav-devel] updated patch to libclamav/scanners.c

2004-03-25 Thread Alex Cherney
icted NTFS environment, but then admin can create this folder and let everyone write to it. Regards, Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Kojm Subject: Re: [Clamav-devel] updated patch to libclamav/scanners.c Your installer sho

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

2004-03-24 Thread Alex Cherney
previous patch wasn't quite right, please disregard as I made a very stupid error there. New file attached. Apologies for excessive posting. Cheers, Alex -Original Message- Subject: [Clamav-devel] Proposed patch to libclamav/scanners.c Hi, I have been trying to get clamscan wo

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

2004-03-24 Thread Alex Cherney
tmpfile() is used. I put a wrapper cli_safe_tmpfile() that tries tempfile() and if it fails then it uses cl_gentemp on cygwin, on other systems it just calls tempfile(). Attached is the patch of the above for your consideration. Cheers, Alex --- libclamav/scanners.c2004-03-25 17:15

RE: [Clamav-devel] Updated WinClamAV-Setup-0.1b

2004-03-24 Thread Alex Cherney
, aslo I'm thinking about using --log option to save the scan results to a temp file and then display it at the end of the scan (it will only have infected files listed). Should a user want to keep the log file I would just append it to a desired log file. Cheers, Alex

[Clamav-devel] Updated WinClamAV-Setup-0.1b

2004-03-23 Thread Alex Cherney
V-Setup-0.1b.exe and updated source is in <http://www.cher.id.au/winclamav/download>). Cheers, Alex --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo tech

RE: [Clamav-devel] ClamAV with Windows UI and setup

2004-03-23 Thread Alex Cherney
ures a bit, would you consider adding it into contrib source tree? Cheers, Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Kojm Sent: Tuesday, March 23, 2004 10:52 PM Hi Alex, the program looks and works OK. I suggest to add more configurati

RE: [Clamav-devel] ClamAV with Windows UI and setup

2004-03-23 Thread Alex Cherney
indows explorer. Possibly file system filter later). Cheers, Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nigel Horne Sent: Tuesday, March 23, 2004 9:56 PM To: [EMAIL PROTECTED] Subject: RE: [Clamav-devel] ClamAV with Windows UI and setup > I was th

[Clamav-devel] ClamAV with Windows UI and setup

2004-03-23 Thread Alex Cherney
developers list only in order to get your view on the approach, name of the software and it's functionality before releasing it to public. The screenshots are at <http://www.cher.id.au/winclamav>, binary and source downloads are at <http://www.cher.id.au/winclamav/download> Cheers, Al

Re: [Clamav-devel] possible memory leak

2004-02-10 Thread Alex Krohn
Hi, > > We are working on something for Clam, and are having problem tracking > > down a leak. The following C snippet leaks memory, as it appears > > Which libclamav version ? We were using 0.65. We just tried CVS, and it's been fixed. Sorry about the troubles. =) Cheer

[Clamav-devel] possible memory leak

2004-02-10 Thread Alex Krohn
buildtrie(root); cl_freetrie(root); sleep(1); root = NULL; } return 0; } Cheers, Alex -- Alex Krohn <[EMAIL PROTECTED]> --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Develop

RE: [Clamav-devel] clamd possible memory leak on database reload

2003-12-24 Thread Alex Black
elnet quit Cheers, Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Kojm Sent: Wednesday, December 24, 2003 9:18 AM To: [EMAIL PROTECTED] Subject: Re: [Clamav-devel] clamd possible memory leak on database reload On Wed, 24 Dec 2003 00:13:29 +1100

[Clamav-devel] clamd possible memory leak on database reload

2003-12-23 Thread Alex Black
and it slowly grows again. I disabled freshclam updates for a test and there was no growth in memory usage then. I may be wrong in my assumption, but I thought I'd let you know. Cheers Alex --- This SF.net email is sponsored by:

Re: [Clamav-devel] clamdscan errors

2003-09-28 Thread Alex Krohn
48.txt > Broken pipe I saw this error as well. It happens with the STREAM command because the file input is on a socket and not on a file descriptor. As a workaround, turn on the SaveStreamToDisk option in the conf and it will work. Cheers, Alex -- Alex Krohn <[EMAIL PROTECTED]> -

Re: [Clamav-devel] clamdscan errors

2003-09-24 Thread Alex Krohn
files: 0 > Time: 0.094 sec (0 m 0 s) > > $ clamdscan - < message.84548.txt > Broken pipe I saw this error as well. It happens with the STREAM command because the file input is on a socket and not on a file descriptor. As a workaround, turn o