freebsd-skq/usr.bin/tar
Colin Percival 6fc0ea8474 In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which
occur on the write side of extracting a file to ARCHIVE_WARN errors
when returning them from archive_read_extract.

In bsdtar: Use the return code from archive_read_data_into_fd and
archive_read_extract to determine whether we should continue trying to
extract an archive after one of the entries fails.

This commit makes extracting a truncated tarball complain once about
the archive being truncated, instead of complaining twice (once when
trying to extract an entry, and once when trying to seek to the next
entry).

Discussed with:	kientzle
2007-04-16 04:04:50 +00:00
..
test Add test to confirm that piping a tar archive created by bsdtar through 2007-04-04 03:12:15 +00:00
bsdtar_platform.h Make it easier to support more platforms. 2007-04-12 04:45:32 +00:00
bsdtar.1 Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
bsdtar.c Issue a warning if there's a non-zero exit value. 2007-03-24 03:25:49 +00:00
bsdtar.h bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
config_freebsd.h bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
COPYING Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
getdate.y bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
Makefile Make it easier to support more platforms. 2007-04-12 04:45:32 +00:00
matching.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
read.c In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which 2007-04-16 04:04:50 +00:00
tree.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
tree.h Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
util.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
write.c Clean up error handling in archive_append to match how errors are 2007-04-09 08:22:34 +00:00