s3: VFS: acl_common: Add a dirfsp parameter to validate_nt_acl_blob().
authorJeremy Allison <jra@samba.org>
Tue, 14 Apr 2020 19:43:51 +0000 (12:43 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 7 May 2020 19:27:34 +0000 (19:27 +0000)
commit2437dcc5ac820ea554273cc2365e363d46f57abd
treea9aca47d7d23c8bac3869992072caef49b90b42b
parentd825d31f7a77287a503dc05d36daf02566e7e06f
s3: VFS: acl_common: Add a dirfsp parameter to validate_nt_acl_blob().

This sucks, as it's the only function that I've been
unable to easily split into a _fsp and a _pathname version,
it just does too much. Bite the bullet and add a dirfsp
parameter as well as the fsp and smb_fname parameters.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_acl_common.c