summaryrefslogtreecommitdiff
path: root/source4/lib/registry/regf.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-03 23:23:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:36:29 -0500
commiteac7fe4ebc6eb819fe3721051751e60b12e95684 (patch)
tree5dc13c770cd917d43ff66eb3d19b485d13ee23a8 /source4/lib/registry/regf.idl
parent40cbd4625ae7f9799238594faa4f8cc54ead72e4 (diff)
downloadsamba-eac7fe4ebc6eb819fe3721051751e60b12e95684.tar.gz
samba-eac7fe4ebc6eb819fe3721051751e60b12e95684.tar.bz2
samba-eac7fe4ebc6eb819fe3721051751e60b12e95684.zip
r10016: Support reading security descriptors on keys.
(This used to be commit b349e902c7b0140cd94e241ba9f81c83fa54f603)
Diffstat (limited to 'source4/lib/registry/regf.idl')
-rw-r--r--source4/lib/registry/regf.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/regf.idl b/source4/lib/registry/regf.idl
index 760183c01d..3b0a66fc54 100644
--- a/source4/lib/registry/regf.idl
+++ b/source4/lib/registry/regf.idl
@@ -100,9 +100,9 @@ interface regf
} nk_block;
/* sk (? Security Key ?) is the ACL of the registry. */
- typedef [noprint,nopush,nopull] struct {
+ typedef [noprint,public] struct {
[charset(DOS)] uint8 header[2];
- uint16 uk1;
+ uint16 tag;
uint32 prev_offset;
uint32 next_offset;
uint32 ref_cnt;