Commit Graph

9671 Commits (79b6015287d5f6df72b00f0769080d202a2792d4)
 

Author SHA1 Message Date
Micah Snyder (micasnyd) 79b6015287 Explicitely building 3rdparty/pthreads-win32 as a separate DLL and dynamically linking it with libclamav. 7 years ago
Micah Snyder b6eb17bb5b Updating the version strings for the clamav installers to 101. 7 years ago
Micah Snyder c0b5c57afc autojunk'd 7 years ago
Micah Snyder 0c45b56746 removing references to clamdoc tex,pdfs; replacing with UserManual 7 years ago
Micah Snyder 56496ac7bb Adding the Setup-x86 installer project file to the x86 (Win32) build configuration. It was apparently missing and was skipped when you try to 'build all' 7 years ago
Craig Davison 48d7f61cc5 initialize endptr to NULL 7 years ago
Craig Davison 80e52f24fd xar_get_numeric_from_xml_element: don't log invalid str 7 years ago
Craig Davison a503d60fcf xar_get_numeric_from_xml_element: use strtol 7 years ago
Anthony Chan 501baee217 Minor edit to error message 7 years ago
Anthony Chan 52144d0458 Add missing newline character to debug message string 7 years ago
Anthony Chan da6a045e32 Modify unrar read_tables to treat "repeat previous code" at first position as error 7 years ago
Anthony Chan be8288c769 Remove unneeded type cast 7 years ago
Anthony Chan ffa59dfee3 Fix "implicit conversion loses integer precision" compiler warning 7 years ago
Anthony Chan 81b06239cc Add missing const qualifier for "alg" (algorithm) parameter for various ClamAV crypto functions 7 years ago
Anthony Chan f50f7f306e Add missing const keyword in cl_update_hash() 7 years ago
Micah Snyder a5c30b1047 autojunk'd 7 years ago
Micah Snyder d64cd9defd Updated version-related strings, structs, FLEVEL for 0.101.0(-devel). 7 years ago
Micah Snyder (micasnyd) 88005aeb12 bb12085: Converting some constants from enums to defines, because the enums may be evaluated as signed on some systems - notably solaris, causing issues if he value is greater than MAX_INT. 7 years ago
Micah Snyder (micasnyd) 7f1ddabeb9 Proposed fix to warnings on big endian AIX builds that may have been indicative of truncated readint64 return values. 7 years ago
Mickey Sola 0077903e8d autojunk'd 7 years ago
Mickey Sola a3b6a805ca bb12090 - 0.101.x - updating openssl and libcrypto checks to backwards compatible, non-deprecated function checks 7 years ago
Mickey Sola 47cccb4a82 0.101.x - adding mspack autom4te cache to git ignore list 7 years ago
Micah Snyder 849830a224 Removing vestigial BasePackage.md file. 7 years ago
Micah Snyder 77dda834d6 Moving images directory under UserManual directory for additional tidyness. 7 years ago
Micah Snyder 84d9a02aa5 Cleaning up docs directory, updating some of the documentation. 7 years ago
Micah Snyder d7087118dc Converted documentation from latex to markdown and eliminated html and pdf copies. 7 years ago
Mickey Sola 8c2fae4a89 bb12087 - 0.101 - updating to libtool v2.4.6, autojunking, and adding markdown files to make dist target 7 years ago
Micah Snyder 3690396877 bb11980 & bb12008 (again). Change to pdf_parse_string after evaluating function usage and the pdf format. 7 years ago
Micah Snyder 8dc0817ee9 bb12008: correction to object length check when parsing strings in pdf dictionaries. 7 years ago
Micah Snyder 69b4a22370 bb12006: correction to dictionary length checks when parsing pdf objects. 7 years ago
Micah Snyder c8faa5c51d bb12005: fixing memory leak in htmlnorm code. 7 years ago
Micah Snyder 53c957a9da bb12004: adding check for min pdf size needed to check pdf version 7 years ago
Micah Snyder e96b53b68b Autoreconf with stock libtool 2.4.2 7 years ago
Micah Snyder 6bced430e0 Fixing formatting mistake where # comment character made it into .m4 file by way of URL. Correcting .am file to account for removing files from repository. 7 years ago
Micah Snyder 432936de22 Regenerating PDF and HTML docs. 7 years ago
Micah Snyder c9893ef062 Adding missing commas to FunctionalityLevels enum definition where newer version numbers were added. 7 years ago
Micah Snyder 64e2fedac7 Updated the NEWS.md, and reformatted it to improve the markdown. updated the version string from 0.100.0-rc to 0.100.0 in preparation for the release. 7 years ago
Micah Snyder 964a1e7321 Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code. 7 years ago
Micah Snyder 6e407f2014 Applying patch to master to bring master 100% in line with dev/100 development branch in preparation for new development fork. 7 years ago
Micah Snyder 0a29bc85f6 Correction to clamsubmit to use the malware session id instead of the presigned session id, as the presigned one appears to not be set and the malware one appears to work as intended. Added an additional check for safety to ensure that the cfduid and session id values are not NULL. 7 years ago
Micah Snyder a8b2b3356c Correction to Windows vdproj installers Round 2. 7 years ago
Micah Snyder 98ce4d721b Correction to Windows vdproj installers. 7 years ago
Micah Snyder 4baac26bf5 Adjusting version number when building for Windows to match expectations. 7 years ago
Micah Snyder 4a36d20a91 Bumping the FLEVEL to 91 for 0.100.0-rc 7 years ago
Micah Snyder c9352903d2 Correcting errors in win32 installer project files. 7 years ago
Micah Snyder 1c8b4967b7 Adjusting Makefile.in to account for changed filenames and removed files. 7 years ago
Micah Snyder 41d3665096 Changing header in README for code contribution links. 7 years ago
Micah Snyder 45817e0098 Updating NEWS.md to thank James Ralston for help with OnAccess scanning improvements. 7 years ago
Micah Snyder 6289eda8e0 Eliminating AUTHORS file, and moving acknowledgements for various source code contributions to the file comment blocks for the individual files, as appropriate. 7 years ago
Micah Snyder 16d1550455 Documentation update and cleanup. Transition to MarkDown files for improved rendering on GitHub.com 7 years ago