Re: [Clamav-devel] clamav daily.cvd definition file size history

2015-08-25 Thread David Raynor
We do not have a publicly accessible history of all daily.cvd files. I think the mirrors focus on serving the current versions of files. Given what you said about downloading cvd files and not cdiff files, this should give you a reasonable approximation for your purposes. Based on my notes for 201

Re: [Clamav-devel] enabling DMG and XAR support

2014-03-19 Thread David Raynor
On Wed, Mar 19, 2014 at 11:34 AM, Rafael Ferreira wrote: > Interesting... let me run some tests and get back to you. > > On Mar 19, 2014, at 8:33 AM, Mark Allan wrote: > > > Just out of interest, did you test to see if it *actually* worked? > > > > My configure output shows that dmg and xar are s

Re: [Clamav-devel] 0.98.1 not compiling on OS/X Mavericks

2014-03-18 Thread David Raynor
On Tue, Mar 18, 2014 at 10:36 AM, David Raynor wrote: > > On Tue, Mar 18, 2014 at 4:39 AM, Remi Mommsen wrote: > >> Hi, >> >> On 18 Mar 2014, at 07:12, Brian Reiter wrote: >> >> > >> > On Mar 18, 2014, at 6:05 AM, Zack wrote: >> > >

Re: [Clamav-devel] 0.98.1 not compiling on OS/X Mavericks

2014-03-18 Thread David Raynor
On Tue, Mar 18, 2014 at 4:39 AM, Remi Mommsen wrote: > Hi, > > On 18 Mar 2014, at 07:12, Brian Reiter wrote: > > > > > On Mar 18, 2014, at 6:05 AM, Zack wrote: > > > >> It used to compile on OSX just fine as recently as a month ago. > > > > I haven't built from source manually in a while but it

Re: [Clamav-devel] stub/example cvd files

2014-01-15 Thread David Raynor
On Wed, Jan 15, 2014 at 12:22 PM, Jeff Minelli wrote: > Hi, my group currently uses clamav in our rails apps. We are trying to > find ways to speed up testing on TravisCI. One of our issues is that > freshclam needs to run prior to our testing. This seems to add a lot of > buidl/testing time. > >

Re: [Clamav-devel] libclamav and INSTREAM

2013-11-20 Thread David Raynor
On Wed, Nov 20, 2013 at 2:45 PM, Erik Aigner wrote: > "No difference between a file handle to something in memory and to a file > on the FS.” > > Apparently there is, otherwise it would work with a memory file handle. > > -- > Erik Aigner > > > On Wednesday 20 November 2013 at 20:15, Brandon Perr

Re: [Clamav-devel] build for s390x system

2013-09-26 Thread David Raynor
> FP_MAX_SIZE: 8448 > > FP_SIZE: 264 > > TFM_ASM not defined > > fp_word: 8 > > ulong64: 8 > > unsigned long long: 8 > > CRYPT not defined > > > > It works good. > > I will try re-compile clamav. > > Later report the results. > >

Re: [Clamav-devel] build for s390x system

2013-09-25 Thread David Raynor
On Wed, Sep 25, 2013 at 2:55 PM, David Raynor wrote: > > On Tue, Sep 24, 2013 at 9:47 PM, Tsutomu Oyamada > wrote: > >> Hi, Dave. >> >> Thanks for your advice and quick respons. >> I tried it. >> >> >> fp_digit: 8 >> unsigned lon

Re: [Clamav-devel] build for s390x system

2013-09-25 Thread David Raynor
136 > TFM_ASM not defined > fp_word: 8 > ulong64: 8 > unsigned long long: 8 > CRYPT not defined > > > What should I just do in order to fix this problem? > Please teach me how to set size of fp_word to 16. > > T.Oyamada > > On Tue, 24 Sep 2013 18:16:26 -0

Re: [Clamav-devel] build for s390x system

2013-09-24 Thread David Raynor
On Tue, Sep 24, 2013 at 4:37 PM, David Raynor wrote: > On Tue, Sep 24, 2013 at 2:05 AM, Tsutomu Oyamada > wrote: > >> Hi, >> >> I investigated the value using the following programs. >> >> >> #include "stdlib.h" >>

Re: [Clamav-devel] build for s390x system

2013-09-24 Thread David Raynor
On Tue, Sep 24, 2013 at 2:05 AM, Tsutomu Oyamada wrote: > Hi, > > I investigated the value using the following programs. > > > #include "stdlib.h" > #include "bignum_fast.h" > > int main(int argc, char **argv) { > > printf("fp_digit: %d\n",sizeof(fp_digit)); > printf("unsigned

Re: [Clamav-devel] build for s390x system

2013-09-23 Thread David Raynor
On Mon, Sep 23, 2013 at 11:00 AM, Tsutomu Oyamada wrote: > Hi, all. > > We are using ClamAV for IBM zLinux (s390x architecture) > So many Warnings were output as follows, when we made a new build > with using the new release 0.98. > > # ./configure --prefix=/usr/lib/clamav --exec-prefix=/usr/lib/c

Re: [Clamav-devel] Does clamav work with hex or characters?

2013-03-25 Thread David Raynor
On Sat, Mar 23, 2013 at 3:34 PM, Kaushik Vaidyanathan < kvaid...@andrew.cmu.edu> wrote: > Hi Matt > > Thanks for your detailed explanation on how signature gets stored and > interpreted. > > I was looking up the codes in libclamav to see what data formats get used > for string compare. Some backtr

Re: [Clamav-devel] New Contributor - Loïc Maury

2013-01-07 Thread David Raynor
On Mon, Jan 7, 2013 at 7:57 AM, Loïc Maury wrote: > Hello, > > Happy new years > > I have recently downloaded by git the source code of project. > > But I have some issue with the test with make test. > > I launch the configure with ./configure --enable-check, make, make check, > > but some of te

Re: [Clamav-devel] Libclamav - filetype detection functionality

2012-09-12 Thread David Raynor
On Tue, Sep 11, 2012 at 9:47 AM, Alexandre Dias wrote: > Hello, > > I need to detect the type of a given file (so that in my own scanner, which > uses ClamAV's signature set, I can cross-reference it with any signature > that matches). > > However, if I'm not mistaken, such functionality is not c

Re: [Clamav-devel] Question about matcher-bm.c

2012-08-15 Thread David Raynor
On Wed, Aug 15, 2012 at 6:58 AM, Chatsiri Ratana wrote: > Hello Dave R, > >1) How to ClamAV categories virus signature in SHA1, SHA256, MD5 and > Hexdump types? >2) What's estimate signature types of virus load to A-C and B-M on > ClamAV? I see flags --ac-only for loading signature file

Re: [Clamav-devel] Question about matcher-bm.c

2012-07-03 Thread David Raynor
On Mon, Jul 2, 2012 at 5:07 PM, Alexandre Dias wrote: > Hello, > > I'm studying multi-pattern matching and I was browsing the source code for > ClamAV's implementation of a multi-pattern matcher (Wu-Maber based) > algorithm. > > I've got a question regarding the block and minimum size values. > >