s3:smbd: create a connection_struct in SMB2 Tree Connect
[metze/samba/wip.git] / source3 / smbd / globals.h
1 /*
2    Unix SMB/Netbios implementation.
3    smbd globals
4    Copyright (C) Stefan Metzmacher 2009
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 3 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, see <http://www.gnu.org/licenses/>.
18 */
19
20 #if defined(WITH_AIO)
21 struct aio_extra;
22 extern struct aio_extra *aio_list_head;
23 extern struct tevent_signal *aio_signal_event;
24 extern int aio_pending_size;
25 extern int outstanding_aio_calls;
26 #endif
27
28 /* dlink list we store pending lock records on. */
29 extern struct blocking_lock_record *blocking_lock_queue;
30
31 /* dlink list we move cancelled lock records onto. */
32 extern struct blocking_lock_record *blocking_lock_cancelled_queue;
33
34 /* The event that makes us process our blocking lock queue */
35 extern struct timed_event *brl_timeout;
36
37 extern bool blocking_lock_unlock_state;
38 extern bool blocking_lock_cancel_state;
39
40 #ifdef USE_DMAPI
41 struct smbd_dmapi_context;
42 extern struct smbd_dmapi_context *dmapi_ctx;
43 #endif
44
45 extern bool dfree_broken;
46
47 extern struct bitmap *dptr_bmap;
48 //struct dptr_struct;
49 extern struct dptr_struct *dirptrs;
50 extern int dirhandles_open;
51
52 /* how many write cache buffers have been allocated */
53 extern unsigned int allocated_write_caches;
54
55 extern int real_max_open_files;
56 extern struct bitmap *file_bmap;
57 extern files_struct *Files;
58 extern int files_used;
59 /* A singleton cache to speed up searching by dev/inode. */
60 struct fsp_singleton_cache {
61         files_struct *fsp;
62         struct file_id id;
63 };
64 extern struct fsp_singleton_cache fsp_fi_cache;
65 extern unsigned long file_gen_counter;
66 extern int first_file;
67
68 extern const struct mangle_fns *mangle_fns;
69
70 extern unsigned char *chartest;
71 extern TDB_CONTEXT *tdb_mangled_cache;
72
73 /* these tables are used to provide fast tests for characters */
74 extern unsigned char char_flags[256];
75 /*
76   this determines how many characters are used from the original filename
77   in the 8.3 mangled name. A larger value leads to a weaker hash and more collisions.
78   The largest possible value is 6.
79 */
80 extern unsigned mangle_prefix;
81 extern unsigned char base_reverse[256];
82
83 extern char *last_from;
84 extern char *last_to;
85
86 struct msg_state;
87 extern struct msg_state *smbd_msg_state;
88
89 extern bool logged_ioctl_message;
90
91 extern int trans_num;
92
93 extern pid_t mypid;
94 extern time_t last_smb_conf_reload_time;
95 extern time_t last_printer_reload_time;
96 /****************************************************************************
97  structure to hold a linked list of queued messages.
98  for processing.
99 ****************************************************************************/
100 struct pending_message_list;
101 extern struct pending_message_list *deferred_open_queue;
102 extern uint32_t common_flags2;
103
104 struct smb_srv_trans_enc_ctx;
105 extern struct smb_srv_trans_enc_ctx *partial_srv_trans_enc_ctx;
106 extern struct smb_srv_trans_enc_ctx *srv_trans_enc_ctx;
107
108 struct sec_ctx {
109         UNIX_USER_TOKEN ut;
110         NT_USER_TOKEN *token;
111 };
112 /* A stack of security contexts.  We include the current context as being
113    the first one, so there is room for another MAX_SEC_CTX_DEPTH more. */
114 extern struct sec_ctx sec_ctx_stack[MAX_SEC_CTX_DEPTH + 1];
115 extern int sec_ctx_stack_ndx;
116 extern bool become_uid_done;
117 extern bool become_gid_done;
118
119 extern connection_struct *last_conn;
120 extern uint16_t last_flags;
121
122 extern struct db_context *session_db_ctx_ptr;
123
124 extern uint32_t global_client_caps;
125
126 extern uint16_t fnf_handle;
127
128 struct conn_ctx {
129         connection_struct *conn;
130         uint16 vuid;
131 };
132 /* A stack of current_user connection contexts. */
133 extern struct conn_ctx conn_ctx_stack[MAX_SEC_CTX_DEPTH];
134 extern int conn_ctx_stack_ndx;
135
136 struct vfs_init_function_entry;
137 extern struct vfs_init_function_entry *backends;
138 extern char *sparse_buf;
139 extern char *LastDir;
140
141 /* Current number of oplocks we have outstanding. */
142 extern int32_t exclusive_oplocks_open;
143 extern int32_t level_II_oplocks_open;
144 extern bool global_client_failed_oplock_break;
145 extern struct kernel_oplocks *koplocks;
146
147 extern struct notify_mid_map *notify_changes_by_mid;
148
149 extern int am_parent;
150 extern int server_fd;
151 extern struct event_context *smbd_event_ctx;
152 extern struct messaging_context *smbd_msg_ctx;
153 extern struct memcache *smbd_memcache_ctx;
154 extern bool exit_firsttime;
155 struct child_pid;
156 extern struct child_pid *children;
157 extern int num_children;
158
159 struct tstream_context;
160 struct smbd_smb2_request;
161 struct smbd_smb2_session;
162 struct smbd_smb2_tcon;
163
164 DATA_BLOB negprot_spnego(void);
165
166 NTSTATUS smb2_signing_sign_pdu(DATA_BLOB session_key,
167                                struct iovec *vector,
168                                int count);
169 NTSTATUS smb2_signing_check_pdu(DATA_BLOB session_key,
170                                 const struct iovec *vector,
171                                 int count);
172
173 bool smbd_is_smb2_header(const uint8_t *inbuf, size_t size);
174
175 void reply_smb2002(struct smb_request *req, uint16_t choice);
176 void smbd_smb2_first_negprot(struct smbd_server_connection *conn,
177                              const uint8_t *inbuf, size_t size);
178
179 NTSTATUS smbd_smb2_request_error_ex(struct smbd_smb2_request *req,
180                                     NTSTATUS status, DATA_BLOB *info);
181 NTSTATUS smbd_smb2_request_error(struct smbd_smb2_request *req,
182                                  NTSTATUS status);
183 NTSTATUS smbd_smb2_request_done_ex(struct smbd_smb2_request *req,
184                                    NTSTATUS status,
185                                    DATA_BLOB body, DATA_BLOB *dyn);
186 NTSTATUS smbd_smb2_request_done(struct smbd_smb2_request *req,
187                                 DATA_BLOB body, DATA_BLOB *dyn);
188
189 NTSTATUS smbd_smb2_request_check_session(struct smbd_smb2_request *req);
190 NTSTATUS smbd_smb2_request_check_tcon(struct smbd_smb2_request *req);
191
192 NTSTATUS smbd_smb2_request_process_negprot(struct smbd_smb2_request *req);
193 NTSTATUS smbd_smb2_request_process_sesssetup(struct smbd_smb2_request *req);
194 NTSTATUS smbd_smb2_request_process_logoff(struct smbd_smb2_request *req);
195 NTSTATUS smbd_smb2_request_process_tcon(struct smbd_smb2_request *req);
196 NTSTATUS smbd_smb2_request_process_tdis(struct smbd_smb2_request *req);
197 NTSTATUS smbd_smb2_request_process_keepalive(struct smbd_smb2_request *req);
198
199 struct smbd_smb2_request {
200         TALLOC_CTX *mem_pool;
201
202         struct smbd_server_connection *conn;
203
204         /* the session the request operates on, maybe NULL */
205         struct smbd_smb2_session *session;
206
207         /* the tcon the request operates on, maybe NULL */
208         struct smbd_smb2_tcon *tcon;
209
210         int current_idx;
211         bool do_signing;
212
213         struct {
214                 /* the NBT header is not allocated */
215                 uint8_t nbt_hdr[4];
216                 /*
217                  * vector[0] NBT
218                  * .
219                  * vector[1] SMB2
220                  * vector[2] fixed body
221                  * vector[3] dynamic body
222                  * .
223                  * .
224                  * .
225                  * vector[4] SMB2
226                  * vector[5] fixed body
227                  * vector[6] dynamic body
228                  * .
229                  * .
230                  * .
231                  */
232                 struct iovec *vector;
233                 int vector_count;
234         } in;
235         struct {
236                 /* the NBT header is not allocated */
237                 uint8_t nbt_hdr[4];
238                 /*
239                  * vector[0] NBT
240                  * .
241                  * vector[1] SMB2
242                  * vector[2] fixed body
243                  * vector[3] dynamic body
244                  * .
245                  * .
246                  * .
247                  * vector[4] SMB2
248                  * vector[5] fixed body
249                  * vector[6] dynamic body
250                  * .
251                  * .
252                  * .
253                  */
254                 struct iovec *vector;
255                 int vector_count;
256         } out;
257 };
258
259 struct smbd_server_connection;
260
261 struct smbd_smb2_session {
262         struct smbd_smb2_session *prev, *next;
263         struct smbd_server_connection *conn;
264         NTSTATUS status;
265         uint64_t vuid;
266         AUTH_NTLMSSP_STATE *auth_ntlmssp_state;
267         struct auth_serversupplied_info *server_info;
268         DATA_BLOB session_key;
269         bool do_signing;
270
271         user_struct *compat_vuser;
272
273         struct {
274                 /* an id tree used to allocate tids */
275                 struct idr_context *idtree;
276
277                 /* this is the limit of tid values for this connection */
278                 uint32_t limit;
279
280                 struct smbd_smb2_tcon *list;
281         } tcons;
282 };
283
284 struct smbd_smb2_tcon {
285         struct smbd_smb2_tcon *prev, *next;
286         struct smbd_smb2_session *session;
287         uint32_t tid;
288         int snum;
289         connection_struct *compat_conn;
290 };
291
292 struct pending_auth_data;
293
294 struct smbd_server_connection {
295         struct {
296                 bool got_session;
297         } nbt;
298         bool allow_smb2;
299         struct {
300                 struct fd_event *fde;
301                 uint64_t num_requests;
302                 struct {
303                         bool encrypted_passwords;
304                         bool spnego;
305                         struct auth_context *auth_context;
306                         bool done;
307                         /*
308                          * Size of the data we can receive. Set by us.
309                          * Can be modified by the max xmit parameter.
310                          */
311                         int max_recv;
312                 } negprot;
313
314                 struct {
315                         bool done_sesssetup;
316                         /*
317                          * Size of data we can send to client. Set
318                          *  by the client for all protocols above CORE.
319                          *  Set by us for CORE protocol.
320                          */
321                         int max_send;
322                         uint16_t last_session_tag;
323
324                         /* users from session setup */
325                         char *session_userlist;
326                         /* workgroup from session setup. */
327                         char *session_workgroup;
328                         /*
329                          * this holds info on user ids that are already
330                          * validated for this VC
331                          */
332                         user_struct *validated_users;
333                         uint16_t next_vuid;
334                         int num_validated_vuids;
335 #ifdef HAVE_NETGROUP
336                         char *my_yp_domain;
337 #endif
338                 } sessions;
339                 struct {
340                         connection_struct *Connections;
341                         /* number of open connections */
342                         struct bitmap *bmap;
343                         int num_open;
344                 } tcons;
345                 struct smb_signing_state *signing_state;
346                 /* List to store partial SPNEGO auth fragments. */
347                 struct pending_auth_data *pd_list;
348         } smb1;
349         struct {
350                 struct tevent_context *event_ctx;
351                 struct tevent_queue *recv_queue;
352                 struct tevent_queue *send_queue;
353                 struct tstream_context *stream;
354                 struct {
355                         /* an id tree used to allocate vuids */
356                         /* this holds info on session vuids that are already
357                          * validated for this VC */
358                         struct idr_context *idtree;
359
360                         /* this is the limit of vuid values for this connection */
361                         uint64_t limit;
362
363                         struct smbd_smb2_session *list;
364                 } sessions;
365         } smb2;
366 };
367
368 extern struct smbd_server_connection *smbd_server_conn;
369
370 void smbd_init_globals(void);