Re[4]: [Clamav-devel] clamd potential race condition

2005-04-06 Thread -=MikeP=-
Hello Trog, Wednesday, April 6, 2005, 1:38:29 PM, you wrote: T> On Wed, 2005-04-06 at 12:57 +0400, -=MikeP=- wrote: >> while all the scanning threads currently running use >> pthread_rwlock_rdlock( &cl_root_rwlock ) ... pthread_rwlock_unlock(...) >> clause to access

Re[2]: [Clamav-devel] clamd potential race condition

2005-04-06 Thread -=MikeP=-
_rwlock_rdlock( &cl_root_rwlock ) ... pthread_rwlock_unlock(...) clause to access root node. So multiple scanner threads are allowed to access the tree simultaneously while they all be prevented from accessing root node for a short period of time while the pointers are swi

Re[2]: [Clamav-devel] patch for QNX

2005-03-03 Thread -=MikeP=-
Hello Nigel, Thursday, March 3, 2005, 10:06:43 PM, you wrote: NH> On Thursday 03 Mar 2005 09:56, -=MikeP=- wrote: >> +#ifdef C_QNX6 >> + snprintf(fullname, sizeof(fullname), "%s/clamavtmpX", >> dir); NH> Is that right? QNX'

[Clamav-devel] patch for QNX

2005-03-03 Thread -=MikeP=-
name: mkstemp(%s)\n", fullname); fd = mkstemp(fullname); Thanks in advance. These patches would make my further work easier :) -- Best regards, -=MikeP=- mailto:[EMAIL PROTECTED] ___ http://lurker.clamav.net/list/clamav-devel.html

Re[2]: [Clamav-devel] clamAV on QNX

2005-02-23 Thread -=MikeP=-
so not included in the default install. Nigel, you may send mail regarding QNX directly to me. -- Best regards, -=MikeP=-mailto:[EMAIL PROTECTED] ___ http://lurker.clamav.net/list/clamav-devel.html

Re[4]: [Clamav-devel] clamAV on QNX

2005-02-21 Thread -=MikeP=-
Hello Nigel, Monday, February 21, 2005, 12:18:23 PM, you wrote: NH> I understand, in that case howabout #define C_QNX6? NH> -Nigel I don't mind :) -- Best regards, -=MikeP=-mailto:[EMAIL PROTECTED] _

Re[2]: [Clamav-devel] stupid question on virus samples

2005-02-21 Thread -=MikeP=-
Hello Bogusław, Monday, February 21, 2005, 12:09:00 PM, you wrote: BB> -BEGIN PGP SIGNED MESSAGE- BB> Hash: SHA1 BB> - -=MikeP=- wrote: >> Hello ClamAV, >> >> I have 33 files, that are infected with old DOS viruses that are not >> recognized by Clam

Re[2]: [Clamav-devel] clamAV on QNX

2005-02-21 Thread -=MikeP=-
Hello Nigel, Monday, February 21, 2005, 11:55:13 AM, you wrote: NH> On Monday 21 Feb 2005 06:54, -=MikeP=- wrote: >> It would be great if there would be fixes of that kind in ClamAV: >> >> 1) add support for QNX NTO in configure.in: NH> What is NTO? >> nto*) &

[Clamav-devel] stupid question on virus samples

2005-02-20 Thread -=MikeP=-
is too stupid :)) Sorry for offtopic - I know this list is for other things than AVbases. -- Best regards, -=MikeP=- mailto:[EMAIL PROTECTED] ___ http://lurker.clamav.net/list/clamav-devel.html

[Clamav-devel] clamAV on QNX

2005-02-20 Thread -=MikeP=-
NC|O_BINARY, 0600); #endif #else /* we are in QNX - so here is annoying bug with 48 character names */ snprintf(fullname, sizeof(fullname) - 1, "%s/avtmp", dir); fd = mkstemp(fullname); #endif that would be great if these

Re[4]: [Clamav-devel] ClamAV temporary files

2005-02-17 Thread -=MikeP=-
Hello Trog, Thursday, February 17, 2005, 3:44:54 PM, you wrote: T> On Thu, 2005-02-17 at 15:54 +0300, -=MikeP=- wrote: >> I'm afraid it is a problem of QNX filesystem - some bug prevents from >> creating files with names longer than 48 characters... >> It was an old l

Re[2]: [Clamav-devel] ClamAV temporary files

2005-02-17 Thread -=MikeP=-
Hello Bogusław, Thursday, February 17, 2005, 3:48:01 PM, you wrote: BB> -BEGIN PGP SIGNED MESSAGE- BB> Hash: SHA1 BB> Trog wrote: >> On Thu, 2005-02-17 at 09:55 +, Nigel Horne wrote: >> >>>On Thursday 17 Feb 2005 09:31, -=MikeP=- wrote: >>> &g

Re[4]: [Clamav-devel] ClamAV temporary files

2005-02-17 Thread -=MikeP=-
Hello Nigel, Thursday, February 17, 2005, 11:48:09 AM, you wrote: NH> On Thursday 17 Feb 2005 06:39, -=MikeP=- wrote: >> Hello Nigel, >> >> Wednesday, February 16, 2005, 5:43:14 PM, you wrote: >> >> NH> On Wednesday 16 Feb 2005 14:44, -=MikeP=- wrote: >>

Re[2]: [Clamav-devel] ClamAV temporary files

2005-02-16 Thread -=MikeP=-
Hello Nigel, Wednesday, February 16, 2005, 5:43:14 PM, you wrote: NH> On Wednesday 16 Feb 2005 14:44, -=MikeP=- wrote: >> 2) there was a problem with scanning e-mails: I suppose it is the >> problem of QNX: >> >> LibClamAV Error: Can't create

[Clamav-devel] ClamAV temporary files

2005-02-16 Thread -=MikeP=-
Error: Can't create temporary file: /tmp/clamav-b6b8e6d1db0cd71b/Snowwhite and the Seven Dwarfs -The Real Story!.eml049122: Filename too long LibClamAV Error: fileblobDestroy: file not saved: report to [EMAIL PROTECTED] Anything can be done? -- Best regards

Re[2]: [Clamav-devel] libtool in acinclude.m4

2005-02-15 Thread -=MikeP=-
Hello Tomasz, Tuesday, February 15, 2005, 4:10:03 PM, you wrote: TK> On Tue, 15 Feb 2005 16:13:48 +0300 TK> -=MikeP=- <[EMAIL PROTECTED]> wrote: >> 1) is it possible to remove libtool from acinclude.m4 in future >> versions so that there is possibility t

[Clamav-devel] libtool in acinclude.m4

2005-02-15 Thread -=MikeP=-
from acinclude.m4 in future versions so that there is possibility to build environment with system's libtool. 2) What info (patches in what form) should be sent to support building ClamAV on QNX OS? (I'm not good at autotools so I would appreciate any help) -- Best regards

[Clamav-devel] Re[2]: porting ClamAV to QNX6

2005-02-03 Thread -=MikeP=-
b2a15a664d09ae5" tmp = 0x0 line = 0 bytes = 0 tmpdir = 0x8052a40 "eC\005\b" :((( -- Best regards, -=MikeP=-mailto:[EMAIL PROTECTED] ___ http://li

[Clamav-devel] porting ClamAV to QNX6

2005-02-03 Thread -=MikeP=-
pelov mikep_AT_qnx_DOT_org_DOT_ru -- Best regards, -=MikeP=- mailto:[EMAIL PROTECTED] ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-devel