July 5, 2008
View 600a7f2

configure, clamd: fix compilation error on systems without pthread_yield() (bb#1058)

Tomasz Kojm authored on 2008/07/05 01:34:30
June 10, 2008
View f7f59c0

sync with 0.93.1

Tomasz Kojm authored on 2008/06/10 04:14:55
May 25, 2008
View cb4e478

remove duplicate code, and fix build error (bb #1034)

Török Edvin authored on 2008/05/25 04:27:48
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 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 19, 2008
View 814bc24

make fpu endianess manually configurable

aCaB authored on 2008/02/19 05:50:19
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