2 Unix SMB/Netbios implementation.
4 SMB parameters and setup
5 Copyright (C) Andrew Tridgell 1992-1998
6 Copyright (C) Luke Kenneth Casson Leighton 1996-1998
7 Copyright (C) Jeremy Allison 1998
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.
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.
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.
27 struct tar_client_info
49 /************* \PIPE\NETLOGON stuff ******************/
58 NET_USER_INFO_3 user_info3
;
60 /************** \PIPE\winreg stuff ********************/
62 POLICY_HND reg_pol_connect
;
64 /************** \PIPE\lsarpc stuff ********************/
66 POLICY_HND lsa_info_pol
;
72 /* domain controller */
76 /************** \PIPE\samr stuff ********************/
78 POLICY_HND samr_pol_connect
;
79 POLICY_HND samr_pol_open_domain
;
80 POLICY_HND samr_pol_open_user
;
82 struct acct_info
*sam
;
88 struct in_addr dest_ip
;
107 int put_total_time_ms
;
109 int get_total_time_ms
;
118 struct tar_client_info tar
;
119 struct nt_client_info dom
;
122 enum action_type
{ACTION_HEADER
, ACTION_ENUMERATE
, ACTION_FOOTER
};
124 #endif /* _RPCCLIENT_H */