aCaB
cd04ff0694
cfgparser hacks backported from branches/milter-v2.0
...
git-svn: trunk@4489
17 years ago
Tomasz Kojm
c6677c9418
LogFileUnlock was not working correctly (bb#1304)
...
git-svn: trunk@4471
17 years ago
Tomasz Kojm
33068e0973
libclamav: drop cl_settempdir(); use cl_engine_set() with CL_ENGINE_TMPDIR and CL_ENGINE_KEEPTMP instead
...
git-svn: trunk@4416
17 years ago
Tomasz Kojm
370892d044
clamscan, clamd: use the new API; drop the hardcoded default limits and use the ones set in cl_engine_new()
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newapi@4384 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Tomasz Kojm
285d0b33ca
freshclam: add new config option DetectionStatsCountry
...
git-svn: trunk@4297
17 years ago
Tomasz Kojm
c702906433
cosmetics
...
git-svn: trunk@4255
17 years ago
Tomasz Kojm
64fd0bfcd7
freshclam: add support for submitting detection statistics (bb#777)
...
git-svn: trunk@4241
17 years ago
Török Edvin
b105842c5c
when --disable-gcc-vcheck is set, set CFLAGS to O0 and
...
append -broken-compiler to the VERSION (bb #684 )
introduce VERSION_SUFFIX for easier handling, and convert -exp to use it
git-svn: trunk@4239
17 years ago
Tomasz Kojm
04fa4e9d01
shared/options.c: handle obsolete options in cmdline parser (bb#1213)
...
git-svn: trunk@4236
17 years ago
Tomasz Kojm
dec7ffce08
shared/cfgparser.c, clamdconf: gently deprecate obsolete options (bb#1213)
...
git-svn: trunk@4231
17 years ago
Tomasz Kojm
e863785852
enable ScanPDF by default (bb#1179)
...
git-svn: trunk@4189
17 years ago
Tomasz Kojm
3f9918e1de
libclamav/dlp.c: limit number of false positive alerts
...
clamd, clamscan: don't scan for stripped SSNs by default
git-svn: trunk@4153
17 years ago
Tomasz Kojm
57e1a05eda
credit card detection fixes
...
git-svn: trunk@4150
17 years ago
Tomasz Kojm
6670d61d4b
drop support for Cygwin (due to broken ClamAV builds)
...
git-svn: trunk@4143
17 years ago
Török Edvin
7959343dc7
allow make distcheck to succeed (bb #1142 )
...
fix some more warnings
filter -Werror in clamav-milter.c
git-svn: trunk@4141
17 years ago
Tomasz Kojm
04be06be87
shared/misc.c: fix double "-exp"
...
git-svn: trunk@4133
17 years ago
Török Edvin
5cd3f734a9
add lots of warnings flags to 'make distcheck',
...
and turn some warnings into errors (bb #1092 )
git-svn: trunk@4129
17 years ago
Tomasz Kojm
d706617ce5
shared/tar.c: fix invalid close on error path - bb#1141
...
git-svn: trunk@4125
17 years ago
Török Edvin
add738d28c
portability fixes
...
if there is a version.h.static use that instead of output from svnversion
use get_version(), tools outside libclamav shouldn't rely on libclamav version
exception: clamconf itself needs both, and the milter shows both
git-svn: trunk@4076
17 years ago
Török Edvin
04f9bedf4b
use SVN revision in version info
...
TODO: replace every remaining use of VERSION with cl_retver()
git-svn: trunk@4070
17 years ago
Tomasz Kojm
b023c36d4b
libclamav: add support for loading specific PUA categories (bb#939)
...
clamd: new options ExcludePUA and IncludePUA
clamscan: new switches --exclude-pua and --include-pua
git-svn: trunk@4046
17 years ago
Török Edvin
7f0d1148d6
clamd, clamscan, libclamav: new option HeuristicScanPrecedence (bb #649 )
...
docs/: update docs for HeuristicScanPrecedence and ScanPartialMessages
unit_tests/: add test for HeuristicScanPrecedence
git-svn: trunk@4037
17 years ago
Török Edvin
4270f93bcc
(bb #913 , #916 )
...
17 years ago
Tomasz Kojm
0129373ed0
add REG_NOSUB
...
git-svn: trunk@3976
17 years ago
Tomasz Kojm
f45d19ac4b
clamd: add support for ExcludePath (bb#675)
...
git-svn: trunk@3971
17 years ago
Tomasz Kojm
32c0c32eee
handle memory errors in OPT_COMPSIZE
...
git-svn: trunk@3889
17 years ago
Tomasz Kojm
72ce4b70eb
improve handling of PDF, CAB, RTF, OLE2 and HTML files (sync with branch/0.93)
...
git-svn: trunk@3862
17 years ago
Török Edvin
808c3684ab
avoid mixing declaration and code. Thanks Nigel!
...
git-svn: trunk@3834
17 years ago
Török Edvin
a609276cb3
prevent uninitialized use of hostent structure (bb #1003 ).
...
git-svn: trunk@3830
17 years ago
Tomasz Kojm
26fbf6bddf
DLP updates
...
git-svn: trunk@3798
17 years ago
Tomasz Kojm
e48e62017a
freshdbdir() fixes
...
git-svn: trunk@3656
18 years ago
aCaB
a5d91be788
limits: defaults and conf files
...
git-svn: trunk@3624
18 years ago
Tomasz Kojm
c91956eace
fix return value of daemonize() under Windows&OS/2 (thx NJH)
...
git-svn: trunk@3606
18 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
aCaB
281c7642fb
config
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3592 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Török Edvin
9e751804a2
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.
git-svn: trunk@3578
18 years ago
Tomasz Kojm
1cdb6cfbac
s/HAVE_GMP/HAVE_LIBGMP
...
git-svn: trunk@3567
18 years ago
Tomasz Kojm
a3fe2c5ba1
make the parser more sensitive to syntax errors (bb#238)
...
git-svn: trunk@3561
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
bcbe6ad713
reduce the number of error messages (bb#478)
...
git-svn: trunk@3530
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
206865af0a
don't pass --rsrc flag to ditto (bb#380)
...
git-svn: trunk@3494
18 years ago
Tomasz Kojm
2a36337713
remove dependendcy on libclamav (bb#750), patch from Edwin
...
git-svn: trunk@3492
18 years ago
Tomasz Kojm
68a364d4e2
fix error path leak
...
git-svn: trunk@3487
18 years ago
Tomasz Kojm
cb9d09c2a3
add support for .cld files (bb#745)
...
git-svn: trunk@3480
18 years ago
Tomasz Kojm
d8b95725a1
new option CompressLocalDatabase
...
git-svn: trunk@3455
18 years ago
Tomasz Kojm
9d193ff26c
add support for .cld containers
...
git-svn: trunk@3444
18 years ago
Tomasz Kojm
07e7e14562
minimalistic tar archiver for sigtool and freshclam
...
git-svn: trunk@3443
18 years ago
Török Edvin
dfc10927e9
pass mode to open with O_CREAT.
...
Avoids build failure with -D_FORTIFY_SOURCE=2 on gcc4.3 with glibc 2.7.
git-svn: trunk@3385
18 years ago