Mickey Sola
46a35abe56
mass update of copyright headers
10 years ago
Shawn Webb
ddc55da065
Revert "Silence compiler warnings with the clamunrar code"
...
This reverts commit ff909fb9e1
.
11 years ago
Shawn Webb
ec187e32b5
Revert "Use unsigned int rather than size_t"
...
This reverts commit 61985b7b1f
.
11 years ago
Shawn Webb
a6680bcf80
Revert "Fix bug"
...
This reverts commit e1df7dd0d9
.
11 years ago
Shawn Webb
1a08d60c16
Revert "Do a better job at bounds checking"
...
This reverts commit b534f24d35
.
11 years ago
Shawn Webb
b534f24d35
Do a better job at bounds checking
11 years ago
Shawn Webb
e1df7dd0d9
Fix bug
11 years ago
Shawn Webb
61985b7b1f
Use unsigned int rather than size_t
11 years ago
Shawn Webb
ff909fb9e1
Silence compiler warnings with the clamunrar code
11 years ago
David Raynor
332cea9889
libclamunrar: cid #10445 & #10454
12 years ago
David Raynor
3d8a0c1df0
libclamunrar: cid #10618 & #10619
12 years ago
Tom Judge
7369b4c62f
Finish off documentation config files.
13 years ago
Tomasz Kojm
a7d13e33d5
libclamunrar/unrar.c: fix error path memory leaks (bb#2100)
15 years ago
aCaB
a5b7bfabe0
make rar stfu - bb#1835
15 years ago
Török Edvin
f3bd7d3ae2
Fix error path leak in unrar.
...
When unpack29 fails, we try 20/15 which may succeed.
In that case the vm is inited, but on next iteration it will try to init it
again, loosing the pointer to old vm data forever.
15 years ago
aCaB
081f64735d
win32#2
16 years ago
aCaB
be4bf7f4ab
win32
16 years ago
Tomasz Kojm
8df99a92aa
0.95.2
...
git-svn: trunk@5074
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
a2785a214b
avoid rar_malloc warnings on damaged files (bb #1290 )
...
git-svn: trunk@4409
17 years ago
aCaB
5ed6026065
liblt sucks
...
git-svn: trunk@4381
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
08402afa4c
fix more compiler warnings (bb #273 )
...
git-svn: trunk@4353
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
aCaB
47c92b5985
re-enable bigendian builds
...
git-svn: trunk@4154
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
Tomasz Kojm
e272709a0e
minor fix
...
git-svn: trunk@4130
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
0f25b6cc95
make sure indexes are in proper range
...
git-svn: trunk@4109
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
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
Tomasz Kojm
d076ad0251
check in 0.93 patches
...
git-svn: trunk@3788
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
Tomasz Kojm
a8693be4cf
fix declaration of rar_dbgmsg() (bb#848)
...
git-svn: trunk@3658
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
Török Edvin
282417339c
quote macro arguments, group AC_C_* macros (bb #452 ),
...
thanks to Markus Elfring <Markus.Elfring*web.de>
move ld --version-script check after compiler checks
run autoreconf (new libtool)
git-svn: trunk@3598
18 years ago
Török Edvin
3064a5428c
generic text normalizer (bb #241 )
...
update automake files: automake complained that they were too old
git-svn: trunk@3583
18 years ago
aCaB
e70ec49387
bb#64
...
git-svn: trunk@3581
18 years ago