]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue #131: Implement tar --no-xattr
authorTim Kientzle <kientzle@acm.org>
Sat, 10 Jan 2015 19:55:29 +0000 (11:55 -0800)
committerTim Kientzle <kientzle@acm.org>
Sat, 10 Jan 2015 19:55:29 +0000 (11:55 -0800)
commit48b288a03347e49f2f9501f040f626f916195de6
tree011905e3c34add197e4a6d70c29791cbbbcad355
parentf93e32f4a2e4b67b05d9042346439c169c03a39d
Issue #131: Implement tar --no-xattr

This option suppresses both archiving and
restoring xattrs.  The latter relies on existing
machinery; for the former, I've added a
ARCHIVE_READDISK_NO_XATTR flag to archive_read_disk.

Caveat: I've not implemented any tests for these new features.
libarchive/archive.h
libarchive/archive_read_disk_entry_from_file.c
libarchive/archive_read_disk_posix.c
libarchive/archive_read_disk_private.h
tar/bsdtar.c
tar/bsdtar.h
tar/cmdline.c