August 13, 2020
View 9e20cdf

Add CMake build tooling

Micah Snyder (micasnyd) authored on 2020/08/13 16:25:34
August 6, 2020
View 4f21133

clamdscan: perform real-path checks in clamd

Micah Snyder (micasnyd) authored on 2020/08/06 10:42:03
January 24, 2020
View 25ed70f

Fix file access issue if in low privelege process

Micah Snyder (micasnyd) authored on 2020/01/24 10:42:33
January 4, 2020
View 206dbae

Update copyright dates for 2020

Micah Snyder authored on 2020/01/04 05:44:07
July 10, 2019
View 1c996e8

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
February 27, 2019
View 5f4f691

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
January 26, 2019
View 52cddcb

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
December 4, 2018
View 72fd33c

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

Micah Snyder authored on 2018/12/04 02:40:13
August 1, 2018
View e551468

Initializing virname to NULL in cases where it was uninitialized.

Micah Snyder authored on 2018/08/01 06:09:49
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
August 12, 2017
View d18d722

Eliminating warnings, converting iterator variables to size_t when used to compare against sizeof(). added a couple of missing #includes.

Micah Snyder authored on 2017/08/12 05:01:50
April 19, 2017
View cbf5017

bb11805 fix multiple results. Refactor false positive and heuristic precedence logic.

Steven Morgan authored on 2017/04/19 01:03:36
May 25, 2016
View 97930c2

updating prelude hook to work with allmatch

Mickey Sola authored on 2016/05/25 04:04:51
June 18, 2015
View f4265a5

Adds a module to use Prelude and connect to a prelude manager

Ningirsu authored on 2015/06/18 16:33:04