December 4, 2018
View 27948a0

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.

Micah Snyder authored on 2018/12/04 02:37:58
November 17, 2018
View f4a7a09

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 c6cea23

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 125360a

Add more complete support for SHA384, SHA512 hashes

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

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 c9346ea

Add minimal support for parsing SHA384-based certificates

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

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

Andrew authored on 2018/08/23 14:05:51
August 15, 2018
View 1158b28

Added new pdf object stream parsing capability.

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

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 01eebc1

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 048a88e

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
February 22, 2018
View 7cd9337

Spelling Adjustments (#30)

Josh Soref authored on 2018/02/22 05:00:59
February 9, 2017
View 165faf6

bb11741 - fix compiler warnings due to STAT64_BLACKLIST. Patch supplied by Ruga.

Steven Morgan authored on 2017/02/09 05:00:54
July 30, 2014
View 1e357c7

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

Anthony Chan authored on 2014/07/30 01:49:43
July 29, 2014
View 09d896f

Add missing const keyword in cl_update_hash()

Anthony Chan authored on 2014/07/29 06:32:27