doesn't keep track of the struct's size we enumerate. W2K doesn't
[samba.git] / source / include / rpc_samr.h
1 /* 
2    Unix SMB/Netbios implementation.
3    Version 1.9.
4    SMB parameters and setup
5    Copyright (C) Andrew Tridgell              1992-2000
6    Copyright (C) Luke Kenneth Casson Leighton 1996-2000
7    Copyright (C) Paul Ashton                  1997-2000
8    
9    This program is free software; you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation; either version 2 of the License, or
12    (at your option) any later version.
13    
14    This program is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18    
19    You should have received a copy of the GNU General Public License
20    along with this program; if not, write to the Free Software
21    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 */
23
24 #ifndef _RPC_SAMR_H /* _RPC_SAMR_H */
25 #define _RPC_SAMR_H 
26
27
28 #include "rpc_misc.h"
29
30
31 /*******************************************************************
32  the following information comes from a QuickView on samsrv.dll,
33  and gives an idea of exactly what is needed:
34  
35 x SamrAddMemberToAlias
36 x SamrAddMemberToGroup
37 SamrAddMultipleMembersToAlias
38 x SamrChangePasswordUser
39 x SamrCloseHandle
40 x SamrConnect
41 x SamrCreateAliasInDomain
42 x SamrCreateGroupInDomain
43 x SamrCreateUserInDomain
44 ? SamrDeleteAlias
45 SamrDeleteGroup
46 x SamrDeleteUser
47 x SamrEnumerateAliasesInDomain
48 SamrEnumerateDomainsInSamServer
49 x SamrEnumerateGroupsInDomain
50 x SamrEnumerateUsersInDomain
51 SamrGetUserDomainPasswordInformation
52 SamrLookupDomainInSamServer
53 ? SamrLookupIdsInDomain
54 x SamrLookupNamesInDomain
55 x SamrOpenAlias
56 x SamrOpenDomain
57 x SamrOpenGroup
58 x SamrOpenUser
59 x SamrQueryDisplayInformation
60 x SamrQueryInformationAlias
61 SamrQueryInformationDomain
62 ? SamrQueryInformationUser
63 x SamrQuerySecurityObject
64 SamrRemoveMemberFromAlias
65 SamrRemoveMemberFromForiegnDomain
66 SamrRemoveMemberFromGroup
67 SamrRemoveMultipleMembersFromAlias
68 x SamrSetInformationAlias
69 SamrSetInformationDomain
70 x SamrSetInformationGroup
71 x SamrSetInformationUser
72 SamrSetMemberAttributesOfGroup
73 SamrSetSecurityObject
74 SamrShutdownSamServer
75 SamrTestPrivateFunctionsDomain
76 SamrTestPrivateFunctionsUser
77
78 ********************************************************************/
79
80 #define SAMR_CONNECT_ANON      0x00
81 #define SAMR_CLOSE_HND         0x01
82 #define SAMR_UNKNOWN_2         0x02 /* set sec object? */
83 #define SAMR_QUERY_SEC_OBJECT  0x03
84
85 #define SAMR_UNKNOWN_4         0x04 /* profile info? */
86 #define SAMR_LOOKUP_DOMAIN     0x05
87 #define SAMR_ENUM_DOMAINS      0x06
88 #define SAMR_OPEN_DOMAIN       0x07
89 #define SAMR_QUERY_DOMAIN_INFO 0x08
90 #define SAMR_SET_DOMAIN_INFO   0x09
91
92 #define SAMR_CREATE_DOM_GROUP  0x0a
93 #define SAMR_ENUM_DOM_GROUPS   0x0b
94 #define SAMR_ENUM_DOM_USERS    0x0d
95 #define SAMR_CREATE_DOM_ALIAS  0x0e
96 #define SAMR_ENUM_DOM_ALIASES  0x0f
97 #define SAMR_QUERY_USERALIASES 0x10
98
99 #define SAMR_LOOKUP_NAMES      0x11
100 #define SAMR_LOOKUP_RIDS       0x12
101
102 #define SAMR_OPEN_GROUP        0x13
103 #define SAMR_QUERY_GROUPINFO   0x14
104 #define SAMR_SET_GROUPINFO     0x15
105 #define SAMR_ADD_GROUPMEM      0x16
106 #define SAMR_DELETE_DOM_GROUP  0x17
107 #define SAMR_DEL_GROUPMEM      0x18
108 #define SAMR_QUERY_GROUPMEM    0x19
109 #define SAMR_UNKNOWN_1A        0x1a
110
111 #define SAMR_OPEN_ALIAS        0x1b
112 #define SAMR_QUERY_ALIASINFO   0x1c
113 #define SAMR_SET_ALIASINFO     0x1d
114 #define SAMR_DELETE_DOM_ALIAS  0x1e
115 #define SAMR_ADD_ALIASMEM      0x1f
116 #define SAMR_DEL_ALIASMEM      0x20
117 #define SAMR_QUERY_ALIASMEM    0x21
118
119 #define SAMR_OPEN_USER         0x22
120 #define SAMR_DELETE_DOM_USER   0x23
121 #define SAMR_QUERY_USERINFO    0x24
122 #define SAMR_SET_USERINFO2     0x25
123 #define SAMR_QUERY_USERGROUPS  0x27
124
125 #define SAMR_QUERY_DISPINFO    0x28
126 #define SAMR_UNKNOWN_29        0x29
127 #define SAMR_UNKNOWN_2a        0x2a
128 #define SAMR_UNKNOWN_2b        0x2b
129 #define SAMR_GET_USRDOM_PWINFO 0x2c
130 #define SAMR_UNKNOWN_2D        0x2d
131 #define SAMR_UNKNOWN_2E        0x2e /* looks like an alias for SAMR_QUERY_DOMAIN_INFO */
132 #define SAMR_UNKNOWN_2f        0x2f
133 #define SAMR_QUERY_DISPINFO3   0x30 /* Alias for SAMR_QUERY_DISPINFO
134                                        with info level 3 */
135 #define SAMR_UNKNOWN_31        0x31
136 #define SAMR_CREATE_USER       0x32
137 #define SAMR_QUERY_DISPINFO4   0x33 /* Alias for SAMR_QUERY_DISPINFO
138                                        with info level 4 */
139 #define SAMR_ADDMULTI_ALIASMEM 0x34
140
141 #define SAMR_UNKNOWN_35        0x35
142 #define SAMR_UNKNOWN_36        0x36
143 #define SAMR_CHGPASSWD_USER    0x37
144 #define SAMR_GET_DOM_PWINFO    0x38
145 #define SAMR_CONNECT           0x39
146 #define SAMR_SET_USERINFO      0x3A
147
148
149 typedef struct _DISP_USER_INFO {
150         SAM_ACCOUNT *sam;
151 } DISP_USER_INFO;
152
153 typedef struct _DISP_GROUP_INFO {
154         DOMAIN_GRP *grp;
155 } DISP_GROUP_INFO;
156
157
158 typedef struct logon_hours_info
159 {
160         uint32 len; /* normally 21 bytes */
161         uint8 hours[32];
162
163 } LOGON_HRS;
164
165 /* SAM_USER_INFO_23 */
166 typedef struct sam_user_info_23
167 {
168         /* TIMES MAY NOT IN RIGHT ORDER!!!! */
169         NTTIME logon_time;            /* logon time */
170         NTTIME logoff_time;           /* logoff time */
171         NTTIME kickoff_time;          /* kickoff time */
172         NTTIME pass_last_set_time;    /* password last set time */
173         NTTIME pass_can_change_time;  /* password can change time */
174         NTTIME pass_must_change_time; /* password must change time */
175
176         UNIHDR hdr_user_name;    /* NULL - user name unicode string header */
177         UNIHDR hdr_full_name;    /* user's full name unicode string header */
178         UNIHDR hdr_home_dir;     /* home directory unicode string header */
179         UNIHDR hdr_dir_drive;    /* home drive unicode string header */
180         UNIHDR hdr_logon_script; /* logon script unicode string header */
181         UNIHDR hdr_profile_path; /* profile path unicode string header */
182         UNIHDR hdr_acct_desc  ;  /* user description */
183         UNIHDR hdr_workstations; /* comma-separated workstations user can log in from */
184         UNIHDR hdr_unknown_str ; /* don't know what this is, yet. */
185         UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
186
187         uint8 lm_pwd[16];    /* lm user passwords */
188         uint8 nt_pwd[16];    /* nt user passwords */
189
190         uint32 user_rid;      /* Primary User ID */
191         uint32 group_rid;     /* Primary Group ID */
192
193         uint32 acb_info; /* account info (ACB_xxxx bit-mask) */
194
195         uint32 unknown_3; /* 0x09f8 27fa */
196
197         uint16 logon_divs; /* 0x0000 00a8 which is 168 which is num hrs in a week */
198         /* uint8 pad[2] */
199         uint32 ptr_logon_hrs; /* pointer to logon hours */
200
201         uint8 padding1[8];
202
203         uint32 unknown_5;     /* 0x0001 0000 */
204
205         uint8 pass[516];
206
207         UNISTR2 uni_user_name;    /* NULL - username unicode string */
208         UNISTR2 uni_full_name;    /* user's full name unicode string */
209         UNISTR2 uni_home_dir;     /* home directory unicode string */
210         UNISTR2 uni_dir_drive;    /* home directory drive unicode string */
211         UNISTR2 uni_logon_script; /* logon script unicode string */
212         UNISTR2 uni_profile_path; /* profile path unicode string */
213         UNISTR2 uni_acct_desc  ;  /* user description unicode string */
214         UNISTR2 uni_workstations; /* login from workstations unicode string */
215         UNISTR2 uni_unknown_str ; /* don't know what this is, yet. */
216         UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel no */
217
218         uint32 unknown_6; /* 0x0000 04ec */
219         uint32 padding4;
220
221         LOGON_HRS logon_hrs;
222
223 } SAM_USER_INFO_23;
224
225 /* SAM_USER_INFO_24 */
226 typedef struct sam_user_info_24
227 {
228         uint8 pass[516];
229         uint16 pw_len;
230 } SAM_USER_INFO_24;
231
232 /*
233  * NB. This structure is *definately* incorrect. It's my best guess
234  * currently for W2K SP2. The password field is encrypted in a different
235  * way than normal... And there are definately other problems. JRA.
236  */
237
238 /* SAM_USER_INFO_25 */
239 typedef struct sam_user_info_25
240 {
241         /* TIMES MAY NOT IN RIGHT ORDER!!!! */
242         NTTIME logon_time;            /* logon time */
243         NTTIME logoff_time;           /* logoff time */
244         NTTIME kickoff_time;          /* kickoff time */
245         NTTIME pass_last_set_time;    /* password last set time */
246         NTTIME pass_can_change_time;  /* password can change time */
247         NTTIME pass_must_change_time; /* password must change time */
248
249         UNIHDR hdr_user_name;    /* NULL - user name unicode string header */
250         UNIHDR hdr_full_name;    /* user's full name unicode string header */
251         UNIHDR hdr_home_dir;     /* home directory unicode string header */
252         UNIHDR hdr_dir_drive;    /* home drive unicode string header */
253         UNIHDR hdr_logon_script; /* logon script unicode string header */
254         UNIHDR hdr_profile_path; /* profile path unicode string header */
255         UNIHDR hdr_acct_desc  ;  /* user description */
256         UNIHDR hdr_workstations; /* comma-separated workstations user can log in from */
257         UNIHDR hdr_unknown_str ; /* don't know what this is, yet. */
258         UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
259
260         uint8 lm_pwd[16];    /* lm user passwords */
261         uint8 nt_pwd[16];    /* nt user passwords */
262
263         uint32 user_rid;      /* Primary User ID */
264         uint32 group_rid;     /* Primary Group ID */
265
266         uint32 acb_info; /* account info (ACB_xxxx bit-mask) */
267
268         uint32 unknown_6[6];
269
270         uint8 pass[532];
271
272         UNISTR2 uni_user_name;    /* NULL - username unicode string */
273         UNISTR2 uni_full_name;    /* user's full name unicode string */
274         UNISTR2 uni_home_dir;     /* home directory unicode string */
275         UNISTR2 uni_dir_drive;    /* home directory drive unicode string */
276         UNISTR2 uni_logon_script; /* logon script unicode string */
277         UNISTR2 uni_profile_path; /* profile path unicode string */
278         UNISTR2 uni_acct_desc  ;  /* user description unicode string */
279         UNISTR2 uni_workstations; /* login from workstations unicode string */
280         UNISTR2 uni_unknown_str ; /* don't know what this is, yet. */
281         UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel no */
282 } SAM_USER_INFO_25;
283
284
285 /* SAM_USER_INFO_21 */
286 typedef struct sam_user_info_21
287 {
288         NTTIME logon_time;            /* logon time */
289         NTTIME logoff_time;           /* logoff time */
290         NTTIME kickoff_time;          /* kickoff time */
291         NTTIME pass_last_set_time;    /* password last set time */
292         NTTIME pass_can_change_time;  /* password can change time */
293         NTTIME pass_must_change_time; /* password must change time */
294
295         UNIHDR hdr_user_name;    /* username unicode string header */
296         UNIHDR hdr_full_name;    /* user's full name unicode string header */
297         UNIHDR hdr_home_dir;     /* home directory unicode string header */
298         UNIHDR hdr_dir_drive;    /* home drive unicode string header */
299         UNIHDR hdr_logon_script; /* logon script unicode string header */
300         UNIHDR hdr_profile_path; /* profile path unicode string header */
301         UNIHDR hdr_acct_desc  ;  /* user description */
302         UNIHDR hdr_workstations; /* comma-separated workstations user can log in from */
303         UNIHDR hdr_unknown_str ; /* don't know what this is, yet. */
304         UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
305
306         uint8 lm_pwd[16];    /* lm user passwords */
307         uint8 nt_pwd[16];    /* nt user passwords */
308
309         uint32 user_rid;      /* Primary User ID */
310         uint32 group_rid;     /* Primary Group ID */
311
312         uint32 acb_info; /* account info (ACB_xxxx bit-mask) */
313
314         uint32 unknown_3; /* 0x00ff ffff */
315
316         uint16 logon_divs; /* 0x0000 00a8 which is 168 which is num hrs in a week */
317         /* uint8 pad[2] */
318         uint32 ptr_logon_hrs; /* unknown pointer */
319
320         uint32 unknown_5;     /* 0x0002 0000 */
321
322         uint8 padding1[8];
323
324         UNISTR2 uni_user_name;    /* username unicode string */
325         UNISTR2 uni_full_name;    /* user's full name unicode string */
326         UNISTR2 uni_home_dir;     /* home directory unicode string */
327         UNISTR2 uni_dir_drive;    /* home directory drive unicode string */
328         UNISTR2 uni_logon_script; /* logon script unicode string */
329         UNISTR2 uni_profile_path; /* profile path unicode string */
330         UNISTR2 uni_acct_desc  ;  /* user description unicode string */
331         UNISTR2 uni_workstations; /* login from workstations unicode string */
332         UNISTR2 uni_unknown_str ; /* don't know what this is, yet. */
333         UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel number */
334
335         uint32 unknown_6; /* 0x0000 04ec */
336         uint32 padding4;
337
338         LOGON_HRS logon_hrs;
339
340 } SAM_USER_INFO_21;
341
342
343 /* SAM_USER_INFO_20 */
344 typedef struct sam_user_info_20
345 {
346         UNIHDR hdr_munged_dial ; /* munged path name and dial-back tel number */
347
348         UNISTR2 uni_munged_dial ; /* munged path name and dial-back tel number */
349
350 } SAM_USER_INFO_20;
351
352 /* SAM_USER_INFO_12 */
353 typedef struct sam_user_info_12
354 {
355         uint8 lm_pwd[16];    /* lm user passwords */
356         uint8 nt_pwd[16];    /* nt user passwords */
357
358         uint8 lm_pwd_active; 
359         uint8 nt_pwd_active; 
360
361 } SAM_USER_INFO_12;
362
363 /* SAM_USER_INFO_11 */
364 typedef struct sam_user_info_11
365 {
366         uint8  padding_0[16];  /* 0 - padding 16 bytes */
367         NTTIME expiry;         /* expiry time or something? */
368         uint8  padding_1[24];  /* 0 - padding 24 bytes */
369
370         UNIHDR hdr_mach_acct;  /* unicode header for machine account */
371         uint32 padding_2;      /* 0 - padding 4 bytes */
372
373         uint32 ptr_1;          /* pointer */
374         uint8  padding_3[32];  /* 0 - padding 32 bytes */
375         uint32 padding_4;      /* 0 - padding 4 bytes */
376
377         uint32 ptr_2;          /* pointer */
378         uint32 padding_5;      /* 0 - padding 4 bytes */
379
380         uint32 ptr_3;          /* pointer */
381         uint8  padding_6[32];  /* 0 - padding 32 bytes */
382
383         uint32 rid_user;       /* user RID */
384         uint32 rid_group;      /* group RID */
385
386         uint16 acct_ctrl;      /* 0080 - ACB_XXXX */
387         uint16 unknown_3;      /* 16 bit padding */
388
389         uint16 unknown_4;      /* 0x003f      - 16 bit unknown */
390         uint16 unknown_5;      /* 0x003c      - 16 bit unknown */
391
392         uint8  padding_7[16];  /* 0 - padding 16 bytes */
393         uint32 padding_8;      /* 0 - padding 4 bytes */
394         
395         UNISTR2 uni_mach_acct; /* unicode string for machine account */
396
397         uint8  padding_9[48];  /* 0 - padding 48 bytes */
398
399 } SAM_USER_INFO_11;
400
401
402 /* SAM_USER_INFO_10 */
403 typedef struct sam_user_info_10
404 {
405         uint32 acb_info;
406
407 } SAM_USER_INFO_10;
408
409
410
411 /* SAMR_Q_CLOSE_HND - probably a policy handle close */
412 typedef struct q_samr_close_hnd_info
413 {
414     POLICY_HND pol;          /* policy handle */
415
416 } SAMR_Q_CLOSE_HND;
417
418
419 /* SAMR_R_CLOSE_HND - probably a policy handle close */
420 typedef struct r_samr_close_hnd_info
421 {
422         POLICY_HND pol;       /* policy handle */
423         NTSTATUS status;         /* return status */
424
425 } SAMR_R_CLOSE_HND;
426
427
428 /****************************************************************************
429 SAMR_Q_GET_USRDOM_PWINFO - a "set user info" occurs just after this
430 *****************************************************************************/
431
432 /* SAMR_Q_GET_USRDOM_PWINFO */
433 typedef struct q_samr_usrdom_pwinfo_info
434 {
435         POLICY_HND user_pol;          /* policy handle */
436
437 } SAMR_Q_GET_USRDOM_PWINFO;
438
439
440 /****************************************************************************
441 SAMR_R_GET_USRDOM_PWINFO - a "set user info" occurs just after this
442 *****************************************************************************/
443
444 /* SAMR_R_GET_USRDOM_PWINFO */
445 typedef struct r_samr_usrdom_pwinfo_info
446 {
447         uint16 unknown_0; /* 0000 */
448         uint16 unknown_1; /* 0x0016 or 0x0015 */
449         uint32 unknown_2; /* 0x0000 0000 */
450         NTSTATUS status; 
451
452 } SAMR_R_GET_USRDOM_PWINFO;
453
454
455 /****************************************************************************
456 SAMR_Q_QUERY_SEC_OBJ - info level 4.  returns SIDs.
457 *****************************************************************************/
458
459 /* SAMR_Q_QUERY_SEC_OBJ - probably get domain info... */
460 typedef struct q_samr_query_sec_obj_info
461 {
462         POLICY_HND user_pol;          /* policy handle */
463         uint32 sec_info;     /* xxxx_SECURITY_INFORMATION 0x0000 0004 */
464
465 } SAMR_Q_QUERY_SEC_OBJ;
466
467 /* SAMR_R_QUERY_SEC_OBJ - probably an open */
468 typedef struct r_samr_query_sec_obj_info
469 {
470         uint32 ptr;
471         SEC_DESC_BUF *buf;
472
473         NTSTATUS status;         /* return status */
474
475 } SAMR_R_QUERY_SEC_OBJ;
476
477
478 /****************************************************************************
479 SAMR_Q_QUERY_DOMAIN_INFO - probably a query on domain group info.
480 *****************************************************************************/
481
482 /* SAMR_Q_QUERY_DOMAIN_INFO - */
483 typedef struct q_samr_query_domain_info
484 {
485         POLICY_HND domain_pol;   /* policy handle */
486         uint16 switch_value;     /* 0x0002, 0x0001 */
487
488 } SAMR_Q_QUERY_DOMAIN_INFO;
489
490 typedef struct sam_unknown_info_3_info
491 {
492         NTTIME logout;  
493         /* 0x8000 0000 */ /* DON'T forcibly disconnect remote users from server when logon hours expire*/
494
495         /* 0x0000 0000 */ /* forcibly disconnect remote users from server when logon hours expire*/
496
497 } SAM_UNK_INFO_3;
498
499 typedef struct sam_unknown_info_6_info
500 {
501         uint32 unknown_0; /* 0x0000 0000 */
502
503         uint32 ptr_0;     /* pointer to unknown structure */
504         uint8  padding[12]; /* 12 bytes zeros */
505
506 } SAM_UNK_INFO_6;
507
508 typedef struct sam_unknown_info_7_info
509 {
510         uint16 unknown_0; /* 0x0003 */
511
512 } SAM_UNK_INFO_7;
513
514 typedef struct sam_unknown_info_12_inf
515 {
516         NTTIME duration;
517         NTTIME reset_count;
518         uint16 bad_attempt_lockout;
519
520 } SAM_UNK_INFO_12;
521
522 typedef struct sam_unknown_info_5_inf
523 {
524         UNIHDR hdr_server; /* server name unicode header */
525         UNISTR2 uni_server; /* server name unicode string */
526
527 } SAM_UNK_INFO_5;
528
529 typedef struct sam_unknown_info_2_inf
530 {
531         uint32 unknown_0; /* 0x0000 0000 */
532         uint32 unknown_1; /* 0x8000 0000 */
533         uint32 unknown_2; /* 0x0000 0000 */
534
535         uint32 ptr_0;     /* pointer to unknown structure */
536         UNIHDR hdr_domain; /* domain name unicode header */
537         UNIHDR hdr_server; /* server name unicode header */
538
539         /* put all the data in here, at the moment, including what the above
540            pointer is referring to
541          */
542
543         uint32 seq_num; /* some sort of incrementing sequence number? */
544         uint32 unknown_3; /* 0x0000 0000 */
545         
546         uint32 unknown_4; /* 0x0000 0001 */
547         uint32 unknown_5; /* 0x0000 0003 */
548         uint32 unknown_6; /* 0x0000 0001 */
549         uint32 num_domain_usrs; /* number of users in domain */
550         uint32 num_domain_grps; /* number of domain groups in domain */
551         uint32 num_local_grps; /* number of local groups in domain */
552
553         uint8 padding[12]; /* 12 bytes zeros */
554
555         UNISTR2 uni_domain; /* domain name unicode string */
556         UNISTR2 uni_server; /* server name unicode string */
557
558 } SAM_UNK_INFO_2;
559
560 typedef struct sam_unknown_info_1_inf
561 {
562         uint16 min_length_password;
563         uint16 password_history;
564         uint32 flag;
565         NTTIME expire;
566         NTTIME min_passwordage;
567
568 } SAM_UNK_INFO_1;
569
570
571 typedef struct sam_unknown_ctr_info
572 {
573         union
574         {
575                 SAM_UNK_INFO_1 inf1;
576                 SAM_UNK_INFO_2 inf2;
577                 SAM_UNK_INFO_3 inf3;
578                 SAM_UNK_INFO_5 inf5;
579                 SAM_UNK_INFO_6 inf6;
580                 SAM_UNK_INFO_7 inf7;
581                 SAM_UNK_INFO_12 inf12;
582
583         } info;
584
585 } SAM_UNK_CTR;
586
587
588 /* SAMR_R_QUERY_DOMAIN_INFO - */
589 typedef struct r_samr_query_domain_info
590 {
591         uint32 ptr_0;
592         uint16 switch_value; /* same as in query */
593
594         SAM_UNK_CTR *ctr;
595
596         NTSTATUS status;         /* return status */
597
598 } SAMR_R_QUERY_DOMAIN_INFO;
599
600
601 /* SAMR_Q_LOOKUP_DOMAIN - obtain SID for a local domain */
602 typedef struct q_samr_lookup_domain_info
603 {
604         POLICY_HND connect_pol;
605
606         UNIHDR  hdr_domain;
607         UNISTR2 uni_domain;
608
609 } SAMR_Q_LOOKUP_DOMAIN;
610
611
612 /* SAMR_R_LOOKUP_DOMAIN */
613 typedef struct r_samr_lookup_domain_info
614 {
615         uint32   ptr_sid;
616         DOM_SID2 dom_sid;
617
618         NTSTATUS status;
619
620 } SAMR_R_LOOKUP_DOMAIN;
621
622
623 /****************************************************************************
624 SAMR_Q_OPEN_DOMAIN - unknown_0 values seen associated with SIDs:
625
626 0x0000 03f1 and a specific   domain sid - S-1-5-21-44c01ca6-797e5c3d-33f83fd0
627 0x0000 0200 and a specific   domain sid - S-1-5-21-44c01ca6-797e5c3d-33f83fd0
628 *****************************************************************************/
629
630 /* SAMR_Q_OPEN_DOMAIN */
631 typedef struct q_samr_open_domain_info
632 {
633         POLICY_HND pol;   /* policy handle */
634         uint32 flags;               /* 0x2000 0000; 0x0000 0211; 0x0000 0280; 0x0000 0200 - flags? */
635         DOM_SID2 dom_sid;         /* domain SID */
636
637 } SAMR_Q_OPEN_DOMAIN;
638
639
640 /* SAMR_R_OPEN_DOMAIN - probably an open */
641 typedef struct r_samr_open_domain_info
642 {
643         POLICY_HND domain_pol; /* policy handle associated with the SID */
644         NTSTATUS status;         /* return status */
645
646 } SAMR_R_OPEN_DOMAIN;
647
648 #define MAX_SAM_ENTRIES 50
649
650 typedef struct samr_entry_info
651 {
652         uint32 rid;
653         UNIHDR hdr_name;
654
655 } SAM_ENTRY;
656
657
658 /* SAMR_Q_ENUM_DOMAINS - SAM rids and names */
659 typedef struct q_samr_enum_domains_info
660 {
661         POLICY_HND pol;     /* policy handle */
662
663         uint32 start_idx;   /* enumeration handle */
664         uint32 max_size;    /* 0x0000 ffff */
665
666 } SAMR_Q_ENUM_DOMAINS;
667
668 /* SAMR_R_ENUM_DOMAINS - SAM rids and Domain names */
669 typedef struct r_samr_enum_domains_info
670 {
671         uint32 next_idx;     /* next starting index required for enum */
672         uint32 ptr_entries1;  
673
674         uint32 num_entries2;
675         uint32 ptr_entries2;
676
677         uint32 num_entries3;
678
679         SAM_ENTRY *sam;
680         UNISTR2 *uni_dom_name;
681
682         uint32 num_entries4;
683
684         NTSTATUS status;
685
686 } SAMR_R_ENUM_DOMAINS;
687
688 /* SAMR_Q_ENUM_DOM_USERS - SAM rids and names */
689 typedef struct q_samr_enum_dom_users_info
690 {
691         POLICY_HND pol;          /* policy handle */
692
693         uint32 start_idx;   /* number of values (0 indicates unlimited?) */
694         uint16 acb_mask;          /* 0x0000 indicates all */
695         uint16 unknown_1;         /* 0x0000 */
696
697         uint32 max_size;              /* 0x0000 ffff */
698
699 } SAMR_Q_ENUM_DOM_USERS;
700
701
702 /* SAMR_R_ENUM_DOM_USERS - SAM rids and names */
703 typedef struct r_samr_enum_dom_users_info
704 {
705         uint32 next_idx;     /* next starting index required for enum */
706         uint32 ptr_entries1;  
707
708         uint32 num_entries2;
709         uint32 ptr_entries2;
710
711         uint32 num_entries3;
712
713         SAM_ENTRY *sam;
714         UNISTR2 *uni_acct_name;
715
716         uint32 num_entries4;
717
718         NTSTATUS status;
719
720 } SAMR_R_ENUM_DOM_USERS;
721
722
723 /* SAMR_Q_ENUM_DOM_GROUPS - SAM rids and names */
724 typedef struct q_samr_enum_dom_groups_info
725 {
726         POLICY_HND pol;          /* policy handle */
727
728         /* this is possibly an enumeration context handle... */
729         uint32 start_idx;         /* 0x0000 0000 */
730
731         uint32 max_size;              /* 0x0000 ffff */
732
733 } SAMR_Q_ENUM_DOM_GROUPS;
734
735
736 /* SAMR_R_ENUM_DOM_GROUPS - SAM rids and names */
737 typedef struct r_samr_enum_dom_groups_info
738 {
739         uint32 next_idx;
740         uint32 ptr_entries1;
741
742         uint32 num_entries2;
743         uint32 ptr_entries2;
744
745         uint32 num_entries3;
746
747         SAM_ENTRY *sam;
748         UNISTR2 *uni_grp_name;
749
750         uint32 num_entries4;
751
752         NTSTATUS status;
753
754 } SAMR_R_ENUM_DOM_GROUPS;
755
756
757 /* SAMR_Q_ENUM_DOM_ALIASES - SAM rids and names */
758 typedef struct q_samr_enum_dom_aliases_info
759 {
760         POLICY_HND pol;          /* policy handle */
761
762         /* this is possibly an enumeration context handle... */
763         uint32 start_idx;         /* 0x0000 0000 */
764
765         uint32 max_size;              /* 0x0000 ffff */
766
767 } SAMR_Q_ENUM_DOM_ALIASES;
768
769
770 /* SAMR_R_ENUM_DOM_ALIASES - SAM rids and names */
771 typedef struct r_samr_enum_dom_aliases_info
772 {
773         uint32 next_idx;
774         uint32 ptr_entries1;
775
776         uint32 num_entries2;
777         uint32 ptr_entries2;
778
779         uint32 num_entries3;
780
781         SAM_ENTRY *sam;
782         UNISTR2 *uni_grp_name;
783
784         uint32 num_entries4;
785
786         NTSTATUS status;
787
788 } SAMR_R_ENUM_DOM_ALIASES;
789
790
791 /* -- Level 1 Display Info - User Information -- */
792
793 typedef struct samr_entry_info1
794 {
795         uint32 user_idx;
796
797         uint32 rid_user;
798         uint16 acb_info;
799
800         UNIHDR hdr_acct_name;
801         UNIHDR hdr_user_name;
802         UNIHDR hdr_user_desc;
803
804 } SAM_ENTRY1;
805
806 typedef struct samr_str_entry_info1
807 {
808         UNISTR2 uni_acct_name;
809         UNISTR2 uni_full_name;
810         UNISTR2 uni_acct_desc;
811
812 } SAM_STR1;
813
814 typedef struct sam_entry_info_1
815 {
816         SAM_ENTRY1 *sam;
817         SAM_STR1   *str;
818
819 } SAM_DISPINFO_1;
820
821
822 /* -- Level 2 Display Info - Trust Account Information -- */
823
824 typedef struct samr_entry_info2
825 {
826         uint32 user_idx;
827
828         uint32 rid_user;
829         uint16 acb_info;
830
831         UNIHDR hdr_srv_name;
832         UNIHDR hdr_srv_desc;
833
834 } SAM_ENTRY2;
835
836 typedef struct samr_str_entry_info2
837 {
838         UNISTR2 uni_srv_name;
839         UNISTR2 uni_srv_desc;
840
841 } SAM_STR2;
842
843 typedef struct sam_entry_info_2
844 {
845         SAM_ENTRY2 *sam;
846         SAM_STR2   *str;
847
848 } SAM_DISPINFO_2;
849
850
851 /* -- Level 3 Display Info - Domain Group Information -- */
852
853 typedef struct samr_entry_info3
854 {
855         uint32 grp_idx;
856
857         uint32 rid_grp;
858         uint32 attr;     /* SE_GROUP_xxx, usually 7 */
859
860         UNIHDR hdr_grp_name;
861         UNIHDR hdr_grp_desc;
862
863 } SAM_ENTRY3;
864
865 typedef struct samr_str_entry_info3
866 {
867         UNISTR2 uni_grp_name;
868         UNISTR2 uni_grp_desc;
869
870 } SAM_STR3;
871
872 typedef struct sam_entry_info_3
873 {
874         SAM_ENTRY3 *sam;
875         SAM_STR3   *str;
876
877 } SAM_DISPINFO_3;
878
879
880 /* -- Level 4 Display Info - User List (ASCII) -- */
881
882 typedef struct samr_entry_info4
883 {
884         uint32 user_idx;
885         STRHDR hdr_acct_name;
886
887 } SAM_ENTRY4;
888
889 typedef struct samr_str_entry_info4
890 {
891         STRING2 acct_name;
892
893 } SAM_STR4;
894
895 typedef struct sam_entry_info_4
896 {
897         SAM_ENTRY4 *sam;
898         SAM_STR4   *str;
899
900 } SAM_DISPINFO_4;
901
902
903 /* -- Level 5 Display Info - Group List (ASCII) -- */
904
905 typedef struct samr_entry_info5
906 {
907         uint32 grp_idx;
908         STRHDR hdr_grp_name;
909
910 } SAM_ENTRY5;
911
912 typedef struct samr_str_entry_info5
913 {
914         STRING2 grp_name;
915
916 } SAM_STR5;
917
918 typedef struct sam_entry_info_5
919 {
920         SAM_ENTRY5 *sam;
921         SAM_STR5   *str;
922
923 } SAM_DISPINFO_5;
924
925
926 typedef struct sam_dispinfo_ctr_info
927 {
928         union
929         {
930                 SAM_DISPINFO_1 *info1; /* users/names/descriptions */
931                 SAM_DISPINFO_2 *info2; /* trust accounts */
932                 SAM_DISPINFO_3 *info3; /* domain groups/descriptions */
933                 SAM_DISPINFO_4 *info4; /* user list (ASCII) - used by Win95 */
934                 SAM_DISPINFO_5 *info5; /* group list (ASCII) */
935                 void       *info; /* allows assignment without typecasting, */
936
937         } sam;
938
939 } SAM_DISPINFO_CTR;
940
941
942 /* SAMR_Q_QUERY_DISPINFO - SAM rids, names and descriptions */
943 typedef struct q_samr_query_disp_info
944 {
945         POLICY_HND domain_pol;
946
947         uint16 switch_level;    /* see SAM_DISPINFO_CTR above */
948         /* align */
949
950         uint32 start_idx;       /* start enumeration index */
951         uint32 max_entries;     /* maximum number of entries to return */
952         uint32 max_size;        /* recommended data size; if exceeded server
953                                    should return STATUS_MORE_ENTRIES */
954
955 } SAMR_Q_QUERY_DISPINFO;
956
957
958 /* SAMR_R_QUERY_DISPINFO  */
959 typedef struct r_samr_query_dispinfo_info
960 {
961         uint32 total_size;     /* total data size for all matching entries
962                                   (0 = uncalculated) */
963         uint32 data_size;      /* actual data size returned = size of SAM_ENTRY
964                                   structures + total length of strings */
965
966         uint16 switch_level;   /* see SAM_DISPINFO_CTR above */
967         /* align */
968
969         uint32 num_entries;    /* number of entries returned */
970         uint32 ptr_entries;
971         uint32 num_entries2;
972
973         SAM_DISPINFO_CTR *ctr;
974
975         NTSTATUS status;
976
977 } SAMR_R_QUERY_DISPINFO;
978
979
980 /* SAMR_Q_DELETE_DOM_GROUP - delete domain group */
981 typedef struct q_samr_delete_dom_group_info
982 {
983     POLICY_HND group_pol;          /* policy handle */
984
985 } SAMR_Q_DELETE_DOM_GROUP;
986
987
988 /* SAMR_R_DELETE_DOM_GROUP - delete domain group */
989 typedef struct r_samr_delete_dom_group_info
990 {
991         POLICY_HND pol;       /* policy handle */
992         NTSTATUS status;        /* return status */
993
994 } SAMR_R_DELETE_DOM_GROUP;
995
996
997 /* SAMR_Q_CREATE_DOM_GROUP - SAM create group */
998 typedef struct q_samr_create_dom_group_info
999 {
1000         POLICY_HND pol;        /* policy handle */
1001
1002         UNIHDR hdr_acct_desc;
1003         UNISTR2 uni_acct_desc;
1004
1005         uint32 access_mask;    
1006
1007 } SAMR_Q_CREATE_DOM_GROUP;
1008
1009 /* SAMR_R_CREATE_DOM_GROUP - SAM create group */
1010 typedef struct r_samr_create_dom_group_info
1011 {
1012         POLICY_HND pol;        /* policy handle */
1013
1014         uint32 rid;    
1015         NTSTATUS status;    
1016
1017 } SAMR_R_CREATE_DOM_GROUP;
1018
1019 /* SAMR_Q_QUERY_GROUPINFO - SAM Group Info */
1020 typedef struct q_samr_query_group_info
1021 {
1022         POLICY_HND pol;        /* policy handle */
1023
1024         uint16 switch_level;    /* 0x0001 seen */
1025
1026 } SAMR_Q_QUERY_GROUPINFO;
1027
1028 typedef struct samr_group_info1
1029 {
1030         UNIHDR hdr_acct_name;
1031
1032         uint32 unknown_1; /* 0x0000 0003 - number of group members? */
1033         uint32 num_members; /* 0x0000 0001 - number of group members? */
1034
1035         UNIHDR hdr_acct_desc;
1036
1037         UNISTR2 uni_acct_name;
1038         UNISTR2 uni_acct_desc;
1039
1040 } GROUP_INFO1;
1041
1042 typedef struct samr_group_info3
1043 {
1044         uint32 unknown_1; /* 0x0000 0003 - number of group members? */
1045
1046 } GROUP_INFO3;
1047
1048 typedef struct samr_group_info4
1049 {
1050         UNIHDR hdr_acct_desc;
1051         UNISTR2 uni_acct_desc;
1052
1053 } GROUP_INFO4;
1054
1055 /* GROUP_INFO_CTR */
1056 typedef struct group_info_ctr
1057 {
1058         uint16 switch_value1;
1059
1060         union
1061         {
1062                 GROUP_INFO1 info1;
1063                 GROUP_INFO3 info3;
1064                 GROUP_INFO4 info4;
1065
1066         } group;
1067
1068 } GROUP_INFO_CTR;
1069
1070 /* SAMR_R_QUERY_GROUPINFO - SAM Group Info */
1071 typedef struct r_samr_query_groupinfo_info
1072 {
1073         uint32 ptr;        
1074         GROUP_INFO_CTR *ctr;
1075
1076         NTSTATUS status;
1077
1078 } SAMR_R_QUERY_GROUPINFO;
1079
1080
1081 /* SAMR_Q_SET_GROUPINFO - SAM Group Info */
1082 typedef struct q_samr_set_group_info
1083 {
1084         POLICY_HND pol;        /* policy handle */
1085         GROUP_INFO_CTR *ctr;
1086
1087 } SAMR_Q_SET_GROUPINFO;
1088
1089 /* SAMR_R_SET_GROUPINFO - SAM Group Info */
1090 typedef struct r_samr_set_group_info
1091 {
1092         NTSTATUS status;
1093
1094 } SAMR_R_SET_GROUPINFO;
1095
1096
1097 /* SAMR_Q_DELETE_DOM_ALIAS - delete domain alias */
1098 typedef struct q_samr_delete_dom_alias_info
1099 {
1100     POLICY_HND alias_pol;          /* policy handle */
1101
1102 } SAMR_Q_DELETE_DOM_ALIAS;
1103
1104
1105 /* SAMR_R_DELETE_DOM_ALIAS - delete domain alias */
1106 typedef struct r_samr_delete_dom_alias_info
1107 {
1108         POLICY_HND pol;       /* policy handle */
1109         NTSTATUS status;        /* return status */
1110
1111 } SAMR_R_DELETE_DOM_ALIAS;
1112
1113
1114 /* SAMR_Q_CREATE_DOM_ALIAS - SAM create alias */
1115 typedef struct q_samr_create_dom_alias_info
1116 {
1117         POLICY_HND dom_pol;        /* policy handle */
1118
1119         UNIHDR hdr_acct_desc;
1120         UNISTR2 uni_acct_desc;
1121
1122         uint32 access_mask;    /* 0x001f000f */
1123
1124 } SAMR_Q_CREATE_DOM_ALIAS;
1125
1126 /* SAMR_R_CREATE_DOM_ALIAS - SAM create alias */
1127 typedef struct r_samr_create_dom_alias_info
1128 {
1129         POLICY_HND alias_pol;        /* policy handle */
1130
1131         uint32 rid;    
1132         NTSTATUS status;    
1133
1134 } SAMR_R_CREATE_DOM_ALIAS;
1135
1136 /* SAMR_Q_QUERY_ALIASINFO - SAM Alias Info */
1137 typedef struct q_samr_query_alias_info
1138 {
1139         POLICY_HND pol;        /* policy handle */
1140
1141         uint16 switch_level;    /* 0x0003 seen */
1142
1143 } SAMR_Q_QUERY_ALIASINFO;
1144
1145 typedef struct samr_alias_info1
1146 {
1147         UNIHDR hdr_acct_name;
1148         UNIHDR hdr_acct_desc;
1149         uint32 num_member;
1150         UNISTR2 uni_acct_name;
1151         UNISTR2 uni_acct_desc;
1152
1153 } ALIAS_INFO1;
1154
1155 typedef struct samr_alias_info3
1156 {
1157         UNIHDR hdr_acct_desc;
1158         UNISTR2 uni_acct_desc;
1159
1160 } ALIAS_INFO3;
1161
1162 /* ALIAS_INFO_CTR */
1163 typedef struct alias_info_ctr
1164 {
1165         uint16 switch_value1;
1166         uint16 switch_value2;
1167
1168         union
1169         {
1170                 ALIAS_INFO1 info1;
1171                 ALIAS_INFO3 info3;
1172
1173         } alias;
1174
1175 } ALIAS_INFO_CTR;
1176
1177 /* SAMR_R_QUERY_ALIASINFO - SAM alias info */
1178 typedef struct r_samr_query_aliasinfo_info
1179 {
1180         uint32 ptr;        
1181         ALIAS_INFO_CTR ctr;
1182
1183         NTSTATUS status;
1184
1185 } SAMR_R_QUERY_ALIASINFO;
1186
1187
1188 /* SAMR_Q_SET_ALIASINFO - SAM Alias Info */
1189 typedef struct q_samr_set_alias_info
1190 {
1191         POLICY_HND alias_pol;        /* policy handle */
1192         ALIAS_INFO_CTR ctr;
1193
1194 } SAMR_Q_SET_ALIASINFO;
1195
1196 /* SAMR_R_SET_ALIASINFO - SAM alias info */
1197 typedef struct r_samr_set_aliasinfo_info
1198 {
1199         NTSTATUS status;
1200
1201 } SAMR_R_SET_ALIASINFO;
1202
1203
1204 /* SAMR_Q_QUERY_USERGROUPS - */
1205 typedef struct q_samr_query_usergroup_info
1206 {
1207         POLICY_HND pol;          /* policy handle associated with unknown id */
1208
1209 } SAMR_Q_QUERY_USERGROUPS;
1210
1211 /* SAMR_R_QUERY_USERGROUPS - probably a get sam info */
1212 typedef struct r_samr_query_usergroup_info
1213 {
1214         uint32 ptr_0;            /* pointer */
1215         uint32 num_entries;      /* number of RID groups */
1216         uint32 ptr_1;            /* pointer */
1217         uint32 num_entries2;     /* number of RID groups */
1218
1219         DOM_GID *gid; /* group info */
1220
1221         NTSTATUS status;         /* return status */
1222
1223 } SAMR_R_QUERY_USERGROUPS;
1224
1225 /* SAM_USERINFO_CTR - sam user info */
1226 typedef struct sam_userinfo_ctr_info
1227 {
1228         uint16 switch_value;      
1229
1230         union
1231         {
1232                 SAM_USER_INFO_10 *id10; /* auth-level 0x10 */
1233                 SAM_USER_INFO_11 *id11; /* auth-level 0x11 */
1234                 SAM_USER_INFO_12 *id12; /* auth-level 0x12 */
1235                 SAM_USER_INFO_20 *id20; /* auth-level 20 */
1236                 SAM_USER_INFO_21 *id21; /* auth-level 21 */
1237                 SAM_USER_INFO_23 *id23; /* auth-level 0x17 */
1238                 SAM_USER_INFO_24 *id24; /* auth-level 0x18 */
1239                 SAM_USER_INFO_25 *id25; /* auth-level 0x19 */
1240                 void* id; /* to make typecasting easy */
1241
1242         } info;
1243
1244 } SAM_USERINFO_CTR;
1245
1246
1247 /* SAMR_Q_SET_USERINFO2 - set sam info */
1248 typedef struct q_samr_set_user_info2
1249 {
1250         POLICY_HND pol;          /* policy handle associated with user */
1251         uint16 switch_value;      /* 0x0010 */
1252
1253         SAM_USERINFO_CTR *ctr;
1254
1255 } SAMR_Q_SET_USERINFO2;
1256
1257 /* SAMR_R_SET_USERINFO2 - set sam info */
1258 typedef struct r_samr_set_user_info2
1259 {
1260         NTSTATUS status;         /* return status */
1261
1262 } SAMR_R_SET_USERINFO2;
1263
1264 /* SAMR_Q_SET_USERINFO - set sam info */
1265 typedef struct q_samr_set_user_info
1266 {
1267         POLICY_HND pol;          /* policy handle associated with user */
1268         uint16 switch_value;
1269         SAM_USERINFO_CTR *ctr;
1270
1271 } SAMR_Q_SET_USERINFO;
1272
1273 /* SAMR_R_SET_USERINFO - set sam info */
1274 typedef struct r_samr_set_user_info
1275 {
1276         NTSTATUS status;         /* return status */
1277
1278 } SAMR_R_SET_USERINFO;
1279
1280
1281 /* SAMR_Q_QUERY_USERINFO - probably a get sam info */
1282 typedef struct q_samr_query_user_info
1283 {
1284         POLICY_HND pol;          /* policy handle associated with unknown id */
1285         uint16 switch_value;         /* 0x0015, 0x0011 or 0x0010 - 16 bit unknown */
1286
1287 } SAMR_Q_QUERY_USERINFO;
1288
1289 /* SAMR_R_QUERY_USERINFO - probably a get sam info */
1290 typedef struct r_samr_query_user_info
1291 {
1292         uint32 ptr;            /* pointer */
1293         SAM_USERINFO_CTR *ctr;
1294
1295         NTSTATUS status;         /* return status */
1296
1297 } SAMR_R_QUERY_USERINFO;
1298
1299
1300 /****************************************************************************
1301 SAMR_Q_QUERY_USERALIASES - do a conversion from name to RID.
1302
1303 the policy handle allocated by an "samr open secret" call is associated
1304 with a SID.  this policy handle is what is queried here, *not* the SID
1305 itself.  the response to the lookup rids is relative to this SID.
1306 *****************************************************************************/
1307 /* SAMR_Q_QUERY_USERALIASES */
1308 typedef struct q_samr_query_useraliases_info
1309 {
1310         POLICY_HND pol;       /* policy handle */
1311
1312         uint32 num_sids1;      /* number of rids being looked up */
1313         uint32 ptr;            /* buffer pointer */
1314         uint32 num_sids2;      /* number of rids being looked up */
1315
1316         uint32   *ptr_sid; /* pointers to sids to be looked up */
1317         DOM_SID2 *sid    ; /* sids to be looked up. */
1318
1319 } SAMR_Q_QUERY_USERALIASES;
1320
1321
1322 /* SAMR_R_QUERY_USERALIASES */
1323 typedef struct r_samr_query_useraliases_info
1324 {
1325         uint32 num_entries;
1326         uint32 ptr; /* undocumented buffer pointer */
1327
1328         uint32 num_entries2; 
1329         uint32 *rid; /* domain RIDs being looked up */
1330
1331         NTSTATUS status; /* return code */
1332
1333 } SAMR_R_QUERY_USERALIASES;
1334
1335
1336 /****************************************************************************
1337 SAMR_Q_LOOKUP_NAMES - do a conversion from Names to RIDs+types.
1338 *****************************************************************************/
1339 /* SAMR_Q_LOOKUP_NAMES */
1340 typedef struct q_samr_lookup_names_info
1341 {
1342         POLICY_HND pol;       /* policy handle */
1343
1344         uint32 num_names1;      /* number of names being looked up */
1345         uint32 flags;           /* 0x0000 03e8 - unknown */
1346         uint32 ptr;            /* 0x0000 0000 - 32 bit unknown */
1347         uint32 num_names2;      /* number of names being looked up */
1348
1349         UNIHDR  *hdr_name; /* unicode account name header */
1350         UNISTR2 *uni_name; /* unicode account name string */
1351
1352 } SAMR_Q_LOOKUP_NAMES;
1353
1354
1355 /* SAMR_R_LOOKUP_NAMES */
1356 typedef struct r_samr_lookup_names_info
1357 {
1358         uint32 num_rids1;      /* number of aliases being looked up */
1359         uint32 ptr_rids;       /* pointer to aliases */
1360         uint32 num_rids2;      /* number of aliases being looked up */
1361
1362         uint32 *rids; /* rids */
1363
1364         uint32 num_types1;      /* number of users in aliases being looked up */
1365         uint32 ptr_types;       /* pointer to users in aliases */
1366         uint32 num_types2;      /* number of users in aliases being looked up */
1367
1368         uint32 *types; /* SID_ENUM type */
1369
1370         NTSTATUS status; /* return code */
1371
1372 } SAMR_R_LOOKUP_NAMES;
1373
1374
1375 /****************************************************************************
1376 SAMR_Q_LOOKUP_RIDS - do a conversion from RID groups to something.
1377
1378 called to resolve domain RID groups.
1379 *****************************************************************************/
1380 /* SAMR_Q_LOOKUP_RIDS */
1381 typedef struct q_samr_lookup_rids_info
1382 {
1383         POLICY_HND pol;       /* policy handle */
1384
1385         uint32 num_rids1;      /* number of rids being looked up */
1386         uint32 flags;          /* 0x0000 03e8 - unknown */
1387         uint32 ptr;            /* 0x0000 0000 - 32 bit unknown */
1388         uint32 num_rids2;      /* number of rids being looked up */
1389
1390         uint32 *rid; /* domain RIDs being looked up */
1391
1392 } SAMR_Q_LOOKUP_RIDS;
1393
1394
1395 /****************************************************************************
1396 SAMR_R_LOOKUP_RIDS - do a conversion from group RID to names
1397
1398 *****************************************************************************/
1399 /* SAMR_R_LOOKUP_RIDS */
1400 typedef struct r_samr_lookup_rids_info
1401 {
1402         uint32 num_names1;      /* number of aliases being looked up */
1403         uint32 ptr_names;       /* pointer to aliases */
1404         uint32 num_names2;      /* number of aliases being looked up */
1405
1406         UNIHDR  *hdr_name; /* unicode account name header */
1407         UNISTR2 *uni_name; /* unicode account name string */
1408
1409         uint32 num_types1;      /* number of users in aliases being looked up */
1410         uint32 ptr_types;       /* pointer to users in aliases */
1411         uint32 num_types2;      /* number of users in aliases being looked up */
1412
1413         uint32 *type; /* SID_ENUM type */
1414
1415         NTSTATUS status;
1416
1417 } SAMR_R_LOOKUP_RIDS;
1418
1419
1420 /* SAMR_Q_OPEN_USER - probably an open */
1421 typedef struct q_samr_open_user_info
1422 {
1423         POLICY_HND domain_pol;       /* policy handle */
1424         uint32 access_mask;     /* 32 bit unknown - 0x02011b */
1425         uint32 user_rid;      /* user RID */
1426
1427 } SAMR_Q_OPEN_USER;
1428
1429
1430 /* SAMR_R_OPEN_USER - probably an open */
1431 typedef struct r_samr_open_user_info
1432 {
1433         POLICY_HND user_pol;       /* policy handle associated with unknown id */
1434         NTSTATUS status;         /* return status */
1435
1436 } SAMR_R_OPEN_USER;
1437
1438
1439 /* SAMR_Q_CREATE_USER - probably a create */
1440 typedef struct q_samr_create_user_info
1441 {
1442         POLICY_HND domain_pol;       /* policy handle */
1443
1444         UNIHDR  hdr_name;       /* unicode account name header */
1445         UNISTR2 uni_name;       /* unicode account name */
1446
1447         uint32 acb_info;      /* account control info */
1448         uint32 access_mask;     /* 0xe005 00b0 */
1449
1450 } SAMR_Q_CREATE_USER;
1451
1452
1453 /* SAMR_R_CREATE_USER - probably a create */
1454 typedef struct r_samr_create_user_info
1455 {
1456         POLICY_HND user_pol;       /* policy handle associated with user */
1457
1458         uint32 unknown_0;     /* 0x0007 03ff */
1459         uint32 user_rid;      /* user RID */
1460         NTSTATUS status;         /* return status */
1461
1462 } SAMR_R_CREATE_USER;
1463
1464
1465 /* SAMR_Q_DELETE_DOM_USER - delete domain user */
1466 typedef struct q_samr_delete_dom_user_info
1467 {
1468     POLICY_HND user_pol;          /* policy handle */
1469
1470 } SAMR_Q_DELETE_DOM_USER;
1471
1472
1473 /* SAMR_R_DELETE_DOM_USER - delete domain user */
1474 typedef struct r_samr_delete_dom_user_info
1475 {
1476         POLICY_HND pol;       /* policy handle */
1477         NTSTATUS status;        /* return status */
1478
1479 } SAMR_R_DELETE_DOM_USER;
1480
1481
1482 /* SAMR_Q_QUERY_GROUPMEM - query group members */
1483 typedef struct q_samr_query_groupmem_info
1484 {
1485         POLICY_HND group_pol;        /* policy handle */
1486
1487 } SAMR_Q_QUERY_GROUPMEM;
1488
1489
1490 /* SAMR_R_QUERY_GROUPMEM - query group members */
1491 typedef struct r_samr_query_groupmem_info
1492 {
1493         uint32 ptr;
1494         uint32 num_entries;
1495
1496         uint32 ptr_rids;
1497         uint32 ptr_attrs;
1498
1499         uint32 num_rids;
1500         uint32 *rid;
1501
1502         uint32 num_attrs;
1503         uint32 *attr;
1504
1505         NTSTATUS status;
1506
1507 } SAMR_R_QUERY_GROUPMEM;
1508
1509
1510 /* SAMR_Q_DEL_GROUPMEM - probably an del group member */
1511 typedef struct q_samr_del_group_mem_info
1512 {
1513         POLICY_HND pol;       /* policy handle */
1514         uint32 rid;         /* rid */
1515
1516 } SAMR_Q_DEL_GROUPMEM;
1517
1518
1519 /* SAMR_R_DEL_GROUPMEM - probably an del group member */
1520 typedef struct r_samr_del_group_mem_info
1521 {
1522         NTSTATUS status;         /* return status */
1523
1524 } SAMR_R_DEL_GROUPMEM;
1525
1526
1527 /* SAMR_Q_ADD_GROUPMEM - probably an add group member */
1528 typedef struct q_samr_add_group_mem_info
1529 {
1530         POLICY_HND pol;       /* policy handle */
1531
1532         uint32 rid;         /* rid */
1533         uint32 unknown;     /* 0x0000 0005 */
1534
1535 } SAMR_Q_ADD_GROUPMEM;
1536
1537
1538 /* SAMR_R_ADD_GROUPMEM - probably an add group member */
1539 typedef struct r_samr_add_group_mem_info
1540 {
1541         NTSTATUS status;         /* return status */
1542
1543 } SAMR_R_ADD_GROUPMEM;
1544
1545
1546 /* SAMR_Q_OPEN_GROUP - probably an open */
1547 typedef struct q_samr_open_group_info
1548 {
1549         POLICY_HND domain_pol;       /* policy handle */
1550         uint32 access_mask;         /* 0x0000 0001, 0x0000 0003, 0x0000 001f */
1551         uint32 rid_group;        /* rid */
1552
1553 } SAMR_Q_OPEN_GROUP;
1554
1555
1556 /* SAMR_R_OPEN_GROUP - probably an open */
1557 typedef struct r_samr_open_group_info
1558 {
1559         POLICY_HND pol;       /* policy handle */
1560         NTSTATUS status;         /* return status */
1561
1562 } SAMR_R_OPEN_GROUP;
1563
1564
1565 /* SAMR_Q_QUERY_ALIASMEM - query alias members */
1566 typedef struct q_samr_query_aliasmem_info
1567 {
1568         POLICY_HND alias_pol;        /* policy handle */
1569
1570 } SAMR_Q_QUERY_ALIASMEM;
1571
1572
1573 /* SAMR_R_QUERY_ALIASMEM - query alias members */
1574 typedef struct r_samr_query_aliasmem_info
1575 {
1576         uint32 num_sids;
1577         uint32 ptr;
1578         uint32 num_sids1;
1579
1580         DOM_SID2 *sid;
1581
1582         NTSTATUS status;
1583
1584 } SAMR_R_QUERY_ALIASMEM;
1585
1586
1587 /* SAMR_Q_ADD_ALIASMEM - add alias member */
1588 typedef struct q_samr_add_alias_mem_info
1589 {
1590         POLICY_HND alias_pol;       /* policy handle */
1591
1592         DOM_SID2 sid; /* member sid to be added to the alias */
1593
1594 } SAMR_Q_ADD_ALIASMEM;
1595
1596
1597 /* SAMR_R_ADD_ALIASMEM - add alias member */
1598 typedef struct r_samr_add_alias_mem_info
1599 {
1600         NTSTATUS status;         /* return status */
1601
1602 } SAMR_R_ADD_ALIASMEM;
1603
1604
1605 /* SAMR_Q_DEL_ALIASMEM - add an add alias member */
1606 typedef struct q_samr_del_alias_mem_info
1607 {
1608         POLICY_HND alias_pol;       /* policy handle */
1609
1610         DOM_SID2 sid; /* member sid to be added to alias */
1611
1612 } SAMR_Q_DEL_ALIASMEM;
1613
1614
1615 /* SAMR_R_DEL_ALIASMEM - delete alias member */
1616 typedef struct r_samr_del_alias_mem_info
1617 {
1618         NTSTATUS status;         /* return status */
1619
1620 } SAMR_R_DEL_ALIASMEM;
1621
1622
1623
1624 /* SAMR_Q_OPEN_ALIAS - probably an open */
1625 typedef struct q_samr_open_alias_info
1626 {
1627         POLICY_HND dom_pol;
1628
1629         uint32 access_mask;         
1630         uint32 rid_alias;
1631
1632 } SAMR_Q_OPEN_ALIAS;
1633
1634
1635 /* SAMR_R_OPEN_ALIAS - probably an open */
1636 typedef struct r_samr_open_alias_info
1637 {
1638         POLICY_HND pol;       /* policy handle */
1639         NTSTATUS status;         /* return status */
1640
1641 } SAMR_R_OPEN_ALIAS;
1642
1643
1644 /* SAMR_Q_CONNECT_ANON - probably an open */
1645 typedef struct q_samr_connect_anon_info
1646 {
1647         uint32 ptr;                  /* ptr? */
1648         uint16 unknown_0;            /* 0x005c */
1649         uint16 unknown_1;            /* 0x0001 */
1650         uint32 access_mask;
1651
1652 } SAMR_Q_CONNECT_ANON;
1653
1654 /* SAMR_R_CONNECT_ANON - probably an open */
1655 typedef struct r_samr_connect_anon_info
1656 {
1657         POLICY_HND connect_pol;       /* policy handle */
1658         NTSTATUS status;         /* return status */
1659
1660 } SAMR_R_CONNECT_ANON;
1661
1662 /* SAMR_Q_CONNECT - probably an open */
1663 typedef struct q_samr_connect_info
1664 {
1665         uint32 ptr_srv_name;         /* pointer (to server name?) */
1666         UNISTR2 uni_srv_name;        /* unicode server name starting with '\\' */
1667
1668         uint32 access_mask;            
1669
1670 } SAMR_Q_CONNECT;
1671
1672
1673 /* SAMR_R_CONNECT - probably an open */
1674 typedef struct r_samr_connect_info
1675 {
1676     POLICY_HND connect_pol;       /* policy handle */
1677         NTSTATUS status;         /* return status */
1678
1679 } SAMR_R_CONNECT;
1680
1681 /* SAMR_Q_GET_DOM_PWINFO */
1682 typedef struct q_samr_get_dom_pwinfo
1683 {
1684         uint32 ptr; 
1685         UNIHDR  hdr_srv_name;
1686         UNISTR2 uni_srv_name;
1687
1688 } SAMR_Q_GET_DOM_PWINFO;
1689
1690 /* SAMR_R_GET_DOM_PWINFO */
1691 typedef struct r_samr_get_dom_pwinfo
1692 {
1693         uint16 unk_0;
1694         uint16 unk_1;
1695         uint16 unk_2;
1696         NTSTATUS status;
1697
1698 } SAMR_R_GET_DOM_PWINFO;
1699
1700 /* SAMR_ENC_PASSWD */
1701 typedef struct enc_passwd_info
1702 {
1703         uint32 ptr;
1704         uint8 pass[516];
1705
1706 } SAMR_ENC_PASSWD;
1707
1708 /* SAMR_ENC_HASH */
1709 typedef struct enc_hash_info
1710 {
1711         uint32 ptr;
1712         uint8 hash[16];
1713
1714 } SAMR_ENC_HASH;
1715
1716 /* SAMR_Q_CHGPASSWD_USER */
1717 typedef struct q_samr_chgpasswd_user_info
1718 {
1719         uint32 ptr_0;
1720
1721         UNIHDR hdr_dest_host; /* server name unicode header */
1722         UNISTR2 uni_dest_host; /* server name unicode string */
1723
1724         UNIHDR hdr_user_name;    /* username unicode string header */
1725         UNISTR2 uni_user_name;    /* username unicode string */
1726
1727         SAMR_ENC_PASSWD nt_newpass;
1728         SAMR_ENC_HASH nt_oldhash;
1729
1730         uint32 unknown; /* 0x0000 0001 */
1731
1732         SAMR_ENC_PASSWD lm_newpass;
1733         SAMR_ENC_HASH lm_oldhash;
1734
1735 } SAMR_Q_CHGPASSWD_USER;
1736
1737 /* SAMR_R_CHGPASSWD_USER */
1738 typedef struct r_samr_chgpasswd_user_info
1739 {
1740         NTSTATUS status; /* 0 == OK, C000006A (NT_STATUS_WRONG_PASSWORD) */
1741
1742 } SAMR_R_CHGPASSWD_USER;
1743
1744
1745 /* SAMR_Q_UNKNOWN_2D */
1746 typedef struct q_samr_unknown_2d_info
1747 {
1748         POLICY_HND dom_pol;   /* policy handle */
1749         DOM_SID2 sid;         /* SID */
1750
1751 } SAMR_Q_UNKNOWN_2D;
1752
1753
1754 /* SAMR_R_UNKNOWN_2D - probably an open */
1755 typedef struct r_samr_unknown_2d_info
1756 {
1757         NTSTATUS status;         /* return status */
1758
1759 } SAMR_R_UNKNOWN_2D;
1760
1761
1762
1763 /* these are from the old rpc_samr.h - they are needed while the merge
1764    is still going on */
1765 #define MAX_SAM_SIDS 15
1766
1767 /* DOM_SID3 - security id */
1768 typedef struct sid_info_3
1769 {
1770         uint16 len; /* length, bytes, including length of len :-) */
1771         /* uint8  pad[2]; */
1772         
1773         DOM_SID sid;
1774
1775 } DOM_SID3;
1776
1777 /* SAMR_Q_UNKNOWN_2E */
1778 typedef struct q_samr_unknown_2e_info
1779 {
1780         POLICY_HND domain_pol;   /* policy handle */
1781         uint16 switch_value;
1782
1783 } SAMR_Q_UNKNOWN_2E;
1784
1785 /* SAMR_R_UNKNOWN_2E */
1786 typedef struct r_samr_unknown_2e_info
1787 {
1788         uint32 ptr_0;
1789         uint16 switch_value;
1790         SAM_UNK_CTR *ctr;
1791         NTSTATUS status;         /* return status */
1792
1793 } SAMR_R_UNKNOWN_2E;
1794
1795 /* SAMR_Q_SET_DOMAIN_INFO */
1796 typedef struct q_samr_set_domain_info
1797 {
1798         POLICY_HND domain_pol;   /* policy handle */
1799         uint16 switch_value0;
1800         uint16 switch_value;
1801         SAM_UNK_CTR *ctr;
1802
1803 } SAMR_Q_SET_DOMAIN_INFO;
1804
1805 /* SAMR_R_SET_DOMAIN_INFO */
1806 typedef struct r_samr_set_domain_info
1807 {
1808         NTSTATUS status;         /* return status */
1809
1810 } SAMR_R_SET_DOMAIN_INFO;
1811
1812
1813 #endif /* _RPC_SAMR_H */
1814