freebsd-dev/contrib/libarchive/cpio/test
Martin Matuska 52c2bb7516 MFV r347989:
Sync libarchive with vendor.

Relevant vendor changes:
  Issue #795: XAR - do not try to add xattrs without an allocated name
  PR #812: non-recursive option for extract and list
  PR #958: support reading metadata from compressed files
  PR #999: add --exclude-vcs option to bsdtar
  Issue #1062: treat empty archives with a GNU volume header as valid
  PR #1074: Handle ZIP files with trailing 0s in the extra fields
            (Android APK archives)
  PR #1109: Ignore padding in Zip extra field data (Android APK archives)
  PR #1167: fix problems related to unreadable directories
  Issue #1168: fix handling of strtol() and strtoul()
  PR #1172: RAR5 - fix invalid window buffer read in E8E9 filter
  PR #1174: ZIP reader - fix of MSZIP signature parsing
  PR #1175: gzip filter - fix reading files larger than 4GB from memory
  PR #1177: gzip filter - fix memory leak with repeated header reads
  PR #1180: ZIP reader - add support for Info-ZIP Unicode Path Extra Field
  PR #1181: RAR5 - fix merge_block() recursion
            (OSS-Fuzz 12999, 13029, 13144, 13478, 13490)
  PR #1183: fix memory leak when decompressing ZIP files with LZMA
  PR #1184: fix RAR5 OSS-Fuzz issues 12466, 14490, 14491, 12817
    OSS-Fuzz 12466: RAR5 - fix buffer overflow when parsing huffman tables
    OSS-Fuzz 14490, 14491: RAR5 - fix bad shift-left operations
    OSS-Fuzz 12817: RAR5 - handle a case with truncated huffman tables
  PR #1186: RAR5 - fix invalid type used for dictionary size mask
            (OSS-Fuzz 14537)
  PR #1187: RAR5 - fix integer overflow (OSS-Fuzz 14555)
  PR #1190: RAR5 - RAR5 don't try to unpack entries marked as directories
            (OSS-Fuzz 14574)
  PR #1196: RAR5 - fix a potential SIGSEGV on 32-bit builds
  OSS-Fuzz 2582: RAR - fix use after free if there is an invalid entry
  OSS-Fuzz 14331: RAR5 - fix maximum owner name length
  OSS-Fuzz 13965: RAR5 - use unsigned int for volume number + range check

  Additional RAR5 reader changes:
    - support symlinks, hardlinks, file owner, file group, versioned files
    - change ARCHIVE_FORMAT_RAR_V5 to 0x100000
    - set correct mode for readonly directories
    - support readonly, hidden and system Windows file attributes

MFC after:	2 weeks
2019-05-20 12:57:39 +00:00
..
test_0.c
test_basic.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_cmdline.c
test_extract_cpio_bz2.c
test_extract_cpio_grz.c
test_extract_cpio_gz.c
test_extract_cpio_lrz.c
test_extract_cpio_lz4.c
test_extract_cpio_lz.c
test_extract_cpio_lzma.c
test_extract_cpio_lzo.c
test_extract_cpio_xz.c
test_extract_cpio_Z.c
test_extract_cpio_zstd.c MFV r324145,324147: 2017-10-01 00:40:23 +00:00
test_extract.cpio.bz2.uu
test_extract.cpio.grz.uu
test_extract.cpio.gz.uu
test_extract.cpio.lrz.uu
test_extract.cpio.lz4.uu
test_extract.cpio.lz.uu
test_extract.cpio.lzma.uu
test_extract.cpio.lzo.uu
test_extract.cpio.xz.uu
test_extract.cpio.Z.uu
test_extract.cpio.zst.uu MFV r324145,324147: 2017-10-01 00:40:23 +00:00
test_format_newc.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_gcpio_compat_ref_nosym.bin.uu
test_gcpio_compat_ref_nosym.crc.uu
test_gcpio_compat_ref_nosym.newc.uu
test_gcpio_compat_ref_nosym.ustar.uu
test_gcpio_compat_ref.bin.uu
test_gcpio_compat_ref.crc.uu
test_gcpio_compat_ref.newc.uu
test_gcpio_compat_ref.ustar.uu
test_gcpio_compat.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_missing_file.c
test_option_0.c
test_option_a.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_b64encode.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_B_upper.c
test_option_C_upper.c
test_option_c.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_d.c
test_option_f.c
test_option_f.cpio.uu
test_option_grzip.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_help.c
test_option_J_upper.c
test_option_L_upper.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_l.c
test_option_lrzip.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_lz4.c cpio/tests/test_option_lz4: fix a use after free in the failure case 2017-05-11 08:22:01 +00:00
test_option_lzma.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_lzop.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_m.c
test_option_m.cpio.uu
test_option_passphrase.c
test_option_passphrase.zip.uu
test_option_t.c MFV r344063: 2019-02-12 23:24:45 +00:00
test_option_t.cpio.uu
test_option_t.stdout.uu
test_option_tv.stdout.uu
test_option_u.c
test_option_uuencode.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_version.c
test_option_xz.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_y.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_Z_upper.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_z.c MFV r317781: 2017-05-04 00:04:17 +00:00
test_option_zstd.c MFV r324145,324147: 2017-10-01 00:40:23 +00:00
test_owner_parse.c
test_passthrough_dotdot.c
test_passthrough_reverse.c
test.h