May 5, 2019
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
May 4, 2019
View 0efcd55

Assortment of warning fixes.

Micah Snyder authored on 2019/05/04 07:25:17
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
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
August 29, 2017
View 78a06da

elminating warnings that crop up when using --with-libjson

Micah Snyder authored on 2017/08/29 06:49:17
January 18, 2017
View 928864b

fix file descriptor leak for msxml documents - patch from Chris Miserva.

Steven Morgan authored on 2017/01/18 02:27:07
October 20, 2016
View 22cb38e

pull request #53(2/4): Spelling fix by klemens(ka7).

Steven Morgan authored on 2016/10/20 04:57:45
July 9, 2016
View 10bcbe7

clean up file/memory in error case.

Steven Morgan authored on 2016/07/09 01:15:12
July 8, 2016
View 46b9e8c

Fix bug in msxml_parse_element which may leave behind empty temp file and leak a little memory

Anthony Chan authored on 2016/07/08 07:27:47
May 25, 2016
View 4016c0f

msxml_parser: suppress xml2 parser error and warnings to clamav debug

Kevin Lin authored on 2016/05/25 05:32:02
May 24, 2016
View cd70b7c

msxml_parser: add custom callback data slot

Kevin Lin authored on 2016/05/24 05:08:05
May 21, 2016
View cb74032

msxml_parser: change method of setting callback system; add comment_cb

Kevin Lin authored on 2016/05/21 02:47:35