March 9, 2018
View 53c957a

bb12004: adding check for min pdf size needed to check pdf version

Micah Snyder authored on 2018/03/09 02:17:11
February 2, 2018
View 4a2576f

Removing hard-coded heuristic signature that flags when a PDF has an abnormally high number of filters. Removing due to false positive and because in its current form it cannot be disabled or modified without recompiling ClamAV.

Micah Snyder authored on 2018/02/02 05:16:12
December 22, 2017
View c9a070c

More cleanup re: variables possibly used before initialized.

Micah Snyder authored on 2017/12/22 04:39:01
December 20, 2017
View a5e2b97

bb11981 - fix for some unit tests.

Steven Morgan authored on 2017/12/20 04:47:06
October 31, 2017
View c8ba4ae

11942 - fixing heap overflow in handle_pdfname. Patch submitted by Suleman Ali.

Mickey Sola authored on 2017/10/31 06:33:19
September 22, 2017
View 31064b3

adding back warning fixes to pdf.c that disappears in pull request changes wrt win32 changes. adding a small change to mspack cabd.c since to eliminate a warning since this series of commits also changes mspack code.

Micah Snyder authored on 2017/09/22 03:26:37
September 9, 2017
View 67bb55d

partial pull-request from jfehr, ommiting changes to openssl lib names: Changes needed to build Cmam in VS2015.

Micah Snyder authored on 2017/09/09 04:50:46
August 25, 2017
View 87a6cf9

bb11896 - fix 'infected' count for whitelisted pdf file.

Steven Morgan authored on 2017/08/25 05:33:33
August 17, 2017
View e09d884

eliminated a large number of warnings, many of which had to do with mixing types. i switched some types to size_t and a couple to ptrdiff_t to make things more consistent, but there is a huge amount of work to be done to make types consistent. int, unsigned int, unsigned, off_t, and other types are ill-suited to storing buffer lengths or memory addresses.

Micah Snyder authored on 2017/08/17 06:31:45
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
June 10, 2017
View db5c5d7

change pdf warning message to debug.

Steven Morgan authored on 2017/06/10 01:44:29
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
April 1, 2017
View 45e60c0

pdf.c - conditionally including stdint.h to allow compilation on windows

Mickey Sola authored on 2017/04/01 01:11:31
February 11, 2017
View 68ac72c

bb11744 - fix compiler warnings on Mac OS X.

Steven Morgan authored on 2017/02/11 03:52:16
April 19, 2016
View a081b3e

pdfdecode: do not apply forced decryption to /XRef streams

Kevin Lin authored on 2016/04/19 06:11:12