December 18, 2008
View 064b4a0

initial version of the unified option parser (bb#1215)

Tomasz Kojm authored on 2008/12/18 06:42:54
November 29, 2008
View cd04ff0

cfgparser hacks backported from branches/milter-v2.0

aCaB authored on 2008/11/29 01:57:15
November 26, 2008
View c6677c9

LogFileUnlock was not working correctly (bb#1304)

Tomasz Kojm authored on 2008/11/26 05:07: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 dd15bc4

fix "leak". It was a valgrind false-positive because it couldn't see the pointer.

Török Edvin authored on 2008/11/14 01:11:13
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