Mickey Sola
46a35abe56
mass update of copyright headers
10 years ago
Steven Morgan
95c0138ad0
bb11159 - fix memory leak during error handling.
11 years ago
Shawn Webb
ddc55da065
Revert "Silence compiler warnings with the clamunrar code"
...
This reverts commit ff909fb9e1
.
11 years ago
Shawn Webb
ff909fb9e1
Silence compiler warnings with the clamunrar code
11 years ago
Shawn Webb
35394bbceb
Revert recent autoconf work
11 years ago
Shawn webb
c85e7e4d61
Remove unnecessary autotools artifacts
...
Conflicts:
Makefile.in
clamav-milter/Makefile.in
clambc/Makefile.in
clamconf/Makefile.in
clamd/Makefile.in
clamdscan/Makefile.in
clamdtop/Makefile.in
clamscan/Makefile.in
configure.ac
database/Makefile.in
docs/Makefile.in
etc/Makefile.in
freshclam/Makefile.in
libclamav/Makefile.in
libclamav/c++/Makefile.in
libltdl/Makefile.in
shared/Makefile.in
sigtool/Makefile.in
test/Makefile.in
unit_tests/Makefile.in
11 years ago
David Raynor
8bbde69782
unrar_iface: unrar_open cleanup
12 years ago
David Raynor
de2bd310f9
cid #11402
12 years ago
Shawn Webb
63c6b0e21b
bb6111 - check return value of lseek in libclamunrar_iface
12 years ago
David Raynor
e11c67a1ef
cid #10403 follow-up
12 years ago
Carl Wu
905b660048
cwu_cid#: fix 10403#
12 years ago
Steve Morgan
b2212def1b
cid 10776 - fix double free
12 years ago
Shawn webb
d1ffa04fe7
Add back in the Makefile.in files
13 years ago
Shawn webb
913826d168
Remove unnecessary autotools artifacts
13 years ago
Tom Judge
7369b4c62f
Finish off documentation config files.
13 years ago
Török Edvin
cf8a925fb9
configure, --enable-distcheck-werror: remove need for CFLAGS hack in libltdl
...
Just add the @WERR_CFLAGS@ to all directories that need it, because libltdl gets
overwritten everytime libtool is upgraded.
14 years ago
Török Edvin
c32cc8e29d
unrar.c: make behavior deterministic.
...
Fix valgrind uninitialized warnings.
15 years ago
Török Edvin
e3540e0a5f
Add sanity check for struct packing (bb #1752 ).
...
Also move some #pragma pack() to the proper position.
16 years ago
aCaB
2af15d1e8a
win32: add unrar s'port
16 years ago
aCaB
58481352d5
win32 paths handling
16 years ago
aCaB
081f64735d
win32#2
16 years ago
aCaB
be4bf7f4ab
win32
16 years ago
Török Edvin
0b44bb9f3b
use same symbols as 0.95 for libclamunrar_iface (bb #1535 ).
...
git-svn: trunk@5018
16 years ago
Török Edvin
00c3dfe516
provide script for package maintainers to split tarball (bb #1515 )
...
disable preloading, it doesn't work properly yet.
git-svn: trunk@4993
16 years ago
Török Edvin
cd0a934f67
Prefer libclamunrar_iface that matches version (bb #1491 ).
...
Add $libdir to ltdl searchpath (bb #1476 ).
git-svn: trunk@4992
16 years ago
Tomasz Kojm
115c3ed503
fix previous commit
...
git-svn: trunk@4979
16 years ago
Tomasz Kojm
f009e24102
libclamunrar, libclamav: don't depend on the uncompressed size field in RAR headers (bb#1467)
...
git-svn: trunk@4977
16 years ago
Török Edvin
e114b109c4
fix use of uninitialized value.
...
add test for STREAM.
fix missing closing pragmas.
git-svn: trunk@4810
17 years ago
aCaB
bb7bd3abfd
final
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/dlopen@4368 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
aCaB
094104a7ac
preliminary dlopen support for libclamunrar - this is mostly libtool stuff
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/dlopen@4360 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Török Edvin
b9b477842d
fix compiler warnings, more to come (bb #273 )
...
git-svn: trunk@4346
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
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
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
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
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
06fd4ce982
libclamunrar_iface, libclamav: improve detection of encrypted RAR archives (bb#1134)
...
git-svn: trunk@4117
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
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
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
Török Edvin
fd08e02ea3
add Javascript normalizer (not yet enabled)
...
git-svn: trunk@3917
17 years ago
Tomasz Kojm
a9d3aa14cd
libclamunrar_iface, clamd, freshclam: merge win32 patches from NJH (bb#802)
...
git-svn: trunk@3872
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
e5b0783922
-lcheck needs to be conditional, use @LCHECK@.
...
Regenerate Makefiles.
git-svn: trunk@3774
17 years ago
Tomasz Kojm
0db944fcef
Makefile fixes
...
git-svn: trunk@3698
17 years ago
Török Edvin
168cd52ad6
revert the Makefile changes in r3671.
...
git-svn: trunk@3672
18 years ago