summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_tar.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesGraham Percival2016-12-081-3/+3
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Add more explanation comments to validate_number_field()Martin Matuska2016-12-051-2/+9
* Relax sanity checks of number fields in tar header even more.Martin Matuska2016-12-051-5/+1
* Rework the valid_number_field test function to be moreTim Kientzle2016-12-011-61/+42
* Restore compatibility with Perl Archive::Tar that was broken with #825Martin Matuska2016-12-011-15/+38
* Allow tar header fields without null terminatorJan Osusky2016-11-231-35/+36
* Make sanity check of UID/GID/... fields compatible GNU TARJan Osusky2016-11-221-18/+38
* Add sanity check of tar "uid, "gid" and "mtime" fieldsJan Osusky2016-11-141-1/+20
* Reject non-regular sparse filesTim Kientzle2016-09-111-0/+17
* Issue #731: Reject tar entries >= INT64_MAXTim Kientzle2016-08-211-2/+9
* Make some arguments constTim Kientzle2016-05-101-3/+3
* Issue #582: reject sparse blocks with negative size or offset, detect overflo...Tim Kientzle2015-07-261-1/+9
* Issue 407: Tar reader tries to examine last character of an empty filenameTim Kientzle2015-02-211-12/+8
* Fix issue 356: properly skip a sparse file entry in a tar file.Michihiro NAKAJIMA2014-07-121-3/+13
* Merge pull request #59 from NiLuJe/fix-warningTim Kientzle2014-01-121-5/+6
|\
| * Fix a minor sign issue.NiLuJe2014-01-041-5/+6
* | [PATCH v3] Add read_concatenated_archivesKevin Locke2014-01-121-24/+42
* | Only consume a second all-null recordKevin Locke2014-01-111-1/+1
|/
* Be stricter about the checksum field; reduce false-positives on the bidTim Kientzle2013-12-301-0/+7
* Merge branch 'encryption_detection' of github.com:kwk/libarchive into kwk-enc...Tim Kientzle2013-12-191-1/+3
|\
| * Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+3
* | Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2013-12-121-20/+48
|\ \
| * | libarchive: Use ARCHIVE_LITERAL_ULL to add ULL integer suffixBrad King2013-12-091-1/+1
| * | Fix tabs.Tim Kientzle2013-12-071-8/+8
| * | Issue 320: Rewrite (again) to avoid the left shift that CLang dislikes so much.Tim Kientzle2013-12-071-23/+51
| |/
* | tar option mac-ext can now be used to control whether mac extensions are proc...Tim Kientzle2013-12-121-3/+11
|/
* Rework the sign-extension to avoid left-shift ofTim Kientzle2013-06-291-11/+7
* Issue 314: A tar archive containing only a single 'g' recordTim Kientzle2013-04-101-0/+2
* Use a proper structure for a test for gnutar header.Michihiro NAKAJIMA2012-12-031-1/+3
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-11/+11
* Merge pull request #22 from amejia1/seek-supportAndres Mejia2012-09-301-0/+1
|\
| * Implement function used to seek within data blocks.Andres Mejia2012-09-271-0/+1
* | Refactored common code into a single functionBrian Weaver2012-09-261-42/+13
* | Add tighter checks to avoid reading past end of bufferBrian Weaver2012-09-261-22/+36
|/
* Back out of b0eb750cab. It caused several tar/pax test failures.Michihiro NAKAJIMA2012-09-261-30/+22
* Add tighter checks to avoid reading past end of bufferBrian Weaver2012-09-251-22/+30
* Avoid the error which Clang Static Analyzer says "Null pointer argument in ca...Michihiro NAKAJIMA2012-02-271-0/+3
* Cleanup; use a for loop statement instead of a goto statement.Michihiro NAKAJIMA2012-02-261-46/+47
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-26/+28
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-6/+8
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-0/+2
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-1/+1
* Try to decrease the performance hit of seeking during the bid phase.Tim Kientzle2011-11-201-3/+5
* Issue 195: Reduce the number of casts, fix up whitespace, replaceTim Kientzle2011-11-201-50/+40
* Fix whitespace.Colin Percival2011-08-161-1/+1
* Typos in comments: "a archive" -> "an archive", "formts" -> "formats",Colin Percival2011-08-161-2/+2
* Correct comments.Michihiro NAKAJIMA2011-07-141-1/+1
* Add support for a pax textended keyword, "SUN.holesdata", which describes whe...Michihiro NAKAJIMA2011-07-121-9/+66
* Extend the MacOS compatibility test to verify that the attribute blobTim Kientzle2011-06-251-2/+2