r12411: Add 'net samdump keytab <keytab>'.
[samba.git] / source / include / structs.h
1 /* 
2    Unix SMB/CIFS implementation.
3
4    Copyright (C) Andrew Tridgell 2004
5    
6    This program is free software; you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation; either version 2 of the License, or
9    (at your option) any later version.
10    
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15    
16    You should have received a copy of the GNU General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21 /*
22   this file contains pre-declarations of private structures to avoid the
23   "scope is only this definition or declaration" warning
24 */
25
26 struct spoolss_EnumPrinters;
27 struct spoolss_EnumForms;
28 struct spoolss_EnumJobs;
29 struct spoolss_EnumPrinterDrivers;
30 struct spoolss_EnumPorts;
31 struct spoolss_EnumMonitors;
32 struct spoolss_EnumPrintProcessors;
33 union spoolss_PrinterInfo;
34 union spoolss_JobInfo;
35 union spoolss_DriverInfo;
36 union spoolss_FormInfo;
37 union spoolss_PortInfo;
38 union spoolss_MonitorInfo;
39 union spoolss_PrintProcessorInfo;
40
41 struct spoolss_GetPrinterData;
42 struct spoolss_SetPrinterData;
43 struct spoolss_OpenPrinterEx;
44 struct spoolss_EnumPrinterData;
45 struct spoolss_DeletePrinterData;
46 struct spoolss_AddForm;
47 struct spoolss_GetForm;
48 struct spoolss_SetForm;
49 struct spoolss_DeleteForm;
50 struct spoolss_AddPrinterDriver;
51 struct spoolss_DeletePrinterDriver;
52 struct spoolss_GetPrinterDriverDirectory;
53 struct spoolss_AddPrinter;
54 struct spoolss_GetPrinter;
55 struct spoolss_SetPrinter;
56 struct spoolss_DeletePrinter;
57 struct spoolss_GetPrinterDriver;
58 struct spoolss_EnumPrinterData;
59 struct spoolss_DeletePrinterData;
60 struct spoolss_AddForm;
61 struct spoolss_GetForm;
62 struct spoolss_SetForm;
63 struct spoolss_DeleteForm;
64 struct spoolss_AddJob;
65 struct spoolss_ScheduleJob;
66 struct spoolss_GetJob;
67 struct spoolss_SetJob;
68 struct spoolss_StartDocPrinter;
69 struct spoolss_EndDocPrinter;
70 struct spoolss_StartPagePrinter;
71 struct spoolss_EndPagePrinter;
72 struct spoolss_WritePrinter;
73 struct spoolss_ReadPrinter;
74
75 struct spoolss_DeviceMode;
76
77 struct ntptr_context;
78 struct ntptr_GenericHandle;
79
80 struct drsuapi_DsCrackNames;
81 struct drsuapi_DsNameInfo1;
82 struct drsuapi_DsReplicaObjectListItem;
83 struct drsuapi_DsReplicaObjectListItemEx;
84
85 struct DsPrivate;
86
87 struct MULTI_QI;
88 struct COSERVERINFO;
89
90
91 struct epm_floor;
92 struct epm_tower;
93
94 struct PAC_BUFFER;
95 struct PAC_DATA;
96
97 struct samr_ChangePasswordUser;
98 struct samr_OemChangePasswordUser2;
99 struct samr_ChangePasswordUser3;
100 struct samr_ChangePasswordUser2;
101 struct samr_Password;
102 struct samr_CryptPassword;
103 struct samr_CryptPasswordEx;
104 struct samr_LogonHours;
105 struct samr_DomInfo1;
106
107 struct netr_Credential;
108 struct netr_Authenticator;
109 union netr_Validation;
110 struct netr_SamBaseInfo;
111 struct netr_SamInfo3;
112 struct netr_UserSessionKey;
113 struct netr_LogonSamLogon;
114
115 struct iface_struct;
116
117 struct tm;
118 struct utimbuf;
119
120
121 struct auth_usersupplied_info;
122 struct auth_serversupplied_info;
123 struct auth_session_info;
124
125 struct creds_CredentialState;
126 struct auth_methods;
127 struct schannel_state;
128 struct spnego_data;
129 struct gensec_security;
130 struct gensec_security_ops;
131 struct gensec_ntlmssp_state;
132
133 struct asn1_data;
134
135 struct ldapsrv_call;
136 struct ldapsrv_connection;
137 struct ldap_connection;
138 struct ldap_message;
139 struct ldap_Result;
140 struct rw_buffer;
141 struct registry_context;
142 struct registry_key;
143 struct registry_value;
144 struct reg_diff_file;
145
146 struct rap_NetShareEnum;
147 struct rap_NetServerEnum2;
148
149 struct auth_context;
150 struct auth_method_context;
151
152 struct smb_signing_context;
153
154 struct smbsrv_session;
155 struct smbsrv_tcon;
156 struct smbsrv_connection;
157
158 struct smbsrv_request;
159 struct request_buffer;
160
161 struct smb2srv_request;
162 struct smb2_request_buffer;
163
164 struct ntvfs_context;
165 struct ntvfs_module_context;
166
167 struct pvfs_dir;
168 struct pvfs_filename;
169 struct pvfs_state;
170 struct pvfs_file;
171 struct pvfs_file_handle;
172
173 struct stat;
174
175 struct dcesrv_context;
176 struct dcesrv_interface;
177 struct dcesrv_connection;
178 struct dcesrv_connection_context;
179 struct dcesrv_endpoint;
180 struct dcesrv_call_state;
181 struct dcesrv_auth;
182
183 struct libnet_Join;
184 struct libnet_JoinDomain;
185 union libnet_ChangePassword;
186 union libnet_SetPassword;
187 union libnet_RemoteTOD;
188 struct libnet_RpcConnect;
189 struct libnet_CreateUser;
190 struct libnet_ListShares;
191 struct libnet_AddShare;
192 struct libnet_DelShare;
193 struct libnet_Lookup;
194 struct libnet_SamDump;
195 struct libnet_SamDump_keytab;
196 struct libnet_SamSync;
197 struct libnet_samsync_ldb;
198 struct net_functable;
199 struct net_context;
200
201 struct clilist_file_info;
202
203 struct xattr_DosEAs;
204 struct xattr_DosStreams;
205 struct xattr_NTACL;
206
207 struct test_join;
208
209 struct test_join_ads_dc;
210
211 struct netr_LMSessionKey;
212
213 struct ldb_val;
214 struct ldb_dn;
215 struct ldb_message;
216 struct ldb_context;
217 struct ldb_parse_tree;
218 struct ldb_message_element;
219 struct ldap_mod;
220
221 struct dom_sid;
222 struct security_token;
223 struct security_acl;
224 struct security_ace;
225
226 struct lsa_RightSet;
227
228 struct composite_context;
229 struct monitor_msg;
230 struct irpc_request;
231 struct rpc_request;
232
233 struct smb_composite_loadfile;
234 struct smb_composite_savefile;
235 struct smb_composite_connect;
236 struct smb_composite_connectmulti;
237 struct smb_composite_sesssetup;
238 struct smb_composite_fetchfile;
239 struct smb_composite_appendacl;
240 struct smb_composite_fsinfo;
241 struct libnet_rpc_userinfo;
242 struct libnet_rpc_useradd;
243 struct libnet_rpc_userdel;
244 struct libnet_rpc_usermod;
245 struct libnet_rpc_domain_open;
246
247 struct nbt_name;
248 struct nbt_name_packet;
249 struct nbt_name_socket;
250 struct nbt_name_query;
251 struct nbt_name_status;
252 struct nbt_name_register;
253 struct nbt_name_refresh;
254 struct nbt_name_release;
255 struct nbt_name_register_bcast;
256 struct nbt_name_refresh_wins;
257 struct nbt_name_register_wins;
258 struct nbt_name_request;
259
260 struct nbt_peer_socket;
261
262 struct nbt_dgram_packet;
263 struct nbt_dgram_socket;
264 struct dgram_mailslot_handler;
265
266 struct messaging_context;
267 struct irpc_message;
268 struct stream_connection;
269 struct task_server;
270 struct model_ops;
271 struct stream_server_ops;
272
273 struct nbtd_server;
274 struct nbtd_interface;
275 struct wins_server;
276 struct nbtd_proxy_wins_challenge;
277 struct nbtd_proxy_wins_release_demand;
278
279 struct nbt_dc_name;
280 struct wb_sid_object;
281 struct wb_dom_info;
282
283 struct cldap_socket;
284 struct cldapd_server;
285
286 struct mutex_ops;
287
288 struct ads_struct;
289
290 struct wreplsrv_service;
291 struct wreplsrv_partner;
292 struct wreplsrv_owner;
293 struct wreplsrv_in_connection;
294 struct wreplsrv_in_call;
295 struct wreplsrv_out_connection;
296 struct wreplsrv_pull_table_io;
297 struct wreplsrv_pull_names_io;
298 struct wreplsrv_pull_cycle_io;
299 struct wreplsrv_push_notify_io;
300
301 struct winsdb_record;
302
303 struct wrepl_packet;
304 struct wrepl_send_ctrl;
305 struct wrepl_associate;
306 struct wrepl_associate_stop;
307 struct wrepl_pull_table;
308 struct wrepl_pull_names;
309 struct wrepl_table;
310
311 struct arcfour_state;
312
313 struct websrv_context;
314 struct EspRequest;
315 struct PAC_LOGON_INFO;
316 struct kdc_server;
317 struct smb_krb5_context;
318
319 struct samba3_samaccount;
320 struct samba3_idmapdb;
321 struct samba3_groupdb;
322 struct samba3_winsdb_entry;
323 struct samba3_policy;
324 struct samba3_regdb;
325 struct samba3_secrets;
326 struct samba3_share_info;
327 struct samba3;
328
329 struct wbsrv_service;
330 struct wbsrv_domain;
331 struct wbsrv_protocol_ops;
332 struct wbsrv_listen_socket;
333 struct wbsrv_connection;
334 struct wbsrv_call;
335 struct wbsrv_samba3_call;
336
337 struct ldb_map_attribute;
338 struct ldb_map_objectclass;
339
340 struct param_context;
341 struct param_section;
342 struct param;
343
344 struct socket_context;
345 struct packet_context;
346
347 struct smbcli_socket;
348 struct smbcli_request;
349
350 struct _krb5_krb_auth_data;
351
352 struct smb2_request;
353 struct smb2_transport;
354 struct smb2_session;
355 struct smb2_negprot;
356 struct smb2_session_setup;
357 struct smb2_tree;
358 struct smb2_tree_connect;
359 struct smb2_create;
360 struct smb2_close;
361 struct smb2_getinfo;
362 struct smb2_setinfo;
363 struct smb2_read;
364 struct smb2_write;
365 struct smb2_find;
366 struct smb2_ioctl;
367 struct smb2_flush;
368 struct smb2_handle;
369
370 struct com_context;
371 struct IUnknown;
372 struct IUnknown_vtable;