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 files_struct
*fsp
,
159 struct smb_filename
*smb_fname
,
163 NTSTATUS
smbd_dirptr_lanman2_entry(TALLOC_CTX
*ctx
,
164 connection_struct
*conn
,
165 struct dptr_struct
*dirptr
,
167 const char *path_mask
,
170 int requires_resume_key
,
180 struct smb_filename
**smb_fname
,
181 int *_last_entry_off
,
182 struct ea_list
*name_list
,
183 struct file_id
*file_id
);
185 NTSTATUS
smbd_calculate_access_mask_fsp(struct files_struct
*dirsfp
,
186 struct files_struct
*fsp
,
188 uint32_t access_mask
,
189 uint32_t *access_mask_out
);
191 void smbd_notify_cancel_by_smbreq(const struct smb_request
*smbreq
);
193 void smbXsrv_connection_disconnect_transport(struct smbXsrv_connection
*xconn
,
195 size_t smbXsrv_client_valid_connections(struct smbXsrv_client
*client
);
196 void smbd_server_connection_terminate_ex(struct smbXsrv_connection
*xconn
,
198 const char *location
);
199 #define smbd_server_connection_terminate(xconn, reason) \
200 smbd_server_connection_terminate_ex(xconn, reason, __location__)
202 void smbd_server_disconnect_client_ex(struct smbXsrv_client
*client
,
204 const char *location
);
205 #define smbd_server_disconnect_client(__client, __reason) \
206 smbd_server_disconnect_client_ex(__client, __reason, __location__)
208 const char *smb2_opcode_name(uint16_t opcode
);
209 bool smbd_is_smb2_header(const uint8_t *inbuf
, size_t size
);
210 bool smbd_smb2_is_compound(const struct smbd_smb2_request
*req
);
211 bool smbd_smb2_is_last_in_compound(const struct smbd_smb2_request
*req
);
213 NTSTATUS
smbd_add_connection(struct smbXsrv_client
*client
, int sock_fd
,
214 NTTIME now
, struct smbXsrv_connection
**_xconn
);
216 NTSTATUS
reply_smb2002(struct smb_request
*req
, uint16_t choice
);
217 NTSTATUS
reply_smb20ff(struct smb_request
*req
, uint16_t choice
);
218 NTSTATUS
smbd_smb2_process_negprot(struct smbXsrv_connection
*xconn
,
219 uint64_t expected_seq_low
,
220 const uint8_t *inpdu
, size_t size
);
221 NTSTATUS
smb2_multi_protocol_reply_negprot(struct smb_request
*req
);
223 DATA_BLOB
smbd_smb2_generate_outbody(struct smbd_smb2_request
*req
, size_t size
);
225 bool smbXsrv_server_multi_channel_enabled(void);
227 NTSTATUS
smbd_smb2_request_error_ex(struct smbd_smb2_request
*req
,
229 uint8_t error_context_count
,
231 const char *location
);
232 #define smbd_smb2_request_error(req, status) \
233 smbd_smb2_request_error_ex(req, status, 0, NULL, __location__)
234 NTSTATUS
smbd_smb2_request_done_ex(struct smbd_smb2_request
*req
,
236 DATA_BLOB body
, DATA_BLOB
*dyn
,
237 const char *location
);
238 #define smbd_smb2_request_done(req, body, dyn) \
239 smbd_smb2_request_done_ex(req, NT_STATUS_OK, body, dyn, __location__)
241 NTSTATUS
smbd_smb2_send_oplock_break(struct smbXsrv_client
*client
,
242 struct smbXsrv_open
*op
,
243 uint8_t oplock_level
);
244 NTSTATUS
smbd_smb2_send_lease_break(struct smbXsrv_client
*client
,
246 uint32_t lease_flags
,
247 struct smb2_lease_key
*lease_key
,
248 uint32_t current_lease_state
,
249 uint32_t new_lease_state
);
251 NTSTATUS
smbd_smb2_request_pending_queue(struct smbd_smb2_request
*req
,
252 struct tevent_req
*subreq
,
253 uint32_t defer_time
);
255 struct smb_request
*smbd_smb2_fake_smb_request(struct smbd_smb2_request
*req
,
256 struct files_struct
*fsp
);
257 size_t smbd_smb2_unread_bytes(struct smbd_smb2_request
*req
);
258 void remove_smb2_chained_fsp(files_struct
*fsp
);
260 NTSTATUS
smbd_smb2_request_verify_creditcharge(struct smbd_smb2_request
*req
,
261 uint32_t data_length
);
263 NTSTATUS
smbd_smb2_request_verify_sizes(struct smbd_smb2_request
*req
,
264 size_t expected_body_size
);
266 void smb2_request_set_async_internal(struct smbd_smb2_request
*req
,
267 bool async_internal
);
269 enum protocol_types
smbd_smb2_protocol_dialect_match(const uint8_t *indyn
,
270 const int dialect_count
,
272 NTSTATUS
smbd_smb2_request_process_negprot(struct smbd_smb2_request
*req
);
273 NTSTATUS
smbd_smb2_request_process_sesssetup(struct smbd_smb2_request
*req
);
274 NTSTATUS
smbd_smb2_request_process_logoff(struct smbd_smb2_request
*req
);
275 NTSTATUS
smbd_smb2_request_process_tcon(struct smbd_smb2_request
*req
);
276 NTSTATUS
smbd_smb2_request_process_tdis(struct smbd_smb2_request
*req
);
277 NTSTATUS
smbd_smb2_request_process_create(struct smbd_smb2_request
*req
);
278 NTSTATUS
smbd_smb2_request_process_close(struct smbd_smb2_request
*req
);
279 NTSTATUS
smbd_smb2_request_process_flush(struct smbd_smb2_request
*req
);
280 NTSTATUS
smbd_smb2_request_process_read(struct smbd_smb2_request
*req
);
281 NTSTATUS
smb2_read_complete(struct tevent_req
*req
, ssize_t nread
, int err
);
282 NTSTATUS
smbd_smb2_request_process_write(struct smbd_smb2_request
*req
);
283 NTSTATUS
smb2_write_complete(struct tevent_req
*req
, ssize_t nwritten
, int err
);
284 NTSTATUS
smb2_write_complete_nosync(struct tevent_req
*req
, ssize_t nwritten
,
286 NTSTATUS
smbd_smb2_request_process_lock(struct smbd_smb2_request
*req
);
287 NTSTATUS
smbd_smb2_request_process_ioctl(struct smbd_smb2_request
*req
);
288 NTSTATUS
smbd_smb2_request_process_keepalive(struct smbd_smb2_request
*req
);
289 NTSTATUS
smbd_smb2_request_process_query_directory(struct smbd_smb2_request
*req
);
290 NTSTATUS
smbd_smb2_request_process_notify(struct smbd_smb2_request
*req
);
291 NTSTATUS
smbd_smb2_request_process_getinfo(struct smbd_smb2_request
*req
);
292 NTSTATUS
smbd_smb2_request_process_setinfo(struct smbd_smb2_request
*req
);
293 NTSTATUS
smbd_smb2_request_process_break(struct smbd_smb2_request
*req
);
294 NTSTATUS
smbd_smb2_request_dispatch(struct smbd_smb2_request
*req
);
295 void smbd_smb2_request_dispatch_immediate(struct tevent_context
*ctx
,
296 struct tevent_immediate
*im
,
299 struct deferred_open_record
;
301 /* SMB1 -> SMB2 glue. */
302 void send_break_message_smb2(files_struct
*fsp
,
305 /* From smbd/smb2_create.c */
306 int map_smb2_oplock_levels_to_samba(uint8_t in_oplock_level
);
307 bool get_deferred_open_message_state_smb2(struct smbd_smb2_request
*smb2req
,
308 struct timeval
*p_request_time
,
309 struct deferred_open_record
**open_rec
);
310 bool open_was_deferred_smb2(
311 struct smbXsrv_connection
*xconn
, uint64_t mid
);
312 void remove_deferred_open_message_smb2(
313 struct smbXsrv_connection
*xconn
, uint64_t mid
);
314 bool schedule_deferred_open_message_smb2(
315 struct smbXsrv_connection
*xconn
, uint64_t mid
);
316 bool push_deferred_open_message_smb2(struct smbd_smb2_request
*smb2req
,
317 struct timeval request_time
,
318 struct timeval timeout
,
320 struct deferred_open_record
*open_rec
);
322 struct smbXsrv_client
;
324 struct smbXsrv_preauth
{
325 uint8_t sha512_value
[64];
328 struct smbXsrv_connection
{
329 struct smbXsrv_connection
*prev
, *next
;
331 struct smbXsrv_client
*client
;
335 const struct tsocket_address
*local_address
;
336 const struct tsocket_address
*remote_address
;
337 const char *remote_hostname
;
338 bool has_cluster_movable_ip
;
340 enum protocol_types protocol
;
345 struct tevent_queue
*shutdown_wait_queue
;
347 struct tevent_fd
*fde
;
355 bool force_unacked_timeout
;
356 uint64_t unacked_bytes
;
358 struct tevent_req
*checker_subreq
;
359 struct smbd_smb2_send_queue
*queue
;
362 #if defined(WITH_SMB1SERVER)
366 * fd for the fcntl lock and process shared
367 * robust mutex to coordinate access to the
368 * client socket. When the system supports
369 * process shared robust mutexes, those are
370 * used. If not, then the fcntl lock will be
374 #ifdef HAVE_ROBUST_MUTEXES
375 pthread_mutex_t
*socket_mutex
;
379 * fd for the trusted pipe from
385 * fde for the trusted_fd
387 struct tevent_fd
*trusted_fde
;
390 * Reference count for the fcntl lock to
391 * allow recursive locks.
397 bool encrypted_passwords
;
399 struct auth4_context
*auth_context
;
402 * Size of the data we can receive. Set by us.
403 * Can be modified by the max xmit parameter.
411 * Size of data we can send to client. Set
412 * by the client for all protocols above CORE.
413 * Set by us for CORE protocol.
417 struct smb1_signing_state
*signing_state
;
420 uint16_t client_major
;
421 uint16_t client_minor
;
422 uint32_t client_cap_low
;
423 uint32_t client_cap_high
;
426 struct msg_state
*msg_state
;
430 struct smbd_smb2_request_read_state
{
431 struct smbd_smb2_request
*req
;
433 uint8_t nbt
[NBT_HDR_SIZE
];
435 struct iovec _vector
[1];
436 struct iovec
*vector
;
439 bool doing_receivefile
;
440 size_t min_recv_size
;
444 } request_read_state
;
445 struct smbd_smb2_send_queue
*send_queue
;
446 size_t send_queue_len
;
450 * seq_low is the lowest sequence number
455 * seq_range is the range of credits we have
456 * granted from the sequence windows starting
459 * This gets incremented when new credits are
460 * granted and gets decremented when the
461 * lowest sequence number is consumed
462 * (when seq_low gets incremented).
466 * The number of credits we have currently granted
469 * This gets incremented when new credits are
470 * granted and gets decremented when any credit
473 * Note: the decrementing is different compared
478 * The maximum number of credits we will ever
479 * grant to the client.
481 * Typically we will only grant 1/16th of
484 * This is the "server max credits" parameter.
488 * a bitmap of size max_credits
490 struct bitmap
*bitmap
;
496 uint32_t capabilities
;
499 uint16_t security_mode
;
500 uint16_t num_dialects
;
504 uint32_t capabilities
;
506 uint16_t security_mode
;
513 bool posix_extensions_negotiated
;
516 struct smbXsrv_preauth preauth
;
518 struct smbd_smb2_request
*requests
;
521 uint8_t read_body_padding
;
524 bool signing_mandatory
;
528 const char *smbXsrv_connection_dbg(const struct smbXsrv_connection
*xconn
);
530 NTSTATUS
smbXsrv_version_global_init(const struct server_id
*server_id
);
531 uint32_t smbXsrv_version_global_current(void);
533 struct smbXsrv_client_table
;
534 NTSTATUS
smbXsrv_client_global_init(void);
535 NTSTATUS
smbXsrv_client_create(TALLOC_CTX
*mem_ctx
,
536 struct tevent_context
*ev_ctx
,
537 struct messaging_context
*msg_ctx
,
539 struct smbXsrv_client
**_client
);
540 NTSTATUS
smbXsrv_client_remove(struct smbXsrv_client
*client
);
541 struct tevent_req
*smb2srv_client_mc_negprot_send(TALLOC_CTX
*mem_ctx
,
542 struct tevent_context
*ev
,
543 struct smbd_smb2_request
*smb2req
);
544 NTSTATUS
smb2srv_client_mc_negprot_recv(struct tevent_req
*req
);
546 NTSTATUS
smbXsrv_connection_init_tables(struct smbXsrv_connection
*conn
,
547 enum protocol_types protocol
);
549 NTSTATUS
smbXsrv_tcon_global_init(void);
550 NTSTATUS
smbXsrv_tcon_update(struct smbXsrv_tcon
*tcon
);
551 NTSTATUS
smbXsrv_tcon_disconnect(struct smbXsrv_tcon
*tcon
, uint64_t vuid
);
552 NTSTATUS
smb1srv_tcon_table_init(struct smbXsrv_connection
*conn
);
553 NTSTATUS
smb1srv_tcon_create(struct smbXsrv_connection
*conn
,
554 uint32_t session_global_id
,
555 const char *share_name
,
557 struct smbXsrv_tcon
**_tcon
);
558 NTSTATUS
smb1srv_tcon_lookup(struct smbXsrv_connection
*conn
,
559 uint16_t tree_id
, NTTIME now
,
560 struct smbXsrv_tcon
**tcon
);
561 NTSTATUS
smb1srv_tcon_disconnect_all(struct smbXsrv_client
*client
);
562 NTSTATUS
smb2srv_tcon_table_init(struct smbXsrv_session
*session
);
563 NTSTATUS
smb2srv_tcon_create(struct smbXsrv_session
*session
,
564 uint32_t session_global_id
,
565 uint8_t encryption_flags
,
566 const char *share_name
,
568 struct smbXsrv_tcon
**_tcon
);
569 NTSTATUS
smb2srv_tcon_lookup(struct smbXsrv_session
*session
,
570 uint32_t tree_id
, NTTIME now
,
571 struct smbXsrv_tcon
**tcon
);
572 NTSTATUS
smb2srv_tcon_disconnect_all(struct smbXsrv_session
*session
);
573 struct smbXsrv_tcon_global0
;
574 NTSTATUS
smbXsrv_tcon_global_traverse(
575 int (*fn
)(struct smbXsrv_tcon_global0
*, void *),
579 bool smbXsrv_is_encrypted(uint8_t encryption_flags
);
580 bool smbXsrv_is_partially_encrypted(uint8_t encryption_flags
);
581 bool smbXsrv_set_crypto_flag(uint8_t *flags
, uint8_t flag
);
582 bool smbXsrv_is_signed(uint8_t signing_flags
);
583 bool smbXsrv_is_partially_signed(uint8_t signing_flags
);
585 struct smbd_smb2_send_queue
{
586 struct smbd_smb2_send_queue
*prev
, *next
;
588 DATA_BLOB
*sendfile_header
;
589 uint32_t sendfile_body_size
;
590 NTSTATUS
*sendfile_status
;
593 struct iovec
*vector
;
597 struct tevent_req
*req
;
598 struct timeval timeout
;
599 uint64_t required_acked_bytes
;
605 struct smbd_smb2_request
{
606 struct smbd_smb2_request
*prev
, *next
;
608 struct smbd_server_connection
*sconn
;
609 struct smbXsrv_connection
*xconn
;
611 struct smbd_smb2_send_queue queue_entry
;
613 /* the session the request operates on, maybe NULL */
614 struct smbXsrv_session
*session
;
615 uint64_t last_session_id
;
617 /* the tcon the request operates on, maybe NULL */
618 struct smbXsrv_tcon
*tcon
;
623 /* Was the request encrypted? */
625 /* Should we encrypt? */
627 struct tevent_timer
*async_te
;
628 bool compound_related
;
629 NTSTATUS compound_create_err
;
632 * Give the implementation of an SMB2 req a way to tell the SMB2 request
633 * processing engine that the internal request is going async, while
634 * preserving synchronous SMB2 behaviour.
639 * the encryption key for the whole
642 struct smb2_signing_key
*first_enc_key
;
644 * the signing key for the last
645 * request/response of a compound chain
647 struct smb2_signing_key
*last_sign_key
;
648 struct smbXsrv_preauth
*preauth
;
650 struct timeval request_time
;
652 SMBPROFILE_IOBYTES_ASYNC_STATE(profile
);
654 /* fake smb1 request. */
655 struct smb_request
*smb1req
;
656 struct files_struct
*compat_chain_fsp
;
659 * Keep track of whether the outstanding request counters
660 * had been updated in dispatch, so that they need to be
661 * adapted again in reply.
663 bool request_counters_updated
;
664 uint64_t channel_generation
;
667 * The sub request for async backend calls.
668 * This is used for SMB2 Cancel.
670 struct tevent_req
*subreq
;
672 #define SMBD_SMB2_TF_IOV_OFS 0
673 #define SMBD_SMB2_HDR_IOV_OFS 1
674 #define SMBD_SMB2_BODY_IOV_OFS 2
675 #define SMBD_SMB2_DYN_IOV_OFS 3
677 #define SMBD_SMB2_NUM_IOV_PER_REQ 4
679 #define SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,ofs) \
680 (&req->dir.vector[(idx)+(ofs)])
682 #define SMBD_SMB2_IDX_TF_IOV(req,dir,idx) \
683 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_TF_IOV_OFS)
684 #define SMBD_SMB2_IDX_HDR_IOV(req,dir,idx) \
685 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_HDR_IOV_OFS)
686 #define SMBD_SMB2_IDX_BODY_IOV(req,dir,idx) \
687 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_BODY_IOV_OFS)
688 #define SMBD_SMB2_IDX_DYN_IOV(req,dir,idx) \
689 SMBD_SMB2_IOV_IDX_OFS(req,dir,idx,SMBD_SMB2_DYN_IOV_OFS)
691 #define SMBD_SMB2_IN_TF_IOV(req) SMBD_SMB2_IDX_TF_IOV(req,in,req->current_idx)
692 #define SMBD_SMB2_IN_TF_PTR(req) (uint8_t *)(SMBD_SMB2_IN_TF_IOV(req)->iov_base)
693 #define SMBD_SMB2_IN_HDR_IOV(req) SMBD_SMB2_IDX_HDR_IOV(req,in,req->current_idx)
694 #define SMBD_SMB2_IN_HDR_PTR(req) (uint8_t *)(SMBD_SMB2_IN_HDR_IOV(req)->iov_base)
695 #define SMBD_SMB2_IN_BODY_IOV(req) SMBD_SMB2_IDX_BODY_IOV(req,in,req->current_idx)
696 #define SMBD_SMB2_IN_BODY_PTR(req) (uint8_t *)(SMBD_SMB2_IN_BODY_IOV(req)->iov_base)
697 #define SMBD_SMB2_IN_BODY_LEN(req) (SMBD_SMB2_IN_BODY_IOV(req)->iov_len)
698 #define SMBD_SMB2_IN_DYN_IOV(req) SMBD_SMB2_IDX_DYN_IOV(req,in,req->current_idx)
699 #define SMBD_SMB2_IN_DYN_PTR(req) (uint8_t *)(SMBD_SMB2_IN_DYN_IOV(req)->iov_base)
700 #define SMBD_SMB2_IN_DYN_LEN(req) (SMBD_SMB2_IN_DYN_IOV(req)->iov_len)
702 #define SMBD_SMB2_OUT_TF_IOV(req) SMBD_SMB2_IDX_TF_IOV(req,out,req->current_idx)
703 #define SMBD_SMB2_OUT_TF_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_TF_IOV(req)->iov_base)
704 #define SMBD_SMB2_OUT_HDR_IOV(req) SMBD_SMB2_IDX_HDR_IOV(req,out,req->current_idx)
705 #define SMBD_SMB2_OUT_HDR_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_HDR_IOV(req)->iov_base)
706 #define SMBD_SMB2_OUT_BODY_IOV(req) SMBD_SMB2_IDX_BODY_IOV(req,out,req->current_idx)
707 #define SMBD_SMB2_OUT_BODY_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_BODY_IOV(req)->iov_base)
708 #define SMBD_SMB2_OUT_BODY_LEN(req) (SMBD_SMB2_OUT_BODY_IOV(req)->iov_len)
709 #define SMBD_SMB2_OUT_DYN_IOV(req) SMBD_SMB2_IDX_DYN_IOV(req,out,req->current_idx)
710 #define SMBD_SMB2_OUT_DYN_PTR(req) (uint8_t *)(SMBD_SMB2_OUT_DYN_IOV(req)->iov_base)
711 #define SMBD_SMB2_OUT_DYN_LEN(req) (SMBD_SMB2_OUT_DYN_IOV(req)->iov_len)
713 #define SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN (SMB2_HDR_BODY + 0x30)
717 * vector[0] TRANSPORT HEADER (empty)
719 * vector[1] SMB2_TRANSFORM (optional)
721 * vector[3] fixed body
722 * vector[4] dynamic body
726 * vector[5] SMB2_TRANSFORM (optional)
728 * vector[7] fixed body
729 * vector[8] dynamic body
734 struct iovec
*vector
;
736 struct iovec _vector
[1 + SMBD_SMB2_NUM_IOV_PER_REQ
];
739 /* the NBT header is not allocated */
742 * vector[0] TRANSPORT HEADER
744 * vector[1] SMB2_TRANSFORM (optional)
746 * vector[3] fixed body
747 * vector[4] dynamic body
751 * vector[5] SMB2_TRANSFORM (empty)
753 * vector[7] fixed body
754 * vector[8] dynamic body
759 struct iovec
*vector
;
761 struct iovec _vector
[1 + SMBD_SMB2_NUM_IOV_PER_REQ
];
762 #define OUTVEC_ALLOC_SIZE (SMB2_HDR_BODY + 9)
763 uint8_t _hdr
[OUTVEC_ALLOC_SIZE
];
768 struct smbd_server_connection
;
770 struct pending_message_list
;
771 struct pending_auth_data
;
773 struct pthreadpool_tevent
;
774 struct dcesrv_context
;
776 struct smbd_server_connection
{
777 const struct tsocket_address
*local_address
;
778 const struct tsocket_address
*remote_address
;
779 const char *remote_hostname
;
780 struct tevent_context
*ev_ctx
;
781 struct messaging_context
*msg_ctx
;
782 struct dcesrv_context
*dce_ctx
;
783 struct notify_context
*notify_ctx
;
789 size_t num_connections
;
790 struct connection_struct
*connections
;
793 struct files_struct
*files
;
795 int real_max_open_files
;
796 struct fsp_singleton_cache fsp_fi_cache
;
798 struct pending_message_list
*deferred_open_queue
;
801 /* open directory handles. */
803 struct bitmap
*dptr_bmap
;
804 struct dptr_struct
*dirptrs
;
807 uint64_t num_requests
;
809 /* Current number of oplocks we have outstanding. */
811 int32_t exclusive_open
;
812 int32_t level_II_open
;
813 struct kernel_oplocks
*kernel_ops
;
816 struct notify_mid_map
*notify_mid_maps
;
818 struct pthreadpool_tevent
*pool
;
820 struct smbXsrv_client
*client
;
823 extern struct smbXsrv_client
*global_smbXsrv_client
;
825 void smbd_init_globals(void);
827 /****************************************************************************
828 The buffer we keep around whilst an aio request is in process.
829 *****************************************************************************/
833 struct smb_request
*smbreq
;
835 struct lock_struct lock
;
841 #endif /* _SOURCE3_SMBD_GLOBALS_H_ */