September 20, 2018
View a9a5128

Replacing call to cli_strndup in freshclam with calloc and memcpy calls, because cli_strndup is not a libclamav exported function and should not be available to freshclam, as observed in Windows builds.

Micah Snyder authored on 2018/09/20 02:37:30
September 19, 2018
View b999271

Updating version numbers to 0.100.2, and incrementing CL_FLEVEL to 93.

Micah Snyder (micasnyd) authored on 2018/09/19 09:56:06
View 5f5e2ec

Disabled OnAccessExtraScanning and provided a warning when starting clamd if it's enabled as well as a note in the sample clamd.conf.

Micah Snyder (micasnyd) authored on 2018/09/19 09:40:25
View 68954b0

Reduced ignore/blacklist time for mirrors to 6 hours (long-term) and 1 hour (short-term). Added lenience for updates when the downloaded DB version is 1 behind what was advertised by DNS. Added code to print unknown/unexpected HTTP response codes. Removed db.XY.clamav.net recommendation from freshclam.conf.sample.

Micah Snyder (micasnyd) authored on 2018/09/19 09:36:11
September 13, 2018
View a10310c

Document freshclam exit code 1 (up-to-date) in release notes

Russ Kubik authored on 2018/09/13 04:44:48
June 15, 2018
View dab42eb

Updating 0.100.1 release notes.

Micah Snyder (micasnyd) authored on 2018/06/15 03:15:21
June 13, 2018
View 399a357

Replacing strntol with strntoul to ensure proper (un)signedness when parsing numbers from PDFs.

Micah Snyder authored on 2018/06/13 09:47:21
June 9, 2018
View 0707bd4

Adjustment to pdf find_obj logic to allow the parser to skip, continue when it finds objects that cannot be parsed and may not in fact be objects at all.

Micah Snyder authored on 2018/06/09 22:42:57
View aca885e

Uncommenting len adjustment that is clearly correct, needed.

Micah Snyder authored on 2018/06/09 03:17:04
View da49904

bb12134: Adding missing len decrement and adding additional len check.

Micah Snyder (micasnyd) authored on 2018/06/09 02:13:13
June 7, 2018
View b9c9fc2

100.1 - rar - reverting and fixing issues found with changes found to rar extraction during regression.

Mickey Sola authored on 2018/06/07 22:58:04
June 3, 2018
View cca130b

bb12133: Wrapping cli_strntol to provide easy error detection. Applying cli_strntol_wrap with error checking. Adding logic to identify when a parsing error is in fact a new revision of the PDF.

Micah Snyder authored on 2018/06/03 09:58:35
June 2, 2018
View 56911ba

bb12133: Implementing cli_strntol based on gnu gcc's strtol implementation with modifications to limit string buffer length for non-null terminated strings. Using cli_strntol in pdf.c for added safety.

Micah Snyder authored on 2018/06/02 03:23:25
May 31, 2018
View b8f37dd

Adjusting HWP offset check to account for the possibility of a zero-cell or zero-line situation.

Micah Snyder (micasnyd) authored on 2018/05/31 01:03:32
May 25, 2018
View e5bbf93

Replacing debug log that was accidentally removed by the previous commit.

Micah Snyder authored on 2018/05/25 04:12:15