October 29, 2019
View 250a89c

Reformats unzip.c to make it easier to upgrade with the unzip improvements added in 0.102.

Micah Snyder authored on 2019/10/29 23:01:54
August 9, 2019
View 0359cc5

Adds --max-scantime clamscan option and MaxScanTime clamd config option.

Micah Snyder authored on 2019/08/09 07:27:55
July 13, 2019
View dcd26ea

Adds detection and heuristic alert for zips with overlapping files, preventing extraction of non-recursive zip bombs.

Micah Snyder authored on 2019/07/13 10:09: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
October 25, 2018
View f3fd2ac

Adjustment to Zip extraction logic to make Z_BUF_ERROR error code non-fatal, allowing scans of partially decompressed files.

Micah Snyder (micasnyd) authored on 2018/10/25 23:09:51
October 10, 2018
View f61e92d

Changing numerous scan options' names, primarily those of heuristic signatature alert options. Original options (command line and clamd) will remain as deprecated & undocumented for a couple releases. Added 2 extra scan options to allow users to differentiate between alerting on encrypted archives vs encrypted documents (bb11911).

Micah Snyder (micasnyd) authored on 2018/10/10 22:02:28
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
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
February 22, 2018
View 7cd9337

Spelling Adjustments (#30)

Josh Soref authored on 2018/02/22 05:00:59
April 19, 2017
View cbf5017

bb11805 fix multiple results. Refactor false positive and heuristic precedence logic.

Steven Morgan authored on 2017/04/19 01:03:36
July 15, 2016
View 1b9b5f6d

bb11605 - Update the error code to CL_ETMPFILE

Matthew Boedicker authored on 2016/07/15 08:26:16
June 9, 2016
View 7a30752

bb11580 - make cli_matchmeta() respect allmatch.

Steven Morgan authored on 2016/06/09 05:25:34
May 12, 2016
View 51b8cc3

unzip: check for ctx value as requests do not supply a ctx

Kevin Lin authored on 2016/05/12 03:48:58
May 10, 2016
View 6146fae

bb11560 - make cdb signatures also operate on central directory file names because they can differ from the file names in the local headers.

Steven Morgan authored on 2016/05/10 02:53:27
March 30, 2016
View 9276cd1

bb11547 - print all CDBNAME entries for a zip file when using the -z flag.

Steven Morgan authored on 2016/03/30 05:18:51