Tomasz Kojm
285d0b33ca
freshclam: add new config option DetectionStatsCountry
...
git-svn: trunk@4297
17 years ago
Tomasz Kojm
2fb80ebc7c
freshclam: re-enable --submit-stats (bb#1235)
...
git-svn: trunk@4296
17 years ago
Tomasz Kojm
cafd341282
freshclam/execute.c: don't execute special events twice in interactive mode (bb#1256)
...
git-svn: trunk@4292
17 years ago
Tomasz Kojm
d7c9ac1fa1
freshclam/manager.c: fix compilation error on systems without IPv6 (bb#1237)
...
git-svn: trunk@4263
17 years ago
Tomasz Kojm
82c7fe72bc
freshclam: drop --submit-stats; please use SubmitDetectionStats instead (bb#1235)
...
git-svn: trunk@4260
17 years ago
Török Edvin
0a0ae0b407
fix build on Solaris, fix compiler warning (bb #1234 )
...
git-svn: trunk@4256
17 years ago
Tomasz Kojm
048e43bde9
use HAVE_STRINGS_H (bb#1230)
...
git-svn: trunk@4253
17 years ago
Tomasz Kojm
bf8f2a1b16
handle stream, etc.
...
git-svn: trunk@4251
17 years ago
Tomasz Kojm
86f1daa027
freshclam/manager.c: improve the log parser (bb#1225)
...
git-svn: trunk@4249
17 years ago
aCaB
86fd43b2bd
_XOPEN_SOURCE = 600
...
git-svn: trunk@4245
17 years ago
aCaB
eb4300ad0d
s/PF_/AF_/
...
git-svn: trunk@4244
17 years ago
Tomasz Kojm
d689f44a5a
fix bb#1224
...
git-svn: trunk@4243
17 years ago
Tomasz Kojm
c05c61d4b5
the parser was too restrictive
...
git-svn: trunk@4242
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
Török Edvin
ae685a75c1
link to libclamunrar_iface explicitly to
...
allow non-rpath builds to work. (bb #1203 )
Thanks to James Ralston <ralston*pobox.com>
git-svn: trunk@4224
17 years ago
Tomasz Kojm
8e70b4dbc2
freshclam/manager.c: fix version check for builds compiled with --enable-experimental (bb#1174)
...
git-svn: trunk@4190
17 years ago
Török Edvin
15d67313c4
allow 'make check' to work even if check is not installed
...
by skipping checks that require it. (bb #1157 )
if configure is not able to find check, you can use
--with-libcheck-prefix, instead of CHECK_CFLAGS and
CHECK_LIBS.
remove accidental AC_DEFINE GETHOSTBYNAME_R_6 from last commit.
git-svn: trunk@4172
17 years ago
Tomasz Kojm
3027857c52
configure: use getaddrinfo() whenever available (can be disabled with
...
--disable-getaddrinfo); --disable-ipv6 now only disables support for
IPv6 addresses in getaddrinfo() (bb#1165)
git-svn: trunk@4171
17 years ago
aCaB
6d48ea885a
update libtool - bb#1162
...
git-svn: trunk@4170
17 years ago
Török Edvin
2d75763208
revert last commit, it breaks bzip2 detection in /usr/local
...
git-svn: trunk@4163
17 years ago
Török Edvin
8179270b95
if pkg-config cannot find check look in standard places for check
...
(such as /usr/local/lib)
git-svn: trunk@4162
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
Tomasz Kojm
6670d61d4b
drop support for Cygwin (due to broken ClamAV builds)
...
git-svn: trunk@4143
17 years ago
Tomasz Kojm
e8b94525cf
freshclam/manager.c: fix warnings - bb#1142
...
git-svn: trunk@4132
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
1246054902
freshclam/manager.c: fix error path memleaks - bb#1141
...
git-svn: trunk@4126
17 years ago
Tomasz Kojm
56e4c12997
fix possible crash under solaris (bb#1127)
...
git-svn: trunk@4105
17 years ago
Tomasz Kojm
45623e7c9e
make sure buffer is properly terminated (bb#1114)
...
git-svn: trunk@4102
17 years ago
Tomasz Kojm
c8cdb82f90
freshclam/manager.c: add machine/OS info to the default user agent string
...
git-svn: trunk@4097
17 years ago
aCaB
55144c4766
work around non reentrant lresolv
...
git-svn: trunk@4087
17 years ago
Török Edvin
dfc0c031cb
if there is a version.h.static use that instead of output from svnversion
...
Makefile portability fixes
fix assert failure
add lcov to top level makefile
cleanup after lcov when you run make clean (bb #1112 )
fix parsing of [^.] character class
fix parsing of [r-t]
fix handling of @ for URL hashes
fix handling of &# inside URLs
drop some dead code
more unit tests for str
portability fixes
git-svn: trunk@4078
17 years ago
Török Edvin
5874339ee0
Fix crash with IPV6 download in freshclam
...
git-svn: trunk@4077
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
1eb943f3fc
use automake for a basic check that the installed programs work.
...
currently only tests clamscan and sigtool
database: 0 sized .cvd files were still installed, because exit 0 didn't stop
the entire rule. fixed
git-svn: trunk@4042
17 years ago
Tomasz Kojm
2eccefa50a
missed in r3982
...
git-svn: trunk@3983
17 years ago
Tomasz Kojm
95c131db96
freshclam/mirman.c: fix handling of IPv6 addresses
...
git-svn: trunk@3982
17 years ago
Tomasz Kojm
acb827c642
freshclam/freshclam.c: improve some msgs (bb#1066)
...
git-svn: trunk@3972
17 years ago
Tomasz Kojm
a68c8f5809
add missing prototype for mirman_whitelist
...
git-svn: trunk@3969
17 years ago
Tomasz Kojm
ea89339f2e
whitelisting can be now remotely disabled
...
git-svn: trunk@3965
17 years ago
Tomasz Kojm
a68aa31f95
freshclam: if all mirrors get blacklisted internally and freshclam is recent enough then attempt to whitelist them (bb#965)
...
git-svn: trunk@3963
17 years ago
Török Edvin
d1d558c944
use pkg-config to locate check, if available (bb #1093 )
...
make --enable-coverage depends on unit tests being activated
fix a typo in bzip2 configure check
remove temporary log files on make clean
git-svn: trunk@3953
17 years ago
Tomasz Kojm
9424a48257
another fix for bb#1095
...
git-svn: trunk@3948
17 years ago
Tomasz Kojm
510da7b7ac
freshclam: try load balance update sessions between available mirrors
...
git-svn: trunk@3947
17 years ago
Tomasz Kojm
195be7d446
freshclam/manager.c: fix rename() problem on w32 (bb#1084)
...
git-svn: trunk@3944
17 years ago
Tomasz Kojm
361cc7719a
include winsock on w32
...
git-svn: trunk@3943
17 years ago
Tomasz Kojm
44eb77a1ff
freshclam/mirman.c: fix compilation error on w32 (bb#1095)
...
git-svn: trunk@3942
17 years ago
Tomasz Kojm
7edaa8a52f
respect HTTPProxyPort in new code (bb#1094)
...
git-svn: trunk@3941
17 years ago
Tomasz Kojm
b54eb319c6
freshclam: IPv6 support (bb#715)
...
git-svn: trunk@3940
17 years ago