aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/get_header_tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix "defined but not used" warningsDenys Vlasenko2022-01-171-0/+2
* tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko2021-10-111-3/+8
* tar: improve comments, add FIXMEs. no code changesDenys Vlasenko2021-10-081-2/+3
* tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko2020-10-021-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-7/+7
* tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko2018-11-271-1/+2
* tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko2018-01-271-24/+25
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko2016-11-111-7/+25
* randomconfig fixesDenys Vlasenko2016-06-191-7/+16
* tar: add support for --strip-components=NDenys Vlasenko2015-10-221-0/+1
* tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko2015-05-111-11/+17
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-3/+3
* unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-101-30/+0
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
* tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
* tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-191-7/+7
* dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko2012-06-221-2/+4
* tar: fix 256-bit encoded number decodingEtienne Le Sueur2012-06-091-1/+1
* update seamless uncompression codeDenys Vlasenko2012-03-061-30/+5
* tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko2012-02-231-32/+33
* get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko2011-10-191-4/+4
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* tar: ignore file size (assume 0) for hardlinksIan Wienand2011-07-291-3/+13
* tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-021-21/+30
* tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-011-5/+22
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-0/+461