]> wimlib.net Git - wimlib/commit
Implement basic handling of xattr streams
authorEric Biggers <ebiggers3@gmail.com>
Mon, 26 Dec 2016 21:14:41 +0000 (15:14 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 27 Dec 2016 03:15:13 +0000 (21:15 -0600)
commit4ef81cbb80143f81a6bf72a3b908d81a2bb6d2e6
treebd4a541d54b34e922fdf2bc9b874ce05f0f14cde
parent321d969a9b089973cad59f25d3398bf69a8a2619
Implement basic handling of xattr streams

Add a new stream type to represent a list of Linux-style extended
attributes, and add a new per-file tagged item type to represent the
hash of the xattr stream.
Makefile.am
configure.ac
include/wimlib/apply.h
include/wimlib/inode.h
include/wimlib/tagged_items.h
include/wimlib/xattr.h [new file with mode: 0644]
src/dentry.c
src/extract.c