From cb265dbb8b73a177d9e7fd52e53f1eba487b94d4 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 13 Nov 1998 01:38:41 +0000 Subject: security descriptors (This used to be commit 9412edfd4c11a26e4ef290839375e3959cf70a7e) --- source3/include/rpc_reg.h | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'source3/include/rpc_reg.h') diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index ceb88ad657..7766052588 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -228,20 +228,12 @@ typedef struct q_reg_create_key_info SEC_ACCESS sam_access; /* access rights flags, see rpc_secdes.h */ uint32 ptr1; - uint32 unknown_0; /* 0x0000 000C */ - - uint32 ptr2; - uint32 sec_len1; /* 0x14 - length of security descriptor, bytes */ - uint32 sec_len2; /* 0x14 - length of security descriptor, bytes */ - uint32 sec_len3; /* 0x0 - length of security descriptor, bytes */ - uint32 sec_len4; /* 0x14 - length of security descriptor, bytes */ - uint32 sec_len5; /* 0x0 - length of security descriptor, bytes */ - uint32 sec_len6; /* 0x14 - length of security descriptor, bytes */ -#if 0 - SEC_DES sec_desc; -#else - uint8 buf_unk[20]; /* 01 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 */ -#endif + uint32 sec_info; /* xxxx_SECURITY_INFORMATION */ + + uint32 ptr2; /* pointer */ + BUFHDR hdr_sec; /* header for security data */ + uint32 ptr3; /* pointer */ + SEC_DESC_BUF *data; uint32 unknown_2; /* 0x0000 0000 */ -- cgit