August 9, 2019
View 0359cc5

Adds --max-scantime clamscan option and MaxScanTime clamd config option.

Micah Snyder authored on 2019/08/09 07:27:55
February 8, 2019
View 80fd907

Removing problematic call to convert file descriptors to filepaths. Added filename and tempfile names to scandesc calls in clamd. Added a general scan option to treat the scan engine as unprivileged, meaning that the scan engine will not have read access to the file. Added check to drop a temp file for RAR's where the we don't have read access to the filepath provided (i.e. unprivileged is set, or access() check fails).

Micah Snyder authored on 2019/02/08 05:03:43
January 26, 2019
View c442ca9

Updating and cleaning up copyright notices in 0.101 branch.

Micah Snyder authored on 2019/01/26 00:15:50
December 6, 2018
View 95b2d68

Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h.

Micah Snyder authored on 2018/12/06 10:46:20
November 17, 2018
View 7e7663a

libclamav / clamav.h documentation updated both to clean up existing documentation and to add new documentation.

Micah Snyder (micasnyd) authored on 2018/11/17 04:02:15
October 10, 2018
View f61e92d

Changing numerous scan options' names, primarily those of heuristic signatature alert options. Original options (command line and clamd) will remain as deprecated & undocumented for a couple releases. Added 2 extra scan options to allow users to differentiate between alerting on encrypted archives vs encrypted documents (bb11911).

Micah Snyder (micasnyd) authored on 2018/10/10 22:02:28
September 3, 2018
View a9a7122

Add more complete support for SHA384, SHA512 hashes

Andrew authored on 2018/09/03 11:07:14
September 2, 2018
View c714559

Add support for MD5 and SHA256 hash-based validation of the exe code Also refactors the code a bit to consolidate some duplicate functionality

Andrew authored on 2018/09/02 12:29:45
August 24, 2018
View 4cd3d28

Add minimal support for parsing SHA384-based certificates

Andrew authored on 2018/08/24 12:19:47
August 23, 2018
View 12341e1

Add more debug messages in fail cases, more comments, minor changes

Andrew authored on 2018/08/23 14:05:51
August 15, 2018
View 89d5207

Added new pdf object stream parsing capability.

Micah Snyder (micasnyd) authored on 2018/08/15 06:00:31
August 9, 2018
View 65ce67f

0.101.0 - Removing call to EVP_cleanup since cleanup is now handled by auto-deinit

Mickey Sola authored on 2018/08/09 04:00:06
July 31, 2018
View d39cb65

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.

Micah Snyder authored on 2018/07/31 09:19:28
July 21, 2018
View d7979d4

Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.

Micah Snyder authored on 2018/07/21 11:28:48
July 30, 2014
View 81b0623

Add missing const qualifier for "alg" (algorithm) parameter for various ClamAV crypto functions

Anthony Chan authored on 2014/07/30 01:49:43