October 23, 2019
View 1d89e5e

Adds --with-libjson-static=DIR option to configure.

Micah Snyder authored on 2019/10/23 06:27:45
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
December 6, 2018
View 95b2d68

Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h.

Micah Snyder authored on 2018/12/06 10:46:20
November 16, 2018
View 4d3feda

Aligning libclammspack version-info with upstream libmspack version-info (1:0:1 for libmspack 0.8alpha).

Micah Snyder (micasnyd) authored on 2018/11/16 23:35:58
October 26, 2018
View e766303

Removing final references to libmspack-0.5alpha, preventing make dist.

Micah Snyder authored on 2018/10/26 12:32:18
September 22, 2018
View 18ff502

refactoring byte compare functionality as a subsig; adding loader and matchers for bytecompare subsig

Mickey Sola authored on 2018/09/22 05:49:38
September 18, 2018
View 7b563ca

Enabling configure option --with-system-libmspack that will allow use of libmspack installations in /usr or /usr/local in favor of the version provided by ClamAV.

Micah Snyder authored on 2018/09/18 22:29:01
September 17, 2018
View 4010925

Re-applying libmspack adjustments to extract and scan files from archives that are non-standard and may appear to be corrupted or may in fact be corrupted. Differences from previous implementation: Fewer debug log messages. No normalization of filenames found in CAB archives. Implemented new param that enabled the best-effort attempt to extract possibly malformed archives. Used set_param() to enabled the FIXMSZIP option where it was previously hardcoded. Opted to provide the -Wno-unused-parameter CFLAG to the compiler in place of explicitely indicating unused parameters in each function. Omitted changes to mszipd.c and also omitted quantum decompression (qtmd.c) infinite loop protection because it appears to have been fixed in the newer libmspack.

Micah Snyder authored on 2018/09/17 08:24:40
September 15, 2018
View 3e6a202

Replaced modified libmspack-0.5alpha with libmspack-0.7alpha (vanilla).

Micah Snyder authored on 2018/09/15 09:54:02
View b563e84

Moved libmspack-0.5alpha from libclamav to libclammspack, and restructured the build so that there should be no need to modify the libmspack build files in the future (i.e. libmspack autoconf and automake files aren't actually used).

Micah Snyder authored on 2018/09/15 08:53:48
July 31, 2018
View d39cb65

Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.

Micah Snyder authored on 2018/07/31 09:19:28
June 28, 2018
View a8e02d0

Correction to Makefile.am and autoreconf to immediately evaluate variable and avoid recursive behavior.

Micah Snyder authored on 2018/06/28 03:41:30
View 36346c4

0.100.1 - Additional Makefile fix from Tom Judge to correct CFLAGS include path order for libclamav's build of mspack.

Micah Snyder authored on 2018/06/28 01:26:54
February 9, 2018
View 2ca24bb

modify mspack linking behavior: -remove mspack.h from being installed -remove libmspack object files from libclamav -dynamically link internal libmspack with libclamav

Kevin Lin authored on 2018/02/09 00:40:01
March 2, 2017
View ca2d1b5

Autotool fixes for libiconv.

Steven Morgan authored on 2017/03/02 23:44:09