From bfc59f63f3c13b1499e658c30b2185c7067c5fca Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 4 Nov 2008 01:34:08 -0800 Subject: Pass all of RAW-ACLS except for inheritence. Working on that next. Jeremy. --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 254c33d075..0d4404b339 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -8040,6 +8040,10 @@ void reply_nttranss(struct smb_request *req); /* The following definitions come from smbd/open.c */ +NTSTATUS smb1_file_se_access_check(const struct security_descriptor *sd, + const NT_USER_TOKEN *token, + uint32_t access_desired, + uint32_t *access_granted); NTSTATUS fd_close(files_struct *fsp); bool map_open_params_to_ntcreate(const char *fname, int deny_mode, int open_func, uint32 *paccess_mask, -- cgit