Commit Graph

9927 Commits (cef54eaf8fcc160a143820caf6bcdbb6ed415688)
 

Author SHA1 Message Date
Micah Snyder da8d941cc8 fuzz - 12131, 12132, 12205 - Speed up PDF parse speed for truncated (or otherwise malformed) PDFs. 6 years ago
Micah Snyder 098d2adb09 fuzz - 12122 - Fix to memory leak by properly free'ing the dirname variable in OLE2 parser. 6 years ago
Mickey Sola d86e0a3be7 fuzz - 12528 - fixing left shift issue with OLE2 and utf16 to ascii decoding 6 years ago
Mickey Sola a478126302 fuzz - 12306 - ARJ decode left shift and int storage checks added 6 years ago
Mickey Sola 1feebda93b fuzz - 12260 - fixing undefined shift issue when handling javascript escape sequences during hex to int conversion 6 years ago
Mickey Sola 9d283802bb fuzz - 12183, 12311 - fixing screnc base64 undefined leftshifts, correcting types, and placing checks to fix int storage size issues with HTML normalizer 6 years ago
Mickey Sola 0cff42fbc3 fuzz - 12251, 12194 - fixing left shifting issue with upx decoding when determining back offsets 6 years ago
Micah Snyder dc34ec9194 Compatibility fix with std < C99. 6 years ago
Jonas Zaddach d1f7ff12a3 Prettify printing of bytecode arguments 6 years ago
Jonas Zaddach 44f77de889 Dump IR of all functions in clambc 6 years ago
Mickey Sola 393edc437d automake'd 6 years ago
Mickey Sola b8f60910fa autotools - forcing distcheck to respect the c and c++ compilers specified at configure time 6 years ago
Micah Snyder 8e765853d0 Updating generated yara_grammar and yara_lexer files. Including modification to yara_grammar.y to include yara_compiler.h in both the .h and .c file, as previously it was manually added to the .h file which causes build failures if you don't realize this and need to recompile the yacc file. 6 years ago
Micah Snyder ea722d9486 Autojunk'd 6 years ago
Micah Snyder 43062b1397 Makefile changes to fix distcheck after addition of fuzz directory. 6 years ago
Micah Snyder b8dbe267cf Corrections to dist to account for moving of UserManual and addition of fuzz directory. 6 years ago
Micah Snyder bbe70a1b9a Moved the UserManual markdown content to the Cisco-Talos clamav-faq Github repository. 6 years ago
Micah Snyder 52cddcbcfd Updating and cleaning up copyright notices. 6 years ago
Micah Snyder (micasnyd) 9eeaf14a72 Corrections to CentOS and Debian install guides. 6 years ago
Micah Snyder (micasnyd) 2b5c743d1e bb12232: Message should have been printed at the debug level instead of error level. 6 years ago
Micah Snyder 6bdace8f6f Moving CONFDIR and DATADIR definitions out of the Win32 clamav-config.h, to eliminate conflict with directory-finding feature. 6 years ago
Micah Snyder 8149ccedcf bb12234: Fix for oversight in libjson and libcurl detection code, so that --with-json=<path> will work. 6 years ago
Micah Snyder 29b6da0213 bb12227: Patch to adjust the default CommandReadTimeout to reduce the chance of mail loss when using clamav-milter with the TCP socket. Contribution by Scott Kitterman. 6 years ago
Micah Snyder 748fa6b09e Adding static clamav-types.h for native Windows builds. Supporting changes to hashtab appear to be needed because cltypes.h no longer automatically brings in claamav-config.h. 6 years ago
Micah Snyder 8d53f30804 Added 0.101.1 version information, flevel enum value. Increased the FLEVEL setting to 110 for 0.102.0 devel. Increased the libclamav revision value to account for the clamav-types.h change. 6 years ago
Micah Snyder b3e82e5e61 Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h. 6 years ago
Mickey Sola 9ca0e9f3ef j475 - fixing invalid read issue caused by uninitialized buffer 6 years ago
Micah Snyder 35f04d064c Improvements to the fuzz Makefile settings. 6 years ago
Micah Snyder 2e26e12cab Changing ClamAV version number from 0.101.0 to 0.102.0-devel. 6 years ago
Micah Snyder (micasnyd) ce6402f7fe Added oss-fuzz integration. 6 years ago
Micah Snyder 72fd33c8b2 clang-format'd using new .clang-format rules. 6 years ago
Micah Snyder 38fe8b69a0 Added .clang-format style rules, clam-format script to automate formatting of ClamAV code, and preparing select files so that clang-format does not alter carefully formatted sections. 6 years ago
Micah Snyder 5ba88cab51 Corrections to links in UserManual. 7 years ago
Micah Snyder f1f31c6acf Removed rc moniker for the 0.100.0 stable release. Added docs/html back so it may be packaged in the release tarball. 7 years ago
Micah Snyder 9ad37622ae Fixing variable name in #else condition that broke the build on freebsd, other non-linux, non-mac, non-windows os's. 7 years ago
Mickey Sola 29267a8859 bcomp - removing const qualifier from working comp buffers 7 years ago
Mickey Sola 0ef888f546 bcomp - reverting change that forced scanning on raw files only 7 years ago
Mickey Sola dbb60dc9a8 bcomp - fixing signedness issue with large extracted binary values 7 years ago
Micah Snyder (micasnyd) cc12e21dd2 bb12221: Fix for subtle type-mismatch that could result in an infinite loop with a large number of sigs. 7 years ago
Mickey Sola 89d6620b3a docs - updating Usage docs based on feedback 7 years ago
Mickey Sola 68ded1f6d7 docs - updating Usage on-access info 7 years ago
Mickey Sola ab012ecae8 docs - adding links to Usage documentations along with some other formatting touchups 7 years ago
Mickey Sola 6ed3d579a7 docs - overhauling Usage documentation 7 years ago
Micah Snyder (micasnyd) 7e7663abf6 libclamav / clamav.h documentation updated both to clean up existing documentation and to add new documentation. 7 years ago
Micah Snyder 83bc694ced Restructured the signature writing documentation, and supplemented it with dconf documentation, file type magic documentation, and references for ClamAV functionality levels. 7 years ago
Andrew 799c100266 Update sig docs to have more info about sig writing 7 years ago
Micah Snyder 53a419744c Added recommended system requirements to the user manual in the introduction. 7 years ago
Micah Snyder 8a6eec6a13 Some formatting adjustments to the development guide. Added development guide to UserManual.md table of contents. 7 years ago
Andrew 47ae24a8a6 Update development docs based on Micah's feedback 7 years ago
Andrew 678f79064a Add page with use info related to ClamAV dev 7 years ago