January 4, 2020
View 898c08f

Formatting touch-up

Micah Snyder authored on 2020/01/04 05:53:29
View 206dbae

Update copyright dates for 2020

Micah Snyder authored on 2020/01/04 05:44:07
November 14, 2019
View 0799091

Handle case where Authenticode sig directly follows PE header

Andrew authored on 2019/11/14 07:05:28
August 23, 2019
View bcb4505

bb12370 - cli_strndup and other str* replacements must be built and exported for every OS to be used outside of libclamav on systems that don't have the original functions (e.g. strndup). This commit renames the macros to be uppercase, renames the replacement functions to be preceeded with two understores (e.g. __cli_strndup), and removes the ifdef's so that they are built regardless, because there are no ifdefs in libclamav.map.

Micah Snyder authored on 2019/08/23 05:51:01
May 21, 2019
View e969151

Change errmsg to dbgmsg when skipping imphash on PE with no imports

Andrew authored on 2019/05/21 00:23:50
May 5, 2019
View 4524c39

Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.

Micah Snyder authored on 2019/05/05 04:54:54
March 13, 2019
View 8b72234

Add option to not remove missing sections (PE)

Andrew authored on 2019/03/13 05:57:05
View df8dfda

Address code-review comments, fix several memleaks

Andrew authored on 2019/03/13 01:45:19
February 19, 2019
View e8169c7

Multiple blacklist sigs can now match with allmatch

Andrew authored on 2019/02/19 06:04:46
February 13, 2019
View 92088f9

Add support for cert blacklisting and whitelisting upfront

Andrew authored on 2019/02/13 05:10:04
February 5, 2019
View 14d52d0

Use genhash_pe instead of checkfp_pe for section hash computation

Andrew authored on 2019/02/05 08:48:22
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 6, 2018
View b3e82e5

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
December 4, 2018
View 72fd33c

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

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