vfs: Add SMB_VFS_FSTATAT
authorVolker Lendecke <vl@samba.org>
Thu, 6 Jan 2022 14:59:05 +0000 (15:59 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 10 Mar 2022 18:23:35 +0000 (18:23 +0000)
commit812cb602e3be3ffc4400cff1df63295cf2f4cd21
treec452c68f00842f48ca880dea8210f1a86c67457a
parentc51f9ab233e548010816f9774784880340fa8c79
vfs: Add SMB_VFS_FSTATAT

Useful if you want to stat/fstat/lstat relative to a directory without
doing chdir first.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@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_full_audit.c
source3/modules/vfs_not_implemented.c
source3/modules/vfs_shadow_copy2.c
source3/modules/vfs_time_audit.c
source3/smbd/vfs.c