s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthetic_smb_...
commitccb4f791fd19d9b3af79a205a15c0219ed7240ea
authorJeremy Allison <jra@samba.org>
Sat, 2 May 2015 04:06:20 +0000 (1 21:06 -0700)
committerRalph Böhme <slow@samba.org>
Tue, 5 May 2015 12:01:25 +0000 (5 14:01 +0200)
tree697e164149ca1296684557860a38b519c9e9abad
parent6fd2b74580b8395309d91ccad859a613598fc7de
s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthetic_smb_fname_split().

EA's and ACL paths are all post-stream name checks (and shouldn't
get stream names). This one took a *long* time to find.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11249

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/non_posix_acls.c
source3/modules/vfs_fake_acls.c
source3/modules/vfs_xattr_tdb.c
source3/smbd/posix_acls.c