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
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
5a3aeff49f
fix handling of special characters in mprintf/logg (bb#360)
...
git-svn: trunk@3533
18 years ago
Tomasz Kojm
587d344b1f
add error reporting to daemonize() (bb#729)
...
git-svn: trunk@3526
18 years ago
Tomasz Kojm
0aa3ba0660
respect custom dbdir settings in print_version() (bb#699)
...
git-svn: trunk@3521
18 years ago
Tomasz Kojm
df599e74f9
drop support for direct fd passing (not maintained)
...
git-svn: trunk@3520
18 years ago
Tomasz Kojm
12a7b4fbff
improve cli_rndnum() and cli_gentempfd()
...
git-svn: trunk@3490
18 years ago
Török Edvin
a0e5e84425
avoid bringing in checks for languages we don't use (decreases configure size by 300Kb+).
...
git-svn: trunk@3484
18 years ago
Tomasz Kojm
cb9d09c2a3
add support for .cld files (bb#745)
...
git-svn: trunk@3480
18 years ago
Török Edvin
80cf63099c
add support for version scripts when using Sun's ld on Solaris.
...
use $GREP to grep binary files, needed for autoit to build on Solaris.
add support for both GNU and Sun ld version scripts.
add version script maps to libclamunrar, libclamunrar_iface. Enumerate all symbols, Sun's ld doesn't support cl_* (only *).
cli_decodesig needs a dummy definition on Solaris.
git-svn: trunk@3474
18 years ago
aCaB
8ec38f70a0
changelog + reverted automake10
...
git-svn: trunk@3414
18 years ago
aCaB
f377e052cd
Merging the post0.92 stuff
...
Please don't commit anything till I'm finished
A full changelog will come up later
Thanks
git-svn: trunk@3410
18 years ago
Tomasz Kojm
5ca7fd1813
re-include RAR code
...
git-svn: trunk@3396
18 years ago
aCaB
813864ce6b
(hopefully) all the stuff lost
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/not_for_0.92_tempbranch@3388 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Tomasz Kojm
067ecc29a3
temporarily remove the RAR code
...
git-svn: trunk@3371
18 years ago
Török Edvin
88c90922be
revert change from trunk and move to branch.
...
git-svn: trunk@3370
18 years ago
Török Edvin
a4e6ac4d78
remove "all domain scan" feature from phishcheck (--no-phishing-restrictedscan). Nobody is using it.
...
Don't care why an url is clean, just state it is clean.
Various cleanups resulting from this.
Prepare to introduce selective turn on of sub-features.
git-svn: trunk@3369
18 years ago
Tomasz Kojm
3d53538b51
add cli_ac_setdepth(), --dev-ac-depth, DevACOnly, DevACDepth
...
git-svn: trunk@3365
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
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
Tomasz Kojm
aae6f809b4
shutdown conn->sd when exiting scanner_thread() (bb#674)
...
git-svn: trunk@3274
18 years ago
Tomasz Kojm
38fe8af4ff
better error checking/reporting (bb#657)
...
git-svn: trunk@3273
18 years ago
Tomasz Kojm
09eab32afc
move hardware acceleration code to contrib/hwaccel/hwaccel.patch
...
git-svn: trunk@3209
18 years ago
Tomasz Kojm
83c6ed6720
fix compilation error
...
git-svn: trunk@3199
18 years ago
Tomasz Kojm
70edb0851e
add support for PUA databases
...
git-svn: trunk@3169
18 years ago
Tomasz Kojm
082567c7f7
fix incorrect handling of SIGSEGV (bb#514)
...
git-svn: trunk@3070
18 years ago
Tomasz Kojm
692bda6847
prepare for enabling phishing code in non-experimental builds
...
git-svn: trunk@3042
18 years ago
Tomasz Kojm
bb34cb31fe
update some copyrights and stick to GPL v2
...
git-svn: trunk@3003
18 years ago
Török Edvin
23fc1daa15
remove another cl_Experimental wrapper.
...
The phishcheck related cl_experimental to dconf changes are finished now.
They have also been tested against current experimental trunk,
and detection behaviour is the same.
In other words, phishcheck dconf changes are ready to be merged.
git-svn-id: file:///var/lib/svn/clamav-devel/branches/temp_dconf_phishenable@2998 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Török Edvin
07d93fdc7d
Remove CL_EXPERIMENTAL wrapper regarding phishcode from cfgparser, and clamd/clamscan.
...
Enable url-based (phishcheck.c) phishing scan in STD DB_OPTS.
git-svn-id: file:///var/lib/svn/clamav-devel/branches/temp_dconf_phishenable@2987 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Tomasz Kojm
b6e7566510
fix some mistakes, thx to TP
...
git-svn: trunk@2976
18 years ago
Tomasz Kojm
ab8d8f52cf
minor cleanup
...
git-svn: trunk@2952
18 years ago
Tomasz Kojm
1095156aef
fix gcc -W* warnings
...
git-svn: trunk@2914
18 years ago
Tomasz Kojm
120f3c8560
make more attempts when cl_load returns CL_ELOCKDB
...
git-svn: trunk@2893
19 years ago
Tomasz Kojm
8ca8a18e2d
drop shared/memory.[ch]
...
git-svn: trunk@2874
19 years ago
Tomasz Kojm
1a4994e304
fix compilation error on Solaris (bb#341)
...
git-svn: trunk@2850
19 years ago
Tomasz Kojm
f203ea8342
update
...
git-svn: trunk@2844
19 years ago
Tomasz Kojm
50b26397cc
print some more information in Foreground mode (bb#317)
...
git-svn: trunk@2843
19 years ago
Tomasz Kojm
c5107e70f5
add switches for pdf
...
git-svn: trunk@2841
19 years ago
aCaB
1775823530
handle signals while polling in select mode
...
git-svn: trunk@2839
19 years ago
aCaB
f22f13d980
partial fix for signal immunity in clamd
...
more to come...
(closes bb#320)
git-svn: trunk@2836
19 years ago
Tomasz Kojm
a617b5ea1c
merge multiscan() with dirscan() (also closes bb#302)
...
git-svn: trunk@2821
19 years ago
Tomasz Kojm
477cfb9707
merge win32 patches from NJH
...
git-svn: trunk@2819
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