November 13, 2019
View 3fdae9b

Handle two more Authenticode parsing edge cases

Andrew authored on 2019/11/13 12:30:31
July 20, 2019
View a098038

Fix uninitialized memory usage in PE cert parsing

Andrew authored on 2019/07/20 01:24:23
May 22, 2019
View 737ec1e

Corrections to freshclam logging initialization. Added notation to --help output for --stdout option to indicate that debug messages will not be redirected. Changing direct calls to cli_dbgmsg_internal to use cli_dbgmsg, as cli_dbgmsg_internal always prints, even when --debug is not enabled.

Micah Snyder authored on 2019/05/22 03:49:42
May 5, 2019
View 97a0647

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.

Micah Snyder authored on 2019/05/05 06:28:16
May 4, 2019
View ee40795

Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior.

Micah Snyder authored on 2019/05/04 07:16:03
February 19, 2019
View e8169c7

Multiple blacklist sigs can now match with allmatch

Andrew authored on 2019/02/19 06:04:46
February 14, 2019
View a96756b

Copy cert name for debug prints; fail better

Andrew authored on 2019/02/14 07:19:47
View 3cf1b1c

Add ability to whitelist leaf certificates

Andrew authored on 2019/02/14 04:29:40
February 13, 2019
View 92088f9

Add support for cert blacklisting and whitelisting upfront

Andrew authored on 2019/02/13 05:10:04
January 26, 2019
View 52cddcb

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
January 8, 2019
View 7ba310e

PE parsing code improvements, db loading bug fixes

Andrew authored on 2019/01/08 14:09:08
December 4, 2018
View 72fd33c

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
View 38fe8b6

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
October 26, 2018
View ebea41e

Moving variable declaration to top of function because ‘for’ loop initial declarations are only allowed in C99 mode.

Micah Snyder authored on 2018/10/26 12:30:44
October 10, 2018
View 7f46503

Allow the NULL to be missing on all AlgorithmIds

Andrew authored on 2018/10/10 03:00:28