s3: vfs: Add VFS functions for setting and getting DOS attributes.
authorRichard Sharpe <rsharpe@samba.org>
Sun, 20 Mar 2016 19:51:32 +0000 (12:51 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 27 Mar 2016 03:57:17 +0000 (05:57 +0200)
commita4e6250442bb7a4ba93cfdb373212da5493faa33
tree30637368007b6810ef40e6571869e1a0786d10ca
parent9377f3bce0866e2fadeea5ba87f7ee41f7d9ba31
s3: vfs: Add VFS functions for setting and getting DOS attributes.

This will make it easier to support those systems and file systems that
can store DOS attributes. It should retain the original functionality if
VFS functions providing these things are not provided.

Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Signed-off-by: Jeremy Allison <jra@samba.org>
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/smbd/proto.h
source3/smbd/vfs.c