Commit Graph

9568 Commits (c9a070c9d3898a86f4f0d11668b0fc0b7b6bd857)
 

Author SHA1 Message Date
Micah Snyder c9a070c9d3 More cleanup re: variables possibly used before initialized. 7 years ago
Micah Snyder 927b2bab17 bb11992: cleaning up some variable initialization. 7 years ago
Micah Snyder a1da16eee7 bb11025: Correcting PUA URL in man pages and shared optparser. 7 years ago
Micah Snyder 114cdb6b0a bb12009: adding check to verify that CLD isn't simply up to date before downloading the CVD for updates from private mirrors. 7 years ago
Micah Snyder c07ccfef67 autojunk'd, updated html, pdfs. 7 years ago
Micah Snyder f995f5c2a5 updating win32 proj files. 7 years ago
Micah Snyder 2c51f2487c fixing version #'s 7 years ago
Micah Snyder 6c59352535 autoreconf, regenerated pdfs, html docs. 7 years ago
Micah Snyder 6e56ae1243 updating version numbers after reversioning. Updating README, NEWS. 7 years ago
Kevin Lin 2ca24bbc18 modify mspack linking behavior: 7 years ago
Micah Snyder 8a0fa1a333 bumping the FLEVEL for 0.100 7 years ago
Kevin Lin eaf0a436c1 bb11965: fix issue with pcre2 support on 64-bit machines 7 years ago
Kevin Lin 2fe4942f7b bb11962: add nocase support to filtering system 7 years ago
Micah Snyder bcbc4f08f6 bb11733: applying patch provided courtesy of A. Wilcox that resolves stack size issues on non-glibc Linux machines. May apply to bb11979 as well. 7 years ago
Steven Morgan 961ab24c66 bb11996 - deprecate AllowSupplementaryGroups more gracefully. 8 years ago
Steven Morgan 4522932cf3 fix result of yara matches operator when running in ClamAV. 8 years ago
Steven Morgan a5e2b97d24 bb11981 - fix for some unit tests. 8 years ago
James Ralston 39bd083cbc bb11978 - onas: document limitations of OnAccessExcludeRootUID and 8 years ago
James Ralston 15596b1060 bb11978 - onas: onas_fan_checkowner(): distinguish EACCES and ENOENT 8 years ago
Mickey Sola 51be9906ac 0.99.3 - bb11978 - onas - onas_fan_checkowner cleanup patch submitted by James Ralston 8 years ago
Mickey Sola ef48b6af14 0.99.3 - bb11978 - onas - adding ExcludeRootUID option as cleaner alternative to using negative values to whitelist root UIDs using the ExcludeUID option 8 years ago
Micah Snyder 27281e3309 setting up insteller project files to create setup.exe that install the missing redistributables. adding sample config files that are targetted towards windows. fixing setup-x86 configuration to actually include 32bit binaries instead of using the 64bit binaries. removing the broken Release-Static configuration. 8 years ago
Steven Morgan ac75c6b87d ClamAV 0.99.3 beta2 ChangeLog. 8 years ago
Steven Morgan 3f0ed8d460 bb11882 - set default ./configure library search for libxml2. 8 years ago
Micah Snyder 8fdc5bb262 commenting out UTF8 BOM detection code for the time being until cli_scanhtml can be validated to handle multibyte utf8 8 years ago
Mickey Sola a20128bb21 0.99.3 - bb11963 - ensuring users have a way to correctly exlcude UID 0 when using the onaccess scanner 8 years ago
Mickey Sola 77112702d8 0.99.3 - bb11954 - adding pid check to fanotify event verification to ensure we ignore events triggered by our own process 8 years ago
Micah Snyder 03a76caa58 Regargeting openssl solution to match the other projects. 8 years ago
Micah Snyder 1f529a7e22 B11955: a few minor changes stolen from the latest 7z to close a double-free vulnerability 8 years ago
Steven Morgan e887f11324 bb11943 - buffer check for mew packed files. 8 years ago
Micah Snyder 5810338a74 replacing extra params that indicate intentional variable assignment within an if statement, preventing a compile warning. 8 years ago
Micah Snyder 9ea7b0093a eliminating potential infinite loop in libmspack quantum decompression code. 8 years ago
Micah Snyder 2c83276ca5 adding utf-8 BOM detection to ascii check 8 years ago
Micah Snyder 740b1ee572 applying a cleaner casting solution to account for isalnum issue on Windows Debug builds. 8 years ago
Micah Snyder a1b528d29a adding check prior to call to isalnum to avoid assert error in windows when random data that is < -1 or > 255 is fed into isalnum(). see https://stackoverflow.com/questions/28589051/using-isalnum-with-signed-character-inputs-visual-c 8 years ago
Mickey Sola b4852b8e4a 0.99.3 - regression fix - removing first pass offset check when extracting cab files compressed with lzx, improving debug output for LZX type decompression, warning on lzx file format issue instead of exiting decompression 8 years ago
Craig Davison 0cf813f835 Better fix for bug 11946 8 years ago
Steven Morgan c8f8f9f715 Merge branch 'master' of git.vrt.sourcefire.com:clamav/clamav-devel 8 years ago
Steven Morgan 0604618374 bb11944 - fix possible message.c OOB read. 8 years ago
Micah Snyder 40451e2eea Reverting change that supported empty string filenames for cab files. 8 years ago
Mickey Sola c8ba4ae2e4 11942 - fixing heap overflow in handle_pdfname. Patch submitted by Suleman Ali. 8 years ago
Mickey Sola f75c04b0c4 bb11941 - fixing UAF in mbox exportBounceMessage. Original patch submitted by Suleman Ali 8 years ago
Micah Snyder 7cf2a70104 b11939: adding fix as recommended by bug reporter along with a couple extra lines to ensure freed pointers are set to NULL. 8 years ago
Mickey Sola d1100be31a bb11940 - fixing heap overflow in rfc2037. Patch submitted by Suleman Ali 8 years ago
Mickey Sola 39c89d14a6 bb11945 - fixing null dereference of blob pointer 8 years ago
Steven Morgan 38da4800bf bb11943 - add check to mew.c for out of bounds read. Patch supplied by Suleman Ali. 8 years ago
Steven Morgan 292d6878fa bb11946 - check that tar checksum is within bounds. Patch supplied by Suleman Ali. 8 years ago
Micah Snyder 77326673e2 Adding missing -1 that enables trimming of trailing spaces in mbox parsing code. 8 years ago
Micah Snyder ad905e5391 forgot to remove a few stats submission related option checking in clamd 8 years ago
Micah Snyder 22880de038 eliminating additional option references to stat collection and submission until such time as a new stats website and associated clamav code is ready. 8 years ago