March 28, 2018
View 964a1e7

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 6289eda

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 7cd9337

Spelling Adjustments (#30)

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

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 7cf2a70

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 d1100be

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

Mickey Sola authored on 2017/10/28 06:24:33
View 39c89d1

bb11945 - fixing null dereference of blob pointer

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

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 ee6fb5f

add some null argument checks before using the json api.

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

bb11432 - cleaning up additional warning messages.

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

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 dd2ed14

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 14e2247

updating the copyright for a number of tiles.

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

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 cbf5017

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

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