Commit Graph

10312 Commits (b849bbd02eabc0f948930e893bee2e0590a6e8b2)
 

Author SHA1 Message Date
Micah Snyder 300e30439d Adds libtool flag --tag CXX to clamsubmit so that systems without the Objective C linker are not confused by the OBJC support. 6 years ago
Micah Snyder 1b4d6e58a7 Adds User-Agent HTTP header for clamsubmit to match freshclam. 6 years ago
Micah Snyder 74bbc91433 Modifies zip scanning behavior so it scans files using zip records from the catalogue which provides deduplication of file records resulting in faster extraction and scan time and reducing the likelihood of alerting on non-malicious duplicate file entries as overlapping files. 6 years ago
Micah Snyder a04a7627b3 bb12356 - Improvement to overlapping zip files detection logic. 6 years ago
Micah Snyder (micasnyd) aca5dc4ed8 unrar_iface: Fix for debug print format string that caused check failures on some systems. 6 years ago
Micah Snyder bcf8634cc7 Adds hardcoded clamav-version.h file to win32 so as to provide the same feature for Windows applications using libclamav. 6 years ago
Micah Snyder 20a3dc4273 Adds new clamav-version.h to clamav.h so it doesn't have to be included separately, and adds example usage to the ex1.c example program. 6 years ago
Micah Snyder (micasnyd) b8e14254d0 Fixes filename memory leak for empty files in EGG archives. 6 years ago
Micah Snyder (micasnyd) b819efc769 Updated version strings for 0.102.0-rc. 6 years ago
Micah Snyder d39035d95d Autojunk'd 6 years ago
Micah Snyder d45d16b27e Adds clamav-version.h generated header files to provide a hex-based numerical macro for evaluating the ClamAV, libclamav, and libfreshclam versions. 6 years ago
Romain Chollet ff31e5b486 Add Prelude missing support 6 years ago
Mickey Sola 437b654092 news - add credit for public pr 6 years ago
Joe cooper bc0d93534b Move help before config file check, so it actually works 6 years ago
Micah Snyder d9c34c43f6 Eliminates a few warnings. 6 years ago
Micah Snyder bcb4505e60 bb12370 - cli_strndup and other str* replacements must be built and exported for every OS to be used outside of libclamav on systems that don't have the original functions (e.g. strndup). This commit renames the macros to be uppercase, renames the replacement functions to be preceeded with two understores (e.g. __cli_strndup), and removes the ifdef's so that they are built regardless, because there are no ifdefs in libclamav.map. 6 years ago
Micah Snyder 48cc40d9a5 Fix for cli_scanegg; changing memset to use sizeof() the correct struct. 6 years ago
Micah Snyder (micasnyd) 4d4b0c3c8a Freshclam fix to correctly identify database has been updated or not. 6 years ago
Micah Snyder ed46d3a13a Shortens the freshclam progress bar, improves readability for smaller terminals. 6 years ago
Micah Snyder a919eb94c7 Adds version string comparison logic to prevent freshclam from thinking a newer version is out of date. 6 years ago
Micah Snyder 63040c3b1a Resets behavior of freshclam --show-progress option to be on by default if stdout is a TTY. 6 years ago
Micah Snyder 7180037f1a Downgrades empty keychain log message from error to debug, as this is apparently normal. 6 years ago
Micah Snyder (micasnyd) 6a0abb897a Adds --max-scantime clamscan option and MaxScanTime clamd config option. 6 years ago
Mickey Sola 83afeb7126 bb12371 - nsis - manually adding patch by Albert Astals Cid to mitigate bzip2 CVE-2019-12900 6 years ago
Micah Snyder 61559542b4 Adds fix to EGG parser to free egg handle correctly, fixing minor memory leak. 6 years ago
Micah Snyder 14e7dfffc6 Adds fix to EGG parser preventing dereference of filename if not set. 6 years ago
Andy Ragusa 50c657de81 Removed warnings. 6 years ago
Andy Ragusa 4f2972b007 Modified SKIP macro to check fmap_readn return code for -1 for CLAM-1005. 6 years ago
Orion Poplawski 59eacececa systemd - set TimeoutStartSec=420 for clamav-daemon 6 years ago
Micah Snyder 68ffcc11a6 Adds property to Jenkinsfile to disable concurrent builds. 6 years ago
Micah Snyder df370bfb70 Updates the NEWS.md release notes; adds 0.102 details and copies in details from the 0.101.2 patch release. 6 years ago
Micah Snyder d8408af0df Updated version strings for 0.102.0-beta. 6 years ago
Micah Snyder f270023ac3 Autojunk 6 years ago
Andy Ragusa 5a15a4c5c4 Passes openssl location to make check. 6 years ago
Mickey Sola 8cfec0b245 valgrind - add supression rule for memcpy_chk false positive 6 years ago
Mickey Sola 5032aa03c3 jenkinsfile - add string parameter for build acceptance engine branch 6 years ago
Mickey Sola b75b6e420a clamonacc - make curl version configure error message more verbose; remove Makefile artifact from merge conflict which broke auto configure logic 6 years ago
Mickey Sola f177e25e60 autojunk'd after merge conflict; fix clamsubmit openssl include issue 6 years ago
Mickey Sola 4fee702fc3 clamonacc - conform to clang-format 6 years ago
Mickey Sola 0507752501 autojunk'd 6 years ago
Mickey Sola 72c10bd1a5 clamonacc - fix distcheck, patch by Micah 6 years ago
Mickey Sola 1019d6415b clamonacc - change clamd.conf.sample OnAccessExcludeUname default example from clamuser to clamav 6 years ago
Mickey Sola 4c1f152257 clamonacc - improve inline and function level documentation 6 years ago
Mickey Sola 2ed2e03b12 clamonacc - improve startup checks by checking that local connection is valid and checking for RootUID exclusion 6 years ago
Mickey Sola b04016987e autojunk'd 6 years ago
Mickey Sola 78b1b1b4c6 clamonacc - rename/cleanup filenames, variables, and some logging to be more unified and explicit 6 years ago
Mickey Sola 2b4b18045c clamonacc - update conf and manpage 6 years ago
Mickey Sola ec4e5fe246 clamonacc - fix small leak when handling intoify events; fix some whitespace stuff 6 years ago
Mickey Sola 95bfaf7e24 clamonacc - refactor signal handling and cleanup to clamonacc top level to ensure context is cleanup up on exit 6 years ago
Mickey Sola 81013ebc9e clamonacc - fix exclude-list command line option; fix typo in help output 6 years ago