r18369: I've got a sniff where NT4 sends just a single byte after the 516 byte
[Samba/bb.git] / source / include / rpc_samr.h
blob97f151b4af92436d4dd6a1e732e86ef33696e309
1 /*
2 Unix SMB/CIFS implementation.
3 SMB parameters and setup
4 Copyright (C) Andrew Tridgell 1992-2000
5 Copyright (C) Luke Kenneth Casson Leighton 1996-2000
6 Copyright (C) Paul Ashton 1997-2000
7 Copyright (C) Jean François Micouleau 1998-2001
8 Copyright (C) Jim McDonough <jmcd@us.ibm.com> 2002
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software
23 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26 #ifndef _RPC_SAMR_H /* _RPC_SAMR_H */
27 #define _RPC_SAMR_H
29 /*******************************************************************
30 the following information comes from a QuickView on samsrv.dll,
31 and gives an idea of exactly what is needed:
33 x SamrAddMemberToAlias
34 x SamrAddMemberToGroup
35 SamrAddMultipleMembersToAlias
36 x SamrChangePasswordUser
37 x SamrCloseHandle
38 x SamrConnect
39 x SamrCreateAliasInDomain
40 x SamrCreateGroupInDomain
41 x SamrCreateUserInDomain
42 ? SamrDeleteAlias
43 SamrDeleteGroup
44 x SamrDeleteUser
45 x SamrEnumerateAliasesInDomain
46 SamrEnumerateDomainsInSamServer
47 x SamrEnumerateGroupsInDomain
48 x SamrEnumerateUsersInDomain
49 SamrGetUserDomainPasswordInformation
50 SamrLookupDomainInSamServer
51 ? SamrLookupIdsInDomain
52 x SamrLookupNamesInDomain
53 x SamrOpenAlias
54 x SamrOpenDomain
55 x SamrOpenGroup
56 x SamrOpenUser
57 x SamrQueryDisplayInformation
58 x SamrQueryInformationAlias
59 SamrQueryInformationDomain
60 ? SamrQueryInformationUser
61 x SamrQuerySecurityObject
62 SamrRemoveMemberFromAlias
63 SamrRemoveMemberFromForiegnDomain
64 SamrRemoveMemberFromGroup
65 SamrRemoveMultipleMembersFromAlias
66 x SamrSetInformationAlias
67 SamrSetInformationDomain
68 x SamrSetInformationGroup
69 x SamrSetInformationUser
70 SamrSetMemberAttributesOfGroup
71 SamrSetSecurityObject
72 SamrShutdownSamServer
73 SamrTestPrivateFunctionsDomain
74 SamrTestPrivateFunctionsUser
76 ********************************************************************/
78 #define SAMR_CONNECT_ANON 0x00
79 #define SAMR_CLOSE_HND 0x01
80 #define SAMR_SET_SEC_OBJECT 0x02
81 #define SAMR_QUERY_SEC_OBJECT 0x03
83 #define SAMR_UNKNOWN_4 0x04 /* profile info? */
84 #define SAMR_LOOKUP_DOMAIN 0x05
85 #define SAMR_ENUM_DOMAINS 0x06
86 #define SAMR_OPEN_DOMAIN 0x07
87 #define SAMR_QUERY_DOMAIN_INFO 0x08
88 #define SAMR_SET_DOMAIN_INFO 0x09
90 #define SAMR_CREATE_DOM_GROUP 0x0a
91 #define SAMR_ENUM_DOM_GROUPS 0x0b
92 #define SAMR_ENUM_DOM_USERS 0x0d
93 #define SAMR_CREATE_DOM_ALIAS 0x0e
94 #define SAMR_ENUM_DOM_ALIASES 0x0f
95 #define SAMR_QUERY_USERALIASES 0x10
97 #define SAMR_LOOKUP_NAMES 0x11
98 #define SAMR_LOOKUP_RIDS 0x12
100 #define SAMR_OPEN_GROUP 0x13
101 #define SAMR_QUERY_GROUPINFO 0x14
102 #define SAMR_SET_GROUPINFO 0x15
103 #define SAMR_ADD_GROUPMEM 0x16
104 #define SAMR_DELETE_DOM_GROUP 0x17
105 #define SAMR_DEL_GROUPMEM 0x18
106 #define SAMR_QUERY_GROUPMEM 0x19
107 #define SAMR_UNKNOWN_1A 0x1a
109 #define SAMR_OPEN_ALIAS 0x1b
110 #define SAMR_QUERY_ALIASINFO 0x1c
111 #define SAMR_SET_ALIASINFO 0x1d
112 #define SAMR_DELETE_DOM_ALIAS 0x1e
113 #define SAMR_ADD_ALIASMEM 0x1f
114 #define SAMR_DEL_ALIASMEM 0x20
115 #define SAMR_QUERY_ALIASMEM 0x21
117 #define SAMR_OPEN_USER 0x22
118 #define SAMR_DELETE_DOM_USER 0x23
119 #define SAMR_QUERY_USERINFO 0x24
120 #define SAMR_SET_USERINFO2 0x25
121 #define SAMR_QUERY_USERGROUPS 0x27
123 #define SAMR_QUERY_DISPINFO 0x28
124 #define SAMR_UNKNOWN_29 0x29
125 #define SAMR_UNKNOWN_2a 0x2a
126 #define SAMR_UNKNOWN_2b 0x2b
127 #define SAMR_GET_USRDOM_PWINFO 0x2c
128 #define SAMR_REMOVE_SID_FOREIGN_DOMAIN 0x2d
129 #define SAMR_QUERY_DOMAIN_INFO2 0x2e /* looks like an alias for SAMR_QUERY_DOMAIN_INFO */
130 #define SAMR_UNKNOWN_2f 0x2f
131 #define SAMR_QUERY_DISPINFO3 0x30 /* Alias for SAMR_QUERY_DISPINFO
132 with info level 3 */
133 #define SAMR_UNKNOWN_31 0x31
134 #define SAMR_CREATE_USER 0x32
135 #define SAMR_QUERY_DISPINFO4 0x33 /* Alias for SAMR_QUERY_DISPINFO
136 with info level 4 */
137 #define SAMR_ADDMULTI_ALIASMEM 0x34
139 #define SAMR_UNKNOWN_35 0x35
140 #define SAMR_UNKNOWN_36 0x36
141 #define SAMR_CHGPASSWD_USER 0x37
142 #define SAMR_GET_DOM_PWINFO 0x38
143 #define SAMR_CONNECT 0x39
144 #define SAMR_SET_USERINFO 0x3A
145 #define SAMR_CONNECT4 0x3E
146 #define SAMR_CHGPASSWD_USER3 0x3F
147 #define SAMR_CONNECT5 0x40
149 typedef struct logon_hours_info
151 uint32 max_len; /* normally 1260 bytes */
152 uint32 offset;
153 uint32 len; /* normally 21 bytes */
154 uint8 hours[32];
156 } LOGON_HRS;
158 /* SAM_USER_INFO_23 */
159 typedef struct sam_user_info_23
161 /* TIMES MAY NOT IN RIGHT ORDER!!!! */
162 NTTIME logon_time; /* logon time */
163 NTTIME logoff_time; /* logoff time */
164 NTTIME kickoff_time; /* kickoff time */
165 NTTIME pass_last_set_time; /* password last set time */
166 NTTIME pass_can_change_time; /* password can change time */
167 NTTIME pass_must_change_time; /* password must change time */
169 UNIHDR hdr_user_name; /* NULL - user name unicode string header */
170 UNIHDR hdr_full_name; /* user's full name unicode string header */
171 UNIHDR hdr_home_dir; /* home directory unicode string header */
172 UNIHDR hdr_dir_drive; /* home drive unicode string header */
173 UNIHDR hdr_logon_script; /* logon script unicode string header */
174 UNIHDR hdr_profile_path; /* profile path unicode string header */
175 UNIHDR hdr_acct_desc ; /* user description */
176 UNIHDR hdr_workstations; /* comma-separated workstations user can log in from */
177 UNIHDR hdr_comment;
178 UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
180 uint8 lm_pwd[16]; /* lm user passwords */
181 uint8 nt_pwd[16]; /* nt user passwords */
183 uint32 user_rid; /* Primary User ID */
184 uint32 group_rid; /* Primary Group ID */
186 uint32 acb_info; /* account info (ACB_xxxx bit-mask) */
188 uint32 fields_present; /* 0x09f8 27fa */
190 uint16 logon_divs; /* 0x0000 00a8 which is 168 which is num hrs in a week */
191 /* uint8 pad[2] */
192 uint32 ptr_logon_hrs; /* pointer to logon hours */
194 /* Was unknown_5. */
195 uint16 bad_password_count;
196 uint16 logon_count;
198 uint8 padding1[6];
200 uint8 passmustchange; /* 0x00 must change = 0x01 */
202 uint8 padding2;
204 uint8 pass[516];
206 UNISTR2 uni_user_name; /* NULL - username unicode string */
207 UNISTR2 uni_full_name; /* user's full name unicode string */
208 UNISTR2 uni_home_dir; /* home directory unicode string */
209 UNISTR2 uni_dir_drive; /* home directory drive unicode string */
210 UNISTR2 uni_logon_script; /* logon script unicode string */
211 UNISTR2 uni_profile_path; /* profile path unicode string */
212 UNISTR2 uni_acct_desc ; /* user description unicode string */
213 UNISTR2 uni_workstations; /* login from workstations unicode string */
214 UNISTR2 uni_comment;
215 UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel no */
217 LOGON_HRS logon_hrs;
219 } SAM_USER_INFO_23;
221 /* SAM_USER_INFO_24 */
222 typedef struct sam_user_info_24
224 uint8 pass[516];
225 uint8 pw_len;
226 } SAM_USER_INFO_24;
229 * NB. This structure is *definately* incorrect. It's my best guess
230 * currently for W2K SP2. The password field is encrypted in a different
231 * way than normal... And there are definately other problems. JRA.
234 /* SAM_USER_INFO_25 */
235 typedef struct sam_user_info_25
237 /* TIMES MAY NOT IN RIGHT ORDER!!!! */
238 NTTIME logon_time; /* logon time */
239 NTTIME logoff_time; /* logoff time */
240 NTTIME kickoff_time; /* kickoff time */
241 NTTIME pass_last_set_time; /* password last set time */
242 NTTIME pass_can_change_time; /* password can change time */
243 NTTIME pass_must_change_time; /* password must change time */
245 UNIHDR hdr_user_name; /* NULL - user name unicode string header */
246 UNIHDR hdr_full_name; /* user's full name unicode string header */
247 UNIHDR hdr_home_dir; /* home directory unicode string header */
248 UNIHDR hdr_dir_drive; /* home drive unicode string header */
249 UNIHDR hdr_logon_script; /* logon script unicode string header */
250 UNIHDR hdr_profile_path; /* profile path unicode string header */
251 UNIHDR hdr_acct_desc ; /* user description */
252 UNIHDR hdr_workstations; /* comma-separated workstations user can log in from */
253 UNIHDR hdr_comment;
254 UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
256 uint8 lm_pwd[16]; /* lm user passwords */
257 uint8 nt_pwd[16]; /* nt user passwords */
259 uint32 user_rid; /* Primary User ID */
260 uint32 group_rid; /* Primary Group ID */
262 uint32 acb_info; /* account info (ACB_xxxx bit-mask) */
263 uint32 fields_present;
265 uint32 unknown_5[5];
267 uint8 pass[532];
269 UNISTR2 uni_user_name; /* NULL - username unicode string */
270 UNISTR2 uni_full_name; /* user's full name unicode string */
271 UNISTR2 uni_home_dir; /* home directory unicode string */
272 UNISTR2 uni_dir_drive; /* home directory drive unicode string */
273 UNISTR2 uni_logon_script; /* logon script unicode string */
274 UNISTR2 uni_profile_path; /* profile path unicode string */
275 UNISTR2 uni_acct_desc ; /* user description unicode string */
276 UNISTR2 uni_workstations; /* login from workstations unicode string */
277 UNISTR2 uni_comment;
278 UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel no */
279 } SAM_USER_INFO_25;
281 /* SAM_USER_INFO_26 */
282 typedef struct sam_user_info_26
284 uint8 pass[532];
285 uint8 pw_len;
286 } SAM_USER_INFO_26;
289 /* SAM_USER_INFO_21 */
290 typedef struct sam_user_info_21
292 NTTIME logon_time; /* logon time */
293 NTTIME logoff_time; /* logoff time */
294 NTTIME kickoff_time; /* kickoff time */
295 NTTIME pass_last_set_time; /* password last set time */
296 NTTIME pass_can_change_time; /* password can change time */
297 NTTIME pass_must_change_time; /* password must change time */
299 UNIHDR hdr_user_name; /* username unicode string header */
300 UNIHDR hdr_full_name; /* user's full name unicode string header */
301 UNIHDR hdr_home_dir; /* home directory unicode string header */
302 UNIHDR hdr_dir_drive; /* home drive unicode string header */
303 UNIHDR hdr_logon_script; /* logon script unicode string header */
304 UNIHDR hdr_profile_path; /* profile path unicode string header */
305 UNIHDR hdr_acct_desc ; /* user description */
306 UNIHDR hdr_workstations; /* comma-separated workstations user can log in from */
307 UNIHDR hdr_comment;
308 UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
310 uint8 lm_pwd[16]; /* lm user passwords */
311 uint8 nt_pwd[16]; /* nt user passwords */
313 uint32 user_rid; /* Primary User ID */
314 uint32 group_rid; /* Primary Group ID */
316 uint32 acb_info; /* account info (ACB_xxxx bit-mask) */
318 /* Was unknown_3 */
319 uint32 fields_present; /* 0x00ff ffff */
321 uint16 logon_divs; /* 0x0000 00a8 which is 168 which is num hrs in a week */
322 /* uint8 pad[2] */
323 uint32 ptr_logon_hrs; /* unknown pointer */
325 /* Was unknown_5. */
326 uint16 bad_password_count;
327 uint16 logon_count;
329 uint8 padding1[6];
331 uint8 passmustchange; /* 0x00 must change = 0x01 */
333 uint8 padding2;
335 UNISTR2 uni_user_name; /* username unicode string */
336 UNISTR2 uni_full_name; /* user's full name unicode string */
337 UNISTR2 uni_home_dir; /* home directory unicode string */
338 UNISTR2 uni_dir_drive; /* home directory drive unicode string */
339 UNISTR2 uni_logon_script; /* logon script unicode string */
340 UNISTR2 uni_profile_path; /* profile path unicode string */
341 UNISTR2 uni_acct_desc ; /* user description unicode string */
342 UNISTR2 uni_workstations; /* login from workstations unicode string */
343 UNISTR2 uni_comment;
344 UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel number */
346 LOGON_HRS logon_hrs;
348 } SAM_USER_INFO_21;
350 #define PASS_MUST_CHANGE_AT_NEXT_LOGON 0x01
351 #define PASS_DONT_CHANGE_AT_NEXT_LOGON 0x00
353 /* SAM_USER_INFO_20 */
354 typedef struct sam_user_info_20
356 UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
358 UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel number */
360 } SAM_USER_INFO_20;
362 /* SAM_USER_INFO_18 */
363 typedef struct sam_user_info_18
365 uint8 lm_pwd[16]; /* lm user passwords */
366 uint8 nt_pwd[16]; /* nt user passwords */
368 uint8 lm_pwd_active;
369 uint8 nt_pwd_active;
371 } SAM_USER_INFO_18;
373 /* SAM_USER_INFO_17 */
374 typedef struct sam_user_info_17
376 uint8 padding_0[16]; /* 0 - padding 16 bytes */
377 NTTIME expiry; /* expiry time or something? */
378 uint8 padding_1[24]; /* 0 - padding 24 bytes */
380 UNIHDR hdr_mach_acct; /* unicode header for machine account */
381 uint32 padding_2; /* 0 - padding 4 bytes */
383 uint32 ptr_1; /* pointer */
384 uint8 padding_3[32]; /* 0 - padding 32 bytes */
385 uint32 padding_4; /* 0 - padding 4 bytes */
387 uint32 ptr_2; /* pointer */
388 uint32 padding_5; /* 0 - padding 4 bytes */
390 uint32 ptr_3; /* pointer */
391 uint8 padding_6[32]; /* 0 - padding 32 bytes */
393 uint32 rid_user; /* user RID */
394 uint32 rid_group; /* group RID */
396 uint16 acct_ctrl; /* 0080 - ACB_XXXX */
397 uint16 unknown_3; /* 16 bit padding */
399 uint16 unknown_4; /* 0x003f - 16 bit unknown */
400 uint16 unknown_5; /* 0x003c - 16 bit unknown */
402 uint8 padding_7[16]; /* 0 - padding 16 bytes */
403 uint32 padding_8; /* 0 - padding 4 bytes */
405 UNISTR2 uni_mach_acct; /* unicode string for machine account */
407 uint8 padding_9[48]; /* 0 - padding 48 bytes */
409 } SAM_USER_INFO_17;
412 /* SAM_USER_INFO_16 */
413 typedef struct sam_user_info_16
415 uint32 acb_info;
417 } SAM_USER_INFO_16;
420 /* SAM_USER_INFO_7 */
421 typedef struct sam_user_info_7
423 UNIHDR hdr_name; /* unicode header for name */
424 UNISTR2 uni_name; /* unicode string for name */
426 } SAM_USER_INFO_7;
429 /* SAM_USER_INFO_9 */
430 typedef struct sam_user_info_9
432 uint32 rid_group; /* Primary Group RID */
433 } SAM_USER_INFO_9;
436 /* SAMR_Q_CLOSE_HND - probably a policy handle close */
437 typedef struct q_samr_close_hnd_info
439 POLICY_HND pol; /* policy handle */
441 } SAMR_Q_CLOSE_HND;
444 /* SAMR_R_CLOSE_HND - probably a policy handle close */
445 typedef struct r_samr_close_hnd_info
447 POLICY_HND pol; /* policy handle */
448 NTSTATUS status; /* return status */
450 } SAMR_R_CLOSE_HND;
453 /****************************************************************************
454 SAMR_Q_GET_USRDOM_PWINFO - a "set user info" occurs just after this
455 *****************************************************************************/
457 /* SAMR_Q_GET_USRDOM_PWINFO */
458 typedef struct q_samr_usrdom_pwinfo_info
460 POLICY_HND user_pol; /* policy handle */
462 } SAMR_Q_GET_USRDOM_PWINFO;
465 /****************************************************************************
466 SAMR_R_GET_USRDOM_PWINFO - a "set user info" occurs just after this
467 *****************************************************************************/
469 /* SAMR_R_GET_USRDOM_PWINFO */
470 typedef struct r_samr_usrdom_pwinfo_info
472 uint16 min_pwd_length;
473 uint16 unknown_1; /* 0x0016 or 0x0015 */
474 uint32 password_properties;
475 NTSTATUS status;
477 } SAMR_R_GET_USRDOM_PWINFO;
479 /****************************************************************************
480 SAMR_Q_SET_SEC_OBJ - info level 4.
481 *****************************************************************************/
483 /* SAMR_Q_SET_SEC_OBJ - */
484 typedef struct q_samr_set_sec_obj_info
486 POLICY_HND pol; /* policy handle */
487 uint32 sec_info; /* xxxx_SECURITY_INFORMATION 0x0000 0004 */
488 SEC_DESC_BUF *buf;
490 } SAMR_Q_SET_SEC_OBJ;
492 /* SAMR_R_SET_SEC_OBJ - */
493 typedef struct r_samr_set_sec_obj_info
495 NTSTATUS status; /* return status */
497 } SAMR_R_SET_SEC_OBJ;
500 /****************************************************************************
501 SAMR_Q_QUERY_SEC_OBJ - info level 4. returns SIDs.
502 *****************************************************************************/
504 /* SAMR_Q_QUERY_SEC_OBJ - probably get domain info... */
505 typedef struct q_samr_query_sec_obj_info
507 POLICY_HND user_pol; /* policy handle */
508 uint32 sec_info; /* xxxx_SECURITY_INFORMATION 0x0000 0004 */
510 } SAMR_Q_QUERY_SEC_OBJ;
512 /* SAMR_R_QUERY_SEC_OBJ - probably an open */
513 typedef struct r_samr_query_sec_obj_info
515 uint32 ptr;
516 SEC_DESC_BUF *buf;
518 NTSTATUS status; /* return status */
520 } SAMR_R_QUERY_SEC_OBJ;
523 /****************************************************************************
524 SAMR_Q_QUERY_DOMAIN_INFO - probably a query on domain group info.
525 *****************************************************************************/
527 /* SAMR_Q_QUERY_DOMAIN_INFO - */
528 typedef struct q_samr_query_domain_info
530 POLICY_HND domain_pol; /* policy handle */
531 uint16 switch_value; /* 0x0002, 0x0001 */
533 } SAMR_Q_QUERY_DOMAIN_INFO;
535 typedef struct sam_unknown_info_1_inf
537 uint16 min_length_password;
538 uint16 password_history;
539 uint32 password_properties;
540 NTTIME expire;
541 NTTIME min_passwordage;
543 } SAM_UNK_INFO_1;
545 typedef struct sam_unknown_info_2_inf
547 NTTIME logout; /* whether users are forcibly disconnected when logon hours expire */
548 UNIHDR hdr_comment; /* comment according to samba4 idl */
549 UNIHDR hdr_domain; /* domain name unicode header */
550 UNIHDR hdr_server; /* server name unicode header */
552 /* put all the data in here, at the moment, including what the above
553 pointer is referring to
556 uint64 seq_num;
558 uint32 unknown_4; /* 0x0000 0001 */
559 uint32 server_role;
560 uint32 unknown_6; /* 0x0000 0001 */
561 uint32 num_domain_usrs; /* number of users in domain */
562 uint32 num_domain_grps; /* number of domain groups in domain */
563 uint32 num_local_grps; /* number of local groups in domain */
565 UNISTR2 uni_comment; /* comment unicode string */
566 UNISTR2 uni_domain; /* domain name unicode string */
567 UNISTR2 uni_server; /* server name unicode string */
569 } SAM_UNK_INFO_2;
571 typedef struct sam_unknown_info_3_info
573 NTTIME logout;
574 /* 0x8000 0000 */ /* DON'T forcibly disconnect remote users from server when logon hours expire*/
575 /* 0x0000 0000 */ /* forcibly disconnect remote users from server when logon hours expire*/
577 } SAM_UNK_INFO_3;
579 typedef struct sam_unknown_info_4_inf
581 UNIHDR hdr_comment; /* comment according to samba4 idl */
582 UNISTR2 uni_comment; /* comment unicode string */
584 } SAM_UNK_INFO_4;
586 typedef struct sam_unknown_info_5_inf
588 UNIHDR hdr_domain; /* domain name unicode header */
589 UNISTR2 uni_domain; /* domain name unicode string */
591 } SAM_UNK_INFO_5;
593 typedef struct sam_unknown_info_6_info
595 UNIHDR hdr_server; /* server name unicode header */
596 UNISTR2 uni_server; /* server name unicode string */
598 } SAM_UNK_INFO_6;
600 typedef struct sam_unknown_info_7_info
602 uint16 server_role;
604 } SAM_UNK_INFO_7;
606 typedef struct sam_unknown_info_8_info
608 uint64 seq_num;
609 NTTIME domain_create_time;
611 } SAM_UNK_INFO_8;
613 typedef struct sam_unknown_info_9_info
615 uint32 unknown;
617 } SAM_UNK_INFO_9;
619 typedef struct sam_unknown_info_12_inf
621 NTTIME duration;
622 NTTIME reset_count;
623 uint16 bad_attempt_lockout;
625 } SAM_UNK_INFO_12;
627 typedef struct sam_unknown_info_13_info
629 uint64 seq_num;
630 NTTIME domain_create_time;
631 uint32 unknown1;
632 uint32 unknown2;
634 } SAM_UNK_INFO_13;
636 typedef struct sam_unknown_ctr_info
638 union
640 SAM_UNK_INFO_1 inf1;
641 SAM_UNK_INFO_2 inf2;
642 SAM_UNK_INFO_3 inf3;
643 SAM_UNK_INFO_4 inf4;
644 SAM_UNK_INFO_5 inf5;
645 SAM_UNK_INFO_6 inf6;
646 SAM_UNK_INFO_7 inf7;
647 SAM_UNK_INFO_8 inf8;
648 SAM_UNK_INFO_9 inf9;
649 SAM_UNK_INFO_12 inf12;
650 SAM_UNK_INFO_13 inf13;
652 } info;
654 } SAM_UNK_CTR;
657 /* SAMR_R_QUERY_DOMAIN_INFO - */
658 typedef struct r_samr_query_domain_info
660 uint32 ptr_0;
661 uint16 switch_value; /* same as in query */
663 SAM_UNK_CTR *ctr;
665 NTSTATUS status; /* return status */
667 } SAMR_R_QUERY_DOMAIN_INFO;
670 /* SAMR_Q_LOOKUP_DOMAIN - obtain SID for a local domain */
671 typedef struct q_samr_lookup_domain_info
673 POLICY_HND connect_pol;
675 UNIHDR hdr_domain;
676 UNISTR2 uni_domain;
678 } SAMR_Q_LOOKUP_DOMAIN;
681 /* SAMR_R_LOOKUP_DOMAIN */
682 typedef struct r_samr_lookup_domain_info
684 uint32 ptr_sid;
685 DOM_SID2 dom_sid;
687 NTSTATUS status;
689 } SAMR_R_LOOKUP_DOMAIN;
692 /****************************************************************************
693 SAMR_Q_OPEN_DOMAIN - unknown_0 values seen associated with SIDs:
695 0x0000 03f1 and a specific domain sid - S-1-5-21-44c01ca6-797e5c3d-33f83fd0
696 0x0000 0200 and a specific domain sid - S-1-5-21-44c01ca6-797e5c3d-33f83fd0
697 *****************************************************************************/
699 /* SAMR_Q_OPEN_DOMAIN */
700 typedef struct q_samr_open_domain_info
702 POLICY_HND pol; /* policy handle */
703 uint32 flags; /* 0x2000 0000; 0x0000 0211; 0x0000 0280; 0x0000 0200 - flags? */
704 DOM_SID2 dom_sid; /* domain SID */
706 } SAMR_Q_OPEN_DOMAIN;
709 /* SAMR_R_OPEN_DOMAIN - probably an open */
710 typedef struct r_samr_open_domain_info
712 POLICY_HND domain_pol; /* policy handle associated with the SID */
713 NTSTATUS status; /* return status */
715 } SAMR_R_OPEN_DOMAIN;
717 #define MAX_SAM_ENTRIES_W2K 0x400
718 #define MAX_SAM_ENTRIES_W95 50
719 /* The following should be the greater of the preceeding two. */
720 #define MAX_SAM_ENTRIES MAX_SAM_ENTRIES_W2K
722 typedef struct samr_entry_info
724 uint32 rid;
725 UNIHDR hdr_name;
727 } SAM_ENTRY;
730 /* SAMR_Q_ENUM_DOMAINS - SAM rids and names */
731 typedef struct q_samr_enum_domains_info
733 POLICY_HND pol; /* policy handle */
735 uint32 start_idx; /* enumeration handle */
736 uint32 max_size; /* 0x0000 ffff */
738 } SAMR_Q_ENUM_DOMAINS;
740 /* SAMR_R_ENUM_DOMAINS - SAM rids and Domain names */
741 typedef struct r_samr_enum_domains_info
743 uint32 next_idx; /* next starting index required for enum */
744 uint32 ptr_entries1;
746 uint32 num_entries2;
747 uint32 ptr_entries2;
749 uint32 num_entries3;
751 SAM_ENTRY *sam;
752 UNISTR2 *uni_dom_name;
754 uint32 num_entries4;
756 NTSTATUS status;
758 } SAMR_R_ENUM_DOMAINS;
760 /* SAMR_Q_ENUM_DOM_USERS - SAM rids and names */
761 typedef struct q_samr_enum_dom_users_info
763 POLICY_HND pol; /* policy handle */
765 uint32 start_idx; /* number of values (0 indicates unlimited?) */
766 uint32 acb_mask; /* 0x0000 indicates all */
768 uint32 max_size; /* 0x0000 ffff */
770 } SAMR_Q_ENUM_DOM_USERS;
773 /* SAMR_R_ENUM_DOM_USERS - SAM rids and names */
774 typedef struct r_samr_enum_dom_users_info
776 uint32 next_idx; /* next starting index required for enum */
777 uint32 ptr_entries1;
779 uint32 num_entries2;
780 uint32 ptr_entries2;
782 uint32 num_entries3;
784 SAM_ENTRY *sam;
785 UNISTR2 *uni_acct_name;
787 uint32 num_entries4;
789 NTSTATUS status;
791 } SAMR_R_ENUM_DOM_USERS;
794 /* SAMR_Q_ENUM_DOM_GROUPS - SAM rids and names */
795 typedef struct q_samr_enum_dom_groups_info
797 POLICY_HND pol; /* policy handle */
799 /* this is possibly an enumeration context handle... */
800 uint32 start_idx; /* 0x0000 0000 */
802 uint32 max_size; /* 0x0000 ffff */
804 } SAMR_Q_ENUM_DOM_GROUPS;
807 /* SAMR_R_ENUM_DOM_GROUPS - SAM rids and names */
808 typedef struct r_samr_enum_dom_groups_info
810 uint32 next_idx;
811 uint32 ptr_entries1;
813 uint32 num_entries2;
814 uint32 ptr_entries2;
816 uint32 num_entries3;
818 SAM_ENTRY *sam;
819 UNISTR2 *uni_grp_name;
821 uint32 num_entries4;
823 NTSTATUS status;
825 } SAMR_R_ENUM_DOM_GROUPS;
828 /* SAMR_Q_ENUM_DOM_ALIASES - SAM rids and names */
829 typedef struct q_samr_enum_dom_aliases_info
831 POLICY_HND pol; /* policy handle */
833 /* this is possibly an enumeration context handle... */
834 uint32 start_idx; /* 0x0000 0000 */
836 uint32 max_size; /* 0x0000 ffff */
838 } SAMR_Q_ENUM_DOM_ALIASES;
841 /* SAMR_R_ENUM_DOM_ALIASES - SAM rids and names */
842 typedef struct r_samr_enum_dom_aliases_info
844 uint32 next_idx;
845 uint32 ptr_entries1;
847 uint32 num_entries2;
848 uint32 ptr_entries2;
850 uint32 num_entries3;
852 SAM_ENTRY *sam;
853 UNISTR2 *uni_grp_name;
855 uint32 num_entries4;
857 NTSTATUS status;
859 } SAMR_R_ENUM_DOM_ALIASES;
862 /* -- Level 1 Display Info - User Information -- */
864 typedef struct samr_entry_info1
866 uint32 user_idx;
868 uint32 rid_user;
869 uint32 acb_info;
871 UNIHDR hdr_acct_name;
872 UNIHDR hdr_user_name;
873 UNIHDR hdr_user_desc;
875 } SAM_ENTRY1;
877 typedef struct samr_str_entry_info1
879 UNISTR2 uni_acct_name;
880 UNISTR2 uni_full_name;
881 UNISTR2 uni_acct_desc;
883 } SAM_STR1;
885 typedef struct sam_entry_info_1
887 SAM_ENTRY1 *sam;
888 SAM_STR1 *str;
890 } SAM_DISPINFO_1;
893 /* -- Level 2 Display Info - Trust Account Information -- */
895 typedef struct samr_entry_info2
897 uint32 user_idx;
899 uint32 rid_user;
900 uint32 acb_info;
902 UNIHDR hdr_srv_name;
903 UNIHDR hdr_srv_desc;
905 } SAM_ENTRY2;
907 typedef struct samr_str_entry_info2
909 UNISTR2 uni_srv_name;
910 UNISTR2 uni_srv_desc;
912 } SAM_STR2;
914 typedef struct sam_entry_info_2
916 SAM_ENTRY2 *sam;
917 SAM_STR2 *str;
919 } SAM_DISPINFO_2;
922 /* -- Level 3 Display Info - Domain Group Information -- */
924 typedef struct samr_entry_info3
926 uint32 grp_idx;
928 uint32 rid_grp;
929 uint32 attr; /* SE_GROUP_xxx, usually 7 */
931 UNIHDR hdr_grp_name;
932 UNIHDR hdr_grp_desc;
934 } SAM_ENTRY3;
936 typedef struct samr_str_entry_info3
938 UNISTR2 uni_grp_name;
939 UNISTR2 uni_grp_desc;
941 } SAM_STR3;
943 typedef struct sam_entry_info_3
945 SAM_ENTRY3 *sam;
946 SAM_STR3 *str;
948 } SAM_DISPINFO_3;
951 /* -- Level 4 Display Info - User List (ASCII) -- */
953 typedef struct samr_entry_info4
955 uint32 user_idx;
956 STRHDR hdr_acct_name;
958 } SAM_ENTRY4;
960 typedef struct samr_str_entry_info4
962 STRING2 acct_name;
964 } SAM_STR4;
966 typedef struct sam_entry_info_4
968 SAM_ENTRY4 *sam;
969 SAM_STR4 *str;
971 } SAM_DISPINFO_4;
974 /* -- Level 5 Display Info - Group List (ASCII) -- */
976 typedef struct samr_entry_info5
978 uint32 grp_idx;
979 STRHDR hdr_grp_name;
981 } SAM_ENTRY5;
983 typedef struct samr_str_entry_info5
985 STRING2 grp_name;
987 } SAM_STR5;
989 typedef struct sam_entry_info_5
991 SAM_ENTRY5 *sam;
992 SAM_STR5 *str;
994 } SAM_DISPINFO_5;
997 typedef struct sam_dispinfo_ctr_info
999 union
1001 SAM_DISPINFO_1 *info1; /* users/names/descriptions */
1002 SAM_DISPINFO_2 *info2; /* trust accounts */
1003 SAM_DISPINFO_3 *info3; /* domain groups/descriptions */
1004 SAM_DISPINFO_4 *info4; /* user list (ASCII) - used by Win95 */
1005 SAM_DISPINFO_5 *info5; /* group list (ASCII) */
1006 void *info; /* allows assignment without typecasting, */
1008 } sam;
1010 } SAM_DISPINFO_CTR;
1013 /* SAMR_Q_QUERY_DISPINFO - SAM rids, names and descriptions */
1014 typedef struct q_samr_query_disp_info
1016 POLICY_HND domain_pol;
1018 uint16 switch_level; /* see SAM_DISPINFO_CTR above */
1019 /* align */
1021 uint32 start_idx; /* start enumeration index */
1022 uint32 max_entries; /* maximum number of entries to return */
1023 uint32 max_size; /* recommended data size; if exceeded server
1024 should return STATUS_MORE_ENTRIES */
1026 } SAMR_Q_QUERY_DISPINFO;
1029 /* SAMR_R_QUERY_DISPINFO */
1030 typedef struct r_samr_query_dispinfo_info
1032 uint32 total_size; /* total data size for all matching entries
1033 (0 = uncalculated) */
1034 uint32 data_size; /* actual data size returned = size of SAM_ENTRY
1035 structures + total length of strings */
1037 uint16 switch_level; /* see SAM_DISPINFO_CTR above */
1038 /* align */
1040 uint32 num_entries; /* number of entries returned */
1041 uint32 ptr_entries;
1042 uint32 num_entries2;
1044 SAM_DISPINFO_CTR *ctr;
1046 NTSTATUS status;
1048 } SAMR_R_QUERY_DISPINFO;
1051 /* SAMR_Q_DELETE_DOM_GROUP - delete domain group */
1052 typedef struct q_samr_delete_dom_group_info
1054 POLICY_HND group_pol; /* policy handle */
1056 } SAMR_Q_DELETE_DOM_GROUP;
1059 /* SAMR_R_DELETE_DOM_GROUP - delete domain group */
1060 typedef struct r_samr_delete_dom_group_info
1062 POLICY_HND pol; /* policy handle */
1063 NTSTATUS status; /* return status */
1065 } SAMR_R_DELETE_DOM_GROUP;
1068 /* SAMR_Q_CREATE_DOM_GROUP - SAM create group */
1069 typedef struct q_samr_create_dom_group_info
1071 POLICY_HND pol; /* policy handle */
1073 UNIHDR hdr_acct_desc;
1074 UNISTR2 uni_acct_desc;
1076 uint32 access_mask;
1078 } SAMR_Q_CREATE_DOM_GROUP;
1080 /* SAMR_R_CREATE_DOM_GROUP - SAM create group */
1081 typedef struct r_samr_create_dom_group_info
1083 POLICY_HND pol; /* policy handle */
1085 uint32 rid;
1086 NTSTATUS status;
1088 } SAMR_R_CREATE_DOM_GROUP;
1090 /* SAMR_Q_QUERY_GROUPINFO - SAM Group Info */
1091 typedef struct q_samr_query_group_info
1093 POLICY_HND pol; /* policy handle */
1095 uint16 switch_level; /* 0x0001 seen */
1097 } SAMR_Q_QUERY_GROUPINFO;
1099 typedef struct samr_group_info1
1101 UNIHDR hdr_acct_name;
1103 uint32 group_attr; /* 0x0000 0003 - group attribute */
1104 uint32 num_members; /* 0x0000 0001 - number of group members? */
1106 UNIHDR hdr_acct_desc;
1108 UNISTR2 uni_acct_name;
1109 UNISTR2 uni_acct_desc;
1111 } GROUP_INFO1;
1113 typedef struct samr_group_info2
1115 uint16 level;
1116 UNIHDR hdr_acct_name;
1117 UNISTR2 uni_acct_name;
1119 } GROUP_INFO2;
1121 typedef struct samr_group_info3
1123 uint32 group_attr; /* 0x0000 0003 - group attribute */
1125 } GROUP_INFO3;
1127 typedef struct samr_group_info4
1129 uint16 level;
1130 UNIHDR hdr_acct_desc;
1131 UNISTR2 uni_acct_desc;
1133 } GROUP_INFO4;
1135 typedef struct samr_group_info5
1137 UNIHDR hdr_acct_name;
1139 uint32 group_attr; /* 0x0000 0003 - group attribute */
1140 uint32 num_members; /* 0x0000 0001 - number of group members? */
1142 UNIHDR hdr_acct_desc;
1144 UNISTR2 uni_acct_name;
1145 UNISTR2 uni_acct_desc;
1147 } GROUP_INFO5;
1150 /* GROUP_INFO_CTR */
1151 typedef struct group_info_ctr
1153 uint16 switch_value1;
1155 union
1157 GROUP_INFO1 info1;
1158 GROUP_INFO2 info2;
1159 GROUP_INFO3 info3;
1160 GROUP_INFO4 info4;
1161 GROUP_INFO5 info5;
1162 } group;
1164 } GROUP_INFO_CTR;
1166 /* SAMR_R_QUERY_GROUPINFO - SAM Group Info */
1167 typedef struct r_samr_query_groupinfo_info
1169 uint32 ptr;
1170 GROUP_INFO_CTR *ctr;
1172 NTSTATUS status;
1174 } SAMR_R_QUERY_GROUPINFO;
1177 /* SAMR_Q_SET_GROUPINFO - SAM Group Info */
1178 typedef struct q_samr_set_group_info
1180 POLICY_HND pol; /* policy handle */
1181 GROUP_INFO_CTR *ctr;
1183 } SAMR_Q_SET_GROUPINFO;
1185 /* SAMR_R_SET_GROUPINFO - SAM Group Info */
1186 typedef struct r_samr_set_group_info
1188 NTSTATUS status;
1190 } SAMR_R_SET_GROUPINFO;
1193 /* SAMR_Q_DELETE_DOM_ALIAS - delete domain alias */
1194 typedef struct q_samr_delete_dom_alias_info
1196 POLICY_HND alias_pol; /* policy handle */
1198 } SAMR_Q_DELETE_DOM_ALIAS;
1201 /* SAMR_R_DELETE_DOM_ALIAS - delete domain alias */
1202 typedef struct r_samr_delete_dom_alias_info
1204 POLICY_HND pol; /* policy handle */
1205 NTSTATUS status; /* return status */
1207 } SAMR_R_DELETE_DOM_ALIAS;
1210 /* SAMR_Q_CREATE_DOM_ALIAS - SAM create alias */
1211 typedef struct q_samr_create_dom_alias_info
1213 POLICY_HND dom_pol; /* policy handle */
1215 UNIHDR hdr_acct_desc;
1216 UNISTR2 uni_acct_desc;
1218 uint32 access_mask; /* 0x001f000f */
1220 } SAMR_Q_CREATE_DOM_ALIAS;
1222 /* SAMR_R_CREATE_DOM_ALIAS - SAM create alias */
1223 typedef struct r_samr_create_dom_alias_info
1225 POLICY_HND alias_pol; /* policy handle */
1227 uint32 rid;
1228 NTSTATUS status;
1230 } SAMR_R_CREATE_DOM_ALIAS;
1233 /********************************************************/
1235 typedef struct {
1236 UNISTR4 name;
1237 UNISTR4 description;
1238 uint32 num_member;
1239 } ALIAS_INFO1;
1241 typedef struct {
1242 UNISTR4 name;
1243 } ALIAS_INFO2;
1245 typedef struct {
1246 UNISTR4 description;
1247 } ALIAS_INFO3;
1249 typedef struct {
1250 POLICY_HND pol; /* policy handle */
1251 uint16 level; /* 0x0003 seen */
1252 } SAMR_Q_QUERY_ALIASINFO;
1254 typedef struct {
1255 uint16 level;
1256 union {
1257 ALIAS_INFO1 info1;
1258 ALIAS_INFO2 info2;
1259 ALIAS_INFO3 info3;
1260 } alias;
1261 } ALIAS_INFO_CTR;
1263 typedef struct {
1264 ALIAS_INFO_CTR *ctr;
1265 NTSTATUS status;
1266 } SAMR_R_QUERY_ALIASINFO;
1269 /********************************************************/
1271 typedef struct {
1272 POLICY_HND alias_pol; /* policy handle */
1273 ALIAS_INFO_CTR ctr;
1274 } SAMR_Q_SET_ALIASINFO;
1276 typedef struct {
1277 NTSTATUS status;
1278 } SAMR_R_SET_ALIASINFO;
1281 /********************************************************/
1283 /* SAMR_Q_QUERY_USERGROUPS - */
1284 typedef struct q_samr_query_usergroup_info
1286 POLICY_HND pol; /* policy handle associated with unknown id */
1288 } SAMR_Q_QUERY_USERGROUPS;
1290 /* SAMR_R_QUERY_USERGROUPS - probably a get sam info */
1291 typedef struct r_samr_query_usergroup_info
1293 uint32 ptr_0; /* pointer */
1294 uint32 num_entries; /* number of RID groups */
1295 uint32 ptr_1; /* pointer */
1296 uint32 num_entries2; /* number of RID groups */
1298 DOM_GID *gid; /* group info */
1300 NTSTATUS status; /* return status */
1302 } SAMR_R_QUERY_USERGROUPS;
1304 /* SAM_USERINFO_CTR - sam user info */
1305 typedef struct sam_userinfo_ctr_info
1307 uint16 switch_value;
1309 union
1311 SAM_USER_INFO_7 *id7;
1312 SAM_USER_INFO_9 *id9;
1313 SAM_USER_INFO_16 *id16;
1314 SAM_USER_INFO_17 *id17;
1315 SAM_USER_INFO_18 *id18;
1316 SAM_USER_INFO_20 *id20;
1317 SAM_USER_INFO_21 *id21;
1318 SAM_USER_INFO_23 *id23;
1319 SAM_USER_INFO_24 *id24;
1320 SAM_USER_INFO_25 *id25;
1321 SAM_USER_INFO_26 *id26;
1322 void* id; /* to make typecasting easy */
1324 } info;
1326 } SAM_USERINFO_CTR;
1329 /* SAMR_Q_SET_USERINFO2 - set sam info */
1330 typedef struct q_samr_set_user_info2
1332 POLICY_HND pol; /* policy handle associated with user */
1333 uint16 switch_value; /* 0x0010 */
1335 SAM_USERINFO_CTR *ctr;
1337 } SAMR_Q_SET_USERINFO2;
1339 /* SAMR_R_SET_USERINFO2 - set sam info */
1340 typedef struct r_samr_set_user_info2
1342 NTSTATUS status; /* return status */
1344 } SAMR_R_SET_USERINFO2;
1346 /* SAMR_Q_SET_USERINFO - set sam info */
1347 typedef struct q_samr_set_user_info
1349 POLICY_HND pol; /* policy handle associated with user */
1350 uint16 switch_value;
1351 SAM_USERINFO_CTR *ctr;
1353 } SAMR_Q_SET_USERINFO;
1355 /* SAMR_R_SET_USERINFO - set sam info */
1356 typedef struct r_samr_set_user_info
1358 NTSTATUS status; /* return status */
1360 } SAMR_R_SET_USERINFO;
1363 /* SAMR_Q_QUERY_USERINFO - probably a get sam info */
1364 typedef struct q_samr_query_user_info
1366 POLICY_HND pol; /* policy handle associated with unknown id */
1367 uint16 switch_value; /* 0x0015, 0x0011 or 0x0010 - 16 bit unknown */
1369 } SAMR_Q_QUERY_USERINFO;
1371 /* SAMR_R_QUERY_USERINFO - probably a get sam info */
1372 typedef struct r_samr_query_user_info
1374 uint32 ptr; /* pointer */
1375 SAM_USERINFO_CTR *ctr;
1377 NTSTATUS status; /* return status */
1379 } SAMR_R_QUERY_USERINFO;
1382 /****************************************************************************
1383 SAMR_Q_QUERY_USERALIASES - do a conversion from name to RID.
1385 the policy handle allocated by an "samr open secret" call is associated
1386 with a SID. this policy handle is what is queried here, *not* the SID
1387 itself. the response to the lookup rids is relative to this SID.
1388 *****************************************************************************/
1389 /* SAMR_Q_QUERY_USERALIASES */
1390 typedef struct q_samr_query_useraliases_info
1392 POLICY_HND pol; /* policy handle */
1394 uint32 num_sids1; /* number of rids being looked up */
1395 uint32 ptr; /* buffer pointer */
1396 uint32 num_sids2; /* number of rids being looked up */
1398 uint32 *ptr_sid; /* pointers to sids to be looked up */
1399 DOM_SID2 *sid ; /* sids to be looked up. */
1401 } SAMR_Q_QUERY_USERALIASES;
1404 /* SAMR_R_QUERY_USERALIASES */
1405 typedef struct r_samr_query_useraliases_info
1407 uint32 num_entries;
1408 uint32 ptr; /* undocumented buffer pointer */
1410 uint32 num_entries2;
1411 uint32 *rid; /* domain RIDs being looked up */
1413 NTSTATUS status; /* return code */
1415 } SAMR_R_QUERY_USERALIASES;
1418 /****************************************************************************
1419 SAMR_Q_LOOKUP_NAMES - do a conversion from Names to RIDs+types.
1420 *****************************************************************************/
1421 /* SAMR_Q_LOOKUP_NAMES */
1422 typedef struct q_samr_lookup_names_info
1424 POLICY_HND pol; /* policy handle */
1426 uint32 num_names1; /* number of names being looked up */
1427 uint32 flags; /* 0x0000 03e8 - unknown */
1428 uint32 ptr; /* 0x0000 0000 - 32 bit unknown */
1429 uint32 num_names2; /* number of names being looked up */
1431 UNIHDR *hdr_name; /* unicode account name header */
1432 UNISTR2 *uni_name; /* unicode account name string */
1434 } SAMR_Q_LOOKUP_NAMES;
1437 /* SAMR_R_LOOKUP_NAMES */
1438 typedef struct r_samr_lookup_names_info
1440 uint32 num_rids1; /* number of aliases being looked up */
1441 uint32 ptr_rids; /* pointer to aliases */
1442 uint32 num_rids2; /* number of aliases being looked up */
1444 uint32 *rids; /* rids */
1446 uint32 num_types1; /* number of users in aliases being looked up */
1447 uint32 ptr_types; /* pointer to users in aliases */
1448 uint32 num_types2; /* number of users in aliases being looked up */
1450 uint32 *types; /* SID_ENUM type */
1452 NTSTATUS status; /* return code */
1454 } SAMR_R_LOOKUP_NAMES;
1457 /****************************************************************************
1458 SAMR_Q_LOOKUP_RIDS - do a conversion from RID groups to something.
1460 called to resolve domain RID groups.
1461 *****************************************************************************/
1462 /* SAMR_Q_LOOKUP_RIDS */
1463 typedef struct q_samr_lookup_rids_info
1465 POLICY_HND pol; /* policy handle */
1467 uint32 num_rids1; /* number of rids being looked up */
1468 uint32 flags; /* 0x0000 03e8 - unknown */
1469 uint32 ptr; /* 0x0000 0000 - 32 bit unknown */
1470 uint32 num_rids2; /* number of rids being looked up */
1472 uint32 *rid; /* domain RIDs being looked up */
1474 } SAMR_Q_LOOKUP_RIDS;
1477 /****************************************************************************
1478 SAMR_R_LOOKUP_RIDS - do a conversion from group RID to names
1480 *****************************************************************************/
1481 /* SAMR_R_LOOKUP_RIDS */
1482 typedef struct r_samr_lookup_rids_info
1484 uint32 num_names1; /* number of aliases being looked up */
1485 uint32 ptr_names; /* pointer to aliases */
1486 uint32 num_names2; /* number of aliases being looked up */
1488 UNIHDR *hdr_name; /* unicode account name header */
1489 UNISTR2 *uni_name; /* unicode account name string */
1491 uint32 num_types1; /* number of users in aliases being looked up */
1492 uint32 ptr_types; /* pointer to users in aliases */
1493 uint32 num_types2; /* number of users in aliases being looked up */
1495 uint32 *type; /* SID_ENUM type */
1497 NTSTATUS status;
1499 } SAMR_R_LOOKUP_RIDS;
1502 /* SAMR_Q_OPEN_USER - probably an open */
1503 typedef struct q_samr_open_user_info
1505 POLICY_HND domain_pol; /* policy handle */
1506 uint32 access_mask; /* 32 bit unknown - 0x02011b */
1507 uint32 user_rid; /* user RID */
1509 } SAMR_Q_OPEN_USER;
1512 /* SAMR_R_OPEN_USER - probably an open */
1513 typedef struct r_samr_open_user_info
1515 POLICY_HND user_pol; /* policy handle associated with unknown id */
1516 NTSTATUS status; /* return status */
1518 } SAMR_R_OPEN_USER;
1521 /* SAMR_Q_CREATE_USER - probably a create */
1522 typedef struct q_samr_create_user_info
1524 POLICY_HND domain_pol; /* policy handle */
1526 UNIHDR hdr_name; /* unicode account name header */
1527 UNISTR2 uni_name; /* unicode account name */
1529 uint32 acb_info; /* account control info */
1530 uint32 access_mask; /* 0xe005 00b0 */
1532 } SAMR_Q_CREATE_USER;
1535 /* SAMR_R_CREATE_USER - probably a create */
1536 typedef struct r_samr_create_user_info
1538 POLICY_HND user_pol; /* policy handle associated with user */
1540 uint32 access_granted;
1541 uint32 user_rid; /* user RID */
1542 NTSTATUS status; /* return status */
1544 } SAMR_R_CREATE_USER;
1547 /* SAMR_Q_DELETE_DOM_USER - delete domain user */
1548 typedef struct q_samr_delete_dom_user_info
1550 POLICY_HND user_pol; /* policy handle */
1552 } SAMR_Q_DELETE_DOM_USER;
1555 /* SAMR_R_DELETE_DOM_USER - delete domain user */
1556 typedef struct r_samr_delete_dom_user_info
1558 POLICY_HND pol; /* policy handle */
1559 NTSTATUS status; /* return status */
1561 } SAMR_R_DELETE_DOM_USER;
1564 /* SAMR_Q_QUERY_GROUPMEM - query group members */
1565 typedef struct q_samr_query_groupmem_info
1567 POLICY_HND group_pol; /* policy handle */
1569 } SAMR_Q_QUERY_GROUPMEM;
1572 /* SAMR_R_QUERY_GROUPMEM - query group members */
1573 typedef struct r_samr_query_groupmem_info
1575 uint32 ptr;
1576 uint32 num_entries;
1578 uint32 ptr_rids;
1579 uint32 ptr_attrs;
1581 uint32 num_rids;
1582 uint32 *rid;
1584 uint32 num_attrs;
1585 uint32 *attr;
1587 NTSTATUS status;
1589 } SAMR_R_QUERY_GROUPMEM;
1592 /* SAMR_Q_DEL_GROUPMEM - probably an del group member */
1593 typedef struct q_samr_del_group_mem_info
1595 POLICY_HND pol; /* policy handle */
1596 uint32 rid; /* rid */
1598 } SAMR_Q_DEL_GROUPMEM;
1601 /* SAMR_R_DEL_GROUPMEM - probably an del group member */
1602 typedef struct r_samr_del_group_mem_info
1604 NTSTATUS status; /* return status */
1606 } SAMR_R_DEL_GROUPMEM;
1609 /* SAMR_Q_ADD_GROUPMEM - probably an add group member */
1610 typedef struct q_samr_add_group_mem_info
1612 POLICY_HND pol; /* policy handle */
1614 uint32 rid; /* rid */
1615 uint32 unknown; /* 0x0000 0005 */
1617 } SAMR_Q_ADD_GROUPMEM;
1620 /* SAMR_R_ADD_GROUPMEM - probably an add group member */
1621 typedef struct r_samr_add_group_mem_info
1623 NTSTATUS status; /* return status */
1625 } SAMR_R_ADD_GROUPMEM;
1628 /* SAMR_Q_OPEN_GROUP - probably an open */
1629 typedef struct q_samr_open_group_info
1631 POLICY_HND domain_pol; /* policy handle */
1632 uint32 access_mask; /* 0x0000 0001, 0x0000 0003, 0x0000 001f */
1633 uint32 rid_group; /* rid */
1635 } SAMR_Q_OPEN_GROUP;
1638 /* SAMR_R_OPEN_GROUP - probably an open */
1639 typedef struct r_samr_open_group_info
1641 POLICY_HND pol; /* policy handle */
1642 NTSTATUS status; /* return status */
1644 } SAMR_R_OPEN_GROUP;
1647 /* SAMR_Q_QUERY_ALIASMEM - query alias members */
1648 typedef struct q_samr_query_aliasmem_info
1650 POLICY_HND alias_pol; /* policy handle */
1652 } SAMR_Q_QUERY_ALIASMEM;
1655 /* SAMR_R_QUERY_ALIASMEM - query alias members */
1656 typedef struct r_samr_query_aliasmem_info
1658 uint32 num_sids;
1659 uint32 ptr;
1660 uint32 num_sids1;
1662 DOM_SID2 *sid;
1664 NTSTATUS status;
1666 } SAMR_R_QUERY_ALIASMEM;
1669 /* SAMR_Q_ADD_ALIASMEM - add alias member */
1670 typedef struct q_samr_add_alias_mem_info
1672 POLICY_HND alias_pol; /* policy handle */
1674 DOM_SID2 sid; /* member sid to be added to the alias */
1676 } SAMR_Q_ADD_ALIASMEM;
1679 /* SAMR_R_ADD_ALIASMEM - add alias member */
1680 typedef struct r_samr_add_alias_mem_info
1682 NTSTATUS status; /* return status */
1684 } SAMR_R_ADD_ALIASMEM;
1687 /* SAMR_Q_DEL_ALIASMEM - add an add alias member */
1688 typedef struct q_samr_del_alias_mem_info
1690 POLICY_HND alias_pol; /* policy handle */
1692 DOM_SID2 sid; /* member sid to be added to alias */
1694 } SAMR_Q_DEL_ALIASMEM;
1697 /* SAMR_R_DEL_ALIASMEM - delete alias member */
1698 typedef struct r_samr_del_alias_mem_info
1700 NTSTATUS status; /* return status */
1702 } SAMR_R_DEL_ALIASMEM;
1706 /* SAMR_Q_OPEN_ALIAS - probably an open */
1707 typedef struct q_samr_open_alias_info
1709 POLICY_HND dom_pol;
1711 uint32 access_mask;
1712 uint32 rid_alias;
1714 } SAMR_Q_OPEN_ALIAS;
1717 /* SAMR_R_OPEN_ALIAS - probably an open */
1718 typedef struct r_samr_open_alias_info
1720 POLICY_HND pol; /* policy handle */
1721 NTSTATUS status; /* return status */
1723 } SAMR_R_OPEN_ALIAS;
1726 /* SAMR_Q_CONNECT_ANON - probably an open */
1727 typedef struct q_samr_connect_anon_info {
1728 uint32 ptr; /* ptr? */
1729 uint16 unknown_0; /* Only pushed if ptr is non-zero. */
1730 uint32 access_mask;
1731 } SAMR_Q_CONNECT_ANON;
1733 /* SAMR_R_CONNECT_ANON - probably an open */
1734 typedef struct r_samr_connect_anon_info
1736 POLICY_HND connect_pol; /* policy handle */
1737 NTSTATUS status; /* return status */
1739 } SAMR_R_CONNECT_ANON;
1741 /* SAMR_Q_CONNECT - probably an open */
1742 typedef struct q_samr_connect_info
1744 uint32 ptr_srv_name; /* pointer (to server name?) */
1745 UNISTR2 uni_srv_name; /* unicode server name starting with '\\' */
1747 uint32 access_mask;
1749 } SAMR_Q_CONNECT;
1752 /* SAMR_R_CONNECT - probably an open */
1753 typedef struct r_samr_connect_info
1755 POLICY_HND connect_pol; /* policy handle */
1756 NTSTATUS status; /* return status */
1758 } SAMR_R_CONNECT;
1760 /* SAMR_Q_CONNECT4 */
1761 typedef struct q_samr_connect4_info
1763 uint32 ptr_srv_name; /* pointer to server name */
1764 UNISTR2 uni_srv_name;
1766 uint32 unk_0; /* possible server name type, 1 for IP num, 2 for name */
1767 uint32 access_mask;
1768 } SAMR_Q_CONNECT4;
1770 /* SAMR_R_CONNECT4 - same format as connect */
1771 typedef struct r_samr_connect_info SAMR_R_CONNECT4;
1773 /* SAMR_Q_CONNECT5 */
1774 typedef struct q_samr_connect5_info
1776 uint32 ptr_srv_name; /* pointer to server name */
1777 UNISTR2 uni_srv_name;
1778 uint32 access_mask;
1779 uint32 level;
1780 /* These following are acutally a level dependent
1781 value. Fudge it for now. JRA */
1782 uint32 info1_unk1;
1783 uint32 info1_unk2;
1784 } SAMR_Q_CONNECT5;
1786 /* SAMR_R_CONNECT5 */
1787 typedef struct r_samr_connect_info5
1789 uint32 level;
1790 uint32 info1_unk1;
1791 uint32 info1_unk2;
1792 POLICY_HND connect_pol; /* policy handle */
1793 NTSTATUS status; /* return status */
1795 } SAMR_R_CONNECT5;
1798 /* SAMR_Q_GET_DOM_PWINFO */
1799 typedef struct q_samr_get_dom_pwinfo
1801 uint32 ptr;
1802 UNIHDR hdr_srv_name;
1803 UNISTR2 uni_srv_name;
1805 } SAMR_Q_GET_DOM_PWINFO;
1807 #define DOMAIN_PASSWORD_COMPLEX 0x00000001
1808 #define DOMAIN_PASSWORD_NO_ANON_CHANGE 0x00000002
1809 #define DOMAIN_PASSWORD_NO_CLEAR_CHANGE 0x00000004
1810 #define DOMAIN_LOCKOUT_ADMINS 0x00000008
1811 #define DOMAIN_PASSWORD_STORE_CLEARTEXT 0x00000010
1812 #define DOMAIN_REFUSE_PASSWORD_CHANGE 0x00000020
1814 /* SAMR_R_GET_DOM_PWINFO */
1815 typedef struct r_samr_get_dom_pwinfo
1817 uint16 min_pwd_length;
1818 uint32 password_properties;
1819 NTSTATUS status;
1821 } SAMR_R_GET_DOM_PWINFO;
1823 /* SAMR_ENC_PASSWD */
1824 typedef struct enc_passwd_info
1826 uint32 ptr;
1827 uint8 pass[516];
1829 } SAMR_ENC_PASSWD;
1831 /* SAMR_ENC_HASH */
1832 typedef struct enc_hash_info
1834 uint32 ptr;
1835 uint8 hash[16];
1837 } SAMR_ENC_HASH;
1839 /* SAMR_Q_CHGPASSWD_USER */
1840 typedef struct q_samr_chgpasswd_user_info
1842 uint32 ptr_0;
1844 UNIHDR hdr_dest_host; /* server name unicode header */
1845 UNISTR2 uni_dest_host; /* server name unicode string */
1847 UNIHDR hdr_user_name; /* username unicode string header */
1848 UNISTR2 uni_user_name; /* username unicode string */
1850 SAMR_ENC_PASSWD nt_newpass;
1851 SAMR_ENC_HASH nt_oldhash;
1853 uint32 unknown; /* 0x0000 0001 */
1855 SAMR_ENC_PASSWD lm_newpass;
1856 SAMR_ENC_HASH lm_oldhash;
1858 } SAMR_Q_CHGPASSWD_USER;
1860 /* SAMR_R_CHGPASSWD_USER */
1861 typedef struct r_samr_chgpasswd_user_info
1863 NTSTATUS status; /* 0 == OK, C000006A (NT_STATUS_WRONG_PASSWORD) */
1865 } SAMR_R_CHGPASSWD_USER;
1867 /* SAMR_Q_CHGPASSWD3 */
1868 typedef struct q_samr_chgpasswd_user3
1870 uint32 ptr_0;
1872 UNIHDR hdr_dest_host; /* server name unicode header */
1873 UNISTR2 uni_dest_host; /* server name unicode string */
1875 UNIHDR hdr_user_name; /* username unicode string header */
1876 UNISTR2 uni_user_name; /* username unicode string */
1878 SAMR_ENC_PASSWD nt_newpass;
1879 SAMR_ENC_HASH nt_oldhash;
1881 uint32 lm_change; /* 0x0000 0001 */
1883 SAMR_ENC_PASSWD lm_newpass;
1884 SAMR_ENC_HASH lm_oldhash;
1886 SAMR_ENC_PASSWD password3;
1888 } SAMR_Q_CHGPASSWD_USER3;
1890 #define REJECT_REASON_OTHER 0x00000000
1891 #define REJECT_REASON_TOO_SHORT 0x00000001
1892 #define REJECT_REASON_IN_HISTORY 0x00000002
1893 #define REJECT_REASON_NOT_COMPLEX 0x00000005
1895 /* SAMR_CHANGE_REJECT */
1896 typedef struct samr_change_reject
1898 uint32 reject_reason;
1899 uint32 unknown1;
1900 uint32 unknown2;
1902 } SAMR_CHANGE_REJECT;
1904 /* SAMR_R_CHGPASSWD3 */
1905 typedef struct r_samr_chgpasswd_user3
1907 uint32 ptr_info;
1908 uint32 ptr_reject;
1909 SAM_UNK_INFO_1 *info;
1910 SAMR_CHANGE_REJECT *reject;
1911 NTSTATUS status; /* 0 == OK, C000006A (NT_STATUS_WRONG_PASSWORD) */
1913 } SAMR_R_CHGPASSWD_USER3;
1917 /* SAMR_Q_REMOVE_SID_FOREIGN_DOMAIN */
1918 typedef struct q_samr_remove_sid_foreign_domain_info
1920 POLICY_HND dom_pol; /* policy handle */
1921 DOM_SID2 sid; /* SID */
1923 } SAMR_Q_REMOVE_SID_FOREIGN_DOMAIN;
1926 /* SAMR_R_REMOVE_SID_FOREIGN_DOMAIN */
1927 typedef struct r_samr_remove_sid_foreign_domain_info
1929 NTSTATUS status; /* return status */
1931 } SAMR_R_REMOVE_SID_FOREIGN_DOMAIN;
1935 /* these are from the old rpc_samr.h - they are needed while the merge
1936 is still going on */
1937 #define MAX_SAM_SIDS 15
1939 /* DOM_SID3 - security id */
1940 typedef struct sid_info_3
1942 uint16 len; /* length, bytes, including length of len :-) */
1943 /* uint8 pad[2]; */
1945 DOM_SID sid;
1947 } DOM_SID3;
1949 /* SAMR_Q_QUERY_DOMAIN_INFO2 */
1950 typedef struct q_samr_query_domain_info2
1952 POLICY_HND domain_pol; /* policy handle */
1953 uint16 switch_value;
1955 } SAMR_Q_QUERY_DOMAIN_INFO2;
1957 /* SAMR_R_QUERY_DOMAIN_INFO2 */
1958 typedef struct r_samr_query_domain_info2
1960 uint32 ptr_0;
1961 uint16 switch_value;
1962 SAM_UNK_CTR *ctr;
1963 NTSTATUS status; /* return status */
1965 } SAMR_R_QUERY_DOMAIN_INFO2;
1967 /* SAMR_Q_SET_DOMAIN_INFO */
1968 typedef struct q_samr_set_domain_info
1970 POLICY_HND domain_pol; /* policy handle */
1971 uint16 switch_value0;
1972 uint16 switch_value;
1973 SAM_UNK_CTR *ctr;
1975 } SAMR_Q_SET_DOMAIN_INFO;
1977 /* SAMR_R_SET_DOMAIN_INFO */
1978 typedef struct r_samr_set_domain_info
1980 NTSTATUS status; /* return status */
1982 } SAMR_R_SET_DOMAIN_INFO;
1984 #endif /* _RPC_SAMR_H */