]> wimlib.net Git - wimlib/commit
Add modified security.c from NTFS-3g
authorEric Biggers <ebiggers3@gmail.com>
Tue, 21 Aug 2012 22:17:36 +0000 (17:17 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 21 Aug 2012 22:17:36 +0000 (17:17 -0500)
commit987d08cf79ce32b8c3822d86ac373047d9f87455
tree8159abca6476750f4901e547379cbf2138dac558
parent73eb13e122463593437493a1e7dbabe5f6e311c1
Add modified security.c from NTFS-3g

This simplifies WIM application because we can modifiy
ntfs_set_file_attributes() and ntfs_set_file_security() to take ntfs_inodes
instead of pathnodes, and we can also get rid of the SECURITY_API structure.
Makefile.am
src/ntfs-3g_security.c [new file with mode: 0644]
src/ntfs.c