OSDN Git Service

Implemented an extended attribute to get/set EAs
authorJean-Pierre André <jpandre@users.sourceforge.net>
Sat, 12 Apr 2014 07:22:17 +0000 (09:22 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Sat, 12 Apr 2014 07:22:17 +0000 (09:22 +0200)
commitae459dd7b3adfbc7fb5df9fd5c410e901a4d2e89
tree66571410e30b432752b83bf4b3ab919bb2a844e9
parentf3c4c6c6046c6eeb38779858ba5299f0f388c300
Implemented an extended attribute to get/set EAs

The new extended attribute "system.ntfs_ea" can now be used to get or
set the set of EAs of a file or directory.
include/ntfs-3g/ea.h [new file with mode: 0644]
include/ntfs-3g/xattrs.h
libntfs-3g/Makefile.am
libntfs-3g/ea.c [new file with mode: 0644]
libntfs-3g/reparse.c
libntfs-3g/xattrs.c
ntfsprogs/ntfsinfo.c