March 13, 2009
View 20473de

libclamav/others.c: move cli_gentemp*() to others_common.c clamav-milter: don't link to libclamav (bb#1463)

Tomasz Kojm authored on 2009/03/13 19:56:53
View 2accc66

libclamav, clamd, clamscan: replace cl_engine_(set|get) with cl_engine_set_(num|str) and cl_engine_get_(num|str)

Tomasz Kojm authored on 2009/03/13 00:21:36
March 12, 2009
View e68d70e

strerror/strerror_r->cli_strerror which is always thread safe.

Török Edvin authored on 2009/03/12 04:11:09
March 3, 2009
View 99f817e

libclamav: introduce cl_engine_settings_* API calls for copying settings between engines clamd/server-th.c: respect original engine settings after db reload (bb#1380)

Tomasz Kojm authored on 2009/03/03 03:56:03
February 18, 2009
View 81d0605

handle internal codes in cl_strerror()

Tomasz Kojm authored on 2009/02/18 04:29:20
February 12, 2009
View 871177c

return codes cleanup (bb#1159)

Tomasz Kojm authored on 2009/02/12 22:53:23
February 4, 2009
View afff80e

libclamav, shared: minor cleanups; fix handling of long file names (bb#1349)

Tomasz Kojm authored on 2009/02/04 03:47:18
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 23, 2009
View 17799de

fix CL_ENGINE_DB_TIME, time_t may well be 64-bits, so writing only 32-bits will leave upper 32-bits undefined and lead to funny results, such as VERSION command working first time, but 2nd time not showing the DB timestamp.

Török Edvin authored on 2009/01/23 20:12:44
December 30, 2008
View 589d8d8

libclamav: add default.h

Tomasz Kojm authored on 2008/12/30 02:55:30
December 12, 2008
View 02b5f26

make regex available in libclamav_internal_utils.la, split others.c instead of using #ifdef CLI_MEMFUNS_ONLY.

Török Edvin authored on 2008/12/12 17:20:16
December 11, 2008
View a37a861

libclamav: add CL_FLEVEL_DCONF (bb#1313)

Tomasz Kojm authored on 2008/12/11 04:02:40
November 26, 2008
View 695e6fd

sync with 0.94.2

Tomasz Kojm authored on 2008/11/26 22:06:01
November 24, 2008
View 33d5208

fix disable-unrar build: don't refer to libclamunrar_iface.la with enable-unrar builds (default) warn if can't dlopen. if unrar is disabled, don't warn, just show a debug message.

Török Edvin authored on 2008/11/24 22:16:15
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