1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
Jeremy Allison 616d068f0c s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * instead of const char *
Bumps VFS version to 35.

Preparing to reduce use of lp_posix_pathnames().

Most of this is boilerplate, the only subtleties are in
the modules:

vfs_catia.c
vfs_media_harmony.c
vfs_shadow_copy2.c
vfs_unityed_media.c

Where the path is modified then passed to SMB_VFS_NEXT_GET_NT_ACL().
In these cases the change uses synthetic_smb_fname() to
create a new struct smb_filename from the modified path.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <rb@sernet.de>
2016-02-16 19:59:24 +01:00
..
2015-12-18 05:24:25 +01:00
2012-03-24 16:41:35 +01:00
2015-07-10 09:35:13 +02:00
2014-09-29 10:52:47 +02:00
2015-11-06 13:43:45 +01:00
2016-01-27 00:22:22 +01:00
2015-10-28 16:00:20 +01:00
2014-11-14 00:31:16 +01:00
2016-02-03 15:04:11 +01:00