May 6, 2009
View 7660b7c

Fix 60 byte/STREAM command memory leak on FreeBSD. (bb #1567, thanks to Jay Deiman <jay*splitstreams.com> and Chris Mikkelson <cmikk*qwest.net> for tracking down the leak!).

Török Edvin authored on 2009/05/06 16:56:28
April 20, 2009
View 47d403f

Fix clamd INSTREAM handling inside IDSESSION (bb #1564).

Török Edvin authored on 2009/04/20 23:26:48
April 6, 2009
View da3e0e4

fix documentation, fix warnings.

Török Edvin authored on 2009/04/06 19:26:15
View b6de553

set timeout to readtimeout after receiving a chunk (bb #1540). better checks and documentation for MaxQueue (bb #1521).

Török Edvin authored on 2009/04/06 18:26:11
April 2, 2009
View 9390411

Automatically fix MaxQueue settings (bb #1521). Also use rlim_cur instead of rlim_max, because that is what the kernel enforces.

Török Edvin authored on 2009/04/02 02:19:06
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
March 6, 2009
View f8e8ab4

wake recvloopth after SelfCheck (if set), to avoid reloading the DB just before next scan request.

Török Edvin authored on 2009/03/06 21:21:58
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
March 1, 2009
View 1c3895a

downgrade warning message (bb #1433).

Török Edvin authored on 2009/03/01 19:33:48
February 19, 2009
View a1c9ad2

fix distcheck.

Török Edvin authored on 2009/02/19 17:50:04
View 5d34634

move the command parsing, and stream handling code into their own functions. No functionality change.

Török Edvin authored on 2009/02/19 06:34:44
View f36d8f9

fix NetBSD build

Török Edvin authored on 2009/02/19 06:34:34
View a414efb

revert previous commit, it is the wrong fix.

Török Edvin authored on 2009/02/19 04:11:21
View a1f0c01

Fix wrong use of strerror_r: it doesn't have to use/fill the buffer, it can return a pointer to a static location, as described in the manpage. This can happen on a Linux system with a foreign locale, where the LANG=C messages are returned this way. (BB #1403)

Török Edvin authored on 2009/02/19 04:08:15
View 4d26118

In single INSTREAM mode, remove FD from polled set (BB #1410) Fix testcase, INSTREAM should say UNKNOWN COMMAND in old mode and close conn, sending anything after it will likely result in a broken pipe.(BB #1407)

Török Edvin authored on 2009/02/19 03:37:57