July 10, 2019
View c31a98d

bb12238 - Removing support for deprecated readdir_r() function. The readdir() function is thread safe so long as you don't share a dir object between threads. If you do, it requires a mutex.

Micah Snyder (micasnyd) authored on 2019/07/10 01:21:34
May 6, 2019
View 6616677

Address coverity concern regarding potential null pointer. Now using the daily db pointers to indicate existence of database.

Micah Snyder authored on 2019/05/06 03:15:34
May 4, 2019
View 544fa97

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
March 13, 2019
View 8650c79

Address code-review comments, fix several memleaks

Andrew authored on 2019/03/13 01:45:19
March 4, 2019
View 368e628

Make .crb sigs load before .cat files in loaddbdir

Andrew authored on 2019/03/04 01:38:01
March 1, 2019
View 098114c

bb12186 - Fix to prevent possible crash when loading ldb database and PCRE is not available. Patch courtest of Tomasz Kojm.

Micah Snyder authored on 2019/03/01 00:34:10
February 27, 2019
View 102cd43

Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.

Micah Snyder authored on 2019/02/27 14:47:38
February 19, 2019
View d92c012

Multiple blacklist sigs can now match with allmatch

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

Add ability to whitelist leaf certificates

Andrew authored on 2019/02/14 04:29:40
February 1, 2019
View 68f41bb

j475 - fixing invalid read issue caused by uninitialized buffer

Mickey Sola authored on 2019/02/01 08:30:06
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

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

PE parsing code improvements, db loading bug fixes

Andrew authored on 2019/01/08 14:09:08
December 6, 2018
View e030ba4

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 288057e

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

Micah Snyder authored on 2018/12/04 02:40:13
November 15, 2018
View 5087673

Fixes for issues identified by coverity.

Micah Snyder authored on 2018/11/15 06:58:30