Remove source3/lib/pidfile.c
[kai/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 /* The following definitions come from lib/access.c  */
27
28 bool client_match(const char *tok, const void *item);
29 bool list_match(const char **list,const void *item,
30                 bool (*match_fn)(const char *, const void *));
31 bool allow_access(const char **deny_list,
32                 const char **allow_list,
33                 const char *cname,
34                 const char *caddr);
35
36 /* The following definitions come from lib/adt_tree.c  */
37
38
39 /* The following definitions come from lib/afs.c  */
40
41 char *afs_createtoken_str(const char *username, const char *cell);
42 bool afs_login(connection_struct *conn);
43 bool afs_login(connection_struct *conn);
44 char *afs_createtoken_str(const char *username, const char *cell);
45
46 /* The following definitions come from lib/afs_settoken.c  */
47
48 int afs_syscall( int subcall,
49           const char * path,
50           int cmd,
51           char * cmarg,
52           int follow);
53 bool afs_settoken_str(const char *token_string);
54 bool afs_settoken_str(const char *token_string);
55
56 /* The following definitions come from lib/audit.c  */
57
58 const char *audit_category_str(uint32 category);
59 const char *audit_param_str(uint32 category);
60 const char *audit_description_str(uint32 category);
61 bool get_audit_category_from_param(const char *param, uint32 *audit_category);
62 const char *audit_policy_str(TALLOC_CTX *mem_ctx, uint32 policy);
63
64 /* The following definitions come from lib/charcnv.c  */
65
66 void gfree_charcnv(void);
67 size_t ucs2_align(const void *base_ptr, const void *p, int flags);
68 size_t push_ascii(void *dest, const char *src, size_t dest_len, int flags);
69 size_t push_ascii_fstring(void *dest, const char *src);
70 size_t push_ascii_nstring(void *dest, const char *src);
71 size_t pull_ascii(char *dest, const void *src, size_t dest_len, size_t src_len, int flags);
72 size_t pull_ascii_fstring(char *dest, const void *src);
73 size_t pull_ascii_nstring(char *dest, size_t dest_len, const void *src);
74 size_t push_string_check_fn(void *dest, const char *src,
75                             size_t dest_len, int flags);
76 size_t push_string_base(const char *base, uint16 flags2,
77                         void *dest, const char *src,
78                         size_t dest_len, int flags);
79 size_t pull_string_talloc(TALLOC_CTX *ctx,
80                         const void *base_ptr,
81                         uint16 smb_flags2,
82                         char **ppdest,
83                         const void *src,
84                         size_t src_len,
85                         int flags);
86 size_t align_string(const void *base_ptr, const char *p, int flags);
87 size_t dos_PutUniCode(char *dst,const char *src, size_t len, bool null_terminate);
88 int rpcstr_push_talloc(TALLOC_CTX *ctx, smb_ucs2_t **dest, const char *src);
89
90 /* The following definitions come from lib/dmallocmsg.c  */
91
92 void register_dmalloc_msgs(struct messaging_context *msg_ctx);
93
94 /* The following definitions come from lib/dprintf.c  */
95
96 void display_set_stderr(void);
97
98 /* The following definitions come from lib/errmap_unix.c  */
99
100 NTSTATUS map_nt_error_from_unix(int unix_error);
101 int map_errno_from_nt_status(NTSTATUS status);
102
103 /* The following definitions come from lib/file_id.c  */
104
105 struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf);
106
107 /* The following definitions come from lib/gencache.c  */
108
109 bool gencache_set(const char *keystr, const char *value, time_t timeout);
110 bool gencache_del(const char *keystr);
111 bool gencache_get(const char *keystr, char **valstr, time_t *timeout);
112 bool gencache_parse(const char *keystr,
113                     void (*parser)(time_t timeout, DATA_BLOB blob,
114                                    void *private_data),
115                     void *private_data);
116 bool gencache_get_data_blob(const char *keystr, DATA_BLOB *blob,
117                             time_t *timeout, bool *was_expired);
118 bool gencache_stabilize(void);
119 bool gencache_set_data_blob(const char *keystr, const DATA_BLOB *blob, time_t timeout);
120 void gencache_iterate_blobs(void (*fn)(const char *key, DATA_BLOB value,
121                                        time_t timeout, void *private_data),
122                             void *private_data, const char *pattern);
123 void gencache_iterate(void (*fn)(const char* key, const char *value, time_t timeout, void* dptr),
124                       void* data, const char* keystr_pattern);
125
126 /* The following definitions come from lib/interface.c  */
127
128 bool ismyaddr(const struct sockaddr *ip);
129 bool ismyip_v4(struct in_addr ip);
130 bool is_local_net(const struct sockaddr *from);
131 void setup_linklocal_scope_id(struct sockaddr *pss);
132 bool is_local_net_v4(struct in_addr from);
133 int iface_count(void);
134 int iface_count_v4_nl(void);
135 const struct in_addr *first_ipv4_iface(void);
136 struct interface *get_interface(int n);
137 const struct sockaddr_storage *iface_n_sockaddr_storage(int n);
138 const struct in_addr *iface_n_ip_v4(int n);
139 const struct in_addr *iface_n_bcast_v4(int n);
140 const struct sockaddr_storage *iface_n_bcast(int n);
141 const struct sockaddr_storage *iface_ip(const struct sockaddr *ip);
142 bool iface_local(const struct sockaddr *ip);
143 void load_interfaces(void);
144 void gfree_interfaces(void);
145 bool interfaces_changed(void);
146
147 /* The following definitions come from lib/ldap_debug_handler.c  */
148
149 void init_ldap_debugging(void);
150
151 /* The following definitions come from lib/ldap_escape.c  */
152
153 char *escape_ldap_string(TALLOC_CTX *mem_ctx, const char *s);
154 char *escape_rdn_val_string_alloc(const char *s);
155
156 /* The following definitions come from lib/ms_fnmatch.c  */
157
158 int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern,
159                bool is_case_sensitive);
160
161 /* The following definitions come from lib/recvfile.c  */
162
163 ssize_t sys_recvfile(int fromfd,
164                         int tofd,
165                         off_t offset,
166                         size_t count);
167 ssize_t sys_recvfile(int fromfd,
168                         int tofd,
169                         off_t offset,
170                         size_t count);
171 ssize_t drain_socket(int sockfd, size_t count);
172
173 /* The following definitions come from lib/sendfile.c  */
174
175 ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, off_t offset, size_t count);
176
177 /* The following definitions come from lib/server_mutex.c  */
178
179 struct named_mutex *grab_named_mutex(TALLOC_CTX *mem_ctx, const char *name,
180                                      int timeout);
181
182 /* The following definitions come from lib/sharesec.c  */
183
184 bool share_info_db_init(void);
185 struct security_descriptor *get_share_security_default( TALLOC_CTX *ctx, size_t *psize, uint32 def_access);
186 struct security_descriptor *get_share_security( TALLOC_CTX *ctx, const char *servicename,
187                               size_t *psize);
188 bool set_share_security(const char *share_name, struct security_descriptor *psd);
189 bool delete_share_security(const char *servicename);
190 bool share_access_check(const struct security_token *token,
191                         const char *sharename,
192                         uint32 desired_access,
193                         uint32_t *pgranted);
194 bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, struct security_descriptor **ppsd);
195
196 /* The following definitions come from lib/smbrun.c  */
197
198 int smbrun_no_sanitize(const char *cmd, int *outfd);
199 int smbrun(const char *cmd, int *outfd);
200 int smbrunsecret(const char *cmd, const char *secret);
201
202 /* The following definitions come from lib/sock_exec.c  */
203
204 int sock_exec(const char *prog);
205
206 /* The following definitions come from lib/substitute.c  */
207
208 void free_local_machine_name(void);
209 bool set_local_machine_name(const char *local_name, bool perm);
210 const char *get_local_machine_name(void);
211 bool set_remote_machine_name(const char *remote_name, bool perm);
212 const char *get_remote_machine_name(void);
213 void sub_set_smb_name(const char *name);
214 void set_current_user_info(const char *smb_name, const char *unix_name,
215                            const char *domain);
216 void sub_set_socket_ids(const char *peeraddr, const char *peername,
217                         const char *sockaddr);
218 const char *get_current_username(void);
219 void standard_sub_basic(const char *smb_name, const char *domain_name,
220                         char *str, size_t len);
221 char *talloc_sub_basic(TALLOC_CTX *mem_ctx, const char *smb_name,
222                        const char *domain_name, const char *str);
223 char *talloc_sub_specified(TALLOC_CTX *mem_ctx,
224                         const char *input_string,
225                         const char *username,
226                         const char *domain,
227                         uid_t uid,
228                         gid_t gid);
229 char *talloc_sub_advanced(TALLOC_CTX *mem_ctx,
230                           const char *servicename, const char *user,
231                           const char *connectpath, gid_t gid,
232                           const char *smb_name, const char *domain_name,
233                           const char *str);
234 void standard_sub_advanced(const char *servicename, const char *user,
235                            const char *connectpath, gid_t gid,
236                            const char *smb_name, const char *domain_name,
237                            char *str, size_t len);
238
239 /* The following definitions come from lib/sysquotas.c  */
240
241 int sys_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
242 int sys_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
243
244 /* The following definitions come from lib/sysquotas_*.c  */
245
246 int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
247 int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
248
249 int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
250 int sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
251
252 int sys_get_nfs_quota(const char *path, const char *bdev,
253                       enum SMB_QUOTA_TYPE qtype,
254                       unid_t id, SMB_DISK_QUOTA *dp);
255 int sys_set_nfs_quota(const char *path, const char *bdev,
256                       enum SMB_QUOTA_TYPE qtype,
257                       unid_t id, SMB_DISK_QUOTA *dp);
258
259 /* The following definitions come from lib/system.c  */
260
261 ssize_t sys_read(int fd, void *buf, size_t count);
262 ssize_t sys_write(int fd, const void *buf, size_t count);
263 ssize_t sys_writev(int fd, const struct iovec *iov, int iovcnt);
264 ssize_t sys_pread(int fd, void *buf, size_t count, off_t off);
265 ssize_t sys_pwrite(int fd, const void *buf, size_t count, off_t off);
266 ssize_t sys_send(int s, const void *msg, size_t len, int flags);
267 ssize_t sys_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen);
268 int sys_fcntl_ptr(int fd, int cmd, void *arg);
269 int sys_fcntl_long(int fd, int cmd, long arg);
270 void update_stat_ex_mtime(struct stat_ex *dst, struct timespec write_ts);
271 void update_stat_ex_create_time(struct stat_ex *dst, struct timespec create_time);
272 int sys_stat(const char *fname, SMB_STRUCT_STAT *sbuf,
273              bool fake_dir_create_times);
274 int sys_fstat(int fd, SMB_STRUCT_STAT *sbuf,
275               bool fake_dir_create_times);
276 int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf,
277               bool fake_dir_create_times);
278 int sys_posix_fallocate(int fd, off_t offset, off_t len);
279 int sys_fallocate(int fd, enum vfs_fallocate_mode mode, off_t offset, off_t len);
280 void kernel_flock(int fd, uint32 share_mode, uint32 access_mask);
281 DIR *sys_fdopendir(int fd);
282 int sys_mknod(const char *path, mode_t mode, SMB_DEV_T dev);
283 int sys_waitpid(pid_t pid,int *status,int options);
284 char *sys_getwd(void);
285 void set_effective_capability(enum smbd_capability capability);
286 void drop_effective_capability(enum smbd_capability capability);
287 long sys_random(void);
288 void sys_srandom(unsigned int seed);
289 int groups_max(void);
290 int sys_getgroups(int setlen, gid_t *gidset);
291 int sys_setgroups(gid_t UNUSED(primary_gid), int setlen, gid_t *gidset);
292 int sys_popen(const char *command);
293 int sys_pclose(int fd);
294 ssize_t sys_getxattr (const char *path, const char *name, void *value, size_t size);
295 ssize_t sys_fgetxattr (int filedes, const char *name, void *value, size_t size);
296 ssize_t sys_listxattr (const char *path, char *list, size_t size);
297 ssize_t sys_flistxattr (int filedes, char *list, size_t size);
298 int sys_removexattr (const char *path, const char *name);
299 int sys_fremovexattr (int filedes, const char *name);
300 int sys_setxattr (const char *path, const char *name, const void *value, size_t size, int flags);
301 int sys_fsetxattr (int filedes, const char *name, const void *value, size_t size, int flags);
302 uint32 unix_dev_major(SMB_DEV_T dev);
303 uint32 unix_dev_minor(SMB_DEV_T dev);
304 #if 0
305 int sys_get_number_of_cores(void);
306 #endif
307
308 struct stat;
309 void init_stat_ex_from_stat (struct stat_ex *dst,
310                             const struct stat *src,
311                             bool fake_dir_create_times);
312
313 /* The following definitions come from lib/system_smbd.c  */
314
315 bool getgroups_unix_user(TALLOC_CTX *mem_ctx, const char *user,
316                          gid_t primary_gid,
317                          gid_t **ret_groups, uint32_t *p_ngroups);
318
319 /* The following definitions come from lib/tallocmsg.c  */
320
321 void register_msg_pool_usage(struct messaging_context *msg_ctx);
322
323 /* The following definitions come from lib/time.c  */
324
325 void push_dos_date(uint8_t *buf, int offset, time_t unixdate, int zone_offset);
326 void push_dos_date2(uint8_t *buf,int offset,time_t unixdate, int zone_offset);
327 void push_dos_date3(uint8_t *buf,int offset,time_t unixdate, int zone_offset);
328 uint32_t convert_time_t_to_uint32_t(time_t t);
329 time_t convert_uint32_t_to_time_t(uint32_t u);
330 bool nt_time_is_zero(const NTTIME *nt);
331 time_t generalized_to_unix_time(const char *str);
332 int get_server_zone_offset(void);
333 int set_server_zone_offset(time_t t);
334 char *timeval_string(TALLOC_CTX *ctx, const struct timeval *tp, bool hires);
335 char *current_timestring(TALLOC_CTX *ctx, bool hires);
336 void srv_put_dos_date(char *buf,int offset,time_t unixdate);
337 void srv_put_dos_date2(char *buf,int offset, time_t unixdate);
338 void srv_put_dos_date3(char *buf,int offset,time_t unixdate);
339 void round_timespec(enum timestamp_set_resolution res, struct timespec *ts);
340 void put_long_date_timespec(enum timestamp_set_resolution res, char *p, struct timespec ts);
341 void put_long_date(char *p, time_t t);
342 void dos_filetime_timespec(struct timespec *tsp);
343 time_t make_unix_date(const void *date_ptr, int zone_offset);
344 time_t make_unix_date2(const void *date_ptr, int zone_offset);
345 time_t make_unix_date3(const void *date_ptr, int zone_offset);
346 time_t srv_make_unix_date(const void *date_ptr);
347 time_t srv_make_unix_date2(const void *date_ptr);
348 time_t srv_make_unix_date3(const void *date_ptr);
349 struct timespec interpret_long_date(const char *p);
350 void TimeInit(void);
351 void get_process_uptime(struct timeval *ret_time);
352 void get_startup_time(struct timeval *ret_time);
353 time_t nt_time_to_unix_abs(const NTTIME *nt);
354 time_t uint64s_nt_time_to_unix_abs(const uint64_t *src);
355 void unix_to_nt_time_abs(NTTIME *nt, time_t t);
356 const char *time_to_asc(const time_t t);
357 const char *display_time(NTTIME nttime);
358 bool nt_time_is_set(const NTTIME *nt);
359
360 /* The following definitions come from lib/username.c  */
361
362 void flush_pwnam_cache(void);
363 char *get_user_home_dir(TALLOC_CTX *mem_ctx, const char *user);
364 struct passwd *Get_Pwnam_alloc(TALLOC_CTX *mem_ctx, const char *user);
365
366 /* The following definitions come from lib/util_names.c  */
367 const char *get_global_sam_name(void);
368
369 /* The following definitions come from lib/util.c  */
370
371 enum protocol_types get_Protocol(void);
372 void set_Protocol(enum protocol_types  p);
373 bool all_zero(const uint8_t *ptr, size_t size);
374 void gfree_names(void);
375 void gfree_all( void );
376 const char *my_netbios_names(int i);
377 bool set_netbios_aliases(const char **str_array);
378 bool init_names(void);
379 bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf,
380                      bool fake_dir_create_times);
381 bool socket_exist(const char *fname);
382 uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf);
383 bool check_same_dev_ino(const SMB_STRUCT_STAT *sbuf1,
384                         const SMB_STRUCT_STAT *sbuf2);
385 bool check_same_stat(const SMB_STRUCT_STAT *sbuf1,
386                         const SMB_STRUCT_STAT *sbuf2);
387 void show_msg(const char *buf);
388 int set_message_bcc(char *buf,int num_bytes);
389 ssize_t message_push_blob(uint8 **outbuf, DATA_BLOB blob);
390 char *unix_clean_name(TALLOC_CTX *ctx, const char *s);
391 char *clean_name(TALLOC_CTX *ctx, const char *s);
392 ssize_t write_data_at_offset(int fd, const char *buffer, size_t N, off_t pos);
393 int set_blocking(int fd, bool set);
394 NTSTATUS init_before_fork(void);
395 NTSTATUS reinit_after_fork(struct messaging_context *msg_ctx,
396                            struct event_context *ev_ctx,
397                            bool parent_longlived);
398 void *malloc_(size_t size);
399 void *Realloc(void *p, size_t size, bool free_old_on_error);
400 void add_to_large_array(TALLOC_CTX *mem_ctx, size_t element_size,
401                         void *element, void *_array, uint32 *num_elements,
402                         ssize_t *array_size);
403 char *get_myname(TALLOC_CTX *ctx);
404 char *get_mydnsdomname(TALLOC_CTX *ctx);
405 int interpret_protocol(const char *str,int def);
406 char *automount_lookup(TALLOC_CTX *ctx, const char *user_name);
407 char *automount_lookup(TALLOC_CTX *ctx, const char *user_name);
408 bool process_exists(const struct server_id pid);
409 bool processes_exist(const struct server_id *pids, int num_pids,
410                      bool *results);
411 const char *uidtoname(uid_t uid);
412 char *gidtoname(gid_t gid);
413 uid_t nametouid(const char *name);
414 gid_t nametogid(const char *name);
415 void smb_panic_s3(const char *why);
416 void log_stack_trace(void);
417 const char *readdirname(DIR *p);
418 bool is_in_path(const char *name, name_compare_entry *namelist, bool case_sensitive);
419 void set_namearray(name_compare_entry **ppname_array, const char *namelist);
420 void free_namearray(name_compare_entry *name_array);
421 bool fcntl_lock(int fd, int op, off_t offset, off_t count, int type);
422 bool fcntl_getlock(int fd, off_t *poffset, off_t *pcount, int *ptype, pid_t *ppid);
423 bool is_myname(const char *s);
424 void ra_lanman_string( const char *native_lanman );
425 const char *get_remote_arch_str(void);
426 void set_remote_arch(enum remote_arch_types type);
427 enum remote_arch_types get_remote_arch(void);
428 const char *tab_depth(int level, int depth);
429 int str_checksum(const char *s);
430 void zero_free(void *p, size_t size);
431 int set_maxfiles(int requested_max);
432 int smb_mkstemp(char *name_template);
433 void *smb_xmalloc_array(size_t size, unsigned int count);
434 char *myhostname(void);
435 char *myhostname_upper(void);
436 char *lock_path(const char *name);
437 char *state_path(const char *name);
438 char *cache_path(const char *name);
439 bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent,
440                     const char **name);
441 bool ms_has_wild(const char *s);
442 bool ms_has_wild_w(const smb_ucs2_t *s);
443 bool mask_match(const char *string, const char *pattern, bool is_case_sensitive);
444 bool mask_match_search(const char *string, const char *pattern, bool is_case_sensitive);
445 bool mask_match_list(const char *string, char **list, int listLen, bool is_case_sensitive);
446 bool unix_wild_match(const char *pattern, const char *string);
447 bool name_to_fqdn(fstring fqdn, const char *name);
448 void *talloc_append_blob(TALLOC_CTX *mem_ctx, void *buf, DATA_BLOB blob);
449 uint32 map_share_mode_to_deny_mode(uint32 share_access, uint32 private_options);
450 pid_t procid_to_pid(const struct server_id *proc);
451 void set_my_vnn(uint32 vnn);
452 uint32 get_my_vnn(void);
453 void set_my_unique_id(uint64_t unique_id);
454 struct server_id pid_to_procid(pid_t pid);
455 struct server_id procid_self(void);
456 struct server_id *new_server_id_task(TALLOC_CTX *mem_ctx);
457 bool serverid_equal(const struct server_id *p1, const struct server_id *p2);
458 bool procid_is_me(const struct server_id *pid);
459 struct server_id interpret_pid(const char *pid_string);
460 char *procid_str_static(const struct server_id *pid);
461 bool procid_valid(const struct server_id *pid);
462 bool procid_is_local(const struct server_id *pid);
463 bool is_offset_safe(const char *buf_base, size_t buf_len, char *ptr, size_t off);
464 char *get_safe_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off);
465 char *get_safe_str_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off);
466 int get_safe_SVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval);
467 int get_safe_IVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval);
468 void split_domain_user(TALLOC_CTX *mem_ctx,
469                        const char *full_name,
470                        char **domain,
471                        char **user);
472 const char *strip_hostname(const char *s);
473 bool any_nt_status_not_ok(NTSTATUS err1, NTSTATUS err2, NTSTATUS *result);
474 int timeval_to_msec(struct timeval t);
475 char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname);
476 bool is_executable(const char *fname);
477 bool map_open_params_to_ntcreate(const char *smb_base_fname,
478                                  int deny_mode, int open_func,
479                                  uint32 *paccess_mask,
480                                  uint32 *pshare_mode,
481                                  uint32 *pcreate_disposition,
482                                  uint32 *pcreate_options,
483                                  uint32_t *pprivate_flags);
484 struct security_unix_token *copy_unix_token(TALLOC_CTX *ctx, const struct security_unix_token *tok);
485 void init_modules(void);
486
487 /* The following definitions come from lib/util_builtin.c  */
488
489 bool lookup_builtin_rid(TALLOC_CTX *mem_ctx, uint32 rid, const char **name);
490 bool lookup_builtin_name(const char *name, uint32 *rid);
491 const char *builtin_domain_name(void);
492 bool sid_check_is_builtin(const struct dom_sid *sid);
493 bool sid_check_is_in_builtin(const struct dom_sid *sid);
494 bool sid_check_is_wellknown_builtin(const struct dom_sid *sid);
495
496 /* The following definitions come from lib/util_file.c  */
497
498 char **file_lines_pload(const char *syscmd, int *numlines);
499 void file_lines_free(char **lines);
500
501 /* The following definitions come from lib/util_nscd.c  */
502
503 void smb_nscd_flush_user_cache(void);
504 void smb_nscd_flush_group_cache(void);
505
506 /* The following definitions come from lib/util_nttoken.c  */
507
508 struct security_token *dup_nt_token(TALLOC_CTX *mem_ctx, const struct security_token *ptoken);
509 NTSTATUS merge_nt_token(TALLOC_CTX *mem_ctx,
510                         const struct security_token *token_1,
511                         const struct security_token *token_2,
512                         struct security_token **token_out);
513 bool token_sid_in_ace(const struct security_token *token, const struct security_ace *ace);
514
515 /* The following definitions come from lib/util_sec.c  */
516
517 void sec_init(void);
518 uid_t sec_initial_uid(void);
519 gid_t sec_initial_gid(void);
520 bool non_root_mode(void);
521 void gain_root_privilege(void);
522 void gain_root_group_privilege(void);
523 void set_effective_uid(uid_t uid);
524 void set_effective_gid(gid_t gid);
525 void save_re_uid(void);
526 void restore_re_uid_fromroot(void);
527 void restore_re_uid(void);
528 void save_re_gid(void);
529 void restore_re_gid(void);
530 int set_re_uid(void);
531 void become_user_permanently(uid_t uid, gid_t gid);
532 int set_thread_credentials(uid_t uid,
533                         gid_t gid,
534                         size_t setlen,
535                         const gid_t *gidset);
536 bool is_setuid_root(void) ;
537
538 /* The following definitions come from lib/util_sid.c  */
539
540 char *sid_to_fstring(fstring sidstr_out, const struct dom_sid *sid);
541 char *sid_string_talloc(TALLOC_CTX *mem_ctx, const struct dom_sid *sid);
542 char *sid_string_dbg(const struct dom_sid *sid);
543 char *sid_string_tos(const struct dom_sid *sid);
544 bool sid_linearize(char *outbuf, size_t len, const struct dom_sid *sid);
545 bool non_mappable_sid(struct dom_sid *sid);
546 char *sid_binstring_hex(const struct dom_sid *sid);
547 struct netr_SamInfo3;
548 NTSTATUS sid_array_from_info3(TALLOC_CTX *mem_ctx,
549                               const struct netr_SamInfo3 *info3,
550                               struct dom_sid **user_sids,
551                               uint32_t *num_user_sids,
552                               bool include_user_group_rid,
553                               bool skip_ressource_groups);
554
555 /* The following definitions come from lib/util_sock.c  */
556
557 bool is_broadcast_addr(const struct sockaddr *pss);
558 bool is_loopback_ip_v4(struct in_addr ip);
559 bool is_loopback_addr(const struct sockaddr *pss);
560 bool is_zero_addr(const struct sockaddr_storage *pss);
561 void zero_ip_v4(struct in_addr *ip);
562 void in_addr_to_sockaddr_storage(struct sockaddr_storage *ss,
563                 struct in_addr ip);
564 bool same_net(const struct sockaddr *ip1,
565                 const struct sockaddr *ip2,
566                 const struct sockaddr *mask);
567 bool sockaddr_equal(const struct sockaddr *ip1,
568                 const struct sockaddr *ip2);
569 bool is_address_any(const struct sockaddr *psa);
570 uint16_t get_sockaddr_port(const struct sockaddr_storage *pss);
571 char *print_sockaddr(char *dest,
572                         size_t destlen,
573                         const struct sockaddr_storage *psa);
574 char *print_canonical_sockaddr(TALLOC_CTX *ctx,
575                         const struct sockaddr_storage *pss);
576 const char *client_name(int fd);
577 int get_socket_port(int fd);
578 const char *client_addr(int fd, char *addr, size_t addrlen);
579 const char *client_socket_addr(int fd, char *addr, size_t addr_len);
580 int client_socket_port(int fd);
581 bool is_a_socket(int fd);
582 void set_socket_options(int fd, const char *options);
583 ssize_t read_udp_v4_socket(int fd,
584                         char *buf,
585                         size_t len,
586                         struct sockaddr_storage *psa);
587 NTSTATUS read_fd_with_timeout(int fd, char *buf,
588                                   size_t mincnt, size_t maxcnt,
589                                   unsigned int time_out,
590                                   size_t *size_ret);
591 NTSTATUS read_data(int fd, char *buffer, size_t N);
592 ssize_t write_data(int fd, const char *buffer, size_t N);
593 ssize_t write_data_iov(int fd, const struct iovec *orig_iov, int iovcnt);
594 bool send_keepalive(int client);
595 NTSTATUS read_smb_length_return_keepalive(int fd, char *inbuf,
596                                           unsigned int timeout,
597                                           size_t *len);
598 NTSTATUS receive_smb_raw(int fd,
599                         char *buffer,
600                         size_t buflen,
601                         unsigned int timeout,
602                         size_t maxlen,
603                         size_t *p_len);
604 int open_socket_in(int type,
605                 uint16_t port,
606                 int dlevel,
607                 const struct sockaddr_storage *psock,
608                 bool rebind);
609 NTSTATUS open_socket_out(const struct sockaddr_storage *pss, uint16_t port,
610                          int timeout, int *pfd);
611 struct tevent_req *open_socket_out_send(TALLOC_CTX *mem_ctx,
612                                         struct event_context *ev,
613                                         const struct sockaddr_storage *pss,
614                                         uint16_t port,
615                                         int timeout);
616 NTSTATUS open_socket_out_recv(struct tevent_req *req, int *pfd);
617 struct tevent_req *open_socket_out_defer_send(TALLOC_CTX *mem_ctx,
618                                               struct event_context *ev,
619                                               struct timeval wait_time,
620                                               const struct sockaddr_storage *pss,
621                                               uint16_t port,
622                                               int timeout);
623 NTSTATUS open_socket_out_defer_recv(struct tevent_req *req, int *pfd);
624 int open_udp_socket(const char *host, int port);
625 const char *get_peer_name(int fd, bool force_lookup);
626 const char *get_peer_addr(int fd, char *addr, size_t addr_len);
627
628 struct tsocket_address;
629
630 int get_remote_hostname(const struct tsocket_address *remote_address,
631                         char **name,
632                         TALLOC_CTX *mem_ctx);
633
634 int create_pipe_sock(const char *socket_dir,
635                      const char *socket_name,
636                      mode_t dir_perms);
637 int create_tcpip_socket(const struct sockaddr_storage *ifss, uint16_t *port);
638 const char *get_mydnsfullname(void);
639 bool is_myname_or_ipaddr(const char *s);
640 struct tevent_req *getaddrinfo_send(TALLOC_CTX *mem_ctx,
641                                     struct tevent_context *ev,
642                                     struct fncall_context *ctx,
643                                     const char *node,
644                                     const char *service,
645                                     const struct addrinfo *hints);
646 int getaddrinfo_recv(struct tevent_req *req, struct addrinfo **res);
647 int poll_one_fd(int fd, int events, int timeout, int *revents);
648 int poll_intr_one_fd(int fd, int events, int timeout, int *revents);
649 struct tstream_context;
650 struct tevent_req *tstream_read_packet_send(TALLOC_CTX *mem_ctx,
651                                             struct tevent_context *ev,
652                                             struct tstream_context *stream,
653                                             size_t initial,
654                                             ssize_t (*more)(uint8_t *buf,
655                                                             size_t buflen,
656                                                             void *private_data),
657                                             void *private_data);
658 ssize_t tstream_read_packet_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
659                                  uint8_t **pbuf, int *perrno);
660
661 /* The following definitions come from lib/util_str.c  */
662
663 bool next_token(const char **ptr, char *buff, const char *sep, size_t bufsize);
664 bool strnequal(const char *s1,const char *s2,size_t n);
665 bool strcsequal(const char *s1,const char *s2);
666 void strnorm(char *s, int case_default);
667 char *push_skip_string(char *buf);
668 char *skip_string(const char *base, size_t len, char *buf);
669 size_t str_charnum(const char *s);
670 bool trim_char(char *s,char cfront,char cback);
671 bool strhasupper(const char *s);
672 bool strhaslower(const char *s);
673 char *StrnCpy(char *dest,const char *src,size_t n);
674 bool in_list(const char *s, const char *list, bool casesensitive);
675 void string_free(char **s);
676 bool string_set(char **dest,const char *src);
677 void fstring_sub(char *s,const char *pattern,const char *insert);
678 char *realloc_string_sub2(char *string,
679                         const char *pattern,
680                         const char *insert,
681                         bool remove_unsafe_characters,
682                         bool allow_trailing_dollar);
683 char *realloc_string_sub(char *string,
684                         const char *pattern,
685                         const char *insert);
686 char *talloc_string_sub2(TALLOC_CTX *mem_ctx, const char *src,
687                         const char *pattern,
688                         const char *insert,
689                         bool remove_unsafe_characters,
690                         bool replace_once,
691                         bool allow_trailing_dollar);
692 char *talloc_string_sub(TALLOC_CTX *mem_ctx,
693                         const char *src,
694                         const char *pattern,
695                         const char *insert);
696 void all_string_sub(char *s,const char *pattern,const char *insert, size_t len);
697 char *talloc_all_string_sub(TALLOC_CTX *ctx,
698                                 const char *src,
699                                 const char *pattern,
700                                 const char *insert);
701 char *octal_string(int i);
702 char *string_truncate(char *s, unsigned int length);
703 char *strchr_m(const char *src, char c);
704 char *strrchr_m(const char *s, char c);
705 char *strnrchr_m(const char *s, char c, unsigned int n);
706 char *strstr_m(const char *src, const char *findstr);
707 void strlower_m(char *s);
708 void strupper_m(char *s);
709 size_t strlen_m(const char *s);
710 size_t strlen_m_term(const char *s);
711 size_t strlen_m_term_null(const char *s);
712 int fstr_sprintf(fstring s, const char *fmt, ...);
713 bool str_list_sub_basic( char **list, const char *smb_name,
714                          const char *domain_name );
715 bool str_list_substitute(char **list, const char *pattern, const char *insert);
716
717 char *ipstr_list_make(char **ipstr_list,
718                         const struct ip_service *ip_list,
719                         int ip_count);
720 int ipstr_list_parse(const char *ipstr_list, struct ip_service **ip_list);
721 void ipstr_list_free(char* ipstr_list);
722 uint64_t STR_TO_SMB_BIG_UINT(const char *nptr, const char **entptr);
723 uint64_t conv_str_size(const char * str);
724 bool add_string_to_array(TALLOC_CTX *mem_ctx,
725                          const char *str, const char ***strings,
726                          int *num);
727 void sprintf_append(TALLOC_CTX *mem_ctx, char **string, ssize_t *len,
728                     size_t *bufsize, const char *fmt, ...);
729 int asprintf_strupper_m(char **strp, const char *fmt, ...);
730 char *talloc_asprintf_strupper_m(TALLOC_CTX *t, const char *fmt, ...);
731 char *talloc_asprintf_strlower_m(TALLOC_CTX *t, const char *fmt, ...);
732 bool validate_net_name( const char *name,
733                 const char *invalid_chars,
734                 int max_len);
735 char *escape_shell_string(const char *src);
736 char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep);
737
738 /* The following definitions come from lib/version.c  */
739
740 const char *samba_version_string(void);
741
742 /* The following definitions come from lib/wins_srv.c  */
743
744 bool wins_srv_is_dead(struct in_addr wins_ip, struct in_addr src_ip);
745 void wins_srv_alive(struct in_addr wins_ip, struct in_addr src_ip);
746 void wins_srv_died(struct in_addr wins_ip, struct in_addr src_ip);
747 unsigned wins_srv_count(void);
748 char **wins_srv_tags(void);
749 void wins_srv_tags_free(char **list);
750 struct in_addr wins_srv_ip_tag(const char *tag, struct in_addr src_ip);
751 bool wins_server_tag_ips(const char *tag, TALLOC_CTX *mem_ctx,
752                          struct in_addr **pservers, int *pnum_servers);
753 unsigned wins_srv_count_tag(const char *tag);
754
755 /* The following definitions come from libsmb/clispnego.c  */
756
757 DATA_BLOB spnego_gen_negTokenInit(TALLOC_CTX *ctx,
758                                   const char *OIDs[],
759                                   DATA_BLOB *psecblob,
760                                   const char *principal);
761
762 #ifndef ASN1_MAX_OIDS
763 #define ASN1_MAX_OIDS 20
764 #endif
765 bool spnego_parse_negTokenInit(TALLOC_CTX *ctx,
766                                DATA_BLOB blob,
767                                char *OIDs[ASN1_MAX_OIDS],
768                                char **principal,
769                                DATA_BLOB *secblob);
770 DATA_BLOB spnego_gen_krb5_wrap(TALLOC_CTX *ctx, const DATA_BLOB ticket, const uint8 tok_id[2]);
771 int spnego_gen_krb5_negTokenInit(TALLOC_CTX *ctx,
772                             const char *principal, int time_offset,
773                             DATA_BLOB *targ,
774                             DATA_BLOB *session_key_krb5, uint32 extra_ap_opts,
775                             time_t *expire_time);
776 bool spnego_parse_challenge(TALLOC_CTX *ctx, const DATA_BLOB blob,
777                             DATA_BLOB *chal1, DATA_BLOB *chal2);
778 DATA_BLOB spnego_gen_auth(TALLOC_CTX *ctx, DATA_BLOB blob);
779 bool spnego_parse_auth_response(TALLOC_CTX *ctx,
780                                 DATA_BLOB blob, NTSTATUS nt_status,
781                                 const char *mechOID,
782                                 DATA_BLOB *auth);
783
784 /* The following definitions come from libsmb/conncache.c  */
785
786 NTSTATUS check_negative_conn_cache( const char *domain, const char *server);
787 void add_failed_connection_entry(const char *domain, const char *server, NTSTATUS result) ;
788 void flush_negative_conn_cache_for_domain(const char *domain);
789
790 /* The following definitions come from libsmb/dsgetdcname.c  */
791
792 struct netr_DsRGetDCNameInfo;
793
794 void debug_dsdcinfo_flags(int lvl, uint32_t flags);
795 NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx,
796                      struct messaging_context *msg_ctx,
797                      const char *domain_name,
798                      const struct GUID *domain_guid,
799                      const char *site_name,
800                      uint32_t flags,
801                      struct netr_DsRGetDCNameInfo **info);
802
803 /* The following definitions come from libsmb/errormap.c  */
804
805 NTSTATUS dos_to_ntstatus(uint8 eclass, uint32 ecode);
806
807 /* The following definitions come from libsmb/namecache.c  */
808
809 bool namecache_store(const char *name,
810                         int name_type,
811                         int num_names,
812                         struct ip_service *ip_list);
813 bool namecache_fetch(const char *name,
814                         int name_type,
815                         struct ip_service **ip_list,
816                         int *num_names);
817 bool namecache_delete(const char *name, int name_type);
818 void namecache_flush(void);
819 bool namecache_status_store(const char *keyname, int keyname_type,
820                 int name_type, const struct sockaddr_storage *keyip,
821                 const char *srvname);
822 bool namecache_status_fetch(const char *keyname,
823                                 int keyname_type,
824                                 int name_type,
825                                 const struct sockaddr_storage *keyip,
826                                 char *srvname_out);
827
828 /* The following definitions come from libsmb/namequery.c  */
829
830 bool saf_store( const char *domain, const char *servername );
831 bool saf_join_store( const char *domain, const char *servername );
832 bool saf_delete( const char *domain );
833 char *saf_fetch( const char *domain );
834 struct tevent_req *node_status_query_send(TALLOC_CTX *mem_ctx,
835                                           struct tevent_context *ev,
836                                           struct nmb_name *name,
837                                           const struct sockaddr_storage *addr);
838 NTSTATUS node_status_query_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
839                                 struct node_status **pnode_status,
840                                 int *pnum_names,
841                                 struct node_status_extra *extra);
842 NTSTATUS node_status_query(TALLOC_CTX *mem_ctx, struct nmb_name *name,
843                            const struct sockaddr_storage *addr,
844                            struct node_status **pnode_status,
845                            int *pnum_names,
846                            struct node_status_extra *extra);
847 bool name_status_find(const char *q_name,
848                         int q_type,
849                         int type,
850                         const struct sockaddr_storage *to_ss,
851                         fstring name);
852 int ip_service_compare(struct ip_service *ss1, struct ip_service *ss2);
853 int remove_duplicate_addrs2(struct ip_service *iplist, int count );
854 struct tevent_req *name_query_send(TALLOC_CTX *mem_ctx,
855                                    struct tevent_context *ev,
856                                    const char *name, int name_type,
857                                    bool bcast, bool recurse,
858                                    const struct sockaddr_storage *addr);
859 NTSTATUS name_query_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
860                          struct sockaddr_storage **addrs, int *num_addrs,
861                          uint8_t *flags);
862 NTSTATUS name_query(const char *name, int name_type,
863                     bool bcast, bool recurse,
864                     const struct sockaddr_storage *to_ss,
865                     TALLOC_CTX *mem_ctx,
866                     struct sockaddr_storage **addrs,
867                     int *num_addrs, uint8_t *flags);
868 struct tevent_req *name_resolve_bcast_send(TALLOC_CTX *mem_ctx,
869                                            struct tevent_context *ev,
870                                            const char *name,
871                                            int name_type);
872 NTSTATUS name_resolve_bcast_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
873                                  struct sockaddr_storage **addrs,
874                                  int *num_addrs);
875 NTSTATUS name_resolve_bcast(const char *name,
876                         int name_type,
877                         TALLOC_CTX *mem_ctx,
878                         struct sockaddr_storage **return_iplist,
879                         int *return_count);
880 struct tevent_req *resolve_wins_send(TALLOC_CTX *mem_ctx,
881                                      struct tevent_context *ev,
882                                      const char *name,
883                                      int name_type);
884 NTSTATUS resolve_wins_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
885                            struct sockaddr_storage **addrs,
886                            int *num_addrs, uint8_t *flags);
887 NTSTATUS resolve_wins(const char *name,
888                 int name_type,
889                 TALLOC_CTX *mem_ctx,
890                 struct sockaddr_storage **return_iplist,
891                 int *return_count);
892 NTSTATUS internal_resolve_name(const char *name,
893                                 int name_type,
894                                 const char *sitename,
895                                 struct ip_service **return_iplist,
896                                 int *return_count,
897                                 const char **resolve_order);
898 bool resolve_name(const char *name,
899                 struct sockaddr_storage *return_ss,
900                 int name_type,
901                 bool prefer_ipv4);
902 NTSTATUS resolve_name_list(TALLOC_CTX *ctx,
903                 const char *name,
904                 int name_type,
905                 struct sockaddr_storage **return_ss_arr,
906                 unsigned int *p_num_entries);
907 bool find_master_ip(const char *group, struct sockaddr_storage *master_ss);
908 bool get_pdc_ip(const char *domain, struct sockaddr_storage *pss);
909 NTSTATUS get_sorted_dc_list( const char *domain,
910                         const char *sitename,
911                         struct ip_service **ip_list,
912                         int *count,
913                         bool ads_only );
914 NTSTATUS get_kdc_list( const char *realm,
915                         const char *sitename,
916                         struct ip_service **ip_list,
917                         int *count);
918
919 /* The following definitions come from libsmb/namequery_dc.c  */
920
921 bool get_dc_name(const char *domain,
922                 const char *realm,
923                 fstring srv_name,
924                 struct sockaddr_storage *ss_out);
925
926 /* The following definitions come from libsmb/ntlmssp.c  */
927 struct ntlmssp_state;
928 NTSTATUS ntlmssp_set_username(struct ntlmssp_state *ntlmssp_state, const char *user) ;
929 NTSTATUS ntlmssp_set_password(struct ntlmssp_state *ntlmssp_state, const char *password) ;
930 NTSTATUS ntlmssp_set_password_hash(struct ntlmssp_state *ntlmssp_state,
931                                    const char *hash);
932 NTSTATUS ntlmssp_set_domain(struct ntlmssp_state *ntlmssp_state, const char *domain) ;
933 void ntlmssp_want_feature_list(struct ntlmssp_state *ntlmssp_state, char *feature_list);
934 void ntlmssp_want_feature(struct ntlmssp_state *ntlmssp_state, uint32_t feature);
935 NTSTATUS ntlmssp_update(struct ntlmssp_state *ntlmssp_state,
936                         const DATA_BLOB in, DATA_BLOB *out) ;
937 bool ntlmssp_is_anonymous(struct ntlmssp_state *ntlmssp_state);
938 NTSTATUS ntlmssp_server_start(TALLOC_CTX *mem_ctx,
939                               bool is_standalone,
940                               const char *netbios_name,
941                               const char *netbios_domain,
942                               const char *dns_name,
943                               const char *dns_domain,
944                               struct ntlmssp_state **ntlmssp_state);
945 NTSTATUS ntlmssp_client_start(TALLOC_CTX *mem_ctx,
946                               const char *netbios_name,
947                               const char *netbios_domain,
948                               bool use_ntlmv2,
949                               struct ntlmssp_state **_ntlmssp_state);
950
951 /* The following definitions come from libsmb/passchange.c  */
952
953 NTSTATUS remote_password_change(const char *remote_machine, const char *user_name, 
954                                 const char *old_passwd, const char *new_passwd,
955                                 char **err_str);
956
957 /* The following definitions come from libsmb/samlogon_cache.c  */
958
959 bool netsamlogon_cache_init(void);
960 bool netsamlogon_cache_shutdown(void);
961 void netsamlogon_clear_cached_user(const struct dom_sid *user_sid);
962 bool netsamlogon_cache_store(const char *username, struct netr_SamInfo3 *info3);
963 struct netr_SamInfo3 *netsamlogon_cache_get(TALLOC_CTX *mem_ctx, const struct dom_sid *user_sid);
964 bool netsamlogon_cache_have(const struct dom_sid *user_sid);
965
966 /* The following definitions come from libsmb/smberr.c  */
967
968 const char *smb_dos_err_name(uint8 e_class, uint16 num);
969 const char *get_dos_error_msg(WERROR result);
970 const char *smb_dos_err_class(uint8 e_class);
971 WERROR map_werror_from_unix(int error);
972
973 /* The following definitions come from libsmb/trustdom_cache.c  */
974
975 bool trustdom_cache_enable(void);
976 bool trustdom_cache_shutdown(void);
977 bool trustdom_cache_store(const char *name, const char *alt_name,
978                           const struct dom_sid *sid, time_t timeout);
979 bool trustdom_cache_fetch(const char* name, struct dom_sid* sid);
980 uint32 trustdom_cache_fetch_timestamp( void );
981 bool trustdom_cache_store_timestamp( uint32 t, time_t timeout );
982 void trustdom_cache_flush(void);
983 void update_trustdom_cache( void );
984
985 /* The following definitions come from libsmb/trusts_util.c  */
986
987 NTSTATUS trust_pw_change_and_store_it(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, 
988                                       const char *domain,
989                                       const char *account_name,
990                                       unsigned char orig_trust_passwd_hash[16],
991                                       enum netr_SchannelType sec_channel_type);
992 NTSTATUS trust_pw_find_change_and_store_it(struct rpc_pipe_client *cli, 
993                                            TALLOC_CTX *mem_ctx, 
994                                            const char *domain) ;
995 NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine);
996
997 /* The following definitions come from param/loadparm.c  */
998
999 const char **lp_smb_ports(void);
1000 const char *lp_dos_charset(void);
1001 const char *lp_unix_charset(void);
1002 char *lp_logfile(TALLOC_CTX *ctx);
1003 char *lp_configfile(TALLOC_CTX *ctx);
1004 const char *lp_smb_passwd_file(void);
1005 const char *lp_private_dir(void);
1006 char *lp_serverstring(TALLOC_CTX *ctx);
1007 int lp_printcap_cache_time(void);
1008 char *lp_addport_cmd(TALLOC_CTX *ctx);
1009 char *lp_enumports_cmd(TALLOC_CTX *ctx);
1010 char *lp_addprinter_cmd(TALLOC_CTX *ctx);
1011 char *lp_deleteprinter_cmd(TALLOC_CTX *ctx);
1012 char *lp_os2_driver_map(TALLOC_CTX *ctx);
1013 const char *lp_lockdir(void);
1014 const char *lp_statedir(void);
1015 const char *lp_cachedir(void);
1016 const char *lp_piddir(void);
1017 char *lp_mangling_method(TALLOC_CTX *ctx);
1018 int lp_mangle_prefix(void);
1019 const char *lp_utmpdir(void);
1020 const char *lp_wtmpdir(void);
1021 bool lp_utmp(void);
1022 char *lp_rootdir(TALLOC_CTX *ctx);
1023 char *lp_defaultservice(TALLOC_CTX *ctx);
1024 char *lp_msg_command(TALLOC_CTX *ctx);
1025 char *lp_get_quota_command(TALLOC_CTX *ctx);
1026 char *lp_set_quota_command(TALLOC_CTX *ctx);
1027 char *lp_auto_services(TALLOC_CTX *ctx);
1028 char *lp_passwd_program(TALLOC_CTX *ctx);
1029 char *lp_passwd_chat(TALLOC_CTX *ctx);
1030 const char *lp_passwordserver(void);
1031 const char **lp_name_resolve_order(void);
1032 const char *lp_netbios_scope(void);
1033 const char *lp_netbios_name(void);
1034 const char *lp_workgroup(void);
1035 const char *lp_realm(void);
1036 const char *lp_dnsdomain(void);
1037 const char *lp_afs_username_map(void);
1038 int lp_afs_token_lifetime(void);
1039 char *lp_log_nt_token_command(TALLOC_CTX *ctx);
1040 char *lp_username_map(TALLOC_CTX *ctx);
1041 const char *lp_logon_script(void);
1042 const char *lp_logon_path(void);
1043 const char *lp_logon_drive(void);
1044 const char *lp_logon_home(void);
1045 char *lp_remote_announce(TALLOC_CTX *ctx);
1046 char *lp_remote_browse_sync(TALLOC_CTX *ctx);
1047 bool lp_nmbd_bind_explicit_broadcast(void);
1048 const char **lp_wins_server_list(void);
1049 const char **lp_interfaces(void);
1050 const char *lp_socket_address(void);
1051 char *lp_nis_home_map_name(TALLOC_CTX *ctx);
1052 const char **lp_netbios_aliases(void);
1053 const char *lp_passdb_backend(void);
1054 const char **lp_preload_modules(void);
1055 char *lp_panic_action(TALLOC_CTX *ctx);
1056 char *lp_adduser_script(TALLOC_CTX *ctx);
1057 char *lp_renameuser_script(TALLOC_CTX *ctx);
1058 char *lp_deluser_script(TALLOC_CTX *ctx);
1059 const char *lp_guestaccount(void);
1060 char *lp_addgroup_script(TALLOC_CTX *ctx);
1061 char *lp_delgroup_script(TALLOC_CTX *ctx);
1062 char *lp_addusertogroup_script(TALLOC_CTX *ctx);
1063 char *lp_deluserfromgroup_script(TALLOC_CTX *ctx);
1064 char *lp_setprimarygroup_script(TALLOC_CTX *ctx);
1065 char *lp_addmachine_script(TALLOC_CTX *ctx);
1066 char *lp_shutdown_script(TALLOC_CTX *ctx);
1067 char *lp_abort_shutdown_script(TALLOC_CTX *ctx);
1068 char *lp_username_map_script(TALLOC_CTX *ctx);
1069 int lp_username_map_cache_time(void);
1070 char *lp_check_password_script(TALLOC_CTX *ctx);
1071 char *lp_wins_hook(TALLOC_CTX *ctx);
1072 const char *lp_template_homedir(void);
1073 const char *lp_template_shell(void);
1074 const char *lp_winbind_separator(void);
1075 int lp_acl_compatibility(void);
1076 bool lp_winbind_enum_users(void);
1077 bool lp_winbind_enum_groups(void);
1078 bool lp_winbind_use_default_domain(void);
1079 bool lp_winbind_trusted_domains_only(void);
1080 bool lp_winbind_nested_groups(void);
1081 int lp_winbind_expand_groups(void);
1082 bool lp_winbind_refresh_tickets(void);
1083 bool lp_winbind_offline_logon(void);
1084 bool lp_winbind_normalize_names(void);
1085 bool lp_winbind_rpc_only(void);
1086 bool lp_create_krb5_conf(void);
1087 int lp_winbind_max_domain_connections(void);
1088 const char *lp_idmap_backend(void);
1089 int lp_idmap_cache_time(void);
1090 int lp_idmap_negative_cache_time(void);
1091 int lp_keepalive(void);
1092 bool lp_passdb_expand_explicit(void);
1093 char *lp_ldap_suffix(TALLOC_CTX *ctx);
1094 char *lp_ldap_admin_dn(TALLOC_CTX *ctx);
1095 int lp_ldap_ssl(void);
1096 bool lp_ldap_ssl_ads(void);
1097 int lp_ldap_deref(void);
1098 int lp_ldap_follow_referral(void);
1099 int lp_ldap_passwd_sync(void);
1100 bool lp_ldap_delete_dn(void);
1101 int lp_ldap_replication_sleep(void);
1102 int lp_ldap_timeout(void);
1103 int lp_ldap_connection_timeout(void);
1104 int lp_ldap_page_size(void);
1105 int lp_ldap_debug_level(void);
1106 int lp_ldap_debug_threshold(void);
1107 char *lp_add_share_cmd(TALLOC_CTX *ctx);
1108 char *lp_change_share_cmd(TALLOC_CTX *ctx);
1109 char *lp_delete_share_cmd(TALLOC_CTX *ctx);
1110 char *lp_usershare_path(TALLOC_CTX *ctx);
1111 const char **lp_usershare_prefix_allow_list(void);
1112 const char **lp_usershare_prefix_deny_list(void);
1113 const char **lp_eventlog_list(void);
1114 bool lp_registry_shares(void);
1115 bool lp_usershare_allow_guests(void);
1116 bool lp_usershare_owner_only(void);
1117 bool lp_disable_netbios(void);
1118 bool lp_reset_on_zero_vc(void);
1119 bool lp_log_writeable_files_on_exit(void);
1120 bool lp_ms_add_printer_wizard(void);
1121 bool lp_wins_dns_proxy(void);
1122 bool lp_we_are_a_wins_server(void);
1123 bool lp_wins_proxy(void);
1124 bool lp_local_master(void);
1125 const char **lp_init_logon_delayed_hosts(void);
1126 int lp_init_logon_delay(void);
1127 bool lp_load_printers(void);
1128 bool lp_readraw(void);
1129 bool lp_large_readwrite(void);
1130 bool lp_writeraw(void);
1131 bool lp_null_passwords(void);
1132 bool lp_obey_pam_restrictions(void);
1133 bool lp_encrypted_passwords(void);
1134 int lp_client_schannel(void);
1135 int lp_server_schannel(void);
1136 bool lp_syslog_only(void);
1137 bool lp_timestamp_logs(void);
1138 bool lp_debug_prefix_timestamp(void);
1139 bool lp_debug_hires_timestamp(void);
1140 bool lp_debug_pid(void);
1141 bool lp_debug_uid(void);
1142 bool lp_debug_class(void);
1143 bool lp_enable_core_files(void);
1144 bool lp_browse_list(void);
1145 bool lp_nis_home_map(void);
1146 bool lp_bind_interfaces_only(void);
1147 bool lp_pam_password_change(void);
1148 bool lp_unix_password_sync(void);
1149 bool lp_passwd_chat_debug(void);
1150 int lp_passwd_chat_timeout(void);
1151 bool lp_nt_pipe_support(void);
1152 bool lp_nt_status_support(void);
1153 bool lp_stat_cache(void);
1154 int lp_max_stat_cache_size(void);
1155 bool lp_allow_trusted_domains(void);
1156 bool lp_map_untrusted_to_domain(void);
1157 int lp_restrict_anonymous(void);
1158 bool lp_lanman_auth(void);
1159 bool lp_ntlm_auth(void);
1160 bool lp_client_plaintext_auth(void);
1161 bool lp_client_lanman_auth(void);
1162 bool lp_client_ntlmv2_auth(void);
1163 bool lp_host_msdfs(void);
1164 bool lp_enhanced_browsing(void);
1165 bool lp_use_mmap(void);
1166 bool lp_unix_extensions(void);
1167 bool lp_use_spnego(void);
1168 bool lp_client_use_spnego(void);
1169 bool lp_client_use_spnego_principal(void);
1170 bool lp_hostname_lookups(void);
1171 bool lp_change_notify(const struct share_params *p );
1172 bool lp_kernel_change_notify(const struct share_params *p );
1173 const char * lp_dedicated_keytab_file(void);
1174 int lp_kerberos_method(void);
1175 bool lp_defer_sharing_violations(void);
1176 bool lp_enable_privileges(void);
1177 bool lp_enable_asu_support(void);
1178 int lp_os_level(void);
1179 int lp_max_ttl(void);
1180 int lp_max_wins_ttl(void);
1181 int lp_min_wins_ttl(void);
1182 int lp_max_log_size(void);
1183 int lp_max_open_files(void);
1184 int lp_open_files_db_hash_size(void);
1185 int lp_max_xmit(void);
1186 int lp_maxmux(void);
1187 int lp_passwordlevel(void);
1188 int lp_usernamelevel(void);
1189 int lp_deadtime(void);
1190 bool lp_getwd_cache(void);
1191 int lp_srv_maxprotocol(void);
1192 int lp_srv_minprotocol(void);
1193 int lp_security(void);
1194 const char **lp_auth_methods(void);
1195 bool lp_paranoid_server_security(void);
1196 int lp_maxdisksize(void);
1197 int lp_lpqcachetime(void);
1198 int lp_max_smbd_processes(void);
1199 bool lp__disable_spoolss(void);
1200 int lp_syslog(void);
1201 int lp_lm_announce(void);
1202 int lp_lm_interval(void);
1203 int lp_machine_password_timeout(void);
1204 int lp_map_to_guest(void);
1205 int lp_oplock_break_wait_time(void);
1206 int lp_lock_spin_time(void);
1207 int lp_usershare_max_shares(void);
1208 const char *lp_socket_options(void);
1209 int lp_config_backend(void);
1210 int lp_smb2_max_read(void);
1211 int lp_smb2_max_write(void);
1212 int lp_smb2_max_trans(void);
1213 int lp_smb2_max_credits(void);
1214 char *lp_preexec(TALLOC_CTX *ctx, int );
1215 char *lp_postexec(TALLOC_CTX *ctx, int );
1216 char *lp_rootpreexec(TALLOC_CTX *ctx, int );
1217 char *lp_rootpostexec(TALLOC_CTX *ctx, int );
1218 char *lp_servicename(TALLOC_CTX *ctx, int );
1219 const char *lp_const_servicename(int );
1220 char *lp_pathname(TALLOC_CTX *ctx, int );
1221 char *lp_dontdescend(TALLOC_CTX *ctx, int );
1222 char *lp_username(TALLOC_CTX *ctx, int );
1223 const char **lp_invalid_users(int );
1224 const char **lp_valid_users(int );
1225 const char **lp_admin_users(int );
1226 const char **lp_svcctl_list(void);
1227 char *lp_cups_options(TALLOC_CTX *ctx, int );
1228 char *lp_cups_server(TALLOC_CTX *ctx);
1229 int lp_cups_encrypt(void);
1230 char *lp_iprint_server(TALLOC_CTX *ctx);
1231 int lp_cups_connection_timeout(void);
1232 const char *lp_ctdbd_socket(void);
1233 const char *_lp_ctdbd_socket(void);
1234 const char **lp_cluster_addresses(void);
1235 bool lp_clustering(void);
1236 int lp_ctdb_timeout(void);
1237 int lp_ctdb_locktime_warn_threshold(void);
1238 char *lp_printcommand(TALLOC_CTX *ctx, int );
1239 char *lp_lpqcommand(TALLOC_CTX *ctx, int );
1240 char *lp_lprmcommand(TALLOC_CTX *ctx, int );
1241 char *lp_lppausecommand(TALLOC_CTX *ctx, int );
1242 char *lp_lpresumecommand(TALLOC_CTX *ctx, int );
1243 char *lp_queuepausecommand(TALLOC_CTX *ctx, int );
1244 char *lp_queueresumecommand(TALLOC_CTX *ctx, int );
1245 const char *lp_printjob_username(int );
1246 const char **lp_hostsallow(int );
1247 const char **lp_hostsdeny(int );
1248 char *lp_magicscript(TALLOC_CTX *ctx, int );
1249 char *lp_magicoutput(TALLOC_CTX *ctx, int );
1250 char *lp_comment(TALLOC_CTX *ctx, int );
1251 char *lp_force_user(TALLOC_CTX *ctx, int );
1252 char *lp_force_group(TALLOC_CTX *ctx, int );
1253 const char **lp_readlist(int );
1254 const char **lp_writelist(int );
1255 char *lp_fstype(TALLOC_CTX *ctx, int );
1256 const char **lp_vfs_objects(int );
1257 char *lp_msdfs_proxy(TALLOC_CTX *ctx, int );
1258 char *lp_veto_files(TALLOC_CTX *ctx, int );
1259 char *lp_hide_files(TALLOC_CTX *ctx, int );
1260 char *lp_veto_oplocks(TALLOC_CTX *ctx, int );
1261 bool lp_msdfs_root(int );
1262 char *lp_aio_write_behind(TALLOC_CTX *ctx, int );
1263 char *lp_dfree_command(TALLOC_CTX *ctx, int );
1264 bool lp_autoloaded(int );
1265 bool lp_preexec_close(int );
1266 bool lp_rootpreexec_close(int );
1267 int lp_casesensitive(int );
1268 bool lp_preservecase(int );
1269 bool lp_shortpreservecase(int );
1270 bool lp_hide_dot_files(int );
1271 bool lp_hide_special_files(int );
1272 bool lp_hideunreadable(int );
1273 bool lp_hideunwriteable_files(int );
1274 bool lp_browseable(int );
1275 bool lp_access_based_share_enum(int );
1276 bool lp_readonly(int );
1277 bool lp_no_set_dir(int );
1278 bool lp_guest_ok(int );
1279 bool lp_guest_only(int );
1280 bool lp_administrative_share(int );
1281 bool lp_print_ok(int );
1282 bool lp_print_notify_backchannel(int );
1283 bool lp_map_hidden(int );
1284 bool lp_map_archive(int );
1285 bool lp_store_dos_attributes(int );
1286 bool lp_dmapi_support(int );
1287 bool lp_locking(const struct share_params *p );
1288 int lp_strict_locking(const struct share_params *p );
1289 bool lp_posix_locking(const struct share_params *p );
1290 bool lp_oplocks(int );
1291 bool lp_kernel_oplocks(int );
1292 bool lp_level2_oplocks(int );
1293 bool lp_onlyuser(int );
1294 bool lp_manglednames(const struct share_params *p );
1295 bool lp_allow_insecure_widelinks(void);
1296 bool lp_widelinks(int );
1297 bool lp_symlinks(int );
1298 bool lp_syncalways(int );
1299 bool lp_strict_allocate(int );
1300 bool lp_strict_sync(int );
1301 bool lp_map_system(int );
1302 bool lp_delete_readonly(int );
1303 bool lp_fake_oplocks(int );
1304 bool lp_recursive_veto_delete(int );
1305 bool lp_dos_filemode(int );
1306 bool lp_dos_filetimes(int );
1307 bool lp_dos_filetime_resolution(int );
1308 bool lp_fake_dir_create_times(int);
1309 bool lp_async_smb_echo_handler(void);
1310 bool lp_multicast_dns_register(void);
1311 bool lp_blocking_locks(int );
1312 bool lp_inherit_perms(int );
1313 bool lp_inherit_acls(int );
1314 bool lp_inherit_owner(int );
1315 bool lp_use_client_driver(int );
1316 bool lp_default_devmode(int );
1317 bool lp_force_printername(int );
1318 bool lp_nt_acl_support(int );
1319 bool lp_force_unknown_acl_user(int );
1320 bool lp_ea_support(int );
1321 bool lp__use_sendfile(int );
1322 bool lp_profile_acls(int );
1323 bool lp_map_acl_inherit(int );
1324 bool lp_afs_share(int );
1325 bool lp_acl_check_permissions(int );
1326 bool lp_acl_group_control(int );
1327 bool lp_acl_map_full_control(int );
1328 int lp_create_mask(int );
1329 int lp_force_create_mode(int );
1330 int lp_security_mask(int );
1331 int lp_force_security_mode(int );
1332 int lp_dir_mask(int );
1333 int lp_force_dir_mode(int );
1334 int lp_dir_security_mask(int );
1335 int lp_force_dir_security_mode(int );
1336 int lp_max_connections(int );
1337 int lp_defaultcase(int );
1338 int lp_minprintspace(int );
1339 int lp_printing(int );
1340 int lp_max_reported_jobs(int );
1341 int lp_oplock_contention_limit(int );
1342 int lp_csc_policy(int );
1343 int lp_write_cache_size(int );
1344 int lp_block_size(int );
1345 int lp_dfree_cache_time(int );
1346 int lp_allocation_roundup_size(int );
1347 int lp_aio_read_size(int );
1348 int lp_aio_write_size(int );
1349 int lp_map_readonly(int );
1350 int lp_directory_name_cache_size(int );
1351 int lp_smb_encrypt(int );
1352 char lp_magicchar(const struct share_params *p );
1353 int lp_winbind_cache_time(void);
1354 int lp_winbind_reconnect_delay(void);
1355 int lp_winbind_max_clients(void);
1356 const char **lp_winbind_nss_info(void);
1357 int lp_algorithmic_rid_base(void);
1358 int lp_name_cache_timeout(void);
1359 int lp_client_signing(void);
1360 int lp_server_signing(void);
1361 int lp_client_ldap_sasl_wrapping(void);
1362 char *lp_parm_talloc_string(TALLOC_CTX *ctx, int snum, const char *type, const char *option, const char *def);
1363 const char *lp_parm_const_string(int snum, const char *type, const char *option, const char *def);
1364 struct loadparm_service;
1365 const char *lp_parm_const_string_service(struct loadparm_service *service, const char *type, const char *option);
1366 const char **lp_parm_string_list(int snum, const char *type, const char *option, const char **def);
1367 int lp_parm_int(int snum, const char *type, const char *option, int def);
1368 unsigned long lp_parm_ulong(int snum, const char *type, const char *option, unsigned long def);
1369 bool lp_parm_bool(int snum, const char *type, const char *option, bool def);
1370 struct enum_list;
1371 int lp_parm_enum(int snum, const char *type, const char *option,
1372                  const struct enum_list *_enum, int def);
1373 char *canonicalize_servicename(TALLOC_CTX *ctx, const char *src);
1374 bool lp_add_home(const char *pszHomename, int iDefaultService,
1375                  const char *user, const char *pszHomedir);
1376 int lp_add_service(const char *pszService, int iDefaultService);
1377 bool lp_add_printer(const char *pszPrintername, int iDefaultService);
1378 bool lp_parameter_is_valid(const char *pszParmName);
1379 bool lp_parameter_is_global(const char *pszParmName);
1380 bool lp_parameter_is_canonical(const char *parm_name);
1381 bool lp_canonicalize_parameter(const char *parm_name, const char **canon_parm,
1382                                bool *inverse);
1383 bool lp_canonicalize_parameter_with_value(const char *parm_name,
1384                                           const char *val,
1385                                           const char **canon_parm,
1386                                           const char **canon_val);
1387 void show_parameter_list(void);
1388 bool lp_string_is_valid_boolean(const char *parm_value);
1389 bool lp_invert_boolean(const char *str, const char **inverse_str);
1390 bool lp_canonicalize_boolean(const char *str, const char**canon_str);
1391 bool service_ok(int iService);
1392 bool process_registry_service(const char *service_name);
1393 bool process_registry_shares(void);
1394 bool lp_config_backend_is_registry(void);
1395 bool lp_config_backend_is_file(void);
1396 bool lp_file_list_changed(void);
1397 bool lp_idmap_uid(uid_t *low, uid_t *high);
1398 bool lp_idmap_gid(gid_t *low, gid_t *high);
1399 const char *lp_ldap_machine_suffix(TALLOC_CTX *ctx);
1400 const char *lp_ldap_user_suffix(TALLOC_CTX *ctx);
1401 const char *lp_ldap_group_suffix(TALLOC_CTX *ctx);
1402 const char *lp_ldap_idmap_suffix(TALLOC_CTX *ctx);
1403 struct parm_struct;
1404 /* Return a pointer to a service by name.  */
1405 struct loadparm_service *lp_service(const char *pszServiceName);
1406 struct loadparm_service *lp_servicebynum(int snum);
1407 struct loadparm_service *lp_default_loadparm_service(void);
1408 void *lp_parm_ptr(struct loadparm_service *service, struct parm_struct *parm);
1409 void *lp_local_ptr_by_snum(int snum, struct parm_struct *parm);
1410 bool lp_do_parameter(int snum, const char *pszParmName, const char *pszParmValue);
1411 bool lp_set_cmdline(const char *pszParmName, const char *pszParmValue);
1412 bool lp_set_option(const char *option);
1413 void init_locals(void);
1414 bool lp_is_default(int snum, struct parm_struct *parm);
1415 bool dump_a_parameter(int snum, char *parm_name, FILE * f, bool isGlobal);
1416 struct parm_struct *lp_get_parameter(const char *param_name);
1417 struct parm_struct *lp_next_parameter(int snum, int *i, int allparameters);
1418 bool lp_snum_ok(int iService);
1419 void lp_add_one_printer(const char *name, const char *comment,
1420                         const char *location, void *pdata);
1421 bool lp_loaded(void);
1422 void lp_killunused(struct smbd_server_connection *sconn,
1423                    bool (*snumused) (struct smbd_server_connection *, int));
1424 void lp_kill_all_services(void);
1425 void lp_killservice(int iServiceIn);
1426 const char* server_role_str(uint32 role);
1427 enum usershare_err parse_usershare_file(TALLOC_CTX *ctx,
1428                         SMB_STRUCT_STAT *psbuf,
1429                         const char *servicename,
1430                         int snum,
1431                         char **lines,
1432                         int numlines,
1433                         char **pp_sharepath,
1434                         char **pp_comment,
1435                         char **pp_cp_share_name,
1436                         struct security_descriptor **ppsd,
1437                         bool *pallow_guest);
1438 int load_usershare_service(const char *servicename);
1439 int load_usershare_shares(struct smbd_server_connection *sconn,
1440                           bool (*snumused) (struct smbd_server_connection *, int));
1441 void gfree_loadparm(void);
1442 bool lp_load(const char *pszFname,
1443              bool global_only,
1444              bool save_defaults,
1445              bool add_ipc,
1446              bool initialize_globals);
1447 bool lp_load_initial_only(const char *pszFname);
1448 bool lp_load_global(const char *file_name);
1449 bool lp_load_client(const char *file_name);
1450 bool lp_load_global_no_reinit(const char *file_name);
1451 bool lp_load_client_no_reinit(const char *file_name);
1452 bool lp_load_with_registry_shares(const char *pszFname,
1453                                   bool global_only,
1454                                   bool save_defaults,
1455                                   bool add_ipc,
1456                                   bool initialize_globals);
1457 int lp_numservices(void);
1458 void lp_dump(FILE *f, bool show_defaults, int maxtoprint);
1459 void lp_dump_one(FILE * f, bool show_defaults, int snum);
1460 int lp_servicenumber(const char *pszServiceName);
1461 struct share_params *get_share_params(TALLOC_CTX *mem_ctx,
1462                                       const char *sharename);
1463 const char *volume_label(TALLOC_CTX *ctx, int snum);
1464 bool lp_domain_master(void);
1465 bool lp_preferred_master(void);
1466 void lp_remove_service(int snum);
1467 void lp_copy_service(int snum, const char *new_name);
1468 int lp_default_server_announce(void);
1469 const char *lp_printername(TALLOC_CTX *ctx, int snum);
1470 void lp_set_logfile(const char *name);
1471 int lp_maxprintjobs(int snum);
1472 const char *lp_printcapname(void);
1473 bool lp_disable_spoolss( void );
1474 void lp_set_spoolss_state( uint32 state );
1475 uint32 lp_get_spoolss_state( void );
1476 struct smb_signing_state;
1477 bool lp_use_sendfile(int snum, struct smb_signing_state *signing_state);
1478 void set_use_sendfile(int snum, bool val);
1479 void set_store_dos_attributes(int snum, bool val);
1480 void lp_set_mangling_method(const char *new_method);
1481 bool lp_posix_pathnames(void);
1482 void lp_set_posix_pathnames(void);
1483 enum brl_flavour lp_posix_cifsu_locktype(files_struct *fsp);
1484 void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val);
1485 int lp_min_receive_file_size(void);
1486 char* lp_perfcount_module(TALLOC_CTX *ctx);
1487 void widelinks_warning(int snum);
1488 const char *lp_ncalrpc_dir(void);
1489 void _lp_set_server_role(int server_role);
1490
1491 /* The following definitions come from param/loadparm_ctx.c  */
1492
1493 const struct loadparm_s3_helpers *loadparm_s3_helpers(void);
1494
1495 /* The following definitions come from param/loadparm_server_role.c  */
1496
1497 int lp_server_role(void);
1498 void set_server_role(void);
1499
1500 /* The following definitions come from param/util.c  */
1501
1502 uint32 get_int_param( const char* param );
1503 char* get_string_param( const char* param );
1504
1505 /* The following definitions come from lib/server_contexts.c  */
1506 struct tevent_context *server_event_context(void);
1507 void server_event_context_free(void);
1508 struct messaging_context *server_messaging_context(void);
1509 void server_messaging_context_free(void);
1510
1511 /* The following definitions come from lib/sessionid_tdb.c  */
1512 struct sessionid;
1513 bool sessionid_init(void);
1514 struct db_record *sessionid_fetch_record(TALLOC_CTX *mem_ctx, const char *key);
1515 NTSTATUS sessionid_traverse(int (*fn)(struct db_record *rec, const char *key,
1516                                       struct sessionid *session,
1517                                       void *private_data),
1518                             void *private_data);
1519 NTSTATUS sessionid_traverse_read(int (*fn)(const char *key,
1520                                            struct sessionid *session,
1521                                            void *private_data),
1522                                  void *private_data);
1523
1524 /* The following definitions come from utils/passwd_util.c  */
1525
1526 char *stdin_new_passwd( void);
1527 char *get_pass( const char *prompt, bool stdin_get);
1528
1529 /* The following definitions come from lib/avahi.c */
1530
1531 struct AvahiPoll *tevent_avahi_poll(TALLOC_CTX *mem_ctx,
1532                                     struct tevent_context *ev);
1533
1534 /* The following definitions come from lib/fncall.c */
1535
1536 struct fncall_context *fncall_context_init(TALLOC_CTX *mem_ctx,
1537                                            int max_threads);
1538 struct tevent_req *fncall_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
1539                                struct fncall_context *ctx,
1540                                void (*fn)(void *private_data),
1541                                void *private_data);
1542 int fncall_recv(struct tevent_req *req, int *perr);
1543
1544 /* The following definitions come from libsmb/smbsock_connect.c */
1545
1546 struct tevent_req *smbsock_connect_send(TALLOC_CTX *mem_ctx,
1547                                         struct tevent_context *ev,
1548                                         const struct sockaddr_storage *addr,
1549                                         uint16_t port,
1550                                         const char *called_name,
1551                                         int called_type,
1552                                         const char *calling_name,
1553                                         int calling_type);
1554 NTSTATUS smbsock_connect_recv(struct tevent_req *req, int *sock,
1555                               uint16_t *ret_port);
1556 NTSTATUS smbsock_connect(const struct sockaddr_storage *addr, uint16_t port,
1557                          const char *called_name, int called_type,
1558                          const char *calling_name, int calling_type,
1559                          int *pfd, uint16_t *ret_port, int sec_timeout);
1560
1561 struct tevent_req *smbsock_any_connect_send(TALLOC_CTX *mem_ctx,
1562                                             struct tevent_context *ev,
1563                                             const struct sockaddr_storage *addrs,
1564                                             const char **called_names,
1565                                             int *called_types,
1566                                             const char **calling_names,
1567                                             int *calling_types,
1568                                             size_t num_addrs, uint16_t port);
1569 NTSTATUS smbsock_any_connect_recv(struct tevent_req *req, int *pfd,
1570                                   size_t *chosen_index, uint16_t *chosen_port);
1571 NTSTATUS smbsock_any_connect(const struct sockaddr_storage *addrs,
1572                              const char **called_names,
1573                              int *called_types,
1574                              const char **calling_names,
1575                              int *calling_types,
1576                              size_t num_addrs,
1577                              uint16_t port,
1578                              int sec_timeout,
1579                              int *pfd, size_t *chosen_index,
1580                              uint16_t *chosen_port);
1581
1582 /* The following definitions come from lib/util_wellknown.c  */
1583
1584 bool sid_check_is_wellknown_domain(const struct dom_sid *sid, const char **name);
1585 bool sid_check_is_in_wellknown_domain(const struct dom_sid *sid);
1586 bool lookup_wellknown_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
1587                           const char **domain, const char **name);
1588 bool lookup_wellknown_name(TALLOC_CTX *mem_ctx, const char *name,
1589                            struct dom_sid *sid, const char **domain);
1590
1591 /* The following definitions come from lib/util_unixsids.c  */
1592
1593 bool sid_check_is_unix_users(const struct dom_sid *sid);
1594 bool sid_check_is_in_unix_users(const struct dom_sid *sid);
1595 void uid_to_unix_users_sid(uid_t uid, struct dom_sid *sid);
1596 void gid_to_unix_groups_sid(gid_t gid, struct dom_sid *sid);
1597 const char *unix_users_domain_name(void);
1598 bool lookup_unix_user_name(const char *name, struct dom_sid *sid);
1599 bool sid_check_is_unix_groups(const struct dom_sid *sid);
1600 bool sid_check_is_in_unix_groups(const struct dom_sid *sid);
1601 const char *unix_groups_domain_name(void);
1602 bool lookup_unix_group_name(const char *name, struct dom_sid *sid);
1603
1604 /* The following definitions come from lib/filename_util.c */
1605
1606 NTSTATUS get_full_smb_filename(TALLOC_CTX *ctx, const struct smb_filename *smb_fname,
1607                               char **full_name);
1608 NTSTATUS create_synthetic_smb_fname(TALLOC_CTX *ctx, const char *base_name,
1609                                     const char *stream_name,
1610                                     const SMB_STRUCT_STAT *psbuf,
1611                                     struct smb_filename **smb_fname_out);
1612 NTSTATUS create_synthetic_smb_fname_split(TALLOC_CTX *ctx,
1613                                           const char *fname,
1614                                           const SMB_STRUCT_STAT *psbuf,
1615                                           struct smb_filename **smb_fname_out);
1616 const char *smb_fname_str_dbg(const struct smb_filename *smb_fname);
1617 const char *fsp_str_dbg(const struct files_struct *fsp);
1618 const char *fsp_fnum_dbg(const struct files_struct *fsp);
1619 NTSTATUS copy_smb_filename(TALLOC_CTX *ctx,
1620                            const struct smb_filename *smb_fname_in,
1621                            struct smb_filename **smb_fname_out);
1622 bool is_ntfs_stream_smb_fname(const struct smb_filename *smb_fname);
1623 bool is_ntfs_default_stream_smb_fname(const struct smb_filename *smb_fname);
1624
1625 /* The following definitions come from lib/dummyroot.c */
1626
1627 void become_root(void);
1628 void unbecome_root(void);
1629
1630 /* The following definitions come from lib/dummysmbd.c */
1631
1632 int find_service(TALLOC_CTX *ctx, const char *service_in, char **p_service_out);
1633 void cancel_pending_lock_requests_by_fid(files_struct *fsp,
1634                         struct byte_range_lock *br_lck,
1635                         enum file_close_type close_type);
1636 void send_stat_cache_delete_message(struct messaging_context *msg_ctx,
1637                                     const char *name);
1638 NTSTATUS can_delete_directory(struct connection_struct *conn,
1639                                 const char *dirname);
1640 bool change_to_root_user(void);
1641 void contend_level2_oplocks_begin(files_struct *fsp,
1642                                   enum level2_contention_type type);
1643 void contend_level2_oplocks_end(files_struct *fsp,
1644                                 enum level2_contention_type type);
1645
1646 #endif /*  _PROTO_H_  */