Re: [Clamav-devel] Making the shared directory a convenience library

2009-08-24 Thread Török Edwin
On 2009-08-23 03:24, Stephen Gran wrote: Hi all, This patch makes the shared/ subdirectory build a convenience library. Hi Stephen, Did you git add shared/Makefile.am? I don't see it in your patch. This means that on builds, each object file is only built once, then compiled into a

Re: [Clamav-devel] Problems building 0.95.2 under FreeBSD 6.3

2009-06-18 Thread Török Edwin
On 2009-06-18 14:12, Renato Botelho wrote: 2009/6/17 Török Edwin edwinto...@gmail.com: On 2009-06-17 01:58, Renato Botelho wrote: Hi, After upgrade clamav on FreeBSD ports collection i recieved this email from a user, talking about this problem building on 6.3. warranty; not even

Re: [Clamav-devel] Problems building 0.95.2 under FreeBSD 6.3

2009-06-17 Thread Török Edwin
On 2009-06-17 01:58, Renato Botelho wrote: Hi, After upgrade clamav on FreeBSD ports collection i recieved this email from a user, talking about this problem building on 6.3. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3597: $? = 0 configure:3604:

Re: [Clamav-devel] Help to fix some code with new API

2009-03-25 Thread Török Edwin
On 2009-03-25 19:54, Renato Botelho wrote: On Wed, Mar 25, 2009 at 2:46 PM, Renato Botelho rbga...@gmail.com wrote: On Wed, Mar 25, 2009 at 2:14 PM, Gianluigi Tiesi sher...@netfarm.it wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Renato Botelho wrote: Hello, I

Re: [Clamav-devel] Safebrowsing and web

2009-03-19 Thread Török Edwin
On 2009-03-17 04:13, Henrik K wrote: Quote from http://www.clamav.net/support/faq-safebrowsing: It is mainly targeted at people who are using ClamAV to filter web traffic. Seems unlikely as only mbox files are currently phishingChecked. Would it be possible to: - Enable phishingChecks

Re: [Clamav-devel] [fabio....@libero.it: [Pkg-clamav-devel] Bug#512776: License incompatibility with libgmp (GPLv2 only linking to LGPLv3 or later)]

2009-02-20 Thread Török Edwin
On 2009-02-20 03:13, Stephen Gran wrote: Now that I've been doing some looking, I see that there is also a bundled -ltdl in the source tree. I'm not aware of any license issues with libtool (although as it's an FSF project, I wouldn't be surprised to see it move to v3 in the future). Is this

Re: [Clamav-devel] use system libtommath when present

2009-02-20 Thread Török Edwin
On 2009-02-20 02:12, Stephen Gran wrote: Hopefully this will be a useful patch. Cheers, [PATCH] Modify build system to conditionally use system install of libtommath - it will be used if it is installed, or if it is explicitly enabled in configure Signed-off-by: Stephen Gran

Re: [Clamav-devel] Queries on signature database organization/loading

2008-12-29 Thread Török Edwin
On 2008-12-29 12:53, Babu.N wrote: Hi, I am developing SHIM layer for ClamAV to support Freescale pattern matching hardware. Could you please clarify a few queries: 1. Freescale has a pattern matching engine with 64k pattern capacity. How long can the patterns be? Does it support

Re: [Clamav-devel] clamAV scanning algorithm

2008-12-17 Thread Török Edwin
On 2008-12-17 18:37, Thomasz Blaszczyk wrote: ok, it seems that limits.maxfilesize limits to 10MB, but I am able to scan up to 25MB files. see below: (when I scan 30MB file the data scanned is 0, Why is like that? and I am able to scan nearly 25MB) Read the archives of -users. This

Re: [Clamav-devel] clamAV scanning algorithm

2008-12-17 Thread Török Edwin
On 2008-12-17 20:27, Thomasz Blaszczyk wrote: I just got first results here, http://omploader.org/vMTExNA What do you think about them? What kind of data was scanned? Was it hand-crafted, automatically generated, or real world files? What is the confidence of the values you measured? (I

Re: [Clamav-devel] clamAV scanning algorithm

2008-12-17 Thread Török Edwin
On 2008-12-17 21:28, Thomasz Blaszczyk wrote: What kind of data was scanned? Was it hand-crafted, automatically generated, or real world files? I create files by calling in loop function: fputc('my_byte') i.e: file_builder -n sizeoffile -xB8 So entire file consists of bytes 'B8'

Re: [Clamav-devel] clamAV scanning algorithm

2008-12-17 Thread Török Edwin
On 2008-12-17 18:12, Thomasz Blaszczyk wrote: Hi, I have notice kind of limitation in ClamAV. When time of scanning one file is longer than 1 sec, the entire file scan is droped. There is no such limitation in ClamAV. Best regards, --Edwin ___

Re: [Clamav-devel] build debugging ex1.c

2008-12-16 Thread Török Edwin
On 2008-12-16 01:13, Thomasz Blaszczyk wrote: Hello, I just reviewed few multi-pattern string scanning algorithms. And there are many variants for multi-pattern for Boyer-Moore. I am curious if the one implemented in Clamav is Boyer-Moore-Horspool or the one taken from authors of GLIMPSE or

Re: [Clamav-devel] build debugging ex1.c

2008-12-09 Thread Török Edwin
On 2008-12-10 01:31, Thomasz Blaszczyk wrote: Another thing, If I force troot-ac_only=0 If I force groot-ac_only to 1 I got 'segmet fault' (seg fault is another funciotn - cli_scanraw) That is not the way to go. If you want aconly, use the --dev-ac-only flag, don't forcibly set it. You

Re: [Clamav-devel] build debugging ex1.c

2008-12-07 Thread Török Edwin
On 2008-12-06 20:34, Thomasz Blaszczyk wrote: Thanks, There were many troubles. (I am building project from files I have copied from libclamav to my new created project folder). In many files a line #include inttypes.h was missing. Guess something wrong with cltypes.h (#ifndef __CLTYPES_H).

Re: [Clamav-devel] clamAV scanning algorithm

2008-12-04 Thread Török Edwin
On 2008-12-04 00:41, Thomasz Blaszczyk wrote: Thank you for reply, Török Edwin, Very, very good web seminar! Thanks I have 2 more questions: 1) I'd like to measure compare performance of AC BM algorithms. clamscan displays in 'scan summary' a 'time'. Does this time include disc

Re: [Clamav-devel] Clamav snapshot 20081114 build error at FreeBSD

2008-11-17 Thread Török Edwin
On 2008-11-17 17:29, Renato Botelho wrote: Hello, Hi, libtool: link: `/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libltdl/dlopen.la' is not a valid libtool archive gmake[4]: *** [libclamav.la] Error 1 gmake[4]: Leaving directory

Re: [Clamav-devel] Clamav snapshot 20081114 build error at FreeBSD

2008-11-17 Thread Török Edwin
On 2008-11-17 19:35, Renato Botelho wrote: On Mon, Nov 17, 2008 at 3:16 PM, Török Edwin [EMAIL PROTECTED] wrote: On 2008-11-17 17:29, Renato Botelho wrote: libtool: link: `/home/garga/prs/clamav-devel/work/clamav-devel-20081114/libltdl/dlopen.la' is not a valid libtool archive

Re: [Clamav-devel] Clamav snapshot 20081114 build error at FreeBSD

2008-11-17 Thread Török Edwin
On 2008-11-17 20:02, Renato Botelho wrote: It built removing libtool dependency, thanks!!! Ok. Anyway, the current ports version (20081105) build without any problems, something happened between 05 and 14 Nov that make it stop building. Yep, libltdl was added. Also I

Re: [Clamav-devel] Removal of clamscan's --no-phishing-restrictedscan option

2008-10-02 Thread Török Edwin
On 2008-10-02 10:25, Robert Allerstorfer wrote: Hi, clamscan 0.94 is the first version after 0.9 where the --no-phishing-restrictedscan option is no more mentioned in the output of 'clamscan -h'. However, that option has in fact been removed earlier - at least in the 0.93.x versions that

Re: [Clamav-devel] installation of 64bit libaries in /usr/lib ?

2008-08-28 Thread Török Edwin
On 2008-08-28 11:00, Per Jessen wrote: I've just built 0.93.3 on an AMD64 machine - for some reason, the libraries were installed in /usr/lib, not /usr/lib64. Is that intentional ? What OS? On my amd64 Debian Linux /usr/lib64 is a symlink to /usr/lib. Best regards, --Edwin

Re: [Clamav-devel] Patch to improve loading speed of compressed database

2008-07-16 Thread Török Edwin
On 2008-07-15 11:30, Damien Deville wrote: Dear Clamav-Devel, Here is a set of patches of libclamav and clamd for clamav-0.93.3 that reduces the loading time of compressed antiviral database in cvd files. They can be found at the following url: http://pbmtp.free.fr/clamav/ We noticed by

Re: [Clamav-devel] file descriptor passing

2008-04-14 Thread Török Edwin
Marc Balmer wrote: I just noticed that I need to register and login to propose this via bugzilla. Registration is automatic, and needed to avoid spam. Did you encounter problems during registration? The developers do not accept diffs via email, it seems. I will mail a diff against 0.93

Re: [Clamav-devel] Autoconf error

2008-04-14 Thread Török Edwin
aledr wrote: Good day! Just reporting in... I'm always building my clamav rpms with these instructions: -- %install %{__aclocal} %{__autoconf} %{__automake} Please make sure you are not using an old

Re: [Clamav-devel] Autoconf error

2008-04-14 Thread Török Edwin
aledr wrote: Good day! Just reporting in... I'm always building my clamav rpms with these instructions: -- %install %{__aclocal} %{__autoconf} %{__automake} %configure --enable-experimental --disable-clamav

Re: [Clamav-devel] libclamav OLE segfaults in ole2_walk_property_tree (patch included)

2008-03-02 Thread Török Edwin
Ladar Levison wrote: I've been having a problem with libclamav segfaulting. And since its linked into my mail server code (on lavabit.com), its been taking down the server. Please open a bugreport and attach the sample, so we can have a look. I've taken the temporary step of disabling

Re: [Clamav-devel] Errors compiling Development Snapshot

2008-02-18 Thread Török Edwin
Michael H. Martel wrote: Greetings! Hi, gcc -g -O2 -o .libs/clamscan output.o getopt.o cfgparser.o misc.o options.o clamscan.o others.o manager.o treewalk.o ../libclamav/.libs/libclamav.so -lpthread -Wl,--rpath -Wl,/usr/local/lib ../libclamav/.libs/libclamav.so: undefined reference

Re: [Clamav-devel] Configure patch for OS X 10.5 Leopard

2008-02-09 Thread Török Edwin
Mark Allan wrote: Hi folks, Here's a patch to allow ClamAV to configure properly on Mac OS X 10.5. The nidump tool was deprecated a long time ago and is no longer included in 10.5 as netinfo doesn't exist any more. The dscl tool is the preferred method from at least 10.3 onwards.

Re: [Clamav-devel] cl_scanmem, inotify

2007-12-29 Thread Török Edwin
Dilyan Palauzov wrote: Hello, Scanning memory regions: I was wondering if in libclamav there are some intentions to introduce a function that scans data in memory, something similar to That can only be done, if all scan functions in libclamav are tought to scan mmap-ed

Re: [Clamav-devel] symbol visibilty, public API, and internal function useage

2007-11-20 Thread Török Edwin
Stephen Gran wrote: Hi all, So I've been thinking about how to reduce the breakage that occasionally happens to other bits of software on upgrades of libclamav, and I think I've come up with something that might be of some use. libtool lets you use a version script to (on platforms that

Re: [Clamav-devel] libclamav.jar

2007-11-16 Thread Török Edwin
Bivaud François wrote: Thanks, we implement this way and we verify the memory usage. That's just complicated because we develop under win32 and exploit under linux suze. But us application don't need portable. You can connect to clamd using a TCP socket, and send it simple commands to scan

Re: [Clamav-devel] Request: Please remove PhishingScanURLs or make it off by default

2007-11-14 Thread Török Edwin
David F. Skoll wrote: Hello, Please see the thread at http://lurker.clamav.net/thread/20071112.182941.5cf0dbce.en.html#20071112.182941.5cf0dbce Once again, I request the developers to turn off PhishingScanURLs by default or even remove the entire codebase. It is undermining my (and many

<    1   2