s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthetic_smb_...
commit177d620d13ffa11462b8832907118b7ed5f69ecf
authorJeremy Allison <jra@samba.org>
Sat, 2 May 2015 04:06:20 +0000 (1 21:06 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 20 May 2015 12:10:34 +0000 (20 14:10 +0200)
treebbabb312080313b6cf2b6a72348e33068db23857
parentcf8235a895fbb43bd0c458098ead9c57139aa9b2
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>
(cherry picked from commit ccb4f791fd19d9b3af79a205a15c0219ed7240ea)
source3/modules/non_posix_acls.c
source3/modules/vfs_fake_acls.c
source3/modules/vfs_xattr_tdb.c
source3/smbd/posix_acls.c