Commit Graph

9568 Commits (c9a070c9d3898a86f4f0d11668b0fc0b7b6bd857)
 

Author SHA1 Message Date
Jonas Zaddach 8bd189e3b9 Also added decoding for the lp parameter 8 years ago
Jonas Zaddach 1c6bead7ba Tolerate different LZMA parameters in UPX compression 8 years ago
Micah Snyder 9eee84876d fix to update autogenerated files for machines that do not have bison installed. also eliminating warning in .y file at the same time by removing ifdef from yara_parser.h 8 years ago
Mickey Sola 0e82841af1 mspack - adding windows build scripts to dist 8 years ago
Mickey Sola 8319064c17 mspack - removing ssize_t typing to ensure VS15 compilation 8 years ago
Mickey Sola df7cc5cb6e openssl - fixing linking issue where VS2015 would fail to find external function definitions 8 years ago
Micah Snyder 53d63a8aa6 changing magic 0xE0F0000 to NULL, because the use cases verify it being 0 and do not verify the magic EOF number. Technically this doesn't seem to fix any actual bugs because the logic surrounding the use cases seems to keep it safe. however, it is more readable. 8 years ago
Micah Snyder 9b27f7b43b Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel 8 years ago
Micah Snyder 8efbf4a0cb eliminating compile warnings in windows 10, vs2015, x86 and x64. 8 years ago
Mickey Sola 9f620604c9 autojunk'd 8 years ago
Mickey Sola 915614e7a6 strn - adding configuration option to force use of internal strn functions for use when crosscompiling binaries against older libraries 8 years ago
Micah Snyder 7e64560ce5 eliminating warnings that cropped up in 32bit ubuntu (16.04) 8 years ago
Micah Snyder f59443aaaf formatting commit only. 8 years ago
Micah Snyder 78a06dae12 elminating warnings that crop up when using --with-libjson 8 years ago
Mickey Sola 5ce31ac0a0 bb11904 - ensuring md5 hashset string is initialized before use 8 years ago
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