September 11, 2019
View bcf4be1

unrar_iface: Fix for debug print format string that caused check failures on some systems.

Micah Snyder (micasnyd) authored on 2019/09/11 09:02:05
View 277f973

Adds hardcoded clamav-version.h file to win32 so as to provide the same feature for Windows applications using libclamav.

Micah Snyder authored on 2019/09/11 06:17:26
September 9, 2019
View 768d59c

Modifies zip scanning behavior so it scans files using zip records from the catalogue which provides deduplication of file records resulting in faster extraction and scan time and reducing the likelihood of alerting on non-malicious duplicate file entries as overlapping files.

Micah Snyder authored on 2019/09/09 12:17:43
September 8, 2019
View 18bf366

Adds new clamav-version.h to clamav.h so it doesn't have to be included separately, and adds example usage to the ex1.c example program.

Micah Snyder authored on 2019/09/08 00:29:15
September 7, 2019
View adfe7bb

Fixes filename memory leak for empty files in EGG archives.

Micah Snyder (micasnyd) authored on 2019/09/07 23:29:01
View a02a7ef

Updated version strings for 0.102.0-rc.

Micah Snyder (micasnyd) authored on 2019/09/07 10:45:02
View 2e7f86f

Add Prelude missing support

Romain Chollet authored on 2019/09/07 02:43:05
August 31, 2019
View e0c3080

bb12356 - Improvement to overlapping zip files detection logic.

Micah Snyder authored on 2019/08/31 03:48:57
August 28, 2019
View 5ae411f

news - add credit for public pr

Mickey Sola authored on 2019/08/28 02:58:01
August 25, 2019
View d0d1495

Fix for cli_scanegg; changing memset to use sizeof() the correct struct.

Micah Snyder authored on 2019/08/25 09:48:50
August 23, 2019
View 712a183

Eliminates a few warnings.

Micah Snyder authored on 2019/08/23 07:09:18
View 2e06875

bb12370 - cli_strndup and other str* replacements must be built and exported for every OS to be used outside of libclamav on systems that don't have the original functions (e.g. strndup). This commit renames the macros to be uppercase, renames the replacement functions to be preceeded with two understores (e.g. __cli_strndup), and removes the ifdef's so that they are built regardless, because there are no ifdefs in libclamav.map.

Micah Snyder authored on 2019/08/23 05:51:01
August 22, 2019
View 04449c5

Autojunk'd

Micah Snyder authored on 2019/08/22 06:17:02
View e8bd12a

Adds clamav-version.h generated header files to provide a hex-based numerical macro for evaluating the ClamAV, libclamav, and libfreshclam versions.

Micah Snyder authored on 2019/08/22 06:08:25
April 28, 2017
View f6bd5bf

Move help before config file check, so it actually works

Joe cooper authored on 2017/04/28 15:41:25