ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/shared
Micah Snyder e30d797e77 Fix to correctly detect libcurl installations that depend on openssl installs in alternative install locations, and to properly get and compare x509 certificate names when using openssl 1.1+. 6 years ago
..
linux Fix so the linux cert util compiles. 6 years ago
mac Downgrades empty keychain log message from error to debug, as this is apparently normal. 6 years ago
win Windows fixes for TLS certificate caching. 6 years ago
Makefile.am Adds a module to use Prelude and connect to a prelude manager 9 years ago
Makefile.in Revert recent autoconf work 11 years ago
actions.c Added parenthesis to silence warning caused by setting variable in an if-statement. Added some inline documentation to explain the purpose of the actions feature and how to use it. 6 years ago
actions.h Added parenthesis to silence warning caused by setting variable in an if-statement. Added some inline documentation to explain the purpose of the actions feature and how to use it. 6 years ago
cdiff.c clang-format'd using new .clang-format rules. 6 years ago
cdiff.h update some copyrights and stick to GPL v2 18 years ago
cert_util.c Fix to correctly detect libcurl installations that depend on openssl installs in alternative install locations, and to properly get and compare x509 certificate names when using openssl 1.1+. 6 years ago
cert_util.h Moving Windows cert verification to shared directory, and adding macOS cert verification support. 6 years ago
cert_util_internal.h Fix to cert utils for mac for compatibility with Openssl 1.1.0+ wherein the X509 structure is now opaque and the name cannot be directly referenced. 6 years ago
clamdcom.c Updating and cleaning up copyright notices. 6 years ago
clamdcom.h Updating and cleaning up copyright notices. 6 years ago
fdpassing.h Updating and cleaning up copyright notices. 6 years ago
getopt.c clang-format'd using new .clang-format rules. 6 years ago
getopt.h clang-format'd using new .clang-format rules. 6 years ago
hostid.c Freshclam refresh. This update makes libcurl a hard requirement for ClamAV. 6 years ago
hostid.h Freshclam refresh. This update makes libcurl a hard requirement for ClamAV. 6 years ago
idmef_logging.c Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
idmef_logging.h Updating and cleaning up copyright notices. 6 years ago
misc.c Updating and cleaning up copyright notices. 6 years ago
misc.h clamonacc - add curl support for send receive and connecting to clam daemon; add new option for timeout when using curl; refactor all scanning into self-contained scanning thread; add non-blocking wait (via select) for receiving and sending data to and from clam daemon 6 years ago
optparser.c Adds --max-scantime clamscan option and MaxScanTime clamd config option. 6 years ago
optparser.h clamonacc - clean/fix up command line option arg passing; use only logg for printing 6 years ago
output.c clamonacc - conform to clang-format 6 years ago
output.h Updating and cleaning up copyright notices. 6 years ago
queue.h Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
tar.c Updating and cleaning up copyright notices. 6 years ago
tar.h Updating and cleaning up copyright notices. 6 years ago