aCaB
6d48ea885a
update libtool - bb#1162
...
git-svn: trunk@4170
17 years ago
Török Edvin
4a40b66cf0
replace AC_FUNC_MMAP: check only for MAP_PRIVATE and not MAP_FIXED (bb #1140 ) HP-UX: zlib in non-standard path, LIBS got set to -lz, but -L was missing, just restore LIBS and don't touch it
...
git-svn: trunk@4145
17 years ago
aCaB
55144c4766
work around non reentrant lresolv
...
git-svn: trunk@4087
17 years ago
Tomasz Kojm
b54eb319c6
freshclam: IPv6 support (bb#715)
...
git-svn: trunk@3940
17 years ago
Török Edvin
232c4b7016
add unit tests for binaries
...
enable unit tests by default (if check is available)
add --enable-coverage to run gcov/lcov
add --enable-tests-install to install test files
git-svn: trunk@3935
17 years ago
Tomasz Kojm
600a7f2b08
configure, clamd: fix compilation error on systems without pthread_yield() (bb#1058)
...
git-svn: trunk@3910
17 years ago
Török Edvin
725a296922
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
git-svn: trunk@3849
17 years ago
Török Edvin
e8d1666f5a
configure: explicitly link freshclam with zlib, better zlib checks (bb
...
#935 )
git-svn: trunk@3804
17 years ago
Török Edvin
71a282f021
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.
git-svn: trunk@3773
17 years ago
Tomasz Kojm
fe473bcb07
add initial support for unit tests
...
git-svn: trunk@3710
17 years ago
aCaB
2455584143
sync to trunk
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3599 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Török Edvin
6053d09a36
allow to specify libgmp location, by using --with-libgmp-prefix,
...
by default current prefix is also searched
allow to specify libb2 location, by using --with-bz2-prefix,
by default current prefix is also searched
locating gmp and bz2 works by default on OpenBSD (bb #301 )
move local m4 macros to m4/
import lib-link.m4 and dependent files
quoting for autoconf macros (bb #452 )
git-svn: trunk@3566
18 years ago
Török Edvin
7d39618297
fix quoting of version.
...
git-svn: trunk@3565
18 years ago
Török Edvin
8b46ba3f1c
add AC_C_RESTRICT (bb #452 )
...
git-svn: trunk@3564
18 years ago
Török Edvin
4c56bffa3b
build system modernization: (based on suggestion from
...
Markus Elfring <Markus.Elfring*web.de> in bb #452 )
* use AC_CONFIG_HEADER, since AM_CONFIG_HEADER is obsolete
* put configure files into auxiliary directory
* fix main declaration in FD_SETSIZE test
* check for failure on fopen in FD_SETSIZE test
* move version from AM_INIT_AUTOMAKE to AC_INIT, old form was obsolete
* eliminate automake warnings, update Makefile.am
* rename .splitted to .split (requested by aCaB)
git-svn: trunk@3563
18 years ago
Tomasz Kojm
1d643803e5
drop internal snprintf implementation
...
git-svn: trunk@3518
18 years ago
Török Edvin
6eac0e0612
improve iconv() detection, by actually trying to link a test-program (bb #599 ).
...
git-svn: trunk@3485
18 years ago
Török Edvin
ff75dedb3d
strcasestr() check and replacement.
...
git-svn: trunk@3461
18 years ago
Tomasz Kojm
5ca7fd1813
re-include RAR code
...
git-svn: trunk@3396
18 years ago
Tomasz Kojm
067ecc29a3
temporarily remove the RAR code
...
git-svn: trunk@3371
18 years ago
aCaB
ed93f138f3
preliminary autoit support (ea05/ea06)
...
minor fixes coming up later
git-svn: trunk@3340
18 years ago
Tomasz Kojm
6ce302428f
by default don't build and link with libclamunrar;
...
use --enable-unrar to build with RAR support
git-svn: trunk@3324
18 years ago
aCaB
f847541a6e
FPU endianess detection in configure
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/not_for_0.92_tempbranch@3316 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Trog
2fda4dc0ea
* libclamunrar: move unrar to a separate library, under an unrar license.
...
* libclamav/unarj: further bounds checking
git-svn: trunk@3310
18 years ago
Török Edvin
53ff1b0490
add regcomp(), regexec() impl. from OpenBSD's libc.
...
This code is licensed under the 3-clause BSD.
This will be used instead of system provided regexec()/regcomp() to
have consistent behaviour across platforms.
git-svn: trunk@3225
18 years ago
Tomasz Kojm
09eab32afc
move hardware acceleration code to contrib/hwaccel/hwaccel.patch
...
git-svn: trunk@3209
18 years ago
aCaB
35eb635417
compiler indepenedent sign-extended signed right shift macroes
...
git-svn: trunk@3126
18 years ago
Tomasz Kojm
73224c705e
remove libcurl checks
...
git-svn: trunk@3041
18 years ago
Tomasz Kojm
8bead9a17d
add GNU/Hurd support (bb#363)
...
git-svn: trunk@2906
18 years ago
Tomasz Kojm
34f71e0e12
clamscan: merge win32 patches from NJH
...
git-svn: trunk@2864
19 years ago
Tomasz Kojm
ef38c83d47
add support for HP-UX 11.11
...
git-svn: trunk@2856
19 years ago
Tomasz Kojm
a9567e7d1c
recreate
...
git-svn: trunk@2823
19 years ago
Sven Strickroth
a99111f050
remove old CVS-stuff and make the repository look more like SVN
...
git-svn: trunk@2755
19 years ago
Tomasz Kojm
1aaba3f666
add test for stdbool.h
...
git-svn: trunk@2596
19 years ago
Tomasz Kojm
3506ac49f7
add encoding and entity normalizer from Edwin (bb#145)
...
git-svn: trunk@2577
19 years ago
aCaB
cbdc099d27
Build system update
...
git-svn: trunk@2575
19 years ago
Tomasz Kojm
53721687ad
reorganize the NodalCore code and add support for runtime detection and loading of the acceleration library
...
git-svn: trunk@2528
19 years ago
Tomasz Kojm
00cd39aa38
update
...
git-svn: trunk@2411
19 years ago
Tomasz Kojm
4ecce39fe4
try to handle broken dns servers
...
git-svn: trunk@2249
19 years ago
Tomasz Kojm
4c8f2d76ff
check for socklen_t and define it if needed
...
git-svn: trunk@2222
19 years ago
Tomasz Kojm
69dfd3de16
"Cache-Control: no-cache" is now disabled by default
...
git-svn: trunk@2212
19 years ago
Tomasz Kojm
508a0da18e
add --enable-experimental switch
...
git-svn: trunk@2194
19 years ago
Tomasz Kojm
f0d0a4c0aa
use getpass() replacement in getdsig() in sigtool.c
...
git-svn: trunk@2040
19 years ago
Tomasz Kojm
8b7c3c29a2
check for hardware acceleration library
...
git-svn: trunk@1773
20 years ago
Tomasz Kojm
46c07372c5
update (autoreconf)
...
git-svn: trunk@1765
20 years ago
Tomasz Kojm
43c2977cec
yet another sendmail version fix
...
git-svn: trunk@1586
20 years ago
Tomasz Kojm
f5c8329009
detect and define SENDMAIL_VERSION
...
git-svn: trunk@1549
20 years ago
Tomasz Kojm
f4b5b80e40
check for ctime_r
...
git-svn: trunk@1475
20 years ago
Tomasz Kojm
4233b0eb20
add support for QNX
...
git-svn: trunk@1379
21 years ago
Tomasz Kojm
75ccac9f29
improved OS/2 support
...
git-svn: trunk@1205
21 years ago