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 #include "system/select.h"
25 extern struct aio_extra
*aio_list_head
;
26 extern struct tevent_signal
*aio_signal_event
;
27 extern int aio_pending_size
;
28 extern int outstanding_aio_calls
;
32 struct smbd_dmapi_context
;
33 extern struct smbd_dmapi_context
*dmapi_ctx
;
36 extern bool dfree_broken
;
38 /* how many write cache buffers have been allocated */
39 extern unsigned int allocated_write_caches
;
41 /* A singleton cache to speed up searching by dev/inode. */
42 struct fsp_singleton_cache
{
47 extern const struct mangle_fns
*mangle_fns
;
49 extern unsigned char *chartest
;
51 extern struct tdb_context
*tdb_mangled_cache
;
54 this determines how many characters are used from the original filename
55 in the 8.3 mangled name. A larger value leads to a weaker hash and more collisions.
56 The largest possible value is 6.
58 extern unsigned mangle_prefix
;
61 extern struct msg_state
*smbd_msg_state
;
63 extern bool logged_ioctl_message
;
67 extern time_t last_smb_conf_reload_time
;
68 extern time_t last_printer_reload_time
;
69 extern pid_t background_lpq_updater_pid
;
71 /****************************************************************************
72 structure to hold a linked list of queued messages.
74 ****************************************************************************/
75 extern uint32_t common_flags2
;
77 extern struct smb_trans_enc_state
*partial_srv_trans_enc_ctx
;
78 extern struct smb_trans_enc_state
*srv_trans_enc_ctx
;
81 struct security_unix_token ut
;
82 struct security_token
*token
;
84 /* A stack of security contexts. We include the current context as being
85 the first one, so there is room for another MAX_SEC_CTX_DEPTH more. */
86 extern struct sec_ctx sec_ctx_stack
[MAX_SEC_CTX_DEPTH
+ 1];
87 extern int sec_ctx_stack_ndx
;
88 extern bool become_uid_done
;
89 extern bool become_gid_done
;
91 extern connection_struct
*last_conn
;
92 extern uint16_t last_flags
;
94 extern uint32_t global_client_caps
;
96 extern uint16_t fnf_handle
;
99 connection_struct
*conn
;
102 /* A stack of current_user connection contexts. */
103 extern struct conn_ctx conn_ctx_stack
[MAX_SEC_CTX_DEPTH
];
104 extern int conn_ctx_stack_ndx
;
106 struct vfs_init_function_entry
;
107 extern struct vfs_init_function_entry
*backends
;
108 extern char *sparse_buf
;
109 extern char *LastDir
;
111 /* Current number of oplocks we have outstanding. */
112 extern int32_t exclusive_oplocks_open
;
113 extern int32_t level_II_oplocks_open
;
114 extern struct kernel_oplocks
*koplocks
;
116 struct smbd_parent_context
;
117 extern struct smbd_parent_context
*am_parent
;
118 extern struct memcache
*smbd_memcache_ctx
;
119 extern bool exit_firsttime
;
121 struct tstream_context
;
122 struct smbd_smb2_request
;
123 struct smbd_smb2_session
;
124 struct smbd_smb2_tcon
;
126 DATA_BLOB
negprot_spnego(TALLOC_CTX
*ctx
, struct smbd_server_connection
*sconn
);
128 void smbd_lock_socket(struct smbd_server_connection
*sconn
);
129 void smbd_unlock_socket(struct smbd_server_connection
*sconn
);
131 NTSTATUS
smbd_do_locking(struct smb_request
*req
,
136 struct smbd_lock_element
*ulocks
,
138 struct smbd_lock_element
*locks
,
141 NTSTATUS
smbd_do_qfilepathinfo(connection_struct
*conn
,
145 struct smb_filename
*smb_fname
,
147 struct timespec write_time_ts
,
148 struct ea_list
*ea_list
,
152 unsigned int max_data_bytes
,
154 unsigned int *pdata_size
);
156 NTSTATUS
smbd_do_setfilepathinfo(connection_struct
*conn
,
157 struct smb_request
*req
,
161 struct smb_filename
*smb_fname
,
162 char **ppdata
, int total_data
,
165 NTSTATUS
smbd_do_qfsinfo(connection_struct
*conn
,
169 unsigned int max_data_bytes
,
173 bool smbd_dirptr_get_entry(TALLOC_CTX
*ctx
,
174 struct dptr_struct
*dirptr
,
179 bool (*match_fn
)(TALLOC_CTX
*ctx
,
184 bool (*mode_fn
)(TALLOC_CTX
*ctx
,
186 struct smb_filename
*smb_fname
,
190 struct smb_filename
**_smb_fname
,
194 bool smbd_dirptr_lanman2_entry(TALLOC_CTX
*ctx
,
195 connection_struct
*conn
,
196 struct dptr_struct
*dirptr
,
198 const char *path_mask
,
201 int requires_resume_key
,
211 bool *got_exact_match
,
212 int *_last_entry_off
,
213 struct ea_list
*name_list
);
215 NTSTATUS
smbd_calculate_access_mask(connection_struct
*conn
,
216 const struct smb_filename
*smb_fname
,
218 uint32_t access_mask
,
219 uint32_t *access_mask_out
);
221 void smbd_notify_cancel_by_smbreq(const struct smb_request
*smbreq
);
223 void smbd_server_connection_terminate_ex(struct smbd_server_connection
*sconn
,
225 const char *location
);
226 #define smbd_server_connection_terminate(sconn, reason) \
227 smbd_server_connection_terminate_ex(sconn, reason, __location__)
229 const char *smb2_opcode_name(uint16_t opcode
);
230 bool smbd_is_smb2_header(const uint8_t *inbuf
, size_t size
);
232 void reply_smb2002(struct smb_request
*req
, uint16_t choice
);
233 void reply_smb20ff(struct smb_request
*req
, uint16_t choice
);
234 void smbd_smb2_first_negprot(struct smbd_server_connection
*sconn
,
235 const uint8_t *inbuf
, size_t size
);
237 NTSTATUS
smbd_smb2_request_error_ex(struct smbd_smb2_request
*req
,
240 const char *location
);
241 #define smbd_smb2_request_error(req, status) \
242 smbd_smb2_request_error_ex(req, status, NULL, __location__)
243 NTSTATUS
smbd_smb2_request_done_ex(struct smbd_smb2_request
*req
,
245 DATA_BLOB body
, DATA_BLOB
*dyn
,
246 const char *location
);
247 #define smbd_smb2_request_done(req, body, dyn) \
248 smbd_smb2_request_done_ex(req, NT_STATUS_OK, body, dyn, __location__)
250 NTSTATUS
smbd_smb2_send_oplock_break(struct smbd_server_connection
*sconn
,
251 uint64_t file_id_persistent
,
252 uint64_t file_id_volatile
,
253 uint8_t oplock_level
);
255 NTSTATUS
smbd_smb2_request_pending_queue(struct smbd_smb2_request
*req
,
256 struct tevent_req
*subreq
,
257 uint32_t defer_time
);
259 struct smb_request
*smbd_smb2_fake_smb_request(struct smbd_smb2_request
*req
);
260 void remove_smb2_chained_fsp(files_struct
*fsp
);
262 NTSTATUS
smbd_smb2_request_verify_sizes(struct smbd_smb2_request
*req
,
263 size_t expected_body_size
);
265 NTSTATUS
smbd_smb2_request_process_negprot(struct smbd_smb2_request
*req
);
266 NTSTATUS
smbd_smb2_request_process_sesssetup(struct smbd_smb2_request
*req
);
267 NTSTATUS
smbd_smb2_request_process_logoff(struct smbd_smb2_request
*req
);
268 NTSTATUS
smbd_smb2_request_process_tcon(struct smbd_smb2_request
*req
);
269 NTSTATUS
smbd_smb2_request_process_tdis(struct smbd_smb2_request
*req
);
270 NTSTATUS
smbd_smb2_request_process_create(struct smbd_smb2_request
*req
);
271 NTSTATUS
smbd_smb2_request_process_close(struct smbd_smb2_request
*req
);
272 NTSTATUS
smbd_smb2_request_process_flush(struct smbd_smb2_request
*req
);
273 NTSTATUS
smbd_smb2_request_process_read(struct smbd_smb2_request
*req
);
274 NTSTATUS
smb2_read_complete(struct tevent_req
*req
, ssize_t nread
, int err
);
275 NTSTATUS
smbd_smb2_request_process_write(struct smbd_smb2_request
*req
);
276 NTSTATUS
smb2_write_complete(struct tevent_req
*req
, ssize_t nwritten
, int err
);
277 NTSTATUS
smbd_smb2_request_process_lock(struct smbd_smb2_request
*req
);
278 NTSTATUS
smbd_smb2_request_process_ioctl(struct smbd_smb2_request
*req
);
279 NTSTATUS
smbd_smb2_request_process_keepalive(struct smbd_smb2_request
*req
);
280 NTSTATUS
smbd_smb2_request_process_find(struct smbd_smb2_request
*req
);
281 NTSTATUS
smbd_smb2_request_process_notify(struct smbd_smb2_request
*req
);
282 NTSTATUS
smbd_smb2_request_process_getinfo(struct smbd_smb2_request
*req
);
283 NTSTATUS
smbd_smb2_request_process_setinfo(struct smbd_smb2_request
*req
);
284 NTSTATUS
smbd_smb2_request_process_break(struct smbd_smb2_request
*req
);
285 NTSTATUS
smbd_smb2_request_dispatch(struct smbd_smb2_request
*req
);
286 void smbd_smb2_request_dispatch_immediate(struct tevent_context
*ctx
,
287 struct tevent_immediate
*im
,
290 /* SMB1 -> SMB2 glue. */
291 void send_break_message_smb2(files_struct
*fsp
, int level
);
292 struct blocking_lock_record
*get_pending_smb2req_blr(struct smbd_smb2_request
*smb2req
);
293 bool push_blocking_lock_request_smb2( struct byte_range_lock
*br_lck
,
294 struct smb_request
*req
,
299 enum brl_type lock_type
,
300 enum brl_flavour lock_flav
,
303 uint64_t blocking_smblctx
);
304 void process_blocking_lock_queue_smb2(
305 struct smbd_server_connection
*sconn
, struct timeval tv_curr
);
306 void cancel_pending_lock_requests_by_fid_smb2(files_struct
*fsp
,
307 struct byte_range_lock
*br_lck
,
308 enum file_close_type close_type
);
309 /* From smbd/smb2_create.c */
310 int map_smb2_oplock_levels_to_samba(uint8_t in_oplock_level
);
311 bool get_deferred_open_message_state_smb2(struct smbd_smb2_request
*smb2req
,
312 struct timeval
*p_request_time
,
314 bool open_was_deferred_smb2(struct smbd_server_connection
*sconn
,
316 void remove_deferred_open_message_smb2(
317 struct smbd_server_connection
*sconn
, uint64_t mid
);
318 void schedule_deferred_open_message_smb2(
319 struct smbd_server_connection
*sconn
, uint64_t mid
);
320 bool push_deferred_open_message_smb2(struct smbd_smb2_request
*smb2req
,
321 struct timeval request_time
,
322 struct timeval timeout
,
327 struct smbd_smb2_request
{
328 struct smbd_smb2_request
*prev
, *next
;
330 TALLOC_CTX
*mem_pool
;
331 struct smbd_smb2_request
**parent
;
333 struct smbd_server_connection
*sconn
;
335 /* the session the request operates on, maybe NULL */
336 struct smbd_smb2_session
*session
;
337 uint64_t last_session_id
;
339 /* the tcon the request operates on, maybe NULL */
340 struct smbd_smb2_tcon
*tcon
;
345 struct tevent_timer
*async_te
;
347 bool compound_related
;
349 /* fake smb1 request. */
350 struct smb_request
*smb1req
;
351 struct files_struct
*compat_chain_fsp
;
353 NTSTATUS next_status
;
356 * The sub request for async backend calls.
357 * This is used for SMB2 Cancel.
359 struct tevent_req
*subreq
;
362 /* the NBT header is not allocated */
368 * vector[2] fixed body
369 * vector[3] dynamic body
374 * vector[5] fixed body
375 * vector[6] dynamic body
380 struct iovec
*vector
;
384 /* the NBT header is not allocated */
390 * vector[2] fixed body
391 * vector[3] dynamic body
396 * vector[5] fixed body
397 * vector[6] dynamic body
402 struct iovec
*vector
;
407 struct smbd_server_connection
;
409 struct smbd_smb2_session
{
410 struct smbd_smb2_session
*prev
, *next
;
411 struct smbd_server_connection
*sconn
;
414 struct auth_generic_state
*auth_ntlmssp_state
;
415 struct auth_session_info
*session_info
;
416 DATA_BLOB session_key
;
419 user_struct
*compat_vuser
;
422 /* an id tree used to allocate tids */
423 struct idr_context
*idtree
;
425 /* this is the limit of tid values for this connection */
428 struct smbd_smb2_tcon
*list
;
432 struct smbd_smb2_tcon
{
433 struct smbd_smb2_tcon
*prev
, *next
;
434 struct smbd_smb2_session
*session
;
437 connection_struct
*compat_conn
;
440 struct pending_message_list
;
441 struct pending_auth_data
;
443 struct smbd_server_connection
{
445 const struct tsocket_address
*local_address
;
446 const struct tsocket_address
*remote_address
;
447 const char *remote_hostname
;
448 struct tevent_context
*ev_ctx
;
449 struct messaging_context
*msg_ctx
;
457 * Cache for calling poll(2) to avoid allocations in our
462 struct files_struct
*files
;
463 struct bitmap
*file_bmap
;
464 int real_max_open_files
;
466 struct fsp_singleton_cache fsp_fi_cache
;
467 unsigned long file_gen_counter
;
470 /* Try GENSEC hook */
471 bool use_gensec_hook
;
473 /* number of open connections (tcons) */
476 struct pending_message_list
*deferred_open_queue
;
479 /* open directory handles. */
481 struct bitmap
*dptr_bmap
;
482 struct dptr_struct
*dirptrs
;
486 uint64_t num_requests
;
489 struct fd_event
*fde
;
493 * fd for the fcntl lock mutexing access to our sock
498 * fd for the trusted pipe from
504 * fde for the trusted_fd
506 struct fd_event
*trusted_fde
;
509 * Reference count for the fcntl lock to
510 * allow recursive locks.
516 bool encrypted_passwords
;
518 struct auth_context
*auth_context
;
521 * Size of the data we can receive. Set by us.
522 * Can be modified by the max xmit parameter.
528 uint16_t client_major
;
529 uint16_t client_minor
;
530 uint32_t client_cap_low
;
531 uint32_t client_cap_high
;
537 * Size of data we can send to client. Set
538 * by the client for all protocols above CORE.
539 * Set by us for CORE protocol.
542 uint16_t last_session_tag
;
544 /* users from session setup */
545 char *session_userlist
;
546 /* workgroup from session setup. */
547 char *session_workgroup
;
549 * this holds info on user ids that are already
550 * validated for this VC
552 user_struct
*validated_users
;
554 int num_validated_vuids
;
557 connection_struct
*Connections
;
558 /* number of open connections */
561 struct smb_signing_state
*signing_state
;
562 /* List to store partial SPNEGO auth fragments. */
563 struct pending_auth_data
*pd_list
;
565 struct notify_mid_map
*notify_mid_maps
;
568 /* dlink list we store pending lock records on. */
569 struct blocking_lock_record
*blocking_lock_queue
;
570 /* dlink list we move cancelled lock records onto. */
571 struct blocking_lock_record
*blocking_lock_cancelled_queue
;
573 /* The event that makes us process our blocking lock queue */
574 struct timed_event
*brl_timeout
;
576 bool blocking_lock_unlock_state
;
577 bool blocking_lock_cancel_state
;
581 struct tevent_queue
*recv_queue
;
582 struct tevent_queue
*send_queue
;
583 struct tstream_context
*stream
;
586 /* an id tree used to allocate vuids */
587 /* this holds info on session vuids that are already
588 * validated for this VC */
589 struct idr_context
*idtree
;
591 /* this is the limit of vuid values for this connection */
594 struct smbd_smb2_session
*list
;
597 /* The event that makes us process our blocking lock queue */
598 struct timed_event
*brl_timeout
;
599 bool blocking_lock_unlock_state
;
601 struct smbd_smb2_request
*requests
;
603 uint32_t credits_granted
;
604 uint32_t max_credits
;
608 struct bitmap
*credits_bitmap
;
609 bool compound_related_in_progress
;
613 extern struct smbd_server_connection
*smbd_server_conn
;
615 void smbd_init_globals(void);