summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_tar.c
Commit message (Expand)AuthorAgeFilesLines
* archive_read_support_format_tar: avoid always-true comparsionMartin Matuska2022-12-081-3/+2
* Validate entry_bytes_remaining in pax_attributeBen Wagner2022-07-241-0/+15
* Merge pull request #1569 from ferivoz/dirMartin Matuška2021-09-301-0/+4
|\
| * Ignore size of directories with regular typeSamanta Navarro2021-09-041-0/+4
* | Fix size_t cast in read_mac_metadata_blobSamanta Navarro2021-08-281-3/+9
|/
* Merge pull request #1542 from ferivoz/intmaxMartin Matuška2021-07-181-2/+2
|\
| * Handle all negative int64_t values in mtree/tarSamanta Navarro2021-06-011-2/+2
* | Fix mutual check in tar sparse handlingSamanta Navarro2021-06-011-1/+1
|/
* tar reader: update handling of RHT.security.selinux xattrMartin Matuska2020-04-301-11/+6
* Support RHT.security.selinux from GNU tarMikhail Novosyolov2020-03-201-0/+23
* tar reader: treat empty archives with a GNU volume header as validMartin Matuska2019-05-181-4/+16
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-0/+9
* Fix a potential NULL pointer dereference of `tar` in archive_read_support_for...ngie2017-10-151-4/+4
* Don't allow sparse mapping entry to pass beyond 63bit.Joerg Sonnenberger2017-09-051-1/+1
* The "size" pax header keyword overrides tar header's size field.Martin Matuska2017-03-051-7/+11
* tar reader: fail if negative entry_bytes_remaining in gnu_sparse_10_read()Martin Matuska2017-02-171-1/+4
* Support extracting NFSv4 ACLs from Solaris tar archivesMartin Matuska2017-01-151-5/+6
* Add support for extracting SCHIL.xattr extended attributesStefan Berger2017-01-031-9/+30
* Extend NFSv4 ACL support in libarchiveMartin Matuska2016-12-271-47/+65
* 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