May 5, 2009
View c71a035

shared: fix compiler warnings

Tomasz Kojm authored on 2009/05/05 23:31:53
April 10, 2009
View 2cf89f2

logg flags documentation

Török Edvin authored on 2009/04/10 21:06:49
March 10, 2009
View 025243f

fix uninitialized value warning.

Török Edvin authored on 2009/03/10 23:14:36
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
February 17, 2009
View 0378a9a

introduce timeouts for send(), this is needed for IDSESSION to work reliably, since a buggy client implementation may get stuck in send(), and then clamd gets stuck in send() -> deadlock. To avoid this we need nonblocking sockets, and (low) timeouts on send. Add more tests for clamd protocol, including a stress test for IDSESSION.

Török Edvin authored on 2009/02/17 03:27:08
February 14, 2009
View 6870ebe

mdprintf was also taking %f and %l, and they have different size than int. Make the ARGLEN get the correct vaarg types, otherwise it was popping off the stack an item of the wrong size!

Török Edvin authored on 2009/02/14 01:52:15
February 13, 2009
View 086eab5

update old copyright headers

Tomasz Kojm authored on 2009/02/13 19:55:45
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
November 26, 2008
View c6677c9

LogFileUnlock was not working correctly (bb#1304)

Tomasz Kojm authored on 2008/11/26 05:07:11
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 24, 2008
View 5a3aeff

fix handling of special characters in mprintf/logg (bb#360)

Tomasz Kojm authored on 2008/01/24 01:38:36
January 23, 2008
View bcbe6ad

reduce the number of error messages (bb#478)

Tomasz Kojm authored on 2008/01/23 21:12:25
October 8, 2007
View 73b243d

fix some warnings

Tomasz Kojm authored on 2007/10/08 23:43:32
View 1b38f50

add support for LogFileMaxSize and LogTime

Tomasz Kojm authored on 2007/10/08 22:07:57
April 1, 2007
View bb34cb3

update some copyrights and stick to GPL v2

Tomasz Kojm authored on 2007/04/01 05:31:04