Steven Morgan
5891f83422
bb11567 - Improve YARA rule handling in files containing unsupported YARA features.
8 years ago
Steven Morgan
87a6cf9500
bb11896 - fix 'infected' count for whitelisted pdf file.
8 years ago
Micah Snyder
21b406f5f5
Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel
8 years ago
Micah Snyder
726918859a
bb11896 -- increasing size of max filter for pdf filter heuristic. Still have work to be done to investigate whitelisting issue. This commit additionally fixes a compile error when building with json-c and fixes a couple of minor warnings.
8 years ago
Mickey Sola
8cb271e25c
autojunk'd
8 years ago
Mickey Sola
da0f732049
cli - exporting cli_strndup
8 years ago
Mickey Sola
6eb84c277a
str - fixing internal strndup implemenatation to use the internal strnlen implementation
8 years ago
Mickey Sola
47a544dc07
m4 - rework of strndup and strnlen function absence handling
8 years ago
Steven Morgan
0d203271b5
Update contributor list for 0.99.3
8 years ago
Steven Morgan
cba05c0b67
bb11881 - straighten out state stacking logic. Patch by Jonas Zaddach."
8 years ago
Micah Snyder
ede14b0281
Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel
8 years ago
Micah Snyder
ce2dcb5392
bb11432 - cleaning up additional warning messages.
8 years ago
Steven Morgan
3447198a27
bb11897 - fix-up for freshclam warnings in beta versions. Patch provided by Andreas Schulze.
8 years ago
Steven Morgan
48fef7b8ec
11898 - fix unit test failure with zlib 1.2.9+. Patch provided by Marc Deslauriers.
8 years ago
Micah Snyder
abd76fabe6
formatting commit because heavy tab-space comingling made it unpleasant to read.
8 years ago
Micah Snyder
e09d884341
eliminated a large number of warnings, many of which had to do with mixing types. i switched some types to size_t and a couple to ptrdiff_t to make things more consistent, but there is a huge amount of work to be done to make types consistent. int, unsigned int, unsigned, off_t, and other types are ill-suited to storing buffer lengths or memory addresses.
8 years ago
Micah Snyder
b6d6afe752
nonfunctional formatting commit due to file with heavy tab-space co-mingling that made it difficult to visually identify code blocks.
8 years ago
Micah Snyder
4cd97da451
eliminating warnings, mostly with regards to signed vs unsigned comparisons, some of which could have been functional bugs if negative values were used (for offsets, etc). cleaned up a couple of macros and cleaned up some ifdefs.
8 years ago
Micah Snyder
84a7f40288
eliminating warnings. mostly correcting variable types. also correcting struct initialization in a couple instances (var = {0} does not zero the memory on all platforms). Also some minor formatting corrections in areas I was already working. eliminated some unused variables.
8 years ago
Micah Snyder
d18d72219f
Eliminating warnings, converting iterator variables to size_t when used to compare against sizeof(). added a couple of missing #includes.
8 years ago
Micah Snyder
a6af751079
adding missing function prototype that was throwing warnings on freebsd.
8 years ago
Micah Snyder
e62452c16f
Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel
8 years ago
Micah Snyder
1f9f20967c
error detection for cli_rawaddr is to check the err variable, not check offset >= 0. Made fix in two locations. Also made a few minor fixes to remove warnings.
8 years ago
Steven Morgan
0de9fb241d
Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel
8 years ago
Steven Morgan
279237dc73
Fix clamsubmit prereq checks.
8 years ago
Micah Snyder
dd2ed14ddb
adding a few minor changes to eliminate warnings, the most interesting of which was a missing function prototype for cache_get_MD5.
8 years ago
Micah Snyder
3e02c8cd1b
Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel
8 years ago
Steven Morgan
2d05df6f32
bb11883 - Fix fanotify ./configure issue.
8 years ago
Micah Snyder
5fcd56efbb
Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel
8 years ago
Micah Snyder
0190dbbf72
minor commit, removing checks against unsigned integers being less than zero, also testing pre-commit hook
8 years ago
Steven Morgan
fb11adbbdf
bb11867/11885 - Fix clamsubmit build issues.
8 years ago
Micah Snyder
7d4ca21b92
minor change to remove warning and testin git pre-commit hook.
8 years ago
Micah Snyder
14e2247bd2
updating the copyright for a number of tiles.
8 years ago
Micah Snyder
d2106081ad
Removing check for negative values, because the variable in question is unsigned.
8 years ago
Micah Snyder
db93a107fd
Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel
8 years ago
Micah Snyder
7b1f1aaf9a
fixed minor warnings regarding type conversions.
8 years ago
Micah Snyder
264272918e
fixed warnings. in particular, CL_VIRUS does not belong to the enum that rc uses, and this would return an incorrect code. this type of warning should be an error.
8 years ago
Steven Morgan
d5b97f4dc2
bb11887 - add valgrind supression rules for FreeBSD.
8 years ago
Mickey Sola
cd7c9a4fb7
solaris - adding strnlen and strndup implementations to ensure compatability with versions <= 10
8 years ago
Steven Morgan
eb9f4d9a3d
ClamAV 0.99.3-beta1 Changelog, NEWS, and README.
8 years ago
Mickey Sola
ac44cbd26a
mspack - maintainability improvments for cabd OOB fix
8 years ago
Mickey Sola
c99a8752ac
11874 - fixing OOB read in cabd
8 years ago
Steven Morgan
ef1e98a352
Update ClamAV 0.99.3 MS Windows versions.
8 years ago
Steven Morgan
40351dca33
ClamAV 0.99.3-beta1 NEWS and README.
8 years ago
Steven Morgan
ed47868b3f
bb11823 - command line copyright dates.
8 years ago
Steven Morgan
239c6b2637
fix for linking to openssl fo x64.
8 years ago
Steven Morgan
4411301651
generate 0.99.3-beta1 clamdoc html.
8 years ago
Steven Morgan
c29f1d10c3
generate 0.99.3-beta1 clamdoc.pdf.
8 years ago
Sebastian Andrzej Siewior
71decf5bb4
fts: use AC_COMPILE_IFELSE instead AC_TRY_RUN
...
AC_TRY_RUN is obsolte and this is also bad for cross-compiling. The main
reason why I try get rid of it is because this code will segfault due to
the first NULL pointer.
In the end we what to figure out if the FTS implementation compiles with
LFS so there is no need to execute that. Just try to compile it.
Patch-Name: fts-no-use-AC_TRY_RUN.patch
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Mickey Sola <msola@sourcefire.com>
8 years ago
Mickey Sola
d4699442bc
unrar - adding proposed changes to fix RAR VMSF_DELTA Filter Signedness error
8 years ago