summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.2.2v3.2.2releaseTim Kientzle2016-10-232-3/+3
* Skip gzip format check when both zlib and gzip are missingTim Kientzle2016-10-231-2/+3
* Do not try to redirect stderr on WindowsTim Kientzle2016-10-231-2/+7
* Skip Zip high-compression test if zlib is not availableTim Kientzle2016-10-231-0/+10
* Make test output more verbose on WindowsTim Kientzle2016-10-231-1/+1
* Sync up the test harnesses, fix an "unused var" warning on WindowsTim Kientzle2016-10-232-0/+35
* Issue #800: skip 747 test when bzlib is not builtTim Kientzle2016-10-231-0/+5
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-10-166-32/+76
|\
| * test_read_append_filter_wrong_program: check return value of freopen()Martin Matuska2016-10-141-6/+9
| * Redirect and verify stderr in test_read_append_filter_wrong_programMartin Matuska2016-10-131-0/+18
| * Fix compiler warning about unused cache variable (#804)Benjamin Sergeant2016-10-131-0/+2
| * Issue #801: close the file descriptor when testing link countsTim Kientzle2016-10-112-26/+38
| * Remove unneeded return.Mariusz Zaborski2016-10-071-1/+0
| * Style.Mariusz Zaborski2016-10-071-1/+1
| * "bunzip2 -V" does not exit with 0, use "bunzip2 -h" insteadMartin Matuska2016-09-251-1/+1
| * Add READ_DATA dir permission to @owner to make test cleanup work for non-rootMartin Matuska2016-09-251-1/+1
| * Issue 774, 782: chmod() after creating a file or dirGraham Percival2016-09-231-2/+12
* | Issue 780: Extend the ISO9660 test with deeper heirarchiesTim Kientzle2016-09-241-15/+188
|/
* Issue 761: Heap overflow reading corrupted 7Zip filesTim Kientzle2016-09-181-0/+10
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-09-181-2/+2
|\
| * ftbfs: declare 'r' variable for non NFSv4 ACLs tooPavel Raiskup2016-09-121-2/+2
* | Issue 747 (and others?): Avoid OOB read when parsing multiple long linesTim Kientzle2016-09-184-1/+61
|/
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-09-115-68/+195
|\
| * Merge pull request #775 from mmatuska/glibc_2_24_readdir_rTim Kientzle2016-09-102-14/+23
| |\
| | * Do not use deprecated readdir_r() on glibc 2.24 and laterMartin Matuska2016-08-282-14/+23
| * | test_write_format_gnutar_filenames: use AE_IFLNK instead of S_IFLNKIgnacio Casal Quinteiro2016-09-081-1/+5
| * | ACL error handlingMartin Matuska2016-09-052-53/+167
* | | Use O_NOFOLLOW to avoid traversing symlinks when restoring data-carrying hard...Tim Kientzle2016-09-111-2/+12
* | | Reject non-regular sparse filesTim Kientzle2016-09-111-0/+17
* | | Remove dead commentsTim Kientzle2016-09-111-6/+0
* | | Fixes for Issue #745 and Issue #746 from Doran Moppert.Tim Kientzle2016-09-111-67/+227
* | | Fix the test cases for Issue #745 and Issue #746Tim Kientzle2016-09-112-7/+14
|/ /
* | Merge branch 'fix_acls_inside_subdirs' of https://github.com/mmatuska/libarch...Tim Kientzle2016-09-042-6/+46
|\ \
| * | Multiple bugfixes for setup_acls()Martin Matuska2016-09-042-6/+46
| |/
* | Test for PR#777: verify ACL reading during directory walksTim Kientzle2016-09-042-12/+166
* | Fix FreeBSD build: prefer struct xvfsconf to struct vfsconfTim Kientzle2016-09-041-3/+12
|/
* Issue #731: Reject tar entries >= INT64_MAXTim Kientzle2016-08-211-2/+9
* Issue #744 (part of Issue #743): Enforce sandbox with very long pathnamesTim Kientzle2016-08-211-1/+11
* Issue #748: Zip decompression failure with highly-compressed dataTim Kientzle2016-08-211-1/+1
* Issue #770: Be more careful about extra_lengthTim Kientzle2016-08-211-12/+28
* conditionally declare r on ACL_TYPE_NFS4Hanno2016-08-181-0/+1
* Remove unused variable to avoid compiler warning.Hanno2016-08-171-1/+1
* Merge pull request #755 from mmatuska/fix_acl_get_flagset_npTim Kientzle2016-08-132-14/+21
|\
| * fix use of acl_get_flagset_np() on FreeBSDMartin Matuska2016-08-042-14/+21
* | Correct the usage of PATH_MAX as reported in Issue #744.Tim Kientzle2016-08-091-2/+2
* | Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-08-094-2/+164
|\ \ | |/
| * Fixed build error in test_read_format_zip_high_compression.caahancoc2016-07-261-1/+2
| * Issue 748: Regression testTim Kientzle2016-07-233-1/+162
| * ustar: fix out of bounds read on empty string ("") filename.Catalin Patulea2016-07-221-1/+1
* | Test cases for Github Issue #744, #745, and #746.Tim Kientzle2016-08-096-0/+327
|/