November 14, 2008
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 395fb66

fix some possible memleaks

Tomasz Kojm authored on 2008/11/13 04:39:31
View 370892d

clamscan, clamd: use the new API; drop the hardcoded default limits and use the ones set in cl_engine_new()

Tomasz Kojm authored on 2008/11/13 01:19:43
October 8, 2008
View 04fa4e9

shared/options.c: handle obsolete options in cmdline parser (bb#1213)

Tomasz Kojm authored on 2008/10/08 05:18:21
September 18, 2008
View 85398f3

fix overlapping arguments in disasm/debug (bb #1150) move copt out of main, so that valgrind is not reporting false leaks make distcheck works now

Török Edvin authored on 2008/09/18 23:54:36
August 20, 2008
View 1bf0d5a

clamd/clamd.c: return an error (instead of a warning) if AllowSupplementaryGroups is enabled but initgroups() not available

Tomasz Kojm authored on 2008/08/20 18:03:52
August 4, 2008
View add738d

portability fixes if there is a version.h.static use that instead of output from svnversion use get_version(), tools outside libclamav shouldn't rely on libclamav version exception: clamconf itself needs both, and the milter shows both

Török Edvin authored on 2008/08/04 19:38:24
View 04f9bed

use SVN revision in version info TODO: replace every remaining use of VERSION with cl_retver()

Török Edvin authored on 2008/08/04 06:52:11
August 2, 2008
View 9a22341

apply patch from bb #885 clamd is unusable on OpenBSD and some other BSD versions without it. It has a C_BSD wrapper around it so it shouldn't affect anything else.

Török Edvin authored on 2008/08/02 00:45:10
View 8cc8f81

missing include in clamd.c

aCaB authored on 2008/08/02 00:39:00
August 1, 2008
View b023c36

libclamav: add support for loading specific PUA categories (bb#939) clamd: new options ExcludePUA and IncludePUA clamscan: new switches --exclude-pua and --include-pua

Tomasz Kojm authored on 2008/08/01 01:26:50
May 30, 2008
View a9d3aa1

libclamunrar_iface, clamd, freshclam: merge win32 patches from NJH (bb#802)

Tomasz Kojm authored on 2008/05/30 19:27:24
February 16, 2008
View e979398

delay the call to daemonize() (bb#839)

Tomasz Kojm authored on 2008/02/16 02:37:53
February 4, 2008
View 9e75180

introduce cli_ctime() that uses ctime_r() when available, and falls back to locking with a mutex around ctime(). (ensures we are using the same mutex always). use cli_ctime() instead of the thread-unsafe ctime(). This fixes stability problems.

Török Edvin authored on 2008/02/04 04:23:20
January 23, 2008
View 587d344

add error reporting to daemonize() (bb#729)

Tomasz Kojm authored on 2008/01/23 02:47:15