May 5, 2009
View a168a37

fix type errors

Tomasz Kojm authored on 2009/05/05 23:14:40
March 13, 2009
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
February 25, 2009
View 6670464

update help pages

Tomasz Kojm authored on 2009/02/25 01:12:56
February 18, 2009
View fb6fe4f

Introduce '$' in logg, it is active when logg_verbose=2, i.e. when Debug yes. Fix leak reported by valgrind.

Török Edvin authored on 2009/02/18 00:59:36
View af30967

sendtimeout

Török Edvin authored on 2009/02/18 00:59:26
February 17, 2009
View 456e31a

fix typo. add another stress test. Don't leak file descriptors. Fix IDSESSION delimiter handling.

Török Edvin authored on 2009/02/17 06:27:22
February 13, 2009
View 086eab5

update old copyright headers

Tomasz Kojm authored on 2009/02/13 19:55:45
View 7a997ac

move TCP socket creation to shared/

Török Edvin authored on 2009/02/13 06:14:51
View 6e3256f

Unify error paths. Remove unix socket we created if startup fails due to invalid config.

Török Edvin authored on 2009/02/13 06:14:45
View 949c6fe

merge from clamd-proto branch: handle multiple %v parameters introduce poll_fds that also does the read into a buffer introduce thrmgr_group* commands for keeping track of groups of commands (multiscan, IDSESSION) introduce 2 queues in thrmgr, multiscan queues get lower priority. Commands are processed from both queues in a 4:1 ratio to avoid starvation. unify reply code: conn_reply* unify scanner code into scan_callback that is called from cli_ftw multiscan doesn't need stat() now if readdir() provides dt_type redesign clamd main loop: there is now an accept thread, and a recv()/dispatch thread, +MaxThreads worker (scanner) threads. introduce limiting on commands when worker threads are contended. introduce IDSESSION, a replacement for the old SESSION command, that allows asyncronous (scan) commands and scan replies introduce INSTREAM that allows sending the data to scan on same connection (vs STREAM that requires another port) introduce zCOMMANDS

Török Edvin authored on 2009/02/13 01:51:09
December 31, 2008
View a68d5e2

shared/optparser.c, clamdscan: use the new option parser (bb#1215)

Tomasz Kojm authored on 2008/12/31 06:16:02
December 19, 2008
View ed33147

drop unneded optfree()

Tomasz Kojm authored on 2008/12/19 02:59:35
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