Commit Graph

9503 Commits (653b471b5b56f5066fd5ddf1040fe803b89a6cbe)
 

Author SHA1 Message Date
Micah Snyder 653b471b5b eliminating format-string related warnings that appear on ubuntu 16.04 x64. 8 years ago
Steven Morgan ee6fb5fbf0 add some null argument checks before using the json api. 8 years ago
Steven Morgan ad6b08d27b quieter debug messages from pcre matcher. 8 years ago
Steven Morgan f84289de35 fix for Html.Trojan.Iframe-35 false negative. 8 years ago
Micah Snyder d731a939ba fixed uninitized variable that valgrind picked up in centos 6.8 8 years ago
Micah Snyder 7cc40cba8b initializing error code to zero, fixing mspack_fmap_message so it has a new line character and will print fmt strings correctly 8 years ago
Micah Snyder 87c800a746 initializing file->folder to NULL to prevent accidental segfaults and valgrind complaints. adding correction to mspack_fmap_message() so it will correctly print format strings. 8 years ago
Micah Snyder 4cb7530e81 adding fix to cabd.c that allows completion of parsing of cab files that describe files in the header that are invalid. This occurs when non-header data is hidden at the end of the header. 8 years ago
Micah Snyder 31064b37f7 adding back warning fixes to pdf.c that disappears in pull request changes wrt win32 changes. adding a small change to mspack cabd.c since to eliminate a warning since this series of commits also changes mspack code. 8 years ago
Micah Snyder a7e14794e2 adding back changes to eliminate warnings from unrar files other than unrarppm. 8 years ago
Micah Snyder d0cba11ea7 adding back changes to eliminate warnings from mspack, matcher, others, and readdb. 8 years ago
Micah Snyder 169af0fc67 Revert "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 de2d9dc4fc Removing file references from Makefile that were removed as a part of Windows visual studio project file cleanup effort. 8 years ago
Micah Snyder 52205b828c moving mspack visual studio project into win32 directory. 8 years ago
Micah Snyder 28d48ab288 adding openssl visual studio project to provide the openssl DLLs to the Setup installer projects. there may be an even cleaner solution but this works. 8 years ago
Adrian Wu 1787900cd9 Address PR comments and fix logic 8 years ago
Adrian Wu c213fb8ea4 BUGFIX 18264: Make freshclamwrap interpret FC_UPTODATE as UPD_NONE 8 years ago
Prashant Pathak b1621fd5dc Formatting attempt# 2 8 years ago
Prashant Pathak a45f8f4421 Fix formatting issues 8 years ago
Prashant Pathak 5411f7ebee BUGFIX: 16588: Exit freshclam if pipe is broken 8 years ago
Prashant Pathak 16049b4bb1 Fix: Fix formatting to keep inline with original file 8 years ago
Prashant Pathak ef46dfb647 BUGFIX: Do not treat failure as fatal 8 years ago
Prashant Pathak f3f04b6cd9 BUGFIX: 14528: Disable caching by default in the wrapper code 8 years ago
Adrian Wu 428faad882 basetsd not basestd 8 years ago
Prashant Pathak edb022443d FIX: Compile issue with VS 2015 8 years ago
Jake Fehr 75ae082726 Fix lib path 8 years ago
Jake Fehr 078ab2f916 null an additional variable 8 years ago
Jake Fehr afcd55f7c4 Fix spelling mistake 8 years ago
Jake Fehr 9eebb0a432 Remove old build files 8 years ago
Jake Fehr 59e8d91a4b Remove dependancy on c:\clamdeps 8 years ago
Micah Snyder 1580b32c24 Updated clamav-for-windows interface.c to include new file types. 8 years ago
Micah Snyder ab69365d38 Correct clamav-for-windows.sln debug/release x64/win32 settings. 8 years ago
Micah Snyder 67bb55d7c7 partial pull-request from jfehr, ommiting changes to openssl lib names: Changes needed to build Cmam in VS2015. 8 years ago
Jake Fehr 9767b1ba24 disable building of sigui 8 years ago
Micah Snyder c3c2963584 B11858 removed sigui 8 years ago
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