51bac188919b2bcede588f41e6efed2b2cfbabee
[amitay/samba.git] / source3 / include / proto.h
1 /*
2  * Unix SMB/CIFS implementation.
3  * collected prototypes header
4  *
5  * frozen from "make proto" in May 2008
6  *
7  * Copyright (C) Michael Adam 2008
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 3 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, see <http://www.gnu.org/licenses/>.
21  */
22
23 #ifndef _PROTO_H_
24 #define _PROTO_H_
25
26 #include <sys/types.h>
27 #include <regex.h>
28
29 #include "lib/util/access.h"
30
31 /* The following definitions come from lib/adt_tree.c  */
32
33 /* The following definitions come from lib/audit.c  */
34
35 const char *audit_category_str(uint32_t category);
36 const char *audit_param_str(uint32_t category);
37 const char *audit_description_str(uint32_t category);
38 bool get_audit_category_from_param(const char *param, uint32_t *audit_category);
39 const char *audit_policy_str(TALLOC_CTX *mem_ctx, uint32_t policy);
40
41 /* The following definitions come from lib/charcnv.c  */
42
43 void gfree_charcnv(void);
44 size_t ucs2_align(const void *base_ptr, const void *p, int flags);
45 size_t push_ascii(void *dest, const char *src, size_t dest_len, int flags);
46 size_t push_ascii_fstring(void *dest, const char *src);
47 size_t push_ascii_nstring(void *dest, const char *src);
48 size_t pull_ascii(char *dest, const void *src, size_t dest_len, size_t src_len, int flags);
49 size_t pull_ascii_fstring(char *dest, const void *src);
50 size_t pull_ascii_nstring(char *dest, size_t dest_len, const void *src);
51 size_t push_string_check_fn(void *dest, const char *src,
52                             size_t dest_len, int flags);
53 size_t push_string_base(const char *base, uint16_t flags2,
54                         void *dest, const char *src,
55                         size_t dest_len, int flags);
56 size_t pull_string_talloc(TALLOC_CTX *ctx,
57                         const void *base_ptr,
58                         uint16_t smb_flags2,
59                         char **ppdest,
60                         const void *src,
61                         size_t src_len,
62                         int flags);
63 size_t dos_PutUniCode(char *dst,const char *src, size_t len, bool null_terminate);
64 int rpcstr_push_talloc(TALLOC_CTX *ctx, smb_ucs2_t **dest, const char *src);
65
66 /* The following definitions come from lib/dmallocmsg.c  */
67
68 void register_dmalloc_msgs(struct messaging_context *msg_ctx);
69
70 /* The following definitions come from lib/dprintf.c  */
71
72 void display_set_stderr(void);
73
74 /* The following definitions come from lib/errmap_unix.c  */
75
76 NTSTATUS map_nt_error_from_unix(int unix_error);
77 int map_errno_from_nt_status(NTSTATUS status);
78
79 /* The following definitions come from lib/file_id.c  */
80
81 struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf);
82
83 NTSTATUS vfs_at_fspcwd(TALLOC_CTX *mem_ctx,
84                        struct connection_struct *conn,
85                        struct files_struct **_fsp);
86
87 /* The following definitions come from lib/interface.c  */
88
89 bool ismyaddr(const struct sockaddr *ip);
90 bool ismyip_v4(struct in_addr ip);
91 bool is_local_net(const struct sockaddr *from);
92 void setup_linklocal_scope_id(struct sockaddr *pss);
93 bool is_local_net_v4(struct in_addr from);
94 int iface_count(void);
95 int iface_count_v4_nl(void);
96 const struct in_addr *first_ipv4_iface(void);
97 struct interface *get_interface(int n);
98 const struct sockaddr_storage *iface_n_sockaddr_storage(int n);
99 const struct in_addr *iface_n_ip_v4(int n);
100 const struct in_addr *iface_n_bcast_v4(int n);
101 const struct sockaddr_storage *iface_n_bcast(int n);
102 const struct sockaddr_storage *iface_ip(const struct sockaddr *ip);
103 bool iface_local(const struct sockaddr *ip);
104 void load_interfaces(void);
105 void gfree_interfaces(void);
106 bool interfaces_changed(void);
107
108 /* The following definitions come from lib/ldap_debug_handler.c  */
109
110 void init_ldap_debugging(void);
111
112 /* The following definitions come from lib/ldap_escape.c  */
113
114 char *escape_ldap_string(TALLOC_CTX *mem_ctx, const char *s);
115 char *escape_rdn_val_string_alloc(const char *s);
116
117 /* The following definitions come from lib/ms_fnmatch.c  */
118
119 int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern,
120                bool is_case_sensitive);
121
122 /* The following definitions come from lib/recvfile.c  */
123
124 ssize_t sys_recvfile(int fromfd,
125                         int tofd,
126                         off_t offset,
127                         size_t count);
128 ssize_t sys_recvfile(int fromfd,
129                         int tofd,
130                         off_t offset,
131                         size_t count);
132 ssize_t drain_socket(int sockfd, size_t count);
133
134 /* The following definitions come from lib/sendfile.c  */
135
136 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, off_t offset, size_t count);
137
138 /* The following definitions come from lib/server_mutex.c  */
139
140 struct named_mutex *grab_named_mutex(TALLOC_CTX *mem_ctx, const char *name,
141                                      int timeout);
142
143 /* The following definitions come from lib/sharesec.c  */
144
145 NTSTATUS share_info_db_init(void);
146 struct security_descriptor *get_share_security_default( TALLOC_CTX *ctx, size_t *psize, uint32_t def_access);
147 struct security_descriptor *get_share_security( TALLOC_CTX *ctx, const char *servicename,
148                               size_t *psize);
149 NTSTATUS set_share_security(const char *share_name,
150                             struct security_descriptor *psd);
151 NTSTATUS delete_share_security(const char *servicename);
152 bool share_access_check(const struct security_token *token,
153                         const char *sharename,
154                         uint32_t desired_access,
155                         uint32_t *pgranted);
156 bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, struct security_descriptor **ppsd);
157
158 /* The following definitions come from lib/smbrun.c  */
159
160 int smbrun_no_sanitize(const char *cmd, int *outfd, char * const *env);
161 int smbrun(const char *cmd, int *outfd, char * const *env);
162 int smbrunsecret(const char *cmd, const char *secret);
163
164 /* The following definitions come from lib/substitute.c  */
165
166 bool set_local_machine_name(const char *local_name, bool perm);
167 const char *get_local_machine_name(void);
168 bool set_remote_machine_name(const char *remote_name, bool perm);
169 const char *get_remote_machine_name(void);
170 void sub_set_smb_name(const char *name);
171 void set_current_user_info(const char *smb_name, const char *unix_name,
172                            const char *domain);
173 void sub_set_socket_ids(const char *peeraddr, const char *peername,
174                         const char *sockaddr);
175 const char *get_current_username(void);
176 void standard_sub_basic(const char *smb_name, const char *domain_name,
177                         char *str, size_t len);
178 char *talloc_sub_basic(TALLOC_CTX *mem_ctx, const char *smb_name,
179                        const char *domain_name, const char *str);
180 char *talloc_sub_specified(TALLOC_CTX *mem_ctx,
181                         const char *input_string,
182                         const char *username,
183                         const char *grpname,
184                         const char *domain,
185                         uid_t uid,
186                         gid_t gid);
187 char *talloc_sub_advanced(TALLOC_CTX *mem_ctx,
188                           const char *servicename, const char *user,
189                           const char *connectpath, gid_t gid,
190                           const char *str);
191 char *talloc_sub_full(TALLOC_CTX *mem_ctx,
192                           const char *servicename, const char *user,
193                           const char *connectpath, gid_t gid,
194                           const char *smb_name, const char *domain_name,
195                           const char *str);
196
197 /* The following definitions come from lib/sysquotas.c  */
198
199 int sys_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
200 int sys_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
201
202 /* The following definitions come from lib/sysquotas_*.c  */
203
204 int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
205 int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
206
207 int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
208 int sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
209
210 int sys_get_jfs2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
211 int sys_set_jfs2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
212
213 int sys_get_nfs_quota(const char *path, const char *bdev,
214                       enum SMB_QUOTA_TYPE qtype,
215                       unid_t id, SMB_DISK_QUOTA *dp);
216 int sys_set_nfs_quota(const char *path, const char *bdev,
217                       enum SMB_QUOTA_TYPE qtype,
218                       unid_t id, SMB_DISK_QUOTA *dp);
219
220 /* The following definitions come from lib/system.c  */
221
222 ssize_t sys_send(int s, const void *msg, size_t len, int flags);
223 ssize_t sys_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen);
224 int sys_fcntl_ptr(int fd, int cmd, void *arg);
225 int sys_fcntl_long(int fd, int cmd, long arg);
226 int sys_fcntl_int(int fd, int cmd, int arg);
227 void update_stat_ex_mtime(struct stat_ex *dst, struct timespec write_ts);
228 void update_stat_ex_itime(struct stat_ex *dst, struct timespec itime);
229 void update_stat_ex_create_time(struct stat_ex *dst, struct timespec create_time);
230 void update_stat_ex_file_id(struct stat_ex *dst, uint64_t file_id);
231 void update_stat_ex_from_saved_stat(struct stat_ex *dst,
232                                     const struct stat_ex *src);
233 int sys_stat(const char *fname, SMB_STRUCT_STAT *sbuf,
234              bool fake_dir_create_times);
235 int sys_fstat(int fd, SMB_STRUCT_STAT *sbuf,
236               bool fake_dir_create_times);
237 int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf,
238               bool fake_dir_create_times);
239 int sys_posix_fallocate(int fd, off_t offset, off_t len);
240 int sys_fallocate(int fd, uint32_t mode, off_t offset, off_t len);
241 void kernel_flock(int fd, uint32_t share_access, uint32_t access_mask);
242 DIR *sys_fdopendir(int fd);
243 int sys_mknod(const char *path, mode_t mode, SMB_DEV_T dev);
244 int sys_mknodat(int dirfd, const char *path, mode_t mode, SMB_DEV_T dev);
245 char *sys_getwd(void);
246 void set_effective_capability(enum smbd_capability capability);
247 void drop_effective_capability(enum smbd_capability capability);
248 long sys_random(void);
249 void sys_srandom(unsigned int seed);
250 int groups_max(void);
251 int sys_getgroups(int setlen, gid_t *gidset);
252 int sys_setgroups(gid_t UNUSED(primary_gid), int setlen, gid_t *gidset);
253 uint32_t unix_dev_major(SMB_DEV_T dev);
254 uint32_t unix_dev_minor(SMB_DEV_T dev);
255 char *sys_realpath(const char *path);
256 #if 0
257 int sys_get_number_of_cores(void);
258 #endif
259
260 struct stat;
261 void init_stat_ex_from_stat (struct stat_ex *dst,
262                             const struct stat *src,
263                             bool fake_dir_create_times);
264
265 /* The following definitions come from lib/system_smbd.c  */
266
267 bool getgroups_unix_user(TALLOC_CTX *mem_ctx, const char *user,
268                          gid_t primary_gid,
269                          gid_t **ret_groups, uint32_t *p_ngroups);
270
271 /* The following definitions come from lib/tallocmsg.c  */
272
273 void register_msg_pool_usage(TALLOC_CTX *mem_ctx,
274                              struct messaging_context *msg_ctx);
275
276 /* The following definitions come from lib/time.c  */
277
278 void push_dos_date(uint8_t *buf, int offset, time_t unixdate, int zone_offset);
279 void push_dos_date2(uint8_t *buf,int offset,time_t unixdate, int zone_offset);
280 void push_dos_date3(uint8_t *buf,int offset,time_t unixdate, int zone_offset);
281 uint32_t convert_time_t_to_uint32_t(time_t t);
282 time_t convert_uint32_t_to_time_t(uint32_t u);
283 bool nt_time_is_zero(const NTTIME *nt);
284 time_t generalized_to_unix_time(const char *str);
285 int get_server_zone_offset(void);
286 int set_server_zone_offset(time_t t);
287 char *timeval_string(TALLOC_CTX *ctx, const struct timeval *tp, bool hires);
288 char *current_timestring(TALLOC_CTX *ctx, bool hires);
289 void srv_put_dos_date(char *buf,int offset,time_t unixdate);
290 void srv_put_dos_date2(char *buf,int offset, time_t unixdate);
291 void srv_put_dos_date3(char *buf,int offset,time_t unixdate);
292 void round_timespec(enum timestamp_set_resolution res, struct timespec *ts);
293 void put_long_date_timespec(enum timestamp_set_resolution res, char *p, struct timespec ts);
294 void put_long_date_full_timespec(enum timestamp_set_resolution res,
295                                  char *p,
296                                  const struct timespec *ts);
297 struct timespec pull_long_date_full_timespec(const char *p);
298 void put_long_date(char *p, time_t t);
299 void dos_filetime_timespec(struct timespec *tsp);
300 time_t make_unix_date(const void *date_ptr, int zone_offset);
301 time_t make_unix_date2(const void *date_ptr, int zone_offset);
302 time_t make_unix_date3(const void *date_ptr, int zone_offset);
303 time_t srv_make_unix_date(const void *date_ptr);
304 time_t srv_make_unix_date2(const void *date_ptr);
305 time_t srv_make_unix_date3(const void *date_ptr);
306 struct timespec interpret_long_date(const char *p);
307 void TimeInit(void);
308 void get_process_uptime(struct timeval *ret_time);
309 void get_startup_time(struct timeval *ret_time);
310 time_t nt_time_to_unix_abs(const NTTIME *nt);
311 void unix_to_nt_time_abs(NTTIME *nt, time_t t);
312 const char *time_to_asc(const time_t t);
313 const char *display_time(NTTIME nttime);
314 bool nt_time_is_set(const NTTIME *nt);
315
316 /* The following definitions come from lib/username.c  */
317
318 void flush_pwnam_cache(void);
319 char *get_user_home_dir(TALLOC_CTX *mem_ctx, const char *user);
320 struct passwd *Get_Pwnam_alloc(TALLOC_CTX *mem_ctx, const char *user);
321
322 /* The following definitions come from lib/util_names.c  */
323 const char *get_global_sam_name(void);
324 const char *my_sam_name(void);
325
326 /* The following definitions come from lib/util.c  */
327
328 enum protocol_types get_Protocol(void);
329 void set_Protocol(enum protocol_types  p);
330 void gfree_names(void);
331 void gfree_all( void );
332 const char *my_netbios_names(int i);
333 bool set_netbios_aliases(const char **str_array);
334 bool init_names(void);
335 bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf,
336                      bool fake_dir_create_times);
337 bool socket_exist(const char *fname);
338 uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf);
339 bool check_same_dev_ino(const SMB_STRUCT_STAT *sbuf1,
340                         const SMB_STRUCT_STAT *sbuf2);
341 bool check_same_stat(const SMB_STRUCT_STAT *sbuf1,
342                         const SMB_STRUCT_STAT *sbuf2);
343 void show_msg(const char *buf);
344 int set_message_bcc(char *buf,int num_bytes);
345 ssize_t message_push_blob(uint8_t **outbuf, DATA_BLOB blob);
346 char *unix_clean_name(TALLOC_CTX *ctx, const char *s);
347 char *clean_name(TALLOC_CTX *ctx, const char *s);
348 ssize_t write_data_at_offset(int fd, const char *buffer, size_t N, off_t pos);
349 NTSTATUS init_before_fork(void);
350 NTSTATUS reinit_after_fork(struct messaging_context *msg_ctx,
351                            struct tevent_context *ev_ctx,
352                            bool parent_longlived,
353                            const char *comment);
354 NTSTATUS smbd_reinit_after_fork(struct messaging_context *msg_ctx,
355                                 struct tevent_context *ev_ctx,
356                                 bool parent_longlived,
357                                 const char *comment);
358 void *malloc_(size_t size);
359 void *Realloc(void *p, size_t size, bool free_old_on_error);
360 void add_to_large_array(TALLOC_CTX *mem_ctx, size_t element_size,
361                         void *element, void *_array, uint32_t *num_elements,
362                         ssize_t *array_size);
363 char *get_myname(TALLOC_CTX *ctx);
364 char *get_mydnsdomname(TALLOC_CTX *ctx);
365 char *automount_lookup(TALLOC_CTX *ctx, const char *user_name);
366 char *automount_lookup(TALLOC_CTX *ctx, const char *user_name);
367 bool process_exists(const struct server_id pid);
368 const char *uidtoname(uid_t uid);
369 char *gidtoname(gid_t gid);
370 uid_t nametouid(const char *name);
371 gid_t nametogid(const char *name);
372 void smb_panic_s3(const char *why);
373 const char *readdirname(DIR *p);
374 bool is_in_path(const char *name, name_compare_entry *namelist, bool case_sensitive);
375 void set_namearray(name_compare_entry **ppname_array, const char *namelist);
376 void free_namearray(name_compare_entry *name_array);
377 bool fcntl_lock(int fd, int op, off_t offset, off_t count, int type);
378 bool fcntl_getlock(int fd, int op, off_t *poffset, off_t *pcount, int *ptype, pid_t *ppid);
379 int map_process_lock_to_ofd_lock(int op);
380 bool is_myname(const char *s);
381 void ra_lanman_string( const char *native_lanman );
382 const char *get_remote_arch_str(void);
383 enum remote_arch_types get_remote_arch_from_str(const char *remote_arch_string);
384 void set_remote_arch(enum remote_arch_types type);
385 enum remote_arch_types get_remote_arch(void);
386 bool remote_arch_cache_update(const struct GUID *client_guid);
387 bool remote_arch_cache_delete(const struct GUID *client_guid);
388 const char *tab_depth(int level, int depth);
389 int str_checksum(const char *s);
390 void zero_free(void *p, size_t size);
391 int set_maxfiles(int requested_max);
392 int smb_mkstemp(char *name_template);
393 void *smb_xmalloc_array(size_t size, unsigned int count);
394 char *myhostname(void);
395 char *myhostname_upper(void);
396 #include "lib/util_path.h"
397 bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent,
398                     const char **name);
399 bool parent_smb_fname(TALLOC_CTX *mem_ctx,
400                       const struct smb_filename *path,
401                       struct smb_filename **_parent,
402                       struct smb_filename  **_name);
403 bool ms_has_wild(const char *s);
404 bool ms_has_wild_w(const smb_ucs2_t *s);
405 bool mask_match(const char *string, const char *pattern, bool is_case_sensitive);
406 bool mask_match_search(const char *string, const char *pattern, bool is_case_sensitive);
407 bool mask_match_list(const char *string, char **list, int listLen, bool is_case_sensitive);
408 #include "lib/util/unix_match.h"
409 bool name_to_fqdn(fstring fqdn, const char *name);
410 uint32_t map_share_mode_to_deny_mode(uint32_t share_access, uint32_t private_options);
411
412 #include "lib/util_procid.h"
413
414 struct server_id interpret_pid(const char *pid_string);
415 bool is_offset_safe(const char *buf_base, size_t buf_len, char *ptr, size_t off);
416 char *get_safe_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off);
417 char *get_safe_str_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off);
418 int get_safe_SVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval);
419 int get_safe_IVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval);
420 bool split_domain_user(TALLOC_CTX *mem_ctx,
421                        const char *full_name,
422                        char **domain,
423                        char **user);
424 const char *strip_hostname(const char *s);
425 bool any_nt_status_not_ok(NTSTATUS err1, NTSTATUS err2, NTSTATUS *result);
426 int timeval_to_msec(struct timeval t);
427 char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname);
428 bool is_executable(const char *fname);
429 bool map_open_params_to_ntcreate(const char *smb_base_fname,
430                                  int deny_mode, int open_func,
431                                  uint32_t *paccess_mask,
432                                  uint32_t *pshare_mode,
433                                  uint32_t *pcreate_disposition,
434                                  uint32_t *pcreate_options,
435                                  uint32_t *pprivate_flags);
436 struct security_unix_token *copy_unix_token(TALLOC_CTX *ctx, const struct security_unix_token *tok);
437 struct security_unix_token *root_unix_token(TALLOC_CTX *mem_ctx);
438 char *utok_string(TALLOC_CTX *mem_ctx, const struct security_unix_token *tok);
439 bool dir_check_ftype(uint32_t mode, uint32_t dirtype);
440
441 /* The following definitions come from lib/util_builtin.c  */
442
443 bool lookup_builtin_rid(TALLOC_CTX *mem_ctx, uint32_t rid, const char **name);
444 bool lookup_builtin_name(const char *name, uint32_t *rid);
445 const char *builtin_domain_name(void);
446 bool sid_check_is_builtin(const struct dom_sid *sid);
447 bool sid_check_is_in_builtin(const struct dom_sid *sid);
448 bool sid_check_is_wellknown_builtin(const struct dom_sid *sid);
449
450 /* The following definitions come from lib/util_nscd.c  */
451
452 void smb_nscd_flush_user_cache(void);
453 void smb_nscd_flush_group_cache(void);
454
455 /* The following definitions come from lib/util_nttoken.c  */
456
457 struct security_token *dup_nt_token(TALLOC_CTX *mem_ctx, const struct security_token *ptoken);
458 NTSTATUS merge_nt_token(TALLOC_CTX *mem_ctx,
459                         const struct security_token *token_1,
460                         const struct security_token *token_2,
461                         struct security_token **token_out);
462 bool token_sid_in_ace(const struct security_token *token, const struct security_ace *ace);
463
464 /* The following definitions come from lib/util_sec.c  */
465
466 void sec_init(void);
467 uid_t sec_initial_uid(void);
468 gid_t sec_initial_gid(void);
469 bool root_mode(void);
470 bool non_root_mode(void);
471 void gain_root_privilege(void);
472 void gain_root_group_privilege(void);
473 void set_effective_uid(uid_t uid);
474 void set_effective_gid(gid_t gid);
475 void save_re_uid(void);
476 void restore_re_uid_fromroot(void);
477 void restore_re_uid(void);
478 void save_re_gid(void);
479 void restore_re_gid(void);
480 int set_re_uid(void);
481 void become_user_permanently(uid_t uid, gid_t gid);
482 int set_thread_credentials(uid_t uid,
483                         gid_t gid,
484                         size_t setlen,
485                         const gid_t *gidset);
486 bool is_setuid_root(void) ;
487
488 /* The following definitions come from lib/util_sid.c  */
489
490 char *sid_to_fstring(fstring sidstr_out, const struct dom_sid *sid);
491 bool sid_linearize(uint8_t *outbuf, size_t len, const struct dom_sid *sid);
492 bool non_mappable_sid(struct dom_sid *sid);
493 char *sid_binstring_hex_talloc(TALLOC_CTX *mem_ctx, const struct dom_sid *sid);
494 struct netr_SamInfo3;
495 NTSTATUS sid_array_from_info3(TALLOC_CTX *mem_ctx,
496                               const struct netr_SamInfo3 *info3,
497                               struct dom_sid **user_sids,
498                               uint32_t *num_user_sids,
499                               bool include_user_group_rid);
500
501 /* The following definitions come from lib/util_sock.c  */
502
503 bool is_broadcast_addr(const struct sockaddr *pss);
504 bool is_loopback_ip_v4(struct in_addr ip);
505 bool is_loopback_addr(const struct sockaddr *pss);
506 bool is_zero_addr(const struct sockaddr_storage *pss);
507 void zero_ip_v4(struct in_addr *ip);
508 void in_addr_to_sockaddr_storage(struct sockaddr_storage *ss,
509                 struct in_addr ip);
510 bool same_net(const struct sockaddr *ip1,
511                 const struct sockaddr *ip2,
512                 const struct sockaddr *mask);
513 bool sockaddr_equal(const struct sockaddr *ip1,
514                 const struct sockaddr *ip2);
515 bool is_address_any(const struct sockaddr *psa);
516 uint16_t get_sockaddr_port(const struct sockaddr_storage *pss);
517 char *print_sockaddr(char *dest,
518                         size_t destlen,
519                         const struct sockaddr_storage *psa);
520 char *print_canonical_sockaddr(TALLOC_CTX *ctx,
521                         const struct sockaddr_storage *pss);
522 int get_socket_port(int fd);
523 const char *client_addr(int fd, char *addr, size_t addrlen);
524 const char *client_socket_addr(int fd, char *addr, size_t addr_len);
525 int client_socket_port(int fd);
526 bool is_a_socket(int fd);
527 void set_socket_options(int fd, const char *options);
528 ssize_t read_udp_v4_socket(int fd,
529                         char *buf,
530                         size_t len,
531                         struct sockaddr_storage *psa);
532 NTSTATUS read_fd_with_timeout(int fd, char *buf,
533                                   size_t mincnt, size_t maxcnt,
534                                   unsigned int time_out,
535                                   size_t *size_ret);
536 NTSTATUS read_data_ntstatus(int fd, char *buffer, size_t N);
537
538 bool send_keepalive(int client);
539 NTSTATUS read_smb_length_return_keepalive(int fd, char *inbuf,
540                                           unsigned int timeout,
541                                           size_t *len);
542 NTSTATUS receive_smb_raw(int fd,
543                         char *buffer,
544                         size_t buflen,
545                         unsigned int timeout,
546                         size_t maxlen,
547                         size_t *p_len);
548 int open_socket_in(int type,
549                 uint16_t port,
550                 int dlevel,
551                 const struct sockaddr_storage *psock,
552                 bool rebind);
553 NTSTATUS open_socket_out(const struct sockaddr_storage *pss, uint16_t port,
554                          int timeout, int *pfd);
555 struct tevent_req *open_socket_out_send(TALLOC_CTX *mem_ctx,
556                                         struct tevent_context *ev,
557                                         const struct sockaddr_storage *pss,
558                                         uint16_t port,
559                                         int timeout);
560 NTSTATUS open_socket_out_recv(struct tevent_req *req, int *pfd);
561 struct tevent_req *open_socket_out_defer_send(TALLOC_CTX *mem_ctx,
562                                               struct tevent_context *ev,
563                                               struct timeval wait_time,
564                                               const struct sockaddr_storage *pss,
565                                               uint16_t port,
566                                               int timeout);
567 NTSTATUS open_socket_out_defer_recv(struct tevent_req *req, int *pfd);
568 int open_udp_socket(const char *host, int port);
569 const char *get_peer_addr(int fd, char *addr, size_t addr_len);
570
571 struct tsocket_address;
572
573 int get_remote_hostname(const struct tsocket_address *remote_address,
574                         char **name,
575                         TALLOC_CTX *mem_ctx);
576
577 int create_pipe_sock(const char *socket_dir,
578                      const char *socket_name,
579                      mode_t dir_perms);
580 const char *get_mydnsfullname(void);
581 bool is_myname_or_ipaddr(const char *s);
582 int poll_one_fd(int fd, int events, int timeout, int *revents);
583 int poll_intr_one_fd(int fd, int events, int timeout, int *revents);
584
585 /* The following definitions come from lib/util_str.c  */
586
587 bool next_token(const char **ptr, char *buff, const char *sep, size_t bufsize);
588 bool strnequal(const char *s1,const char *s2,size_t n);
589 bool strcsequal(const char *s1,const char *s2);
590 bool strnorm(char *s, int case_default);
591 char *skip_string(const char *base, size_t len, char *buf);
592 size_t str_charnum(const char *s);
593 bool trim_char(char *s,char cfront,char cback);
594 bool strhasupper(const char *s);
595 bool strhaslower(const char *s);
596 bool in_list(const char *s, const char *list, bool casesensitive);
597 void fstring_sub(char *s,const char *pattern,const char *insert);
598 char *realloc_string_sub2(char *string,
599                         const char *pattern,
600                         const char *insert,
601                         bool remove_unsafe_characters,
602                         bool allow_trailing_dollar);
603 char *realloc_string_sub(char *string,
604                         const char *pattern,
605                         const char *insert);
606 char *talloc_string_sub2(TALLOC_CTX *mem_ctx, const char *src,
607                         const char *pattern,
608                         const char *insert,
609                         bool remove_unsafe_characters,
610                         bool replace_once,
611                         bool allow_trailing_dollar);
612 char *talloc_string_sub(TALLOC_CTX *mem_ctx,
613                         const char *src,
614                         const char *pattern,
615                         const char *insert);
616 void all_string_sub(char *s,const char *pattern,const char *insert, size_t len);
617 char *talloc_all_string_sub(TALLOC_CTX *ctx,
618                                 const char *src,
619                                 const char *pattern,
620                                 const char *insert);
621 char *octal_string(int i);
622 char *string_truncate(char *s, unsigned int length);
623 char *strchr_m(const char *src, char c);
624 char *strrchr_m(const char *s, char c);
625 char *strnrchr_m(const char *s, char c, unsigned int n);
626 char *strstr_m(const char *src, const char *findstr);
627 bool strlower_m(char *s);
628 bool strupper_m(char *s);
629 size_t strlen_m(const char *s);
630 size_t strlen_m_term(const char *s);
631 size_t strlen_m_term_null(const char *s);
632 int fstr_sprintf(fstring s, const char *fmt, ...);
633
634 uint64_t STR_TO_SMB_BIG_UINT(const char *nptr, const char **entptr);
635 uint64_t conv_str_size(const char * str);
636 int asprintf_strupper_m(char **strp, const char *fmt, ...)
637                         PRINTF_ATTRIBUTE(2,3);
638 char *talloc_asprintf_strupper_m(TALLOC_CTX *t, const char *fmt, ...)
639                                  PRINTF_ATTRIBUTE(2,3);
640 char *talloc_asprintf_strlower_m(TALLOC_CTX *t, const char *fmt, ...)
641                                  PRINTF_ATTRIBUTE(2,3);
642 bool validate_net_name( const char *name,
643                 const char *invalid_chars,
644                 int max_len);
645 char *escape_shell_string(const char *src);
646 ssize_t full_path_tos(const char *dir, const char *name,
647                       char *tmpbuf, size_t tmpbuf_len,
648                       char **pdst, char **to_free);
649
650 /* The following definitions come from lib/version.c  */
651
652 const char *samba_version_string(void);
653
654 /* The following definitions come from lib/wins_srv.c  */
655
656 bool wins_srv_is_dead(struct in_addr wins_ip, struct in_addr src_ip);
657 void wins_srv_alive(struct in_addr wins_ip, struct in_addr src_ip);
658 void wins_srv_died(struct in_addr wins_ip, struct in_addr src_ip);
659 unsigned wins_srv_count(void);
660 char **wins_srv_tags(void);
661 void wins_srv_tags_free(char **list);
662 struct in_addr wins_srv_ip_tag(const char *tag, struct in_addr src_ip);
663 bool wins_server_tag_ips(const char *tag, TALLOC_CTX *mem_ctx,
664                          struct in_addr **pservers, int *pnum_servers);
665 unsigned wins_srv_count_tag(const char *tag);
666
667 #ifndef ASN1_MAX_OIDS
668 #define ASN1_MAX_OIDS 20
669 #endif
670 bool spnego_parse_negTokenInit(TALLOC_CTX *ctx,
671                                DATA_BLOB blob,
672                                char *OIDs[ASN1_MAX_OIDS],
673                                char **principal,
674                                DATA_BLOB *secblob);
675 DATA_BLOB spnego_gen_krb5_wrap(TALLOC_CTX *ctx, const DATA_BLOB ticket, const uint8_t tok_id[2]);
676
677 /* The following definitions come from libsmb/conncache.c  */
678
679 NTSTATUS check_negative_conn_cache( const char *domain, const char *server);
680 void add_failed_connection_entry(const char *domain, const char *server, NTSTATUS result) ;
681 void flush_negative_conn_cache_for_domain(const char *domain);
682
683 /* The following definitions come from libsmb/errormap.c  */
684
685 NTSTATUS dos_to_ntstatus(uint8_t eclass, uint32_t ecode);
686
687 /* The following definitions come from libsmb/namecache.c  */
688
689 bool namecache_store(const char *name,
690                         int name_type,
691                         int num_names,
692                         struct ip_service *ip_list);
693 bool namecache_fetch(const char *name,
694                         int name_type,
695                         struct ip_service **ip_list,
696                         int *num_names);
697 bool namecache_delete(const char *name, int name_type);
698 void namecache_flush(void);
699 bool namecache_status_store(const char *keyname, int keyname_type,
700                 int name_type, const struct sockaddr_storage *keyip,
701                 const char *srvname);
702 bool namecache_status_fetch(const char *keyname,
703                                 int keyname_type,
704                                 int name_type,
705                                 const struct sockaddr_storage *keyip,
706                                 char *srvname_out);
707
708 /* The following definitions come from libsmb/namequery_dc.c  */
709
710 bool get_dc_name(const char *domain,
711                 const char *realm,
712                 fstring srv_name,
713                 struct sockaddr_storage *ss_out);
714
715 /* The following definitions come from libsmb/smberr.c  */
716
717 const char *smb_dos_err_name(uint8_t e_class, uint16_t num);
718 const char *get_dos_error_msg(WERROR result);
719 const char *smb_dos_err_class(uint8_t e_class);
720 WERROR map_werror_from_unix(int error);
721
722 /* The following definitions come from libsmb/trusts_util.c  */
723
724 struct netlogon_creds_cli_context;
725 struct messaging_context;
726 struct dcerpc_binding_handle;
727 char *trust_pw_new_value(TALLOC_CTX *mem_ctx,
728                          enum netr_SchannelType sec_channel_type,
729                          int security);
730 NTSTATUS trust_pw_change(struct netlogon_creds_cli_context *context,
731                          struct messaging_context *msg_ctx,
732                          struct dcerpc_binding_handle *b,
733                          const char *domain,
734                          const char *dcname,
735                          bool force);
736
737 /* The following definitions come from param/loadparm.c  */
738
739 const struct loadparm_substitution *loadparm_s3_global_substitution(void);
740
741 char *lp_parm_substituted_string(TALLOC_CTX *mem_ctx,
742                                  const struct loadparm_substitution *lp_sub,
743                                  int snum,
744                                  const char *type,
745                                  const char *option,
746                                  const char *def);
747
748 #include "source3/param/param_proto.h"
749
750 char *lp_servicename(TALLOC_CTX *ctx, const struct loadparm_substitution *, int);
751 const char *lp_const_servicename(int);
752 bool lp_autoloaded(int);
753 const char *lp_dnsdomain(void);
754 int lp_winbind_max_domain_connections(void);
755 bool lp_idmap_range(const char *domain_name, uint32_t *low, uint32_t *high);
756 bool lp_idmap_default_range(uint32_t *low, uint32_t *high);
757 const char *lp_idmap_backend(const char *domain_name);
758 const char *lp_idmap_default_backend (void);
759 int lp_security(void);
760 int lp_client_max_protocol(void);
761 int lp_client_ipc_min_protocol(void);
762 int lp_client_ipc_max_protocol(void);
763 int lp_client_ipc_signing(void);
764 int lp_smb2_max_credits(void);
765 int lp_cups_encrypt(void);
766 bool lp_widelinks(int );
767 int lp_rpc_low_port(void);
768 int lp_rpc_high_port(void);
769 bool lp_lanman_auth(void);
770 enum samba_weak_crypto lp_weak_crypto(void);
771
772 int lp_wi_scan_global_parametrics(
773         const char *regex, size_t max_matches,
774         bool (*cb)(const char *string, regmatch_t matches[],
775                    void *private_data),
776         void *private_data);
777
778 const char *lp_parm_const_string(int snum, const char *type, const char *option, const char *def);
779 struct loadparm_service;
780 const char *lp_parm_const_string_service(struct loadparm_service *service, const char *type,
781                                          const char *option, const char *def);
782 const char **lp_parm_string_list(int snum, const char *type, const char *option, const char **def);
783 int lp_parm_int(int snum, const char *type, const char *option, int def);
784 unsigned long lp_parm_ulong(int snum, const char *type, const char *option, unsigned long def);
785 unsigned long long lp_parm_ulonglong(int snum, const char *type,
786                                      const char *option,
787                                      unsigned long long def);
788 bool lp_parm_bool(int snum, const char *type, const char *option, bool def);
789 struct enum_list;
790 int lp_parm_enum(int snum, const char *type, const char *option,
791                  const struct enum_list *_enum, int def);
792 char *canonicalize_servicename(TALLOC_CTX *ctx, const char *src);
793 bool lp_add_home(const char *pszHomename, int iDefaultService,
794                  const char *user, const char *pszHomedir);
795 int lp_add_service(const char *pszService, int iDefaultService);
796 bool lp_add_printer(const char *pszPrintername, int iDefaultService);
797 bool lp_parameter_is_valid(const char *pszParmName);
798 bool lp_parameter_is_global(const char *pszParmName);
799 bool lp_canonicalize_parameter(const char *parm_name, const char **canon_parm,
800                                bool *inverse);
801 bool lp_canonicalize_parameter_with_value(const char *parm_name,
802                                           const char *val,
803                                           const char **canon_parm,
804                                           const char **canon_val);
805 void show_parameter_list(void);
806 bool lp_invert_boolean(const char *str, const char **inverse_str);
807 bool lp_canonicalize_boolean(const char *str, const char**canon_str);
808 bool process_registry_service(const char *service_name);
809 bool process_registry_shares(void);
810 bool lp_config_backend_is_registry(void);
811 bool lp_config_backend_is_file(void);
812 bool lp_file_list_changed(void);
813 const char *lp_ldap_machine_suffix(TALLOC_CTX *ctx);
814 const char *lp_ldap_user_suffix(TALLOC_CTX *ctx);
815 const char *lp_ldap_group_suffix(TALLOC_CTX *ctx);
816 const char *lp_ldap_idmap_suffix(TALLOC_CTX *ctx);
817 struct parm_struct;
818 /* Return a pointer to a service by name.  */
819 struct loadparm_service *lp_service(const char *pszServiceName);
820 struct loadparm_service *lp_servicebynum(int snum);
821 struct loadparm_service *lp_default_loadparm_service(void);
822 void *lp_parm_ptr(struct loadparm_service *service, struct parm_struct *parm);
823 void *lp_local_ptr_by_snum(int snum, struct parm_struct *parm);
824 bool lp_do_parameter(int snum, const char *pszParmName, const char *pszParmValue);
825 bool lp_set_cmdline(const char *pszParmName, const char *pszParmValue);
826 bool dump_a_parameter(int snum, char *parm_name, FILE * f, bool isGlobal);
827 bool lp_snum_ok(int iService);
828 void lp_add_one_printer(const char *name, const char *comment,
829                         const char *location, void *pdata);
830 bool lp_loaded(void);
831 void lp_killunused(struct smbd_server_connection *sconn,
832                    bool (*snumused) (struct smbd_server_connection *, int));
833 void lp_kill_all_services(void);
834 void lp_killservice(int iServiceIn);
835 const char* server_role_str(uint32_t role);
836 enum usershare_err parse_usershare_file(TALLOC_CTX *ctx,
837                         SMB_STRUCT_STAT *psbuf,
838                         const char *servicename,
839                         int snum,
840                         char **lines,
841                         int numlines,
842                         char **pp_sharepath,
843                         char **pp_comment,
844                         char **pp_cp_share_name,
845                         struct security_descriptor **ppsd,
846                         bool *pallow_guest);
847 int load_usershare_service(const char *servicename);
848 int load_usershare_shares(struct smbd_server_connection *sconn,
849                           bool (*snumused) (struct smbd_server_connection *, int));
850 void gfree_loadparm(void);
851 bool lp_load_initial_only(const char *pszFname);
852 bool lp_load_global(const char *file_name);
853 bool lp_load_with_shares(const char *file_name);
854 bool lp_load_client(const char *file_name);
855 bool lp_load_global_no_reinit(const char *file_name);
856 bool lp_load_no_reinit(const char *file_name);
857 bool lp_load_client_no_reinit(const char *file_name);
858 bool lp_load_with_registry_shares(const char *pszFname);
859 int lp_numservices(void);
860 void lp_dump(FILE *f, bool show_defaults, int maxtoprint);
861 void lp_dump_one(FILE * f, bool show_defaults, int snum);
862 int lp_servicenumber(const char *pszServiceName);
863 const char *volume_label(TALLOC_CTX *ctx, int snum);
864 bool lp_domain_master(void);
865 bool lp_preferred_master(void);
866 void lp_remove_service(int snum);
867 void lp_copy_service(int snum, const char *new_name);
868 int lp_default_server_announce(void);
869 const char *lp_printername(TALLOC_CTX *ctx,
870                            const struct loadparm_substitution *lp_sub,
871                            int snum);
872 void lp_set_logfile(const char *name);
873 int lp_maxprintjobs(int snum);
874 const char *lp_printcapname(void);
875 bool lp_disable_spoolss( void );
876 void lp_set_spoolss_state( uint32_t state );
877 uint32_t lp_get_spoolss_state( void );
878 struct smb_signing_state;
879 void set_use_sendfile(int snum, bool val);
880 void lp_set_mangling_method(const char *new_method);
881 bool lp_posix_pathnames(void);
882 void lp_set_posix_pathnames(void);
883 enum brl_flavour lp_posix_cifsu_locktype(files_struct *fsp);
884 void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val);
885 int lp_min_receive_file_size(void);
886 void widelinks_warning(int snum);
887 const char *lp_ncalrpc_dir(void);
888 void _lp_set_server_role(int server_role);
889 uint32_t lp_get_async_dns_timeout(void);
890
891 /* The following definitions come from param/loadparm_ctx.c  */
892
893 const struct loadparm_s3_helpers *loadparm_s3_helpers(void);
894
895 /* The following definitions come from param/loadparm_server_role.c  */
896
897 int lp_server_role(void);
898 void set_server_role(void);
899
900 /* The following definitions come from param/util.c  */
901
902 uint32_t get_int_param( const char* param );
903 char* get_string_param( const char* param );
904
905 /* The following definitions come from lib/server_contexts.c  */
906 struct tevent_context *global_event_context(void);
907 void global_event_context_free(void);
908 struct messaging_context *global_messaging_context(void);
909 void global_messaging_context_free(void);
910
911 /* The following definitions come from lib/sessionid_tdb.c  */
912 struct sessionid;
913 NTSTATUS sessionid_traverse_read(int (*fn)(const char *key,
914                                            struct sessionid *session,
915                                            void *private_data),
916                                  void *private_data);
917
918 /* The following definitions come from lib/avahi.c */
919
920 struct AvahiPoll *tevent_avahi_poll(TALLOC_CTX *mem_ctx,
921                                     struct tevent_context *ev);
922
923 /* The following definitions come from libsmb/smbsock_connect.c */
924
925 struct tevent_req *smbsock_connect_send(TALLOC_CTX *mem_ctx,
926                                         struct tevent_context *ev,
927                                         const struct sockaddr_storage *addr,
928                                         uint16_t port,
929                                         const char *called_name,
930                                         int called_type,
931                                         const char *calling_name,
932                                         int calling_type);
933 NTSTATUS smbsock_connect_recv(struct tevent_req *req, int *sock,
934                               uint16_t *ret_port);
935 NTSTATUS smbsock_connect(const struct sockaddr_storage *addr, uint16_t port,
936                          const char *called_name, int called_type,
937                          const char *calling_name, int calling_type,
938                          int *pfd, uint16_t *ret_port, int sec_timeout);
939
940 struct tevent_req *smbsock_any_connect_send(TALLOC_CTX *mem_ctx,
941                                             struct tevent_context *ev,
942                                             const struct sockaddr_storage *addrs,
943                                             const char **called_names,
944                                             int *called_types,
945                                             const char **calling_names,
946                                             int *calling_types,
947                                             size_t num_addrs, uint16_t port);
948 NTSTATUS smbsock_any_connect_recv(struct tevent_req *req, int *pfd,
949                                   size_t *chosen_index, uint16_t *chosen_port);
950 NTSTATUS smbsock_any_connect(const struct sockaddr_storage *addrs,
951                              const char **called_names,
952                              int *called_types,
953                              const char **calling_names,
954                              int *calling_types,
955                              size_t num_addrs,
956                              uint16_t port,
957                              int sec_timeout,
958                              int *pfd, size_t *chosen_index,
959                              uint16_t *chosen_port);
960
961 /* The following definitions come from lib/util_wellknown.c  */
962
963 bool sid_check_is_wellknown_domain(const struct dom_sid *sid, const char **name);
964 bool sid_check_is_in_wellknown_domain(const struct dom_sid *sid);
965 bool lookup_wellknown_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
966                           const char **domain, const char **name);
967 bool lookup_wellknown_name(TALLOC_CTX *mem_ctx, const char *name,
968                            struct dom_sid *sid, const char **domain);
969
970 /* The following definitions come from lib/util_specialsids.c  */
971 bool sid_check_is_asserted_identity(const struct dom_sid *sid);
972 bool sid_check_is_in_asserted_identity(const struct dom_sid *sid);
973 const char *asserted_identity_domain_name(void);
974
975 /* The following definitions come from lib/filename_util.c */
976
977 NTSTATUS get_full_smb_filename(TALLOC_CTX *ctx, const struct smb_filename *smb_fname,
978                               char **full_name);
979 struct smb_filename *synthetic_smb_fname(TALLOC_CTX *mem_ctx,
980                                          const char *base_name,
981                                          const char *stream_name,
982                                          const SMB_STRUCT_STAT *psbuf,
983                                          NTTIME twrp,
984                                          uint32_t flags);
985 struct smb_filename *synthetic_smb_fname_split(TALLOC_CTX *ctx,
986                                                 const char *fname,
987                                                 bool posix_path);
988 const char *smb_fname_str_dbg(const struct smb_filename *smb_fname);
989 const char *fsp_str_dbg(const struct files_struct *fsp);
990 const char *fsp_fnum_dbg(const struct files_struct *fsp);
991 struct smb_filename *cp_smb_filename(TALLOC_CTX *mem_ctx,
992                                      const struct smb_filename *in);
993 struct smb_filename *cp_smb_filename_nostream(TALLOC_CTX *mem_ctx,
994                                      const struct smb_filename *in);
995 bool is_ntfs_stream_smb_fname(const struct smb_filename *smb_fname);
996 bool is_ntfs_default_stream_smb_fname(const struct smb_filename *smb_fname);
997 bool is_named_stream(const struct smb_filename *smb_fname);
998 bool is_invalid_windows_ea_name(const char *name);
999 bool ea_list_has_invalid_name(struct ea_list *ea_list);
1000 bool split_stream_filename(TALLOC_CTX *ctx,
1001                         const char *filename_in,
1002                         char **filename_out,
1003                         char **streamname_out);
1004
1005 /* The following definitions come from lib/dummyroot.c */
1006
1007 void become_root(void);
1008 void unbecome_root(void);
1009
1010 /* The following definitions come from lib/smbd_shim.c */
1011
1012 int find_service(TALLOC_CTX *ctx, const char *service_in, char **p_service_out);
1013 void send_stat_cache_delete_message(struct messaging_context *msg_ctx,
1014                                     const char *name);
1015 NTSTATUS can_delete_directory_fsp(files_struct *fsp);
1016 bool change_to_root_user(void);
1017 bool become_authenticated_pipe_user(struct auth_session_info *session_info);
1018 bool unbecome_authenticated_pipe_user(void);
1019
1020 void contend_level2_oplocks_begin(files_struct *fsp,
1021                                   enum level2_contention_type type);
1022 void contend_level2_oplocks_end(files_struct *fsp,
1023                                 enum level2_contention_type type);
1024
1025 /* The following definitions come from lib/per_thread_cwd.c */
1026
1027 void per_thread_cwd_check(void);
1028 bool per_thread_cwd_supported(void);
1029 void per_thread_cwd_disable(void);
1030 void per_thread_cwd_activate(void);
1031
1032 #endif /*  _PROTO_H_  */