From 2c7f6da1fa95ff77d6c60fcd109205847519434f Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 12 Nov 1998 23:35:05 +0000 Subject: security descriptors. kanji const char* warnings. (This used to be commit 06abdfd68e1d7fa8741afc3f56ec7a13b5fa4ccc) --- source3/include/rpc_reg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source3/include/rpc_reg.h') diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index 163dfd67fe..ceb88ad657 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -104,11 +104,11 @@ typedef struct q_reg_set_key_sec_info { POLICY_HND pol; /* policy handle */ - uint32 unknown; /* 0x0000 0004 */ + uint32 sec_info; /* xxxx_SECURITY_INFORMATION */ uint32 ptr; /* pointer */ BUFHDR hdr_sec; /* header for security data */ - SEC_DESC_BUF data; /* security data */ + SEC_DESC_BUF *data; /* security data */ } REG_Q_SET_KEY_SEC; @@ -125,7 +125,7 @@ typedef struct q_reg_get_key_sec_info { POLICY_HND pol; /* policy handle */ - uint32 unknown; /* 0x0000 0007 */ + uint32 sec_info; /* xxxx_SECURITY_INFORMATION */ uint32 ptr; /* pointer */ BUFHDR hdr_sec; /* header for security data */ @@ -136,7 +136,7 @@ typedef struct q_reg_get_key_sec_info /* REG_R_GET_KEY_SEC */ typedef struct r_reg_get_key_sec_info { - uint32 unknown; /* 0x0000 0007 */ + uint32 sec_info; /* xxxx_SECURITY_INFORMATION */ uint32 ptr; /* pointer */ BUFHDR hdr_sec; /* header for security data */ @@ -225,7 +225,7 @@ typedef struct q_reg_create_key_info UNISTR2 uni_class; uint32 reserved; /* 0x0000 0000 */ - SEC_INFO sam_access; /* access rights flags, see rpc_secdes.h */ + SEC_ACCESS sam_access; /* access rights flags, see rpc_secdes.h */ uint32 ptr1; uint32 unknown_0; /* 0x0000 000C */ -- cgit