May 5, 2019
View 0284064

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
View 6c03dc5

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 27, 2019
View 694e788

Freshclam refresh. This update makes libcurl a hard requirement for ClamAV.

Micah Snyder authored on 2019/03/27 04:09:52
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
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
September 10, 2018
View 982a54b

Updated win32 3rdparty libxml2 to version 2.9.8.

Micah Snyder authored on 2018/09/10 00:01:45
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 24, 2018
View f767ab8

initialize endptr to NULL

Craig Davison authored on 2018/02/24 09:15:40
February 23, 2018
View 717b9c7

xar_get_numeric_from_xml_element: don't log invalid str

Craig Davison authored on 2018/02/23 02:12:21
February 22, 2018
View ad5506c

xar_get_numeric_from_xml_element: use strtol

Craig Davison authored on 2018/02/22 09:52:38
View 8ee936a

xar_get_numeric_from_xml_element: fix err msg

Micah Snyder authored on 2018/02/22 04:07:35
September 1, 2017
View 7e64560

eliminating warnings that cropped up in 32bit ubuntu (16.04)

Micah Snyder authored on 2017/09/01 00:00:34
August 22, 2017
View ce2dcb5

bb11432 - cleaning up additional warning messages.

Micah Snyder authored on 2017/08/22 06:03:42