2 Unix SMB/Netbios implementation.
4 Samba utility functions
5 Copyright (C) Andrew Tridgell 1992-1998
6 Copyright (C) Luke Kenneth Casson Leighton 1996 - 1998
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26 /****************************************************************************
27 convert a share mode to a string
28 ****************************************************************************/
29 char *get_file_mode_str(uint32 share_mode
)
33 switch ((share_mode
>>4)&0xF)
35 case DENY_NONE
: fstrcpy(mode
, "DENY_NONE "); break;
36 case DENY_ALL
: fstrcpy(mode
, "DENY_ALL "); break;
37 case DENY_DOS
: fstrcpy(mode
, "DENY_DOS "); break;
38 case DENY_READ
: fstrcpy(mode
, "DENY_READ "); break;
39 case DENY_WRITE
: fstrcpy(mode
, "DENY_WRITE "); break;
40 default : fstrcpy(mode
, "DENY_???? "); break;
43 switch (share_mode
& 0xF)
45 case 0 : fstrcat(mode
, "RDONLY"); break;
46 case 1 : fstrcat(mode
, "WRONLY"); break;
47 case 2 : fstrcat(mode
, "RDWR "); break;
48 default: fstrcat(mode
, "R??W??"); break;
54 /****************************************************************************
55 convert an oplock mode to a string
56 ****************************************************************************/
57 char *get_file_oplock_str(uint32 op_type
)
59 static fstring oplock
;
60 BOOL excl
= IS_BITS_SET_ALL(op_type
, EXCLUSIVE_OPLOCK
);
61 BOOL batch
= IS_BITS_SET_ALL(op_type
, BATCH_OPLOCK
);
65 if (excl
) fstrcat(oplock
, "EXCLUSIVE");
66 if (excl
&& batch
) fstrcat(oplock
, "+");
67 if ( batch
) fstrcat(oplock
, "BATCH");
68 if (!excl
&& !batch
) fstrcat(oplock
, "NONE");
73 /****************************************************************************
74 convert a share type enum to a string
75 ****************************************************************************/
76 char *get_share_type_str(uint32 type
)
78 static fstring typestr
;
82 case STYPE_DISKTREE
: fstrcpy(typestr
, "Disk" ); break;
83 case STYPE_PRINTQ
: fstrcpy(typestr
, "Printer"); break;
84 case STYPE_DEVICE
: fstrcpy(typestr
, "Device" ); break;
85 case STYPE_IPC
: fstrcpy(typestr
, "IPC" ); break;
86 default : fstrcpy(typestr
, "????" ); break;
91 /****************************************************************************
92 convert a server type enum to a string
93 ****************************************************************************/
94 char *get_server_type_str(uint32 type
)
96 static fstring typestr
;
98 if (type
== SV_TYPE_ALL
)
100 fstrcpy(typestr
, "All");
106 for (i
= 0; i
< 32; i
++)
108 if (IS_BITS_SET_ALL(type
, 1 << i
))
110 switch (((unsigned)1) << i
)
112 case SV_TYPE_WORKSTATION
: fstrcat(typestr
, "Wk " ); break;
113 case SV_TYPE_SERVER
: fstrcat(typestr
, "Sv " ); break;
114 case SV_TYPE_SQLSERVER
: fstrcat(typestr
, "Sql "); break;
115 case SV_TYPE_DOMAIN_CTRL
: fstrcat(typestr
, "PDC "); break;
116 case SV_TYPE_DOMAIN_BAKCTRL
: fstrcat(typestr
, "BDC "); break;
117 case SV_TYPE_TIME_SOURCE
: fstrcat(typestr
, "Tim "); break;
118 case SV_TYPE_AFP
: fstrcat(typestr
, "AFP "); break;
119 case SV_TYPE_NOVELL
: fstrcat(typestr
, "Nov "); break;
120 case SV_TYPE_DOMAIN_MEMBER
: fstrcat(typestr
, "Dom "); break;
121 case SV_TYPE_PRINTQ_SERVER
: fstrcat(typestr
, "PrQ "); break;
122 case SV_TYPE_DIALIN_SERVER
: fstrcat(typestr
, "Din "); break;
123 case SV_TYPE_SERVER_UNIX
: fstrcat(typestr
, "Unx "); break;
124 case SV_TYPE_NT
: fstrcat(typestr
, "NT " ); break;
125 case SV_TYPE_WFW
: fstrcat(typestr
, "Wfw "); break;
126 case SV_TYPE_SERVER_MFPN
: fstrcat(typestr
, "Mfp "); break;
127 case SV_TYPE_SERVER_NT
: fstrcat(typestr
, "SNT "); break;
128 case SV_TYPE_POTENTIAL_BROWSER
: fstrcat(typestr
, "PtB "); break;
129 case SV_TYPE_BACKUP_BROWSER
: fstrcat(typestr
, "BMB "); break;
130 case SV_TYPE_MASTER_BROWSER
: fstrcat(typestr
, "LMB "); break;
131 case SV_TYPE_DOMAIN_MASTER
: fstrcat(typestr
, "DMB "); break;
132 case SV_TYPE_SERVER_OSF
: fstrcat(typestr
, "OSF "); break;
133 case SV_TYPE_SERVER_VMS
: fstrcat(typestr
, "VMS "); break;
134 case SV_TYPE_WIN95_PLUS
: fstrcat(typestr
, "W95 "); break;
135 case SV_TYPE_ALTERNATE_XPORT
: fstrcat(typestr
, "Xpt "); break;
136 case SV_TYPE_LOCAL_LIST_ONLY
: fstrcat(typestr
, "Dom "); break;
137 case SV_TYPE_DOMAIN_ENUM
: fstrcat(typestr
, "Loc "); break;
141 i
= strlen(typestr
)-1;
142 if (typestr
[i
] == ' ') typestr
[i
] = 0;
148 /****************************************************************************
149 server info level 101 display function
150 ****************************************************************************/
151 void display_srv_info_101(FILE *out_hnd
, enum action_type action
,
163 fprintf(out_hnd
, "Server Info Level 101:\n");
167 case ACTION_ENUMERATE
:
172 fstrcpy(name
, dos_unistrn2(sv101
->uni_name
.buffer
, sv101
->uni_name
.uni_str_len
));
173 fstrcpy(comment
, dos_unistrn2(sv101
->uni_comment
.buffer
, sv101
->uni_comment
.uni_str_len
));
175 display_server(out_hnd
, action
, name
, sv101
->srv_type
, comment
);
177 fprintf(out_hnd
, "\tplatform_id : %d\n" , sv101
->platform_id
);
178 fprintf(out_hnd
, "\tos version : %d.%d\n" , sv101
->ver_major
, sv101
->ver_minor
);
190 /****************************************************************************
191 server info level 102 display function
192 ****************************************************************************/
193 void display_srv_info_102(FILE *out_hnd
, enum action_type action
,SRV_INFO_102
*sv102
)
204 fprintf(out_hnd
, "Server Info Level 102:\n");
208 case ACTION_ENUMERATE
:
214 fstrcpy(name
, dos_unistrn2(sv102
->uni_name
.buffer
, sv102
->uni_name
.uni_str_len
));
215 fstrcpy(comment
, dos_unistrn2(sv102
->uni_comment
.buffer
, sv102
->uni_comment
.uni_str_len
));
216 fstrcpy(usr_path
, dos_unistrn2(sv102
->uni_usr_path
.buffer
, sv102
->uni_usr_path
.uni_str_len
));
218 display_server(out_hnd
, action
, name
, sv102
->srv_type
, comment
);
220 fprintf(out_hnd
, "\tplatform_id : %d\n" , sv102
->platform_id
);
221 fprintf(out_hnd
, "\tos version : %d.%d\n" , sv102
->ver_major
, sv102
->ver_minor
);
223 fprintf(out_hnd
, "\tusers : %x\n" , sv102
->users
);
224 fprintf(out_hnd
, "\tdisc, hidden : %x,%x\n" , sv102
->disc
, sv102
->hidden
);
225 fprintf(out_hnd
, "\tannounce, delta : %d, %d\n", sv102
->announce
, sv102
->ann_delta
);
226 fprintf(out_hnd
, "\tlicenses : %d\n" , sv102
->licenses
);
227 fprintf(out_hnd
, "\tuser path : %s\n" , usr_path
);
238 /****************************************************************************
239 server info container display function
240 ****************************************************************************/
241 void display_srv_info_ctr(FILE *out_hnd
, enum action_type action
,SRV_INFO_CTR
*ctr
)
243 if (ctr
== NULL
|| ctr
->ptr_srv_ctr
== 0)
245 fprintf(out_hnd
, "Server Information: unavailable due to an error\n");
249 switch (ctr
->switch_value
)
253 display_srv_info_101(out_hnd
, action
, &(ctr
->srv
.sv101
));
258 display_srv_info_102(out_hnd
, action
, &(ctr
->srv
.sv102
));
263 fprintf(out_hnd
, "Server Information: Unknown Info Level\n");
269 /****************************************************************************
270 connection info level 0 display function
271 ****************************************************************************/
272 void display_conn_info_0(FILE *out_hnd
, enum action_type action
,
284 fprintf(out_hnd
, "Connection Info Level 0:\n");
288 case ACTION_ENUMERATE
:
290 fprintf(out_hnd
, "\tid: %d\n", info0
->id
);
296 fprintf(out_hnd
, "\n");
303 /****************************************************************************
304 connection info level 1 display function
305 ****************************************************************************/
306 void display_conn_info_1(FILE *out_hnd
, enum action_type action
,
307 CONN_INFO_1
*info1
, CONN_INFO_1_STR
*str1
)
309 if (info1
== NULL
|| str1
== NULL
)
318 fprintf(out_hnd
, "Connection Info Level 1:\n");
322 case ACTION_ENUMERATE
:
327 fstrcpy(usr_name
, dos_unistrn2(str1
->uni_usr_name
.buffer
, str1
->uni_usr_name
.uni_str_len
));
328 fstrcpy(net_name
, dos_unistrn2(str1
->uni_net_name
.buffer
, str1
->uni_net_name
.uni_str_len
));
330 fprintf(out_hnd
, "\tid : %d\n", info1
->id
);
331 fprintf(out_hnd
, "\ttype : %s\n", get_share_type_str(info1
->type
));
332 fprintf(out_hnd
, "\tnum_opens: %d\n", info1
->num_opens
);
333 fprintf(out_hnd
, "\tnum_users: %d\n", info1
->num_users
);
334 fprintf(out_hnd
, "\topen_time: %d\n", info1
->open_time
);
336 fprintf(out_hnd
, "\tuser name: %s\n", usr_name
);
337 fprintf(out_hnd
, "\tnet name: %s\n", net_name
);
343 fprintf(out_hnd
, "\n");
350 /****************************************************************************
351 connection info level 0 container display function
352 ****************************************************************************/
353 void display_srv_conn_info_0_ctr(FILE *out_hnd
, enum action_type action
,
354 SRV_CONN_INFO_0
*ctr
)
358 fprintf(out_hnd
, "display_srv_conn_info_0_ctr: unavailable due to an internal error\n");
368 case ACTION_ENUMERATE
:
372 for (i
= 0; i
< ctr
->num_entries_read
; i
++)
374 display_conn_info_0(out_hnd
, ACTION_HEADER
, &(ctr
->info_0
[i
]));
375 display_conn_info_0(out_hnd
, ACTION_ENUMERATE
, &(ctr
->info_0
[i
]));
376 display_conn_info_0(out_hnd
, ACTION_FOOTER
, &(ctr
->info_0
[i
]));
387 /****************************************************************************
388 connection info level 1 container display function
389 ****************************************************************************/
390 void display_srv_conn_info_1_ctr(FILE *out_hnd
, enum action_type action
,
391 SRV_CONN_INFO_1
*ctr
)
395 fprintf(out_hnd
, "display_srv_conn_info_1_ctr: unavailable due to an internal error\n");
405 case ACTION_ENUMERATE
:
409 for (i
= 0; i
< ctr
->num_entries_read
; i
++)
411 display_conn_info_1(out_hnd
, ACTION_HEADER
, &(ctr
->info_1
[i
]), &(ctr
->info_1_str
[i
]));
412 display_conn_info_1(out_hnd
, ACTION_ENUMERATE
, &(ctr
->info_1
[i
]), &(ctr
->info_1_str
[i
]));
413 display_conn_info_1(out_hnd
, ACTION_FOOTER
, &(ctr
->info_1
[i
]), &(ctr
->info_1_str
[i
]));
424 /****************************************************************************
425 connection info container display function
426 ****************************************************************************/
427 void display_srv_conn_info_ctr(FILE *out_hnd
, enum action_type action
,
428 SRV_CONN_INFO_CTR
*ctr
)
430 if (ctr
== NULL
|| ctr
->ptr_conn_ctr
== 0)
432 fprintf(out_hnd
, "display_srv_conn_info_ctr: unavailable due to an internal error\n");
436 switch (ctr
->switch_value
)
440 display_srv_conn_info_0_ctr(out_hnd
, action
,
446 display_srv_conn_info_1_ctr(out_hnd
, action
,
452 fprintf(out_hnd
, "display_srv_conn_info_ctr: Unknown Info Level\n");
459 /****************************************************************************
460 share info level 1 display function
461 ****************************************************************************/
462 void display_share_info_1(FILE *out_hnd
, enum action_type action
,
463 SRV_SHARE_INFO_1
*info1
)
474 fprintf(out_hnd
, "Share Info Level 1:\n");
478 case ACTION_ENUMERATE
:
483 fstrcpy(net_name
, dos_unistrn2(info1
->info_1_str
.uni_netname
.buffer
, info1
->info_1_str
.uni_netname
.uni_str_len
));
484 fstrcpy(remark
, dos_unistrn2(info1
->info_1_str
.uni_remark
.buffer
, info1
->info_1_str
.uni_remark
.uni_str_len
));
486 display_share(out_hnd
, action
, net_name
, info1
->info_1
.type
, remark
);
492 fprintf(out_hnd
, "\n");
499 /****************************************************************************
500 share info level 2 display function
501 ****************************************************************************/
502 void display_share_info_2(FILE *out_hnd
, enum action_type action
,
503 SRV_SHARE_INFO_2
*info2
)
514 fprintf(out_hnd
, "Share Info Level 2:\n");
518 case ACTION_ENUMERATE
:
525 fstrcpy(net_name
, dos_unistrn2(info2
->info_2_str
.uni_netname
.buffer
, info2
->info_2_str
.uni_netname
.uni_str_len
));
526 fstrcpy(remark
, dos_unistrn2(info2
->info_2_str
.uni_remark
.buffer
, info2
->info_2_str
.uni_remark
.uni_str_len
));
527 fstrcpy(path
, dos_unistrn2(info2
->info_2_str
.uni_path
.buffer
, info2
->info_2_str
.uni_path
.uni_str_len
));
528 fstrcpy(passwd
, dos_unistrn2(info2
->info_2_str
.uni_passwd
.buffer
, info2
->info_2_str
.uni_passwd
.uni_str_len
));
530 display_share2(out_hnd
, action
, net_name
,
531 info2
->info_2
.type
, remark
, info2
->info_2
.perms
,
532 info2
->info_2
.max_uses
, info2
->info_2
.num_uses
,
539 fprintf(out_hnd
, "\n");
546 /****************************************************************************
547 share info container display function
548 ****************************************************************************/
549 void display_srv_share_info_ctr(FILE *out_hnd
, enum action_type action
,
550 SRV_SHARE_INFO_CTR
*ctr
)
554 fprintf(out_hnd
, "display_srv_share_info_ctr: unavailable due to an internal error\n");
564 case ACTION_ENUMERATE
:
568 for (i
= 0; i
< ctr
->num_entries
; i
++)
570 switch (ctr
->info_level
) {
572 display_share_info_1(out_hnd
, ACTION_HEADER
, &(ctr
->share
.info1
[i
]));
573 display_share_info_1(out_hnd
, ACTION_ENUMERATE
, &(ctr
->share
.info1
[i
]));
574 display_share_info_1(out_hnd
, ACTION_FOOTER
, &(ctr
->share
.info1
[i
]));
577 display_share_info_2(out_hnd
, ACTION_HEADER
, &(ctr
->share
.info2
[i
]));
578 display_share_info_2(out_hnd
, ACTION_ENUMERATE
, &(ctr
->share
.info2
[i
]));
579 display_share_info_2(out_hnd
, ACTION_FOOTER
, &(ctr
->share
.info2
[i
]));
582 fprintf(out_hnd
, "display_srv_share_info_ctr: Unknown Info Level\n");
595 /****************************************************************************
596 file info level 3 display function
597 ****************************************************************************/
598 void display_file_info_3(FILE *out_hnd
, enum action_type action
,
599 FILE_INFO_3
*info3
, FILE_INFO_3_STR
*str3
)
601 if (info3
== NULL
|| str3
== NULL
)
610 fprintf(out_hnd
, "File Info Level 3:\n");
614 case ACTION_ENUMERATE
:
619 fstrcpy(path_name
, dos_unistrn2(str3
->uni_path_name
.buffer
, str3
->uni_path_name
.uni_str_len
));
620 fstrcpy(user_name
, dos_unistrn2(str3
->uni_user_name
.buffer
, str3
->uni_user_name
.uni_str_len
));
622 fprintf(out_hnd
, "\tid : %d\n", info3
->id
);
623 fprintf(out_hnd
, "\tperms : %s\n", get_file_mode_str(info3
->perms
));
624 fprintf(out_hnd
, "\tnum_locks: %d\n", info3
->num_locks
);
626 fprintf(out_hnd
, "\tpath name: %s\n", path_name
);
627 fprintf(out_hnd
, "\tuser name: %s\n", user_name
);
633 fprintf(out_hnd
, "\n");
640 /****************************************************************************
641 file info level 3 container display function
642 ****************************************************************************/
643 void display_srv_file_info_3_ctr(FILE *out_hnd
, enum action_type action
,
644 SRV_FILE_INFO_3
*ctr
)
648 fprintf(out_hnd
, "display_srv_file_info_3_ctr: unavailable due to an internal error\n");
658 case ACTION_ENUMERATE
:
662 for (i
= 0; i
< ctr
->num_entries_read
; i
++)
664 display_file_info_3(out_hnd
, ACTION_HEADER
, &(ctr
->info_3
[i
]), &(ctr
->info_3_str
[i
]));
665 display_file_info_3(out_hnd
, ACTION_ENUMERATE
, &(ctr
->info_3
[i
]), &(ctr
->info_3_str
[i
]));
666 display_file_info_3(out_hnd
, ACTION_FOOTER
, &(ctr
->info_3
[i
]), &(ctr
->info_3_str
[i
]));
677 /****************************************************************************
678 file info container display function
679 ****************************************************************************/
680 void display_srv_file_info_ctr(FILE *out_hnd
, enum action_type action
,
681 SRV_FILE_INFO_CTR
*ctr
)
683 if (ctr
== NULL
|| ctr
->ptr_file_ctr
== 0)
685 fprintf(out_hnd
, "display_srv_file_info_ctr: unavailable due to an internal error\n");
689 switch (ctr
->switch_value
)
693 display_srv_file_info_3_ctr(out_hnd
, action
,
699 fprintf(out_hnd
, "display_srv_file_info_ctr: Unknown Info Level\n");
705 /****************************************************************************
706 print browse connection on a host
707 ****************************************************************************/
708 void display_server(FILE *out_hnd
, enum action_type action
,
709 char *sname
, uint32 type
, char *comment
)
717 case ACTION_ENUMERATE
:
719 fprintf(out_hnd
, "\t%-15.15s%-20s %s\n",
720 sname
, get_server_type_str(type
), comment
);
730 /****************************************************************************
731 print shares on a host
732 ****************************************************************************/
733 void display_share(FILE *out_hnd
, enum action_type action
,
734 char *sname
, uint32 type
, char *comment
)
742 case ACTION_ENUMERATE
:
744 fprintf(out_hnd
, "\t%-15.15s%-10.10s%s\n",
745 sname
, get_share_type_str(type
), comment
);
756 /****************************************************************************
757 print shares on a host, level 2
758 ****************************************************************************/
759 void display_share2(FILE *out_hnd
, enum action_type action
,
760 char *sname
, uint32 type
, char *comment
,
761 uint32 perms
, uint32 max_uses
, uint32 num_uses
,
762 char *path
, char *passwd
)
770 case ACTION_ENUMERATE
:
772 fprintf(out_hnd
, "\t%-15.15s%-10.10s%s %x %x %x %s %s\n",
773 sname
, get_share_type_str(type
), comment
,
774 perms
, max_uses
, num_uses
, path
, passwd
);
785 /****************************************************************************
787 ****************************************************************************/
788 void display_name(FILE *out_hnd
, enum action_type action
,
797 case ACTION_ENUMERATE
:
799 fprintf(out_hnd
, "\t%-21.21s\n", sname
);
810 /****************************************************************************
811 display group rid info
812 ****************************************************************************/
813 void display_group_rid_info(FILE *out_hnd
, enum action_type action
,
814 uint32 num_gids
, DOM_GID
*gid
)
822 fprintf(out_hnd
, "\tNo Groups\n");
826 fprintf(out_hnd
, "\tGroup Info\n");
827 fprintf(out_hnd
, "\t----------\n");
831 case ACTION_ENUMERATE
:
835 for (i
= 0; i
< num_gids
; i
++)
837 fprintf(out_hnd
, "\tGroup RID: %8x attr: %x\n",
838 gid
[i
].g_rid
, gid
[i
].attr
);
845 fprintf(out_hnd
, "\n");
852 /****************************************************************************
853 display alias name info
854 ****************************************************************************/
855 void display_alias_name_info(FILE *out_hnd
, enum action_type action
,
856 uint32 num_aliases
, fstring
*alias_name
, uint32
*num_als_usrs
)
862 if (num_aliases
== 0)
864 fprintf(out_hnd
, "\tNo Aliases\n");
868 fprintf(out_hnd
, "\tAlias Names\n");
869 fprintf(out_hnd
, "\t----------- \n");
873 case ACTION_ENUMERATE
:
877 for (i
= 0; i
< num_aliases
; i
++)
879 fprintf(out_hnd
, "\tAlias Name: %s Attributes: %3d\n",
880 alias_name
[i
], num_als_usrs
[i
]);
887 fprintf(out_hnd
, "\n");
894 /****************************************************************************
895 display sam_user_info_21 structure
896 ****************************************************************************/
897 void display_sam_user_info_21(FILE *out_hnd
, enum action_type action
, SAM_USER_INFO_21
*usr
)
903 fprintf(out_hnd
, "\tUser Info, Level 0x15\n");
904 fprintf(out_hnd
, "\t---------------------\n");
908 case ACTION_ENUMERATE
:
910 fprintf(out_hnd
, "\t\tUser Name : %s\n", dos_unistrn2(usr
->uni_user_name
.buffer
, usr
->uni_user_name
.uni_str_len
)); /* username unicode string */
911 fprintf(out_hnd
, "\t\tFull Name : %s\n", dos_unistrn2(usr
->uni_full_name
.buffer
, usr
->uni_full_name
.uni_str_len
)); /* user's full name unicode string */
912 fprintf(out_hnd
, "\t\tHome Drive : %s\n", dos_unistrn2(usr
->uni_home_dir
.buffer
, usr
->uni_home_dir
.uni_str_len
)); /* home directory unicode string */
913 fprintf(out_hnd
, "\t\tDir Drive : %s\n", dos_unistrn2(usr
->uni_dir_drive
.buffer
, usr
->uni_dir_drive
.uni_str_len
)); /* home directory drive unicode string */
914 fprintf(out_hnd
, "\t\tProfile Path: %s\n", dos_unistrn2(usr
->uni_profile_path
.buffer
, usr
->uni_profile_path
.uni_str_len
)); /* profile path unicode string */
915 fprintf(out_hnd
, "\t\tLogon Script: %s\n", dos_unistrn2(usr
->uni_logon_script
.buffer
, usr
->uni_logon_script
.uni_str_len
)); /* logon script unicode string */
916 fprintf(out_hnd
, "\t\tDescription : %s\n", dos_unistrn2(usr
->uni_acct_desc
.buffer
, usr
->uni_acct_desc
.uni_str_len
)); /* user description unicode string */
917 fprintf(out_hnd
, "\t\tWorkstations: %s\n", dos_unistrn2(usr
->uni_workstations
.buffer
, usr
->uni_workstations
.uni_str_len
)); /* workstaions unicode string */
918 fprintf(out_hnd
, "\t\tUnknown Str : %s\n", dos_unistrn2(usr
->uni_unknown_str
.buffer
, usr
->uni_unknown_str
.uni_str_len
)); /* unknown string unicode string */
919 fprintf(out_hnd
, "\t\tRemote Dial : %s\n", dos_unistrn2(usr
->uni_munged_dial
.buffer
, usr
->uni_munged_dial
.uni_str_len
)); /* munged remote access unicode string */
921 fprintf(out_hnd
, "\t\tLogon Time : %s\n", http_timestring(nt_time_to_unix(&(usr
->logon_time
))));
922 fprintf(out_hnd
, "\t\tLogoff Time : %s\n", http_timestring(nt_time_to_unix(&(usr
->logoff_time
))));
923 fprintf(out_hnd
, "\t\tKickoff Time : %s\n", http_timestring(nt_time_to_unix(&(usr
->kickoff_time
))));
924 fprintf(out_hnd
, "\t\tPassword last set Time : %s\n", http_timestring(nt_time_to_unix(&(usr
->pass_last_set_time
))));
925 fprintf(out_hnd
, "\t\tPassword can change Time : %s\n", http_timestring(nt_time_to_unix(&(usr
->pass_can_change_time
))));
926 fprintf(out_hnd
, "\t\tPassword must change Time: %s\n", http_timestring(nt_time_to_unix(&(usr
->pass_must_change_time
))));
928 fprintf(out_hnd
, "\t\tunknown_2[0..31]...\n"); /* user passwords? */
930 fprintf(out_hnd
, "\t\tuser_rid : %x\n" , usr
->user_rid
); /* User ID */
931 fprintf(out_hnd
, "\t\tgroup_rid: %x\n" , usr
->group_rid
); /* Group ID */
932 fprintf(out_hnd
, "\t\tacb_info : %04x\n", usr
->acb_info
); /* Account Control Info */
934 fprintf(out_hnd
, "\t\tunknown_3: %08x\n", usr
->unknown_3
); /* 0x00ff ffff */
935 fprintf(out_hnd
, "\t\tlogon_divs: %d\n", usr
->logon_divs
); /* 0x0000 00a8 which is 168 which is num hrs in a week */
936 fprintf(out_hnd
, "\t\tunknown_5: %08x\n", usr
->unknown_5
); /* 0x0002 0000 */
938 fprintf(out_hnd
, "\t\tpadding1[0..7]...\n");
940 if (usr
->ptr_logon_hrs
)
942 fprintf(out_hnd
, "\t\tlogon_hrs[0..%d]...\n", usr
->logon_hrs
.len
);
949 fprintf(out_hnd
, "\n");
956 /****************************************************************************
957 convert a security permissions into a string
958 ****************************************************************************/
959 char *get_sec_mask_str(uint32 type
)
961 static fstring typestr
;
966 case SEC_RIGHTS_FULL_CONTROL
:
968 fstrcpy(typestr
, "Full Control");
972 case SEC_RIGHTS_READ
:
974 fstrcpy(typestr
, "Read");
984 for (i
= 0; i
< 32; i
++)
986 if (IS_BITS_SET_ALL(type
, 1 << i
))
988 switch (((unsigned)1) << i
)
990 case SEC_RIGHTS_QUERY_VALUE
: fstrcat(typestr
, "Query " ); break;
991 case SEC_RIGHTS_SET_VALUE
: fstrcat(typestr
, "Set " ); break;
992 case SEC_RIGHTS_CREATE_SUBKEY
: fstrcat(typestr
, "Create "); break;
993 case SEC_RIGHTS_ENUM_SUBKEYS
: fstrcat(typestr
, "Enum "); break;
994 case SEC_RIGHTS_NOTIFY
: fstrcat(typestr
, "Notify "); break;
995 case SEC_RIGHTS_CREATE_LINK
: fstrcat(typestr
, "CreateLink "); break;
996 case SEC_RIGHTS_DELETE
: fstrcat(typestr
, "Delete "); break;
997 case SEC_RIGHTS_READ_CONTROL
: fstrcat(typestr
, "ReadControl "); break;
998 case SEC_RIGHTS_WRITE_DAC
: fstrcat(typestr
, "WriteDAC "); break;
999 case SEC_RIGHTS_WRITE_OWNER
: fstrcat(typestr
, "WriteOwner "); break;
1005 /* remaining bits get added on as-is */
1009 slprintf(tmp
, sizeof(tmp
)-1, "[%08x]", type
);
1010 fstrcat(typestr
, tmp
);
1013 /* remove last space */
1014 i
= strlen(typestr
)-1;
1015 if (typestr
[i
] == ' ') typestr
[i
] = 0;
1020 /****************************************************************************
1021 display sec_access structure
1022 ****************************************************************************/
1023 void display_sec_access(FILE *out_hnd
, enum action_type action
, SEC_ACCESS
*info
)
1031 case ACTION_ENUMERATE
:
1033 fprintf(out_hnd
, "\t\tPermissions: %s\n",
1034 get_sec_mask_str(info
->mask
));
1043 /****************************************************************************
1044 display sec_ace structure
1045 ****************************************************************************/
1046 void display_sec_ace(FILE *out_hnd
, enum action_type action
, SEC_ACE
*ace
)
1052 fprintf(out_hnd
, "\tACE\n");
1055 case ACTION_ENUMERATE
:
1059 display_sec_access(out_hnd
, ACTION_HEADER
, &ace
->info
);
1060 display_sec_access(out_hnd
, ACTION_ENUMERATE
, &ace
->info
);
1061 display_sec_access(out_hnd
, ACTION_FOOTER
, &ace
->info
);
1063 sid_to_string(sid_str
, &ace
->sid
);
1064 fprintf(out_hnd
, "\t\tSID: %s\n", sid_str
);
1073 /****************************************************************************
1074 display sec_acl structure
1075 ****************************************************************************/
1076 void display_sec_acl(FILE *out_hnd
, enum action_type action
, SEC_ACL
*sec_acl
)
1082 fprintf(out_hnd
, "\tACL\tNum ACEs:\t%d\trevision:\t%x\n",
1083 sec_acl
->num_aces
, sec_acl
->revision
);
1084 fprintf(out_hnd
, "\t---\n");
1088 case ACTION_ENUMERATE
:
1090 if (sec_acl
->size
!= 0 && sec_acl
->num_aces
!= 0)
1093 for (i
= 0; i
< sec_acl
->num_aces
; i
++)
1095 display_sec_ace(out_hnd
, ACTION_HEADER
, &sec_acl
->ace_list
[i
]);
1096 display_sec_ace(out_hnd
, ACTION_ENUMERATE
, &sec_acl
->ace_list
[i
]);
1097 display_sec_ace(out_hnd
, ACTION_FOOTER
, &sec_acl
->ace_list
[i
]);
1105 fprintf(out_hnd
, "\n");
1111 /****************************************************************************
1112 display sec_desc structure
1113 ****************************************************************************/
1114 void display_sec_desc(FILE *out_hnd
, enum action_type action
, SEC_DESC
*sec
)
1120 fprintf(out_hnd
, "\tSecurity Descriptor\trevision:\t%x\ttype:\t%x\n",
1121 sec
->revision
, sec
->type
);
1122 fprintf(out_hnd
, "\t-------------------\n");
1126 case ACTION_ENUMERATE
:
1130 if (sec
->off_sacl
!= 0)
1132 display_sec_acl(out_hnd
, ACTION_HEADER
, sec
->sacl
);
1133 display_sec_acl(out_hnd
, ACTION_ENUMERATE
, sec
->sacl
);
1134 display_sec_acl(out_hnd
, ACTION_FOOTER
, sec
->sacl
);
1136 if (sec
->off_dacl
!= 0)
1138 display_sec_acl(out_hnd
, ACTION_HEADER
, sec
->dacl
);
1139 display_sec_acl(out_hnd
, ACTION_ENUMERATE
, sec
->dacl
);
1140 display_sec_acl(out_hnd
, ACTION_FOOTER
, sec
->dacl
);
1142 if (sec
->off_owner_sid
!= 0)
1144 sid_to_string(sid_str
, sec
->owner_sid
);
1145 fprintf(out_hnd
, "\tOwner SID:\t%s\n", sid_str
);
1147 if (sec
->off_grp_sid
!= 0)
1149 sid_to_string(sid_str
, sec
->grp_sid
);
1150 fprintf(out_hnd
, "\tParent SID:\t%s\n", sid_str
);
1157 fprintf(out_hnd
, "\n");
1163 /****************************************************************************
1164 convert a security permissions into a string
1165 ****************************************************************************/
1166 char *get_reg_val_type_str(uint32 type
)
1168 static fstring typestr
;
1174 fstrcpy(typestr
, "string");
1180 fstrcpy(typestr
, "bytes");
1186 fstrcpy(typestr
, "uint32");
1192 fstrcpy(typestr
, "multi");
1200 slprintf(typestr
, sizeof(typestr
)-1, "[%d]", type
);
1205 static void print_reg_value(FILE *out_hnd
, char *val_name
, uint32 val_type
, BUFFER2
*value
)
1208 fstrcpy(type
, get_reg_val_type_str(val_type
));
1212 case 0x01: /* unistr */
1214 fprintf(out_hnd
,"\t%s:\t%s:\t%s\n", val_name
, type
, dos_buffer2_to_str(value
));
1218 default: /* unknown */
1219 case 0x03: /* bytes */
1221 if (value
->buf_len
<= 8)
1223 fprintf(out_hnd
,"\t%s:\t%s:\t", val_name
, type
);
1224 out_data(out_hnd
, (char*)value
->buffer
, value
->buf_len
, 8);
1228 fprintf(out_hnd
,"\t%s:\t%s:\n", val_name
, type
);
1229 out_data(out_hnd
, (char*)value
->buffer
, value
->buf_len
, 16);
1234 case 0x04: /* uint32 */
1236 fprintf(out_hnd
,"\t%s:\t%s: 0x%08x\n", val_name
, type
, buffer2_to_uint32(value
));
1240 case 0x07: /* multiunistr */
1242 fprintf(out_hnd
,"\t%s:\t%s:\t%s\n", val_name
, type
, dos_buffer2_to_multistr(value
));
1248 /****************************************************************************
1250 ****************************************************************************/
1251 void display_reg_value_info(FILE *out_hnd
, enum action_type action
,
1252 char *val_name
, uint32 val_type
, BUFFER2
*value
)
1260 case ACTION_ENUMERATE
:
1262 print_reg_value(out_hnd
, val_name
, val_type
, value
);
1272 /****************************************************************************
1274 ****************************************************************************/
1275 void display_reg_key_info(FILE *out_hnd
, enum action_type action
,
1276 char *key_name
, time_t key_mod_time
)
1284 case ACTION_ENUMERATE
:
1286 fprintf(out_hnd
, "\t%s\t(%s)\n",
1287 key_name
, http_timestring(key_mod_time
));
1297 #if COPY_THIS_TEMPLATE
1298 /****************************************************************************
1300 ****************************************************************************/
1301 void display_(FILE *out_hnd
, enum action_type action
, *)
1307 fprintf(out_hnd
, "\t\n");
1308 fprintf(out_hnd
, "\t-------------------\n");
1312 case ACTION_ENUMERATE
:
1318 fprintf(out_hnd
, "\n");