summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-01-12 02:16:34 +0000
committerJeremy Allison <jra@samba.org>1999-01-12 02:16:34 +0000
commitcc7c91e6cb5ccc17885b8e23b8add02a007266d4 (patch)
treee5aaa3279fe6758446725f1ebc3de75f38469f75 /source/include
parent8cf6a8903faa85df60a681327d3ba8a64b5e4cd8 (diff)
downloadsamba-cc7c91e6cb5ccc17885b8e23b8add02a007266d4.tar.gz
samba-cc7c91e6cb5ccc17885b8e23b8add02a007266d4.tar.xz
samba-cc7c91e6cb5ccc17885b8e23b8add02a007266d4.zip
Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT responds
if you send this query to a FAT volume. Phew - I'm glad I got this one in under the wire for 2.0.0..... Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index bc9ea6b69e9..928c7c10cf6 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -327,8 +327,9 @@ BOOL string_to_sid(DOM_SID *sidout, char *sidstr);
BOOL sid_append_rid(DOM_SID *sid, uint32 rid);
BOOL sid_split_rid(DOM_SID *sid, uint32 *rid);
void sid_copy(DOM_SID *sid1, DOM_SID *sid2);
+BOOL sid_linearize(char *outbuf, size_t len, DOM_SID *sid);
BOOL sid_equal(DOM_SID *sid1, DOM_SID *sid2);
-int sid_size(DOM_SID *sid);
+size_t sid_size(DOM_SID *sid);
/*The following definitions come from lib/util_sock.c */