January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
December 4, 2018
View 288057e

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
View 27948a0

Added .clang-format style rules, clam-format script to automate formatting of ClamAV code, and preparing select files so that clang-format does not alter carefully formatted sections.

Micah Snyder authored on 2018/12/04 02:37:58
November 15, 2018
View 5087673

Fixes for issues identified by coverity.

Micah Snyder authored on 2018/11/15 06:58:30
September 10, 2018
View 982a54b

Updated win32 3rdparty libxml2 to version 2.9.8.

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

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