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

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
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
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
September 1, 2017
View 53d63a8

changing magic 0xE0F0000 to NULL, because the use cases verify it being 0 and do not verify the magic EOF number. Technically this doesn't seem to fix any actual bugs because the logic surrounding the use cases seems to keep it safe. however, it is more readable.

Micah Snyder authored on 2017/09/01 23:18:02
View 8efbf4a

eliminating compile warnings in windows 10, vs2015, x86 and x64.

Micah Snyder authored on 2017/09/01 05:38:41
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
September 18, 2015
View 46a35ab

mass update of copyright headers

Mickey Sola authored on 2015/09/18 02:41:26
February 18, 2015
View 8ada01e

Remove unneeded type cast

Anthony Chan authored on 2015/02/18 06:01:33
View 5760c71

Fix "implicit conversion loses integer precision" compiler warning

Anthony Chan authored on 2015/02/18 05:04:49
May 20, 2014
View 43fcdb4

bb#10681 fix speling and gramer errers pointed by uesr.

Steven Morgan authored on 2014/05/20 05:48:46
November 23, 2013
View 32ba85d

bb #9576: add fmap_dump_to_file function

David Raynor authored on 2013/11/23 09:41:46
January 19, 2012
View e2f1541

fmap_need_off_once_len: don't return NULL on EOF

Török Edvin authored on 2012/01/19 00:06:36
January 18, 2012
View dcab4a6

fix fmap_readn of 0 length: must return 0

Török Edvin authored on 2012/01/18 22:54:57