summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-21 18:05:48 -0700
committerJeremy Allison <jra@samba.org>2008-10-21 18:05:48 -0700
commit4e9db0b1004aedf9eef69b9361ed6d9e69897a1e (patch)
tree9b6a40d9ca106e176b91a123f5892fe73a1d3bfc /source3/include/proto.h
parentf36e51617c7bd316f3ef393532bbc169895d6a66 (diff)
downloadsamba-4e9db0b1004aedf9eef69b9361ed6d9e69897a1e.tar.gz
samba-4e9db0b1004aedf9eef69b9361ed6d9e69897a1e.tar.bz2
samba-4e9db0b1004aedf9eef69b9361ed6d9e69897a1e.zip
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
Jeremy.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9b3950229e..9b555e6db2 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1466,6 +1466,7 @@ void del_sid_from_array(const DOM_SID *sid, DOM_SID **sids, size_t *num);
bool add_rid_to_array_unique(TALLOC_CTX *mem_ctx,
uint32 rid, uint32 **pp_rids, size_t *p_num);
bool is_null_sid(const DOM_SID *sid);
+bool is_sid_in_token(const NT_USER_TOKEN *token, const DOM_SID *sid);
NTSTATUS sid_array_from_info3(TALLOC_CTX *mem_ctx,
const struct netr_SamInfo3 *info3,
DOM_SID **user_sids,