summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_mtree.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused variable `detected_bytes`Ken Matsui2022-03-051-4/+1
* unescape when extracting linkChristian Hesse2022-01-031-0/+1
* mtree reader: return early, remove fallthrough chainEmil Velikov2021-10-231-56/+60
* 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 typosSamanta Navarro2021-06-011-1/+1
|/
* Cast isprint(3) argument to unsigned char to avoid undefined behavior.Christos Zoulas2021-05-081-1/+1
* Use built-in strnlen on platforms where not availableMartin Matuska2020-12-081-1/+22
* Populate the digests from the mtree readerEmil Velikov2020-03-141-12/+104
* mtree reader: initialize checkfs with 0Martin Matuska2020-01-311-0/+1
* mtree reader: allow only printable ascii charactersMartin Matuska2019-05-071-1/+14
* Switch mtree reader from hash table to RB tree.Joerg Sonnenberger2018-07-191-40/+44
* Fix -Werror=implicit-fallthrough= for GCC 7.Wei-Cheng Pan2017-10-311-0/+17
* Place a limit on the mtree line length to make fuzzers happy.Joerg Sonnenberger2017-09-061-0/+10
* Refactor numeric parsing routines into a single version without UB.Joerg Sonnenberger2017-04-291-112/+47
* Tighten mode check: '8' and '9' don't make good octal digits.Joerg Sonnenberger2017-04-291-2/+2
* constify variables moreMike Frysinger2017-03-231-11/+11
* OSS-Fuzz Issue 806: integer overflow in mtree_atol10Tim Kientzle2017-03-111-12/+17
* mtree reader: limit the range of nanoseconds (0 to 999999999)Martin Matuska2017-02-081-2/+5
* mtree reader: check line length when looking for /set and /unsetMartin Matuska2017-01-251-4/+4
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* mtree: use hash table for duplicate entry searchAndrew Gregory2016-11-011-3/+39
* Issue 747 (and others?): Avoid OOB read when parsing multiple long linesTim Kientzle2016-09-181-1/+10
* Fix libarchive/archive_read_support_format_mtree.c:1388:11: error: array subs...mfont2016-06-101-2/+2
* Fix const char warningMartin Matuska2016-05-111-1/+1
* Fix C90 build errorsNate Rosenblum2016-04-131-2/+2
* Issue 550: Fix out-of-bounds read in mtree.Tim Kientzle2016-04-031-23/+28
* Don't try to be smart about probing the min/max tim_t values.Tim Kientzle2015-10-221-8/+12
* Issue #539: Try a different way to compute max/min time_t values.Tim Kientzle2015-05-161-22/+21
* Issue 408: Fix escaped newline parsingTim Kientzle2015-02-211-29/+27
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-1/+1
* Fix style.Michihiro NAKAJIMA2014-09-151-65/+78
* Simply finding a file name in mtree format to avoid redundant code.Michihiro NAKAJIMA2014-07-271-10/+12
* mtree: Make reading additional information from the fs optionalFlorian Pritz2014-03-021-132/+158
* Move the strsep() implementation to the mtree reader, which isTim Kientzle2013-12-241-1/+18
* Merge branch 'encryption_detection' of github.com:kwk/libarchive into kwk-enc...Tim Kientzle2013-12-191-1/+1
|\
| * Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+1
* | Implement "resdevice" and "inode" in the mtree(5) spec.Jean-Yves Migeon2013-09-041-1/+6
* | Small typo fix in parse_device()'s description.Jean-Yves Migeon2013-09-041-1/+1
* | Start implementing the "resdevice" (resident device) keyword. ItJean-Yves Migeon2013-09-041-5/+26
* | Add the device parsing logic. It allows mtree's libarchive toJean-Yves Migeon2013-09-031-22/+53
|/
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-4/+4
* Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-1/+5
* Implement function used to seek within data blocks.Andres Mejia2012-09-271-1/+1
* Minor improvement in the mtree bidder.Michihiro NAKAJIMA2012-09-261-0/+4
* Allow FreeBSD mtree's nochange keyword.Michihiro NAKAJIMA2012-09-251-8/+20
* Fix a mtree detection bug brought by a commit 78307be86b71.Michihiro NAKAJIMA2012-09-241-2/+9
* Add support for a mtree form that NetBSD's mtree -D generates, which placesMichihiro NAKAJIMA2012-09-201-32/+131
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-6/+7
* Fix build failure with -Wmissing-prototypes GCC option since it happend on Fr...Michihiro NAKAJIMA2012-02-091-1/+2