June 10, 2008
View f7f59c0

sync with 0.93.1

Tomasz Kojm authored on 2008/06/10 04:14:55
May 10, 2008
View 725a296

build system: add configure checks for FD passing m4/fdpassing.m4: move all FD passing checks here clamd/session.[ch], scanner.[ch]: contrib/clamd_fdscan: add rfc2292/bsd4.4 style file descriptor passing support this code is from Marc Balmer <marc*msys.ch>, with some portability fixes applied

Török Edvin authored on 2008/05/10 06:12:28
April 21, 2008
View e8d1666

configure: explicitly link freshclam with zlib, better zlib checks (bb #935)

Török Edvin authored on 2008/04/21 23:59:53
April 17, 2008
View 440fcf6

CVE-2008-1372 - bb#903

aCaB authored on 2008/04/17 03:09:47
April 15, 2008
View d076ad0

check in 0.93 patches

Tomasz Kojm authored on 2008/04/15 05:13:05
April 8, 2008
View e5b0783

-lcheck needs to be conditional, use @LCHECK@. Regenerate Makefiles.

Török Edvin authored on 2008/04/08 21:57:55
View 71a282f

AC_CHECK_LIB 3rd argument was empty, and this causes '-lcheck' to be added to LIBS. This caused all executables to be linked against libcheck on some platforms. We only need to link with libcheck the unit-test, so avoid this by specifying a command as 3rd arg. Regenerate configure & Makefiles.

Török Edvin authored on 2008/04/08 21:40:45
March 13, 2008
View fe473bc

add initial support for unit tests

Tomasz Kojm authored on 2008/03/13 19:44:34
March 7, 2008
View bd0d3ef

change version str

Tomasz Kojm authored on 2008/03/07 04:36:53
March 4, 2008
View f972ce5

0.93rc1

Tomasz Kojm authored on 2008/03/04 04:47:02
February 25, 2008
View a9ae2f5

improve check for bzip2 test for attribute((packed)) only on GNUC compilers, because Sun's cc ignores it move iconv check after zlib/bzip2 checks use ../ to avoid problems with spaces in directory names

Török Edvin authored on 2008/02/25 20:29:06
February 16, 2008
View b309ed2

AC_TRY_COMPILE already wraps its args with int main(){}, don't do it twice This fixes a build failure on HP-UX

Török Edvin authored on 2008/02/16 20:58:06
February 15, 2008
View f97245a

bb#842

aCaB authored on 2008/02/15 21:30:06
February 10, 2008
View e1bb690

don't use EXIT_SUCCESS if <stdlib.h> is not included; include <sys/select.h> only if needed for fd_set (bb #452)

Török Edvin authored on 2008/02/10 17:44:14
February 8, 2008
View 2824173

quote macro arguments, group AC_C_* macros (bb #452), thanks to Markus Elfring <Markus.Elfring*web.de> move ld --version-script check after compiler checks run autoreconf (new libtool)

Török Edvin authored on 2008/02/08 21:38:09