Commit Graph

10304 Commits (860764eb16c1a0a597ef39db94bd53dd3b0f01a5)
 

Author SHA1 Message Date
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
Mickey Sola 4360a9915a clamonacc - move fanotify init to startup check function to ensure elevated permission checking is done before daemonization; fix potential segfault when pswd struct does not get allocated during exclusion check 6 years ago
Mickey Sola f7d82063dd autojunk'd 6 years ago
Mickey Sola 0d021a31d1 clamonacc - changing libcurl config version check for clamonacc to key from curl-config 6 years ago
Mickey Sola aaad010cf4 clamonacc - remove share/priv-fts.h path from makefile to fix 6 years ago
Mickey Sola 7aa7646741 clamonacc - cleanup event loop exiting; use pthread cancel push and pop macros for exiting to avoid signal collision issues with thread pool; whitespace 6 years ago
Mickey Sola a8bf985948 autojunk'd after libreshclam merge conflict resolution 6 years ago
Mickey Sola ab9a1b7e76 clamonacc - fix bug in case where client would not properly return an error and recover after timing out while receiving data; add new line(s) to afforementioned error hanlding case 6 years ago
Mickey Sola c09e438fdf clamonacc - remove long (L) denotation from clamd.cond curl timeout configure option 6 years ago