November 1, 2019
View 4619f63

Fixes null-dereference in mail message parser.

Micah Snyder authored on 2019/11/01 05:05:29
January 26, 2019
View c442ca9

Updating and cleaning up copyright notices in 0.101 branch.

Micah Snyder authored on 2019/01/26 00:15:50
September 10, 2018
View 8cf9b52

Updated win32 3rdparty libxml2 to version 2.9.8.

Micah Snyder authored on 2018/09/10 00:01:45
July 21, 2018
View d7979d4

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