summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-17 15:01:45 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-17 16:28:40 +0200
commitaa51981e9916bf8d145001e4ad592efd53527dfe (patch)
treebc22ca1904ecc46c83ccbad0873f000bef48d4d9 /source4/librpc/idl
parente739fe91cfdbb7c8a792c4bdc6c5f18603507fc6 (diff)
downloadsamba-aa51981e9916bf8d145001e4ad592efd53527dfe.tar.gz
samba-aa51981e9916bf8d145001e4ad592efd53527dfe.tar.bz2
samba-aa51981e9916bf8d145001e4ad592efd53527dfe.zip
libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlogon packets
metze (This used to be commit 690c12cd2afd0fba626576fbae3f28ffdae63be2)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/security.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl
index 753fad85cf..314846c53f 100644
--- a/source4/librpc/idl/security.idl
+++ b/source4/librpc/idl/security.idl
@@ -22,6 +22,9 @@ cpp_quote("#define dom_sid2 dom_sid")
/* same struct as dom_sid but inside a 28 bytes fixed buffer in NDR */
cpp_quote("#define dom_sid28 dom_sid")
+/* same struct as dom_sid but in a variable byte buffer, which is maybe empty in NDR */
+cpp_quote("#define dom_sid0 dom_sid")
+
[
pointer_default(unique)
]