summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/misc.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-19 23:44:26 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-19 23:44:26 +0000
commit77fb98ac7c38a19c1e810495119f6f5541838d32 (patch)
treeb1c4da73fa40e299d70d604d3df597fef53a5f68 /source4/librpc/idl/misc.idl
parenta8400ce61093a4a2e44cfc57766ff0f727c1fc6c (diff)
downloadsamba-77fb98ac7c38a19c1e810495119f6f5541838d32.tar.gz
samba-77fb98ac7c38a19c1e810495119f6f5541838d32.tar.bz2
samba-77fb98ac7c38a19c1e810495119f6f5541838d32.zip
addition of samr_SetSecurity() from kai
we needed to adjust the alignment of [relative] buffers for this to work. I wonder if they are always 4 byte aligned? (This used to be commit 9cd0a0b8b976e62c6da71b7e55cba5b38483620d)
Diffstat (limited to 'source4/librpc/idl/misc.idl')
-rw-r--r--source4/librpc/idl/misc.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/misc.idl b/source4/librpc/idl/misc.idl
index 7b41f45980..fca8fe876e 100644
--- a/source4/librpc/idl/misc.idl
+++ b/source4/librpc/idl/misc.idl
@@ -28,6 +28,7 @@ interface misc
typedef [public] struct {
uint8 type; /* xxxx_xxxx_ACE_TYPE - e.g allowed / denied etc */
uint8 flags; /* xxxx_INHERIT_xxxx - e.g OBJECT_INHERIT_ACE */
+ [value(ndr_size_security_ace(r))] uint16 size;
uint32 access_mask;
#if 0
@@ -44,6 +45,7 @@ interface misc
typedef [public] struct {
uint16 revision;
+ [value(ndr_size_security_acl(r))] uint16 size;
uint32 num_aces;
security_ace aces[num_aces];
} security_acl;