2 Unix SMB/Netbios implementation.
4 Copyright (C) Stefan Metzmacher 2009
5 Copyright (C) Jeremy Allison 2010
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef _SOURCE3_SMBD_GLOBALS_H_
22 #define _SOURCE3_SMBD_GLOBALS_H_
24 #include "system/select.h"
25 #include "librpc/gen_ndr/smbXsrv.h"
26 #include "smbprofile.h"
29 struct smbd_dmapi_context
;
30 extern struct smbd_dmapi_context
*dmapi_ctx
;
33 /* A singleton cache to speed up searching by dev/inode. */
34 struct fsp_singleton_cache
{
39 extern const struct mangle_fns
*mangle_fns
;
41 extern unsigned char *chartest
;
43 extern struct tdb_context
*tdb_mangled_cache
;
46 this determines how many characters are used from the original filename
47 in the 8.3 mangled name. A larger value leads to a weaker hash and more collisions.
48 The largest possible value is 6.
50 extern unsigned mangle_prefix
;
54 extern bool logged_ioctl_message
;
58 extern time_t last_smb_conf_reload_time
;
59 extern time_t last_printer_reload_time
;
60 extern pid_t background_lpq_updater_pid
;
62 /****************************************************************************
63 structure to hold a linked list of queued messages.
65 ****************************************************************************/
66 extern uint32_t common_flags2
;
68 extern struct smb_trans_enc_state
*partial_srv_trans_enc_ctx
;
69 extern struct smb_trans_enc_state
*srv_trans_enc_ctx
;
72 struct security_unix_token ut
;
73 struct security_token
*token
;
75 /* A stack of security contexts. We include the current context as being
76 the first one, so there is room for another MAX_SEC_CTX_DEPTH more. */
77 extern struct sec_ctx sec_ctx_stack
[MAX_SEC_CTX_DEPTH
+ 1];
78 extern int sec_ctx_stack_ndx
;
79 extern bool become_uid_done
;
80 extern bool become_gid_done
;
82 extern uint32_t global_client_caps
;
84 extern uint16_t fnf_handle
;
87 connection_struct
*conn
;
89 userdom_struct user_info
;
91 /* A stack of current_user connection contexts. */
92 extern struct conn_ctx conn_ctx_stack
[MAX_SEC_CTX_DEPTH
];
93 extern int conn_ctx_stack_ndx
;
95 struct vfs_init_function_entry
;
96 extern struct vfs_init_function_entry
*backends
;
97 extern char *sparse_buf
;
100 struct smbd_parent_context
;
101 extern struct smbd_parent_context
*am_parent
;
102 extern struct memcache
*smbd_memcache_ctx
;
103 extern bool exit_firsttime
;
105 struct tstream_context
;
106 struct smbd_smb2_request
;
108 DATA_BLOB
negprot_spnego(TALLOC_CTX
*ctx
, struct smbXsrv_connection
*xconn
);
110 void smbd_lock_socket(struct smbXsrv_connection
*xconn
);
111 void smbd_unlock_socket(struct smbXsrv_connection
*xconn
);
113 struct GUID
smbd_request_guid(struct smb_request
*smb1req
, uint16_t idx
);
115 NTSTATUS
smbd_do_unlocking(struct smb_request
*req
,
118 struct smbd_lock_element
*ulocks
);
120 NTSTATUS
smbd_do_qfilepathinfo(connection_struct
*conn
,
122 struct smb_request
*req
,
125 struct smb_filename
*smb_fname
,
127 struct timespec write_time_ts
,
128 struct ea_list
*ea_list
,
130 unsigned int max_data_bytes
,
131 size_t *fixed_portion
,
133 unsigned int *pdata_size
);
135 NTSTATUS
smbd_do_setfsinfo(connection_struct
*conn
,
136 struct smb_request
*req
,
140 const DATA_BLOB
*pdata
);
142 NTSTATUS
smbd_do_setfilepathinfo(connection_struct
*conn
,
143 struct smb_request
*req
,
147 struct smb_filename
*smb_fname
,
148 char **ppdata
, int total_data
,
151 NTSTATUS
smbd_do_qfsinfo(struct smbXsrv_connection
*xconn
,
152 connection_struct
*conn
,
156 unsigned int max_data_bytes
,
157 size_t *fixed_portion
,
158 struct smb_filename
*smb_fname
,
162 bool smbd_dirptr_get_entry(TALLOC_CTX
*ctx
,
163 struct dptr_struct
*dirptr
,
169 bool (*match_fn
)(TALLOC_CTX
*ctx
,
174 bool (*mode_fn
)(TALLOC_CTX
*ctx
,
176 struct files_struct
*dirfsp
,
177 struct smb_filename
*atname
,
178 struct smb_filename
*smb_fname
,
183 struct smb_filename
**_smb_fname
,
185 void smbd_dirptr_push_overflow(struct dptr_struct
*dirptr
,
187 struct smb_filename
**_smb_fname
,
189 void smbd_dirptr_set_last_name_sent(struct dptr_struct
*dirptr
,
191 char *smbd_dirptr_get_last_name_sent(struct dptr_struct
*dirptr
);
193 NTSTATUS
smbd_dirptr_lanman2_entry(TALLOC_CTX
*ctx
,
194 connection_struct
*conn
,
195 struct dptr_struct
*dirptr
,
197 const char *path_mask
,
200 int requires_resume_key
,
210 struct smb_filename
**smb_fname
,
211 bool *got_exact_match
,
212 int *_last_entry_off
,
213 struct ea_list
*name_list
,
214 struct file_id
*file_id
);
216 NTSTATUS
smbd_calculate_access_mask_fsp(struct files_struct
*dirsfp
,
217 struct files_struct
*fsp
,
219 uint32_t access_mask
,
220 uint32_t *access_mask_out
);
222 void smbd_notify_cancel_by_smbreq(const struct smb_request
*smbreq
);
224 void smbXsrv_connection_disconnect_transport(struct smbXsrv_connection
*xconn
,
226 size_t smbXsrv_client_valid_connections(struct smbXsrv_client
*client
);
227 void smbd_server_connection_terminate_ex(struct smbXsrv_connection
*xconn
,
229 const char *location
);
230 #define smbd_server_connection_terminate(xconn, reason) \
231 smbd_server_connection_terminate_ex(xconn, reason, __location__)
233 void smbd_server_disconnect_client_ex(struct smbXsrv_client
*client
,
235 const char *location
);
236 #define smbd_server_disconnect_client(__client, __reason) \
237 smbd_server_disconnect_client_ex(__client, __reason, __location__)
239 const char *smb2_opcode_name(uint16_t opcode
);
240 bool smbd_is_smb2_header(const uint8_t *inbuf
, size_t size
);
241 bool smbd_smb2_is_compound(const struct smbd_smb2_request
*req
);
242 bool smbd_smb2_is_last_in_compound(const struct smbd_smb2_request
*req
);
244 NTSTATUS
smbd_add_connection(struct smbXsrv_client
*client
, int sock_fd
,
245 NTTIME now
, struct smbXsrv_connection
**_xconn
);
247 NTSTATUS
reply_smb2002(struct smb_request
*req
, uint16_t choice
);
248 NTSTATUS
reply_smb20ff(struct smb_request
*req
, uint16_t choice
);
249 NTSTATUS
smbd_smb2_process_negprot(struct smbXsrv_connection
*xconn
,
250 uint64_t expected_seq_low
,
251 const uint8_t *inpdu
, size_t size
);
252 NTSTATUS
smb2_multi_protocol_reply_negprot(struct smb_request
*req
);
254 DATA_BLOB
smbd_smb2_generate_outbody(struct smbd_smb2_request
*req
, size_t size
);
256 bool smbXsrv_server_multi_channel_enabled(void);
258 NTSTATUS
smbd_smb2_request_error_ex(struct smbd_smb2_request
*req
,
260 uint8_t error_context_count
,
262 const char *location
);
263 #define smbd_smb2_request_error(req, status) \
264 smbd_smb2_request_error_ex(req, status, 0, NULL, __location__)
265 NTSTATUS
smbd_smb2_request_done_ex(struct smbd_smb2_request
*req
,
267 DATA_BLOB body
, DATA_BLOB
*dyn
,
268 const char *location
);
269 #define smbd_smb2_request_done(req, body, dyn) \
270 smbd_smb2_request_done_ex(req, NT_STATUS_OK, body, dyn, __location__)
272 NTSTATUS
smbd_smb2_send_oplock_break(struct smbXsrv_client
*client
,
273 struct smbXsrv_open
*op
,
274 uint8_t oplock_level
);
275 NTSTATUS
smbd_smb2_send_lease_break(struct smbXsrv_client
*client
,
277 uint32_t lease_flags
,
278 struct smb2_lease_key
*lease_key
,
279 uint32_t current_lease_state
,
280 uint32_t new_lease_state
);
282 NTSTATUS
smbd_smb2_request_pending_queue(struct smbd_smb2_request
*req
,
283 struct tevent_req
*subreq
,
284 uint32_t defer_time
);
286 struct smb_request
*smbd_smb2_fake_smb_request(struct smbd_smb2_request
*req
,
287 struct files_struct
*fsp
);
288 size_t smbd_smb2_unread_bytes(struct smbd_smb2_request
*req
);
289 void remove_smb2_chained_fsp(files_struct
*fsp
);
291 NTSTATUS
smbd_smb2_request_verify_creditcharge(struct smbd_smb2_request
*req
,
292 uint32_t data_length
);
294 NTSTATUS
smbd_smb2_request_verify_sizes(struct smbd_smb2_request
*req
,
295 size_t expected_body_size
);
297 void smb2_request_set_async_internal(struct smbd_smb2_request
*req
,
298 bool async_internal
);
300 enum protocol_types
smbd_smb2_protocol_dialect_match(const uint8_t *indyn
,
301 const int dialect_count
,
303 NTSTATUS
smbd_smb2_request_process_negprot(struct smbd_smb2_request
*req
);
304 NTSTATUS
smbd_smb2_request_process_sesssetup(struct smbd_smb2_request
*req
);
305 NTSTATUS
smbd_smb2_request_process_logoff(struct smbd_smb2_request
*req
);
306 NTSTATUS
smbd_smb2_request_process_tcon(struct smbd_smb2_request
*req
);
307 NTSTATUS
smbd_smb2_request_process_tdis(struct smbd_smb2_request
*req
);
308 NTSTATUS
smbd_smb2_request_process_create(struct smbd_smb2_request
*req
);
309 NTSTATUS
smbd_smb2_request_process_close(struct smbd_smb2_request
*req
);
310 NTSTATUS
smbd_smb2_request_process_flush(struct smbd_smb2_request
*req
);
311 NTSTATUS
smbd_smb2_request_process_read(struct smbd_smb2_request
*req
);
312 NTSTATUS
smb2_read_complete(struct tevent_req
*req
, ssize_t nread
, int err
);
313 NTSTATUS
smbd_smb2_request_process_write(struct smbd_smb2_request
*req
);
314 NTSTATUS
smb2_write_complete(struct tevent_req
*req
, ssize_t nwritten
, int err
);
315 NTSTATUS
smb2_write_complete_nosync(struct tevent_req
*req
, ssize_t nwritten
,
317 NTSTATUS
smbd_smb2_request_process_lock(struct smbd_smb2_request
*req
);
318 NTSTATUS
smbd_smb2_request_process_ioctl(struct smbd_smb2_request
*req
);
319 NTSTATUS
smbd_smb2_request_process_keepalive(struct smbd_smb2_request
*req
);
320 NTSTATUS
smbd_smb2_request_process_query_directory(struct smbd_smb2_request
*req
);
321 NTSTATUS
smbd_smb2_request_process_notify(struct smbd_smb2_request
*req
);
322 NTSTATUS
smbd_smb2_request_process_getinfo(struct smbd_smb2_request
*req
);
323 NTSTATUS
smbd_smb2_request_process_setinfo(struct smbd_smb2_request
*req
);
324 NTSTATUS
smbd_smb2_request_process_break(struct smbd_smb2_request
*req
);
325 NTSTATUS
smbd_smb2_request_dispatch(struct smbd_smb2_request
*req
);
326 void smbd_smb2_request_dispatch_immediate(struct tevent_context
*ctx
,
327 struct tevent_immediate
*im
,
330 struct deferred_open_record
;
332 /* SMB1 -> SMB2 glue. */
333 void send_break_message_smb2(files_struct
*fsp
,
336 /* From smbd/smb2_create.c */
337 int map_smb2_oplock_levels_to_samba(uint8_t in_oplock_level
);
338 bool get_deferred_open_message_state_smb2(struct smbd_smb2_request
*smb2req
,
339 struct timeval
*p_request_time
,
340 struct deferred_open_record
**open_rec
);
341 bool open_was_deferred_smb2(
342 struct smbXsrv_connection
*xconn
, uint64_t mid
);
343 void remove_deferred_open_message_smb2(
344 struct smbXsrv_connection
*xconn
, uint64_t mid
);
345 bool schedule_deferred_open_message_smb2(
346 struct smbXsrv_connection
*xconn
, uint64_t mid
);
347 bool push_deferred_open_message_smb2(struct smbd_smb2_request
*smb2req
,
348 struct timeval request_time
,
349 struct timeval timeout
,
351 struct deferred_open_record
*open_rec
);
353 struct smbXsrv_client
;
355 struct smbXsrv_preauth
{
356 uint8_t sha512_value
[64];
359 struct smbXsrv_connection
{
360 struct smbXsrv_connection
*prev
, *next
;
362 struct smbXsrv_client
*client
;
366 const struct tsocket_address
*local_address
;
367 const struct tsocket_address
*remote_address
;
368 const char *remote_hostname
;
369 bool has_cluster_movable_ip
;
371 enum protocol_types protocol
;
376 struct tevent_queue
*shutdown_wait_queue
;
378 struct tevent_fd
*fde
;
386 bool force_unacked_timeout
;
387 uint64_t unacked_bytes
;
389 struct tevent_req
*checker_subreq
;
390 struct smbd_smb2_send_queue
*queue
;
393 #if defined(WITH_SMB1SERVER)
397 * fd for the fcntl lock and process shared
398 * robust mutex to coordinate access to the
399 * client socket. When the system supports
400 * process shared robust mutexes, those are
401 * used. If not, then the fcntl lock will be
405 #ifdef HAVE_ROBUST_MUTEXES
406 pthread_mutex_t
*socket_mutex
;
410 * fd for the trusted pipe from
416 * fde for the trusted_fd
418 struct tevent_fd
*trusted_fde
;
421 * Reference count for the fcntl lock to
422 * allow recursive locks.
428 bool encrypted_passwords
;
430 struct auth4_context
*auth_context
;
433 * Size of the data we can receive. Set by us.
434 * Can be modified by the max xmit parameter.
442 * Size of data we can send to client. Set
443 * by the client for all protocols above CORE.
444 * Set by us for CORE protocol.
448 struct smb1_signing_state
*signing_state
;
451 uint16_t client_major
;
452 uint16_t client_minor
;
453 uint32_t client_cap_low
;
454 uint32_t client_cap_high
;
457 struct msg_state
*msg_state
;
461 struct smbd_smb2_request_read_state
{
462 struct smbd_smb2_request
*req
;
464 uint8_t nbt
[NBT_HDR_SIZE
];
468 bool doing_receivefile
;
469 size_t min_recv_size
;
473 } request_read_state
;
474 struct smbd_smb2_send_queue
*send_queue
;
475 size_t send_queue_len
;
479 * seq_low is the lowest sequence number
484 * seq_range is the range of credits we have
485 * granted from the sequence windows starting
488 * This gets incremented when new credits are
489 * granted and gets decremented when the
490 * lowest sequence number is consumed
491 * (when seq_low gets incremented).
495 * The number of credits we have currently granted
498 * This gets incremented when new credits are
499 * granted and gets decremented when any credit
502 * Note: the decrementing is different compared
507 * The maximum number of credits we will ever
508 * grant to the client.
510 * Typically we will only grant 1/16th of
513 * This is the "server max credits" parameter.
517 * a bitmap of size max_credits
519 struct bitmap
*bitmap
;
525 uint32_t capabilities
;
528 uint16_t security_mode
;
529 uint16_t num_dialects
;
533 uint32_t capabilities
;
535 uint16_t security_mode
;
542 bool posix_extensions_negotiated
;
545 struct smbXsrv_preauth preauth
;
547 struct smbd_smb2_request
*requests
;
550 uint8_t read_body_padding
;
553 bool signing_mandatory
;
557 const char *smbXsrv_connection_dbg(const struct smbXsrv_connection
*xconn
);
559 NTSTATUS
smbXsrv_version_global_init(const struct server_id
*server_id
);
560 uint32_t smbXsrv_version_global_current(void);
562 struct smbXsrv_client_table
;
563 NTSTATUS
smbXsrv_client_global_init(void);
564 NTSTATUS
smbXsrv_client_create(TALLOC_CTX
*mem_ctx
,
565 struct tevent_context
*ev_ctx
,
566 struct messaging_context
*msg_ctx
,
568 struct smbXsrv_client
**_client
);
569 NTSTATUS
smbXsrv_client_remove(struct smbXsrv_client
*client
);
570 struct tevent_req
*smb2srv_client_mc_negprot_send(TALLOC_CTX
*mem_ctx
,
571 struct tevent_context
*ev
,
572 struct smbd_smb2_request
*smb2req
);
573 NTSTATUS
smb2srv_client_mc_negprot_recv(struct tevent_req
*req
);
575 NTSTATUS
smbXsrv_connection_init_tables(struct smbXsrv_connection
*conn
,
576 enum protocol_types protocol
);
578 NTSTATUS
smbXsrv_session_global_init(struct messaging_context
*msg_ctx
);
579 NTSTATUS
smbXsrv_session_create(struct smbXsrv_connection
*conn
,
581 struct smbXsrv_session
**_session
);
582 NTSTATUS
smbXsrv_session_add_channel(struct smbXsrv_session
*session
,
583 struct smbXsrv_connection
*conn
,
585 struct smbXsrv_channel_global0
**_c
);
586 NTSTATUS
smbXsrv_session_remove_channel(struct smbXsrv_session
*session
,
587 struct smbXsrv_connection
*xconn
);
588 NTSTATUS
smbXsrv_session_disconnect_xconn(struct smbXsrv_connection
*xconn
);
589 NTSTATUS
smbXsrv_session_update(struct smbXsrv_session
*session
);
590 struct smbXsrv_channel_global0
;
591 NTSTATUS
smbXsrv_session_find_channel(const struct smbXsrv_session
*session
,
592 const struct smbXsrv_connection
*conn
,
593 struct smbXsrv_channel_global0
**_c
);
594 NTSTATUS
smbXsrv_session_find_auth(const struct smbXsrv_session
*session
,
595 const struct smbXsrv_connection
*conn
,
597 struct smbXsrv_session_auth0
**_a
);
598 NTSTATUS
smbXsrv_session_create_auth(struct smbXsrv_session
*session
,
599 struct smbXsrv_connection
*conn
,
602 uint8_t in_security_mode
,
603 struct smbXsrv_session_auth0
**_a
);
604 struct tevent_req
*smb2srv_session_shutdown_send(TALLOC_CTX
*mem_ctx
,
605 struct tevent_context
*ev
,
606 struct smbXsrv_session
*session
,
607 struct smbd_smb2_request
*current_req
);
608 NTSTATUS
smb2srv_session_shutdown_recv(struct tevent_req
*req
);
609 NTSTATUS
smbXsrv_session_logoff(struct smbXsrv_session
*session
);
610 NTSTATUS
smbXsrv_session_logoff_all(struct smbXsrv_client
*client
);
611 NTSTATUS
smb1srv_session_table_init(struct smbXsrv_connection
*conn
);
612 NTSTATUS
smb1srv_session_lookup(struct smbXsrv_connection
*conn
,
613 uint16_t vuid
, NTTIME now
,
614 struct smbXsrv_session
**session
);
615 NTSTATUS
smbXsrv_session_info_lookup(struct smbXsrv_client
*client
,
616 uint64_t session_wire_id
,
617 struct auth_session_info
**si
);
618 NTSTATUS
smb2srv_session_table_init(struct smbXsrv_connection
*conn
);
619 NTSTATUS
smb2srv_session_lookup_conn(struct smbXsrv_connection
*conn
,
620 uint64_t session_id
, NTTIME now
,
621 struct smbXsrv_session
**session
);
622 NTSTATUS
smb2srv_session_lookup_client(struct smbXsrv_client
*client
,
623 uint64_t session_id
, NTTIME now
,
624 struct smbXsrv_session
**session
);
625 NTSTATUS
smb2srv_session_lookup_global(struct smbXsrv_client
*client
,
626 uint64_t session_wire_id
,
628 struct smbXsrv_session
**session
);
629 NTSTATUS
get_valid_smbXsrv_session(struct smbXsrv_client
*client
,
630 uint64_t session_wire_id
,
631 struct smbXsrv_session
**session
);
632 NTSTATUS
smbXsrv_session_local_traverse(
633 struct smbXsrv_client
*client
,
634 int (*caller_cb
)(struct smbXsrv_session
*session
,
637 struct smbXsrv_session_global0
;
638 NTSTATUS
smbXsrv_session_global_traverse(
639 int (*fn
)(struct smbXsrv_session_global0
*, void *),
641 struct tevent_req
*smb2srv_session_close_previous_send(TALLOC_CTX
*mem_ctx
,
642 struct tevent_context
*ev
,
643 struct smbXsrv_connection
*conn
,
644 struct auth_session_info
*session_info
,
645 uint64_t previous_session_id
,
646 uint64_t current_session_id
);
647 NTSTATUS
smb2srv_session_close_previous_recv(struct tevent_req
*req
);
649 NTSTATUS
smbXsrv_tcon_global_init(void);
650 NTSTATUS
smbXsrv_tcon_update(struct smbXsrv_tcon
*tcon
);
651 NTSTATUS
smbXsrv_tcon_disconnect(struct smbXsrv_tcon
*tcon
, uint64_t vuid
);
652 NTSTATUS
smb1srv_tcon_table_init(struct smbXsrv_connection
*conn
);
653 NTSTATUS
smb1srv_tcon_create(struct smbXsrv_connection
*conn
,
654 uint32_t session_global_id
,
655 const char *share_name
,
657 struct smbXsrv_tcon
**_tcon
);
658 NTSTATUS
smb1srv_tcon_lookup(struct smbXsrv_connection
*conn
,
659 uint16_t tree_id
, NTTIME now
,
660 struct smbXsrv_tcon
**tcon
);
661 NTSTATUS
smb1srv_tcon_disconnect_all(struct smbXsrv_client
*client
);
662 NTSTATUS
smb2srv_tcon_table_init(struct smbXsrv_session
*session
);
663 NTSTATUS
smb2srv_tcon_create(struct smbXsrv_session
*session
,
664 uint32_t session_global_id
,
665 uint8_t encryption_flags
,
666 const char *share_name
,
668 struct smbXsrv_tcon
**_tcon
);
669 NTSTATUS
smb2srv_tcon_lookup(struct smbXsrv_session
*session
,
670 uint32_t tree_id
, NTTIME now
,
671 struct smbXsrv_tcon
**tcon
);
672 NTSTATUS
smb2srv_tcon_disconnect_all(struct smbXsrv_session
*session
);
673 struct smbXsrv_tcon_global0
;
674 NTSTATUS
smbXsrv_tcon_global_traverse(
675 int (*fn
)(struct smbXsrv_tcon_global0
*, void *),
679 bool smbXsrv_is_encrypted(uint8_t encryption_flags
);
680 bool smbXsrv_is_partially_encrypted(uint8_t encryption_flags
);
681 bool smbXsrv_set_crypto_flag(uint8_t *flags
, uint8_t flag
);
682 bool smbXsrv_is_signed(uint8_t signing_flags
);
683 bool smbXsrv_is_partially_signed(uint8_t signing_flags
);
685 struct smbd_smb2_send_queue
{
686 struct smbd_smb2_send_queue
*prev
, *next
;
688 DATA_BLOB
*sendfile_header
;
689 uint32_t sendfile_body_size
;
690 NTSTATUS
*sendfile_status
;
691 struct iovec
*vector
;
695 struct tevent_req
*req
;
696 struct timeval timeout
;
697 uint64_t required_acked_bytes
;
703 struct smbd_smb2_request
{
704 struct smbd_smb2_request
*prev
, *next
;
706 struct smbd_server_connection
*sconn
;
707 struct smbXsrv_connection
*xconn
;
709 struct smbd_smb2_send_queue queue_entry
;
711 /* the session the request operates on, maybe NULL */
712 struct smbXsrv_session
*session
;
713 uint64_t last_session_id
;
715 /* the tcon the request operates on, maybe NULL */
716 struct smbXsrv_tcon
*tcon
;
721 /* Was the request encrypted? */
723 /* Should we encrypt? */
725 struct tevent_timer
*async_te
;
726 bool compound_related
;
727 NTSTATUS compound_create_err
;
730 * Give the implementation of an SMB2 req a way to tell the SMB2 request
731 * processing engine that the internal request is going async, while
732 * preserving synchronous SMB2 behaviour.
737 * the encryption key for the whole
740 struct smb2_signing_key
*first_enc_key
;
742 * the signing key for the last
743 * request/response of a compound chain
745 struct smb2_signing_key
*last_sign_key
;
746 struct smbXsrv_preauth
*preauth
;
748 struct timeval request_time
;
750 SMBPROFILE_IOBYTES_ASYNC_STATE(profile
);
752 /* fake smb1 request. */
753 struct smb_request
*smb1req
;
754 struct files_struct
*compat_chain_fsp
;
757 * Keep track of whether the outstanding request counters
758 * had been updated in dispatch, so that they need to be
759 * adapted again in reply.
761 bool request_counters_updated
;
762 uint64_t channel_generation
;
765 * The sub request for async backend calls.
766 * This is used for SMB2 Cancel.
768 struct tevent_req
*subreq
;
770 #define SMBD_SMB2_TF_IOV_OFS 0
771 #define SMBD_SMB2_HDR_IOV_OFS 1
772 #define SMBD_SMB2_BODY_IOV_OFS 2
773 #define SMBD_SMB2_DYN_IOV_OFS 3
775 #define SMBD_SMB2_NUM_IOV_PER_REQ 4
777 #define SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,ofs) \
778 (&req->dir.vector[(idx)+(ofs)])
780 #define SMBD_SMB2_IDX_TF_IOV(req,dir,idx) \
781 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_TF_IOV_OFS)
782 #define SMBD_SMB2_IDX_HDR_IOV(req,dir,idx) \
783 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_HDR_IOV_OFS)
784 #define SMBD_SMB2_IDX_BODY_IOV(req,dir,idx) \
785 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_BODY_IOV_OFS)
786 #define SMBD_SMB2_IDX_DYN_IOV(req,dir,idx) \
787 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_DYN_IOV_OFS)
789 #define SMBD_SMB2_IN_TF_IOV(req) SMBD_SMB2_IDX_TF_IOV(req,in,req->current_idx)
790 #define SMBD_SMB2_IN_TF_PTR(req) (uint8_t *)(SMBD_SMB2_IN_TF_IOV(req)->iov_base)
791 #define SMBD_SMB2_IN_HDR_IOV(req) SMBD_SMB2_IDX_HDR_IOV(req,in,req->current_idx)
792 #define SMBD_SMB2_IN_HDR_PTR(req) (uint8_t *)(SMBD_SMB2_IN_HDR_IOV(req)->iov_base)
793 #define SMBD_SMB2_IN_BODY_IOV(req) SMBD_SMB2_IDX_BODY_IOV(req,in,req->current_idx)
794 #define SMBD_SMB2_IN_BODY_PTR(req) (uint8_t *)(SMBD_SMB2_IN_BODY_IOV(req)->iov_base)
795 #define SMBD_SMB2_IN_BODY_LEN(req) (SMBD_SMB2_IN_BODY_IOV(req)->iov_len)
796 #define SMBD_SMB2_IN_DYN_IOV(req) SMBD_SMB2_IDX_DYN_IOV(req,in,req->current_idx)
797 #define SMBD_SMB2_IN_DYN_PTR(req) (uint8_t *)(SMBD_SMB2_IN_DYN_IOV(req)->iov_base)
798 #define SMBD_SMB2_IN_DYN_LEN(req) (SMBD_SMB2_IN_DYN_IOV(req)->iov_len)
800 #define SMBD_SMB2_OUT_TF_IOV(req) SMBD_SMB2_IDX_TF_IOV(req,out,req->current_idx)
801 #define SMBD_SMB2_OUT_TF_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_TF_IOV(req)->iov_base)
802 #define SMBD_SMB2_OUT_HDR_IOV(req) SMBD_SMB2_IDX_HDR_IOV(req,out,req->current_idx)
803 #define SMBD_SMB2_OUT_HDR_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_HDR_IOV(req)->iov_base)
804 #define SMBD_SMB2_OUT_BODY_IOV(req) SMBD_SMB2_IDX_BODY_IOV(req,out,req->current_idx)
805 #define SMBD_SMB2_OUT_BODY_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_BODY_IOV(req)->iov_base)
806 #define SMBD_SMB2_OUT_BODY_LEN(req) (SMBD_SMB2_OUT_BODY_IOV(req)->iov_len)
807 #define SMBD_SMB2_OUT_DYN_IOV(req) SMBD_SMB2_IDX_DYN_IOV(req,out,req->current_idx)
808 #define SMBD_SMB2_OUT_DYN_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_DYN_IOV(req)->iov_base)
809 #define SMBD_SMB2_OUT_DYN_LEN(req) (SMBD_SMB2_OUT_DYN_IOV(req)->iov_len)
811 #define SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN (SMB2_HDR_BODY + 0x30)
815 * vector[0] TRANSPORT HEADER (empty)
817 * vector[1] SMB2_TRANSFORM (optional)
819 * vector[3] fixed body
820 * vector[4] dynamic body
824 * vector[5] SMB2_TRANSFORM (optional)
826 * vector[7] fixed body
827 * vector[8] dynamic body
832 struct iovec
*vector
;
834 struct iovec _vector
[1 + SMBD_SMB2_NUM_IOV_PER_REQ
];
837 /* the NBT header is not allocated */
840 * vector[0] TRANSPORT HEADER
842 * vector[1] SMB2_TRANSFORM (optional)
844 * vector[3] fixed body
845 * vector[4] dynamic body
849 * vector[5] SMB2_TRANSFORM (empty)
851 * vector[7] fixed body
852 * vector[8] dynamic body
857 struct iovec
*vector
;
859 struct iovec _vector
[1 + SMBD_SMB2_NUM_IOV_PER_REQ
];
860 #define OUTVEC_ALLOC_SIZE (SMB2_HDR_BODY + 9)
861 uint8_t _hdr
[OUTVEC_ALLOC_SIZE
];
866 struct smbd_server_connection
;
868 struct pending_message_list
;
869 struct pending_auth_data
;
871 struct pthreadpool_tevent
;
872 struct dcesrv_context
;
874 struct smbd_server_connection
{
875 const struct tsocket_address
*local_address
;
876 const struct tsocket_address
*remote_address
;
877 const char *remote_hostname
;
878 struct tevent_context
*ev_ctx
;
879 struct messaging_context
*msg_ctx
;
880 struct dcesrv_context
*dce_ctx
;
881 struct notify_context
*notify_ctx
;
887 size_t num_connections
;
888 struct connection_struct
*connections
;
891 struct files_struct
*files
;
893 int real_max_open_files
;
894 struct fsp_singleton_cache fsp_fi_cache
;
896 struct pending_message_list
*deferred_open_queue
;
899 /* open directory handles. */
901 struct bitmap
*dptr_bmap
;
902 struct dptr_struct
*dirptrs
;
905 uint64_t num_requests
;
907 /* Current number of oplocks we have outstanding. */
909 int32_t exclusive_open
;
910 int32_t level_II_open
;
911 struct kernel_oplocks
*kernel_ops
;
914 struct notify_mid_map
*notify_mid_maps
;
916 struct pthreadpool_tevent
*pool
;
918 struct smbXsrv_client
*client
;
921 extern struct smbXsrv_client
*global_smbXsrv_client
;
923 void smbd_init_globals(void);
925 /****************************************************************************
926 The buffer we keep around whilst an aio request is in process.
927 *****************************************************************************/
931 struct smb_request
*smbreq
;
933 struct lock_struct lock
;
939 #endif /* _SOURCE3_SMBD_GLOBALS_H_ */