Add SMB_VFS_CONNECTPATH operation
commit56efcb7b723b581b9c258d137331a171512d4d09
authorVolker Lendecke <vl@samba.org>
Thu, 28 May 2009 17:20:14 +0000 (28 19:20 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Jun 2009 09:58:22 +0000 (2 11:58 +0200)
tree4a267a776ce14ea66e1c009568bc0fc97e7f5c30
parent83ffbb4ec4e0519cd4f9c5f95e11d70c18a1b25b
Add SMB_VFS_CONNECTPATH operation

This is required for the shadow_copy2 module and "wide links = no". The file
system snapshots by nature are typically outside of share directory. So the
REALPATH result fails the wide links = no test.
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/smbd/vfs.c