mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename REG_CREATE_VALE -> REG_SET_VALUE
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b3643b732b
commit
28d433351c
@@ -643,7 +643,7 @@ typedef struct sam_domain_info_info
|
||||
UNISTR2 uni_dom_name;
|
||||
UNISTR2 buf_oem_info;
|
||||
|
||||
BUFFER4 buf_sec_desc;
|
||||
RPC_DATA_BLOB buf_sec_desc;
|
||||
|
||||
LOCKOUT_STRING account_lockout;
|
||||
|
||||
@@ -670,7 +670,7 @@ typedef struct sam_group_info_info
|
||||
|
||||
UNISTR2 uni_grp_name;
|
||||
UNISTR2 uni_grp_desc;
|
||||
BUFFER4 buf_sec_desc;
|
||||
RPC_DATA_BLOB buf_sec_desc;
|
||||
|
||||
} SAM_GROUP_INFO;
|
||||
|
||||
@@ -748,11 +748,11 @@ typedef struct sam_account_info_info
|
||||
uint32 unknown1; /* 0x4EC */
|
||||
uint32 unknown2; /* 0 */
|
||||
|
||||
BUFFER4 buf_logon_hrs;
|
||||
RPC_DATA_BLOB buf_logon_hrs;
|
||||
UNISTR2 uni_comment;
|
||||
UNISTR2 uni_parameters;
|
||||
SAM_PWD pass;
|
||||
BUFFER4 buf_sec_desc;
|
||||
RPC_DATA_BLOB buf_sec_desc;
|
||||
UNISTR2 uni_profile;
|
||||
|
||||
} SAM_ACCOUNT_INFO;
|
||||
@@ -783,7 +783,7 @@ typedef struct sam_alias_info_info
|
||||
uint8 reserved[40];
|
||||
|
||||
UNISTR2 uni_als_name;
|
||||
BUFFER4 buf_sec_desc;
|
||||
RPC_DATA_BLOB buf_sec_desc;
|
||||
UNISTR2 uni_als_desc;
|
||||
|
||||
} SAM_ALIAS_INFO;
|
||||
@@ -829,7 +829,7 @@ typedef struct
|
||||
UNISTR2 domain_name;
|
||||
DOM_SID2 domain_sid;
|
||||
|
||||
BUFFER4 buf_sec_desc;
|
||||
RPC_DATA_BLOB buf_sec_desc;
|
||||
} SAM_DELTA_POLICY;
|
||||
|
||||
/* SAM_DELTA_TRUST_DOMS */
|
||||
@@ -881,7 +881,7 @@ typedef struct
|
||||
UNIHDR *hdr_privslist;
|
||||
UNISTR2 *uni_privslist;
|
||||
|
||||
BUFFER4 buf_sec_desc;
|
||||
RPC_DATA_BLOB buf_sec_desc;
|
||||
} SAM_DELTA_PRIVS;
|
||||
|
||||
/* SAM_DELTA_SECRET */
|
||||
|
||||
Reference in New Issue
Block a user