index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libarchive
/
get_header_tar.c
Age
Commit message (
Expand
)
Author
2022-01-17
fix "defined but not used" warnings
Denys Vlasenko
2021-10-11
tar: prevent malicious archives with enormous long name sizes OOMing the machine
Denys Vlasenko
2021-10-08
tar: improve comments, add FIXMEs. no code changes
Denys Vlasenko
2020-10-02
tar: fix fallout of last_char_is(NULL) no longer being allowed
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-11-27
tar: skip 'V' headers (GNU volume label), closes 11526
Denys Vlasenko
2018-01-27
tar: accomodate non-terminated tar.chksum fields as seen from github.com
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2016-11-11
tar: handle pax-encoded utf8 filenames and link names. Closes 9406
Denys Vlasenko
2016-06-19
randomconfig fixes
Denys Vlasenko
2015-10-22
tar: add support for --strip-components=N
Denys Vlasenko
2015-05-11
tar: do not try to decode GNU extended headers as pax headers
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-02-10
unzip: prevent attacks via malicious filenames
Denys Vlasenko
2014-02-02
zcat: complain if input is not compressed
Denys Vlasenko
2014-01-10
tar: tighten up pax header validity check
Denys Vlasenko
2013-11-19
tar: fix exitcode check for MMU-spawned unpacking helpers
Denys Vlasenko
2012-06-22
dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324
Denys Vlasenko
2012-06-09
tar: fix 256-bit encoded number decoding
Etienne Le Sueur
2012-03-06
update seamless uncompression code
Denys Vlasenko
2012-02-23
tar: add support for PAX-encoded path=LONGFILENAME
Denys Vlasenko
2011-10-19
get_header_tar: shrink 6->64 sign extension code
Denys Vlasenko
2011-09-22
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-07-29
tar: ignore file size (assume 0) for hardlinks
Ian Wienand
2011-03-02
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
Denys Vlasenko
2011-03-01
tar: on extract, everything up to and including last ".." is stripped
Denys Vlasenko
2011-01-16
remove a few aliasing warnings
Denys Vlasenko
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko