r5108: the beginnings of a nbtd server for Samba4. Currently just displays
[sfrench/samba-autobuild/.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 union spoolss_PrinterInfo;
27 union spoolss_FormInfo;
28 union spoolss_JobInfo;
29 union spoolss_DriverInfo;
30 union spoolss_PortInfo;
31
32 struct MULTI_QI;
33 struct COSERVERINFO;
34
35
36 struct epm_floor;
37 struct epm_tower;
38
39 struct drsuapi_DsCrackNames;
40
41 struct samr_ChangePasswordUser;
42 struct samr_OemChangePasswordUser2;
43 struct samr_ChangePasswordUser3;
44 struct samr_ChangePasswordUser2;
45 struct samr_Password;
46 struct samr_CryptPassword;
47 struct samr_CryptPasswordEx;
48 struct samr_LogonHours;
49
50 struct netr_Credential;
51 struct netr_Authenticator;
52 union netr_Validation;
53
54 struct iface_struct;
55
56 struct tm;
57 struct utimbuf;
58
59
60 struct auth_usersupplied_info;
61 struct auth_serversupplied_info;
62 struct auth_session_info;
63
64 struct creds_CredentialState;
65 struct ntlmssp_state;
66 struct auth_methods;
67 struct schannel_state;
68 struct spnego_data;
69 struct gensec_security;
70 typedef NTSTATUS (*gensec_password_callback)(struct gensec_security *gensec_security, TALLOC_CTX *mem_ctx, 
71                                              char **password);
72
73 struct asn1_data;
74
75 struct ldapsrv_call;
76 struct ldapsrv_connection;
77 struct rw_buffer;
78 struct registry_context;
79 struct registry_key;
80 struct registry_value;
81
82 struct rap_NetShareEnum;
83 struct rap_NetServerEnum2;
84
85 struct smbsrv_request;
86 struct smbsrv_tcon;
87 struct smb_signing_context;
88 struct smbsrv_connection;
89 struct auth_context;
90 struct auth_method_context;
91 struct request_buffer;
92
93 struct pvfs_dir;
94 struct pvfs_filename;
95 struct pvfs_state;
96 struct pvfs_file;
97 struct pvfs_file_handle;
98
99 struct dcesrv_context;
100 struct dcesrv_interface;
101 struct dcesrv_connection;
102 struct dcesrv_connection_context;
103 struct dcesrv_endpoint;
104 struct dcesrv_call_state;
105 struct dcesrv_auth;
106
107 union libnet_Join;
108 union libnet_JoinDomain;
109 union libnet_ChangePassword;
110 union libnet_SetPassword;
111 union libnet_find_pdc;
112 union libnet_rpc_connect;
113 union libnet_RemoteTOD;
114 union libnet_JoinDomain;
115 struct net_functable;
116 struct net_context;
117
118 struct clilist_file_info;
119
120 struct xattr_DosEAs;
121 struct xattr_DosStreams;
122 struct xattr_NTACL;
123
124 struct test_join;
125
126 struct test_join_ads_dc;
127
128 struct netr_LMSessionKey;
129
130 struct ldb_message;
131
132 struct dom_sid;
133 struct security_token;
134 struct security_acl;
135 struct security_ace;
136
137 struct lsa_RightSet;
138
139 struct ldb_val;
140
141 struct smbcli_composite;
142 struct smb_composite_loadfile;
143 struct smb_composite_savefile;
144 struct smb_composite_connect;
145 struct smb_composite_sesssetup;
146 struct smb_composite_fetchfile;
147
148 struct nbt_name;
149 struct nbt_name_packet;
150 struct nbt_name_socket;
151 struct nbt_name_query;
152 struct nbt_name_status;
153
154
155 struct messaging_context;
156 struct stream_connection;
157 struct task_server;
158 struct model_ops;
159 struct stream_server_ops;
160
161 struct nbt_server;