summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-11-04 01:34:08 -0800
committerJeremy Allison <jra@samba.org>2008-11-04 01:34:08 -0800
commitbfc59f63f3c13b1499e658c30b2185c7067c5fca (patch)
tree0a9e1bc2870c2c41364e10c2a1f0fc1fff36df61 /source3/include/proto.h
parent0953688012dcacca5b28a19c7a2d8393428ca151 (diff)
downloadsamba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.tar.gz
samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.tar.bz2
samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.zip
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
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,