]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Add a dirfsp parameter to check_parent_access().
authorJeremy Allison <jra@samba.org>
Fri, 1 May 2020 01:20:29 +0000 (18:20 -0700)
committerRalph Boehme <slow@samba.org>
Mon, 4 May 2020 13:55:34 +0000 (13:55 +0000)
commit66a4e6b5c6598ff2aa383db8d4de48fa4a805dd2
treee4484b0c8225083508dac6e2a216ec43c875551f
parent3e6e9e4281af827eff1ea1407caaa22c76ae2a28
s3: smbd: Add a dirfsp parameter to check_parent_access().

Not yet used. Currently always conn->cwd_fsp.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c
source3/smbd/proto.h
source3/smbd/reply.c