index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_read_support_format_tar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tar reader: update handling of RHT.security.selinux xattr
Martin Matuska
2020-04-30
1
-11
/
+6
*
Support RHT.security.selinux from GNU tar
Mikhail Novosyolov
2020-03-20
1
-0
/
+23
*
tar reader: treat empty archives with a GNU volume header as valid
Martin Matuska
2019-05-18
1
-4
/
+16
*
Windows symlinks: new functions and extended tar header
Martin Matuska
2019-04-15
1
-0
/
+9
*
Fix a potential NULL pointer dereference of `tar` in archive_read_support_for...
ngie
2017-10-15
1
-4
/
+4
*
Don't allow sparse mapping entry to pass beyond 63bit.
Joerg Sonnenberger
2017-09-05
1
-1
/
+1
*
The "size" pax header keyword overrides tar header's size field.
Martin Matuska
2017-03-05
1
-7
/
+11
*
tar reader: fail if negative entry_bytes_remaining in gnu_sparse_10_read()
Martin Matuska
2017-02-17
1
-1
/
+4
*
Support extracting NFSv4 ACLs from Solaris tar archives
Martin Matuska
2017-01-15
1
-5
/
+6
*
Add support for extracting SCHIL.xattr extended attributes
Stefan Berger
2017-01-03
1
-9
/
+30
*
Extend NFSv4 ACL support in libarchive
Martin Matuska
2016-12-27
1
-47
/
+65
*
Spelling fixes
Graham Percival
2016-12-08
1
-3
/
+3
*
Replace malloc + memset with calloc.
Joerg Sonnenberger
2016-12-06
1
-2
/
+1
*
Add more explanation comments to validate_number_field()
Martin Matuska
2016-12-05
1
-2
/
+9
*
Relax sanity checks of number fields in tar header even more.
Martin Matuska
2016-12-05
1
-5
/
+1
*
Rework the valid_number_field test function to be more
Tim Kientzle
2016-12-01
1
-61
/
+42
*
Restore compatibility with Perl Archive::Tar that was broken with #825
Martin Matuska
2016-12-01
1
-15
/
+38
*
Allow tar header fields without null terminator
Jan Osusky
2016-11-23
1
-35
/
+36
*
Make sanity check of UID/GID/... fields compatible GNU TAR
Jan Osusky
2016-11-22
1
-18
/
+38
*
Add sanity check of tar "uid, "gid" and "mtime" fields
Jan Osusky
2016-11-14
1
-1
/
+20
*
Reject non-regular sparse files
Tim Kientzle
2016-09-11
1
-0
/
+17
*
Issue #731: Reject tar entries >= INT64_MAX
Tim Kientzle
2016-08-21
1
-2
/
+9
*
Make some arguments const
Tim Kientzle
2016-05-10
1
-3
/
+3
*
Issue #582: reject sparse blocks with negative size or offset, detect overflo...
Tim Kientzle
2015-07-26
1
-1
/
+9
*
Issue 407: Tar reader tries to examine last character of an empty filename
Tim Kientzle
2015-02-21
1
-12
/
+8
*
Fix issue 356: properly skip a sparse file entry in a tar file.
Michihiro NAKAJIMA
2014-07-12
1
-3
/
+13
*
Merge pull request #59 from NiLuJe/fix-warning
Tim Kientzle
2014-01-12
1
-5
/
+6
|
\
|
*
Fix a minor sign issue.
NiLuJe
2014-01-04
1
-5
/
+6
*
|
[PATCH v3] Add read_concatenated_archives
Kevin Locke
2014-01-12
1
-24
/
+42
*
|
Only consume a second all-null record
Kevin Locke
2014-01-11
1
-1
/
+1
|
/
*
Be stricter about the checksum field; reduce false-positives on the bid
Tim Kientzle
2013-12-30
1
-0
/
+7
*
Merge branch 'encryption_detection' of github.com:kwk/libarchive into kwk-enc...
Tim Kientzle
2013-12-19
1
-1
/
+3
|
\
|
*
Detect encrypted archive entries (ZIP, RAR, 7Zip)
Konrad Kleine
2013-09-17
1
-1
/
+3
*
|
Merge branch 'master' of github.com:libarchive/libarchive
Tim Kientzle
2013-12-12
1
-20
/
+48
|
\
\
|
*
|
libarchive: Use ARCHIVE_LITERAL_ULL to add ULL integer suffix
Brad King
2013-12-09
1
-1
/
+1
|
*
|
Fix tabs.
Tim Kientzle
2013-12-07
1
-8
/
+8
|
*
|
Issue 320: Rewrite (again) to avoid the left shift that CLang dislikes so much.
Tim Kientzle
2013-12-07
1
-23
/
+51
|
|
/
*
|
tar option mac-ext can now be used to control whether mac extensions are proc...
Tim Kientzle
2013-12-12
1
-3
/
+11
|
/
*
Rework the sign-extension to avoid left-shift of
Tim Kientzle
2013-06-29
1
-11
/
+7
*
Issue 314: A tar archive containing only a single 'g' record
Tim Kientzle
2013-04-10
1
-0
/
+2
*
Use a proper structure for a test for gnutar header.
Michihiro NAKAJIMA
2012-12-03
1
-1
/
+3
*
Fix build failure on Win64.
Michihiro NAKAJIMA
2012-11-07
1
-11
/
+11
*
Merge pull request #22 from amejia1/seek-support
Andres Mejia
2012-09-30
1
-0
/
+1
|
\
|
*
Implement function used to seek within data blocks.
Andres Mejia
2012-09-27
1
-0
/
+1
*
|
Refactored common code into a single function
Brian Weaver
2012-09-26
1
-42
/
+13
*
|
Add tighter checks to avoid reading past end of buffer
Brian Weaver
2012-09-26
1
-22
/
+36
|
/
*
Back out of b0eb750cab. It caused several tar/pax test failures.
Michihiro NAKAJIMA
2012-09-26
1
-30
/
+22
*
Add tighter checks to avoid reading past end of buffer
Brian Weaver
2012-09-25
1
-22
/
+30
*
Avoid the error which Clang Static Analyzer says "Null pointer argument in ca...
Michihiro NAKAJIMA
2012-02-27
1
-0
/
+3
*
Cleanup; use a for loop statement instead of a goto statement.
Michihiro NAKAJIMA
2012-02-26
1
-46
/
+47
[next]