summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_zip.c
Commit message (Expand)AuthorAgeFilesLines
* seekable zip backend: Accept files with valid ZIP64 EOCD headersPhillip Berndt2017-02-251-18/+19
* Zip reader: Guard against 64-bit overflow for file sizes and offsetsTim Kientzle2017-02-121-18/+46
* Plug memory leak in zip_read_local_file_header()Martin Matuska2017-01-311-0/+2
* Spelling fix in "trad_enc_decypt_byte" codeGraham Percival2016-12-301-2/+2
* Spelling fixesGraham Percival2016-12-301-5/+5
* Issue #822: Try harder to detect directories in zip archivesPeter Wu2016-12-231-16/+20
* Issue #748: Zip decompression failure with highly-compressed dataTim Kientzle2016-08-211-1/+1
* Issue #770: Be more careful about extra_lengthTim Kientzle2016-08-211-12/+28
* Issue 553: Fix broken decryption for ZIP files.Tim Kientzle2016-06-151-2/+11
* Issue #656: Fix CVE-2016-1541, VU#862384Tim Kientzle2016-04-241-0/+13
* Fix recognition of dirs when only MSDOS file attributes are available.Tim Kientzle2016-04-021-12/+64
* Issue #523: Fail if entry is too small for encryption header.Tim Kientzle2015-05-161-1/+11
* Merge branch 'master' of github.com:libarchive/libarchiveSergiu Dotenco2015-03-011-8/+17
|\
| * Issue 412: Be more careful about symlink length before trying to read itTim Kientzle2015-02-201-7/+16
| * Issue 406: Segfault on malformed Zip archiveTim Kientzle2015-02-081-2/+2
* | fixed vc compilation errorsSergiu Dotenco2015-01-251-4/+4
|/
* Pass the correct pointer when checking the Zip64 end-of-central-directoryTim Kientzle2015-01-101-1/+1
* Issue 379: Zip containing another Zip misparsedTim Kientzle2015-01-031-41/+60
* Fix build failure without zlib.Michihiro NAKAJIMA2014-10-131-1/+1
* Fix build failure with zlib on Windows.Michihiro NAKAJIMA2014-10-131-1/+1
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-5/+6
* Property handle __archive_read_next_passphrase function.Michihiro NAKAJIMA2014-09-151-36/+60
* Change digest functionarity files and relative global variables fromMichihiro NAKAJIMA2014-09-151-1/+1
* Switch passing passphrases from option framework to new APIs forMichihiro NAKAJIMA2014-09-141-17/+11
* Add support for WinZip AES encryption.Michihiro NAKAJIMA2014-09-091-41/+83
* Move cryptographic functions into archive_cryptor.c.Michihiro NAKAJIMA2014-09-091-0/+1
* Rename archive_hmac.h archive_hmac_private.hMichihiro NAKAJIMA2014-09-081-1/+1
* Fix decryption in streamable mode.Michihiro NAKAJIMA2014-09-081-43/+73
* Fix comment. Do not use one line comment statement '//'Michihiro NAKAJIMA2014-09-071-7/+12
* Simply traditioal encryption api.Michihiro NAKAJIMA2014-09-071-31/+34
* Add support for extracting WinZIp AES encryption.Michihiro NAKAJIMA2014-09-071-93/+567
* Add support for Traditional PKWARE decryption to zip reader.Michihiro NAKAJIMA2014-09-071-12/+193
* Style fix.Michihiro NAKAJIMA2014-09-071-47/+70
* Zip: Adjust streaming extension field to match the final spec worked out with...Tim Kientzle2014-05-031-2/+2
* Use snprintf to print to zip->format_namePaul Barker2014-04-061-1/+1
* Fix intermittent segfault when reading zip filesPaul Barker2014-04-061-1/+2
* streaming zip reader does not support mac extensionsTim Kientzle2014-02-231-4/+2
* Fix: process directory entries even when mac extensions are turned offTim Kientzle2014-02-231-1/+5
* Zip: Make Mac extension handling optional with "mac-ext" option for Zip, defa...Tim Kientzle2014-02-231-32/+48
* Fix a couple of minor warnings.NiLuJe2014-01-251-1/+2
* Merge branch 'master' of github.com:kientzle/libarchive-zip64Tim Kientzle2014-01-121-7/+50
|\
| * Change new extra block from 'LA' to 'el' to follow updated draft specTim Kientzle2014-01-021-2/+2
| * Add a bitmap to indicate which fields are included for compression and for fu...Tim Kientzle2014-01-021-6/+53
* | Change the first field of the 'LA' extra block to the full 'version made by'Tim Kientzle2013-12-311-5/+17
|/
* A couple of changes to the experimental new extra block, as suggested by Stev...Tim Kientzle2013-12-301-7/+8
* Support experimental "at" extra block for better streaming.Tim Kientzle2013-12-291-50/+78
* Comment the definitive Zip documentation for future maintainers; note the his...Tim Kientzle2013-12-291-0/+14
* Convert some booleans into more compact bitfieldsTim Kientzle2013-12-291-41/+45
* More code rearrangingTim Kientzle2013-12-291-77/+82
* Update some comments, fine-tune the streaming bidTim Kientzle2013-12-291-6/+9