]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().
authorJeremy Allison <jra@samba.org>
Fri, 10 Apr 2020 00:35:49 +0000 (17:35 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 7 May 2020 19:27:34 +0000 (19:27 +0000)
commit773b6e17405178bf47b97300a8edfd4c79133d9e
treed62f5b02a80033eabf6016649f61a9420fddad11
parent2437dcc5ac820ea554273cc2365e363d46f57abd
s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().

Currently identical to SMB_VFS_GET_NT_ACL().

Next, add to all VFS modules that implement
get_nt_acl and eventually remove get_nt_acl.

NB. Modules that use smb_vfs_assert_all_fns()
have SMB_VFS_GET_NT_ACL_AT() will not build
until they have this function added.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/smbprofile.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_not_implemented.c
source3/smbd/vfs.c