February 17, 2009
View 4367454

libclamav, sigtool: fix handling of long signatures (bb#1395)

Tomasz Kojm authored on 2009/02/17 01:29:44
February 12, 2009
View 871177c

return codes cleanup (bb#1159)

Tomasz Kojm authored on 2009/02/12 22:53:23
January 27, 2009
View 47d40fe

libclamav: use LibTomMath by Tom St Denis instead of libgmp for multiple precision integer arithmetic (bb#1366)

Tomasz Kojm authored on 2009/01/27 04:47:02
January 6, 2009
View 72fb25e

libclamav/str.c: return token count in cli_strtokenize() libclamav/readdb.c: use tokens_count (bb#1331); make the parser more strict

Tomasz Kojm authored on 2009/01/06 04:57:47
November 19, 2008
View c9157be

libclamav/readdb.c: fix handling of malformed ldb sigs (bb#1292)

Tomasz Kojm authored on 2008/11/19 04:21:11
November 15, 2008
View 33068e0

libclamav: drop cl_settempdir(); use cl_engine_set() with CL_ENGINE_TMPDIR and CL_ENGINE_KEEPTMP instead

Tomasz Kojm authored on 2008/11/15 07:23:39
November 14, 2008
View ab0d2f0

libclamav, clamd, clamscan: use cl_engine_set() to control AC settings

Tomasz Kojm authored on 2008/11/14 04:06:42
View b8fe70b

libclamav: drop options parameter in cl_engine_new(); replace cl_engine_dup() with cl_engine_addref()

Tomasz Kojm authored on 2008/11/14 00:55:35
November 13, 2008
View 72d0c05

libclamav/readdb.c: phishing_done() no longer needs to be called outside cl_engine_free()

Tomasz Kojm authored on 2008/11/13 23:59:14
View f5a4018

dlinit in cl_init

aCaB authored on 2008/11/13 11:11:21
View f01ea61

Fix -Werror build: there is no libltdl directory when building with VPATH, $(srcdir)/libltdl is enough. Filter -Werror in libltdl.

Török Edvin authored on 2008/11/13 03:31:38
View 2d84c70

* libclamav: introduce new API calls for engine management (THIS REVISION IS NOT BACKWARD COMPATIBLE): cl_init(), cl_engine_new(), cl_engine_set/get(), cl_engine_compile(), cl_engine_dup(), cl_engine_free(); make minor modifications to other calls; move cl_engine to others.h; integrate limits into cl_engine * clamd, clamscan: use new API; drop hardcoded default limits and depend on those set by libclamav * clamav-milter, unit_tests: TODO, **don't compile in this rev**

Tomasz Kojm authored on 2008/11/13 01:41:18
November 12, 2008
View 15850fc

simplify the code; don't free 'engine'

Tomasz Kojm authored on 2008/11/12 06:23:34
November 11, 2008
View 724b2bf

Move cl_engine from clamav.h to others.h; move cl_limits to cl_engine; New API calls:

Tomasz Kojm authored on 2008/11/11 02:39:58
View b51b44a

*really* final

aCaB authored on 2008/11/11 02:36:55