Commit Graph

9862 Commits (b8dbe267cf92d1fba08d6327537013a3c86f71ea)
 

Author SHA1 Message Date
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
Micah Snyder 3c43fffda7 Improvements to signature writing documentation. Notably the inclusion of a comprehensive CL_TYPE file type reference, requested by in bb11408. 7 years ago
Micah Snyder (micasnyd) 2f28382694 Updated version string to 0.101-rc and incremented the FLEVEL to 101. 7 years ago
Micah Snyder (micasnyd) 08afc0c71e Removing clamav-for-windows. 7 years ago
Micah Snyder (micasnyd) 6e8e9fca45 Updated win32 zlib dependency from 1.2.5 to 1.2.11. 7 years ago
Micah Snyder (micasnyd) 4d3feda9c1 Aligning libclammspack version-info with upstream libmspack version-info (1:0:1 for libmspack 0.8alpha). 7 years ago
Micah Snyder (micasnyd) b690725040 Fix for NULL pointer derefence when using custom database download. 7 years ago
Micah Snyder (micasnyd) cda3b5f0ca Update to NEWS.md to include details about Authenticode parsing improvements. 7 years ago
Micah Snyder (micasnyd) fef94048c8 bb12220: Converting strnlen() calls to cli_strnlen() for systems such as Solaris 10 where strnlen() is not available. Adding #else clause to cli_get_filepath_from_filedesc() for platforms where we have not implemented a mechanism to determine the filename from the file descriptor. 7 years ago
Mickey Sola ceef37d3b6 jira-191 - dev/0.101 - expanding upon on-access documentation 7 years ago
Mickey Sola ee3741fea4 docs - adding OnAccess user manual to docs 7 years ago
Micah Snyder bb62d61ab0 Setting win32 installer name to ClamAV-0.101-beta. Setting recursive option to include user manual docs without having to explicitly list each file. 7 years ago
Micah Snyder e766303b2f Removing final references to libmspack-0.5alpha, preventing make dist. 7 years ago
Micah Snyder ebea41ed64 Moving variable declaration to top of function because ‘for’ loop initial declarations are only allowed in C99 mode. 7 years ago
Micah Snyder f8a5230cbf Added ClamAV 0.101.0 release notes to NEWS.md. 7 years ago
Micah Snyder 311c3501e4 Autojunk'd 7 years ago