March 28, 2018
View e127e10

Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code.

Micah Snyder authored on 2018/03/28 02:06:46
March 6, 2018
View e4805f0

Eliminating AUTHORS file, and moving acknowledgements for various source code contributions to the file comment blocks for the individual files, as appropriate.

Micah Snyder authored on 2018/03/06 06:34:35
February 22, 2018
View 1dfeefc

Spelling Adjustments (#30)

Josh Soref authored on 2018/02/22 05:00:59
October 31, 2017
View af45ad9

bb11941 - fixing UAF in mbox exportBounceMessage. Original patch submitted by Suleman Ali

Mickey Sola authored on 2017/10/31 05:39:54
October 30, 2017
View 0b1d8a3

b11939: adding fix as recommended by bug reporter along with a couple extra lines to ensure freed pointers are set to NULL.

Micah Snyder authored on 2017/10/30 06:35:00
October 28, 2017
View 9099620

bb11940 - fixing heap overflow in rfc2037. Patch submitted by Suleman Ali

Mickey Sola authored on 2017/10/28 06:24:33
View 1e6beb3

bb11945 - fixing null dereference of blob pointer

Mickey Sola authored on 2017/10/28 06:04:32
October 26, 2017
View f1250dc

Adding missing -1 that enables trimming of trailing spaces in mbox parsing code.

Micah Snyder authored on 2017/10/26 03:37:14
October 12, 2017
View 141bc68

add some null argument checks before using the json api.

Steven Morgan authored on 2017/10/12 01:49:39
August 22, 2017
View d499403

bb11432 - cleaning up additional warning messages.

Micah Snyder authored on 2017/08/22 06:03:42
August 16, 2017
View d6f9b8b

eliminating warnings, mostly with regards to signed vs unsigned comparisons, some of which could have been functional bugs if negative values were used (for offsets, etc). cleaned up a couple of macros and cleaned up some ifdefs.

Micah Snyder authored on 2017/08/16 05:50:01
August 11, 2017
View 179446c

adding a few minor changes to eliminate warnings, the most interesting of which was a missing function prototype for cache_get_MD5.

Micah Snyder authored on 2017/08/11 04:40:52
August 10, 2017
View 56ad162

updating the copyright for a number of tiles.

Micah Snyder authored on 2017/08/10 03:28:47
August 9, 2017
View f8b211c

fixed warnings. in particular, CL_VIRUS does not belong to the enum that rc uses, and this would return an incorrect code. this type of warning should be an error.

Micah Snyder authored on 2017/08/09 06:37:55
April 19, 2017
View d87dfbb

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

Steven Morgan authored on 2017/04/19 01:03:36