Micah Snyder (micasnyd)
5485787a92
bb12504: Custom CA paths for freshclam, clamsubmit
...
The newer freshclam uses libcurl for downloads and downloads the
updates via https. There are systems which don't have a "default CA
store" but instead the administrator maintains a CA-bundle of certs
they trust.
This patch allows the users to specify their own CA cert path by
setting the environment variable CURL_CA_BUNDLE to the path of their
choice.
Patch courtesy of Sebastian A. Siewior
5 years ago
Micah Snyder
206dbaefe8
Update copyright dates for 2020
5 years ago
Mickey Sola
a0e8d2ffbb
autojunk'd
6 years ago
Mickey Sola
5b7fac5aeb
autojunk'd
6 years ago
Mickey Sola
56a068c29f
autojunk'd
6 years ago
Micah Snyder
10c06218aa
Autojunk'd
6 years ago
Mickey Sola
28459aec91
autojunk'd
6 years ago
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
d39035d95d
Autojunk'd
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
f7d82063dd
autojunk'd
6 years ago
Mickey Sola
3921323b62
autojunk'd
6 years ago
Mickey Sola
4ca79bd7cb
autojunk'd
6 years ago
Mickey Sola
18b723e697
autojunk'd
6 years ago
Mickey Sola
3733a8795e
clamonacc - move and configure fts fix
6 years ago
Mickey Sola
1b264c0bf2
clamonacc - update autotools scripts to get clamd and onacc building; autojunk'd
6 years ago
Micah Snyder
559df75c9f
Autojunk'd
6 years ago
Micah Snyder
c3cc2841e7
Autojunk'd
6 years ago
Micah Snyder
352248f608
Moving Windows cert verification to shared directory, and adding macOS cert verification support.
6 years ago
Micah Snyder
5fef7399da
Autojunk'ed
6 years ago
Micah Snyder
c6293322e4
Clamsubmit fixes for missing -d debug option, fix for Windows specific bug, and fix to force HTTP/1.1 connections so it doesn't default to 2.0, which is not yet supported for clamsubmit.
6 years ago
Micah Snyder
cef54eaf8f
Freshclam refresh. This update makes libcurl a hard requirement for ClamAV.
...
New features added to freshclam:
- Update signature definitions over HTTPS.
- Support for HTTP protocol v1.1 (formerly v1.0).
- New libfreshclam library with an all new API and versioning separate from libclamav (v2.0.0). This library is now build and installed alongside libclamav as a hard dependency of freshclam.
- The ability to opt-in and opt-out of standard and optional official ClamAV databases (ExtraDatabase, ExcludeDatabase)
- The option to specify the protocol and port number of official and private mirror servers.
- Support for additional types of proxy servers beyond plain HTTP (SOCKS 4, SOCKS 5).
Features removed from freshclam:
- Mirror management (mirrors.dat) file. This feature is no longer needed as official signature databases are distributed using a paid content delivery network (Cloudflare).
This commit also adds the following features for Windows users:
- The clamsubmit tool.
- The json-c library dependency, which will enable the --gen-json option in clamscan.
- Third party libraries under the win32/3rdparty directory have been removed. Developers will need to build the libraries separately from ClamAV and provide the headers and lib/dll library files the same way they do for OpenSSL. This includes libxml2, pthread-win32, bzip2, zlib, pcre2 as well as new dependencies: curl, json-c. Developers are encouraged to use the build tool Mussels to simplify this task.
6 years ago
Micah Snyder
fe4433b01f
Autojunk'd
6 years ago
Mickey Sola
393edc437d
automake'd
6 years ago
Micah Snyder
52cddcbcfd
Updating and cleaning up copyright notices.
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
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
7b563ca798
Enabling configure option --with-system-libmspack that will allow use of libmspack installations in /usr or /usr/local in favor of the version provided by ClamAV.
7 years ago
Micah Snyder
b563e84083
Moved libmspack-0.5alpha from libclamav to libclammspack, and restructured the build so that there should be no need to modify the libmspack build files in the future (i.e. libmspack autoconf and automake files aren't actually used).
7 years ago
Micah Snyder
d39cb6581f
Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.
7 years ago
Micah Snyder
a46a106a2a
Adding additional free() calls in error conditions for str variable that isn't cleaned up at the end of the function.
7 years ago
Micah Snyder
e2de260304
Adding fix to set aws_curl to NULL to prevent double-free
7 years ago
Micah Snyder
c38d68d830
Changing urls to https, improved error checking, and adding additional cleanup step at the end.
7 years ago
Mickey Sola
8c2fae4a89
bb12087 - 0.101 - updating to libtool v2.4.6, autojunking, and adding markdown files to make dist target
7 years ago
Micah Snyder
e96b53b68b
Autoreconf with stock libtool 2.4.2
7 years ago
Micah Snyder
964a1e7321
Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code.
7 years ago
Micah Snyder
0a29bc85f6
Correction to clamsubmit to use the malware session id instead of the presigned session id, as the presigned one appears to not be set and the malware one appears to work as intended. Added an additional check for safety to ensure that the cfduid and session id values are not NULL.
7 years ago
Micah Snyder
e098cdc557
Updating help strings, to include a couple missing items as well as copyrights. updating man page files as well.
7 years ago
Micah Snyder
77b50dbc5c
autoreconf -ivf.
7 years ago
Kevin Lin
99d459b477
autoreconf
7 years ago
Micah Snyder
c0ac544738
autoreconf one more time with newer version of autotools to account for issues with argz_.h under make dist.
7 years ago
Micah Snyder
545216bb68
autoreconf -fi this time to correctly update libmspack linking changes.
7 years ago
Micah Snyder
6c59352535
autoreconf, regenerated pdfs, html docs.
7 years ago
Mickey Sola
9f620604c9
autojunk'd
8 years ago
Steven Morgan
fb11adbbdf
bb11867/11885 - Fix clamsubmit build issues.
8 years ago
Mickey Sola
3f363b73bf
autojunk'd
...
Conflicts:
configure
8 years ago