2 * Unix SMB/CIFS implementation.
3 * collected prototypes header
5 * frozen from "make proto" in May 2008
7 * Copyright (C) Michael Adam 2008
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.
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.
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/>.
26 /* The following definitions come from lib/access.c */
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
,
36 /* The following definitions come from lib/adt_tree.c */
38 /* The following definitions come from lib/audit.c */
40 const char *audit_category_str(uint32 category
);
41 const char *audit_param_str(uint32 category
);
42 const char *audit_description_str(uint32 category
);
43 bool get_audit_category_from_param(const char *param
, uint32
*audit_category
);
44 const char *audit_policy_str(TALLOC_CTX
*mem_ctx
, uint32 policy
);
46 /* The following definitions come from lib/charcnv.c */
48 void gfree_charcnv(void);
49 size_t ucs2_align(const void *base_ptr
, const void *p
, int flags
);
50 size_t push_ascii(void *dest
, const char *src
, size_t dest_len
, int flags
);
51 size_t push_ascii_fstring(void *dest
, const char *src
);
52 size_t push_ascii_nstring(void *dest
, const char *src
);
53 size_t pull_ascii(char *dest
, const void *src
, size_t dest_len
, size_t src_len
, int flags
);
54 size_t pull_ascii_fstring(char *dest
, const void *src
);
55 size_t pull_ascii_nstring(char *dest
, size_t dest_len
, const void *src
);
56 size_t push_string_check_fn(void *dest
, const char *src
,
57 size_t dest_len
, int flags
);
58 size_t push_string_base(const char *base
, uint16 flags2
,
59 void *dest
, const char *src
,
60 size_t dest_len
, int flags
);
61 size_t pull_string_talloc(TALLOC_CTX
*ctx
,
68 size_t dos_PutUniCode(char *dst
,const char *src
, size_t len
, bool null_terminate
);
69 int rpcstr_push_talloc(TALLOC_CTX
*ctx
, smb_ucs2_t
**dest
, const char *src
);
71 /* The following definitions come from lib/dmallocmsg.c */
73 void register_dmalloc_msgs(struct messaging_context
*msg_ctx
);
75 /* The following definitions come from lib/dprintf.c */
77 void display_set_stderr(void);
79 /* The following definitions come from lib/errmap_unix.c */
81 NTSTATUS
map_nt_error_from_unix(int unix_error
);
82 int map_errno_from_nt_status(NTSTATUS status
);
84 /* The following definitions come from lib/file_id.c */
86 struct file_id
vfs_file_id_from_sbuf(connection_struct
*conn
, const SMB_STRUCT_STAT
*sbuf
);
88 /* The following definitions come from lib/gencache.c */
90 bool gencache_set(const char *keystr
, const char *value
, time_t timeout
);
91 bool gencache_del(const char *keystr
);
92 bool gencache_get(const char *keystr
, TALLOC_CTX
*mem_ctx
, char **value
,
94 bool gencache_parse(const char *keystr
,
95 void (*parser
)(time_t timeout
, DATA_BLOB blob
,
98 bool gencache_get_data_blob(const char *keystr
, TALLOC_CTX
*mem_ctx
,
100 time_t *timeout
, bool *was_expired
);
101 bool gencache_stabilize(void);
102 bool gencache_set_data_blob(const char *keystr
, const DATA_BLOB
*blob
, time_t timeout
);
103 void gencache_iterate_blobs(void (*fn
)(const char *key
, DATA_BLOB value
,
104 time_t timeout
, void *private_data
),
105 void *private_data
, const char *pattern
);
106 void gencache_iterate(void (*fn
)(const char* key
, const char *value
, time_t timeout
, void* dptr
),
107 void* data
, const char* keystr_pattern
);
109 /* The following definitions come from lib/interface.c */
111 bool ismyaddr(const struct sockaddr
*ip
);
112 bool ismyip_v4(struct in_addr ip
);
113 bool is_local_net(const struct sockaddr
*from
);
114 void setup_linklocal_scope_id(struct sockaddr
*pss
);
115 bool is_local_net_v4(struct in_addr from
);
116 int iface_count(void);
117 int iface_count_v4_nl(void);
118 const struct in_addr
*first_ipv4_iface(void);
119 struct interface
*get_interface(int n
);
120 const struct sockaddr_storage
*iface_n_sockaddr_storage(int n
);
121 const struct in_addr
*iface_n_ip_v4(int n
);
122 const struct in_addr
*iface_n_bcast_v4(int n
);
123 const struct sockaddr_storage
*iface_n_bcast(int n
);
124 const struct sockaddr_storage
*iface_ip(const struct sockaddr
*ip
);
125 bool iface_local(const struct sockaddr
*ip
);
126 void load_interfaces(void);
127 void gfree_interfaces(void);
128 bool interfaces_changed(void);
130 /* The following definitions come from lib/ldap_debug_handler.c */
132 void init_ldap_debugging(void);
134 /* The following definitions come from lib/ldap_escape.c */
136 char *escape_ldap_string(TALLOC_CTX
*mem_ctx
, const char *s
);
137 char *escape_rdn_val_string_alloc(const char *s
);
139 /* The following definitions come from lib/ms_fnmatch.c */
141 int ms_fnmatch(const char *pattern
, const char *string
, bool translate_pattern
,
142 bool is_case_sensitive
);
144 /* The following definitions come from lib/recvfile.c */
146 ssize_t
sys_recvfile(int fromfd
,
150 ssize_t
sys_recvfile(int fromfd
,
154 ssize_t
drain_socket(int sockfd
, size_t count
);
156 /* The following definitions come from lib/sendfile.c */
158 ssize_t
sys_sendfile(int tofd
, int fromfd
, const DATA_BLOB
*header
, off_t offset
, size_t count
);
160 /* The following definitions come from lib/server_mutex.c */
162 struct named_mutex
*grab_named_mutex(TALLOC_CTX
*mem_ctx
, const char *name
,
165 /* The following definitions come from lib/sharesec.c */
167 bool share_info_db_init(void);
168 struct security_descriptor
*get_share_security_default( TALLOC_CTX
*ctx
, size_t *psize
, uint32 def_access
);
169 struct security_descriptor
*get_share_security( TALLOC_CTX
*ctx
, const char *servicename
,
171 bool set_share_security(const char *share_name
, struct security_descriptor
*psd
);
172 bool delete_share_security(const char *servicename
);
173 bool share_access_check(const struct security_token
*token
,
174 const char *sharename
,
175 uint32 desired_access
,
177 bool parse_usershare_acl(TALLOC_CTX
*ctx
, const char *acl_str
, struct security_descriptor
**ppsd
);
179 /* The following definitions come from lib/smbrun.c */
181 int smbrun_no_sanitize(const char *cmd
, int *outfd
);
182 int smbrun(const char *cmd
, int *outfd
);
183 int smbrunsecret(const char *cmd
, const char *secret
);
185 /* The following definitions come from lib/sock_exec.c */
187 int sock_exec(const char *prog
);
189 /* The following definitions come from lib/substitute.c */
191 void free_local_machine_name(void);
192 bool set_local_machine_name(const char *local_name
, bool perm
);
193 const char *get_local_machine_name(void);
194 bool set_remote_machine_name(const char *remote_name
, bool perm
);
195 const char *get_remote_machine_name(void);
196 void sub_set_smb_name(const char *name
);
197 void set_current_user_info(const char *smb_name
, const char *unix_name
,
199 void sub_set_socket_ids(const char *peeraddr
, const char *peername
,
200 const char *sockaddr
);
201 const char *get_current_username(void);
202 void standard_sub_basic(const char *smb_name
, const char *domain_name
,
203 char *str
, size_t len
);
204 char *talloc_sub_basic(TALLOC_CTX
*mem_ctx
, const char *smb_name
,
205 const char *domain_name
, const char *str
);
206 char *talloc_sub_specified(TALLOC_CTX
*mem_ctx
,
207 const char *input_string
,
208 const char *username
,
213 char *talloc_sub_advanced(TALLOC_CTX
*mem_ctx
,
214 const char *servicename
, const char *user
,
215 const char *connectpath
, gid_t gid
,
216 const char *smb_name
, const char *domain_name
,
218 void standard_sub_advanced(const char *servicename
, const char *user
,
219 const char *connectpath
, gid_t gid
,
220 const char *smb_name
, const char *domain_name
,
221 char *str
, size_t len
);
223 /* The following definitions come from lib/sysquotas.c */
225 int sys_get_quota(const char *path
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
226 int sys_set_quota(const char *path
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
228 /* The following definitions come from lib/sysquotas_*.c */
230 int sys_get_vfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
231 int sys_set_vfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
233 int sys_get_xfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
234 int sys_set_xfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
236 int sys_get_nfs_quota(const char *path
, const char *bdev
,
237 enum SMB_QUOTA_TYPE qtype
,
238 unid_t id
, SMB_DISK_QUOTA
*dp
);
239 int sys_set_nfs_quota(const char *path
, const char *bdev
,
240 enum SMB_QUOTA_TYPE qtype
,
241 unid_t id
, SMB_DISK_QUOTA
*dp
);
243 /* The following definitions come from lib/system.c */
245 ssize_t
sys_send(int s
, const void *msg
, size_t len
, int flags
);
246 ssize_t
sys_recvfrom(int s
, void *buf
, size_t len
, int flags
, struct sockaddr
*from
, socklen_t
*fromlen
);
247 int sys_fcntl_ptr(int fd
, int cmd
, void *arg
);
248 int sys_fcntl_long(int fd
, int cmd
, long arg
);
249 void update_stat_ex_mtime(struct stat_ex
*dst
, struct timespec write_ts
);
250 void update_stat_ex_create_time(struct stat_ex
*dst
, struct timespec create_time
);
251 int sys_stat(const char *fname
, SMB_STRUCT_STAT
*sbuf
,
252 bool fake_dir_create_times
);
253 int sys_fstat(int fd
, SMB_STRUCT_STAT
*sbuf
,
254 bool fake_dir_create_times
);
255 int sys_lstat(const char *fname
,SMB_STRUCT_STAT
*sbuf
,
256 bool fake_dir_create_times
);
257 int sys_posix_fallocate(int fd
, off_t offset
, off_t len
);
258 int sys_fallocate(int fd
, enum vfs_fallocate_mode mode
, off_t offset
, off_t len
);
259 void kernel_flock(int fd
, uint32 share_mode
, uint32 access_mask
);
260 DIR *sys_fdopendir(int fd
);
261 int sys_mknod(const char *path
, mode_t mode
, SMB_DEV_T dev
);
262 int sys_waitpid(pid_t pid
,int *status
,int options
);
263 char *sys_getwd(void);
264 void set_effective_capability(enum smbd_capability capability
);
265 void drop_effective_capability(enum smbd_capability capability
);
266 long sys_random(void);
267 void sys_srandom(unsigned int seed
);
268 int groups_max(void);
269 int sys_getgroups(int setlen
, gid_t
*gidset
);
270 int sys_setgroups(gid_t
UNUSED(primary_gid
), int setlen
, gid_t
*gidset
);
271 int sys_popen(const char *command
);
272 int sys_pclose(int fd
);
273 ssize_t
sys_getxattr (const char *path
, const char *name
, void *value
, size_t size
);
274 ssize_t
sys_fgetxattr (int filedes
, const char *name
, void *value
, size_t size
);
275 ssize_t
sys_listxattr (const char *path
, char *list
, size_t size
);
276 ssize_t
sys_flistxattr (int filedes
, char *list
, size_t size
);
277 int sys_removexattr (const char *path
, const char *name
);
278 int sys_fremovexattr (int filedes
, const char *name
);
279 int sys_setxattr (const char *path
, const char *name
, const void *value
, size_t size
, int flags
);
280 int sys_fsetxattr (int filedes
, const char *name
, const void *value
, size_t size
, int flags
);
281 uint32
unix_dev_major(SMB_DEV_T dev
);
282 uint32
unix_dev_minor(SMB_DEV_T dev
);
284 int sys_get_number_of_cores(void);
288 void init_stat_ex_from_stat (struct stat_ex
*dst
,
289 const struct stat
*src
,
290 bool fake_dir_create_times
);
292 /* The following definitions come from lib/system_smbd.c */
294 bool getgroups_unix_user(TALLOC_CTX
*mem_ctx
, const char *user
,
296 gid_t
**ret_groups
, uint32_t *p_ngroups
);
298 /* The following definitions come from lib/tallocmsg.c */
300 void register_msg_pool_usage(struct messaging_context
*msg_ctx
);
302 /* The following definitions come from lib/time.c */
304 void push_dos_date(uint8_t *buf
, int offset
, time_t unixdate
, int zone_offset
);
305 void push_dos_date2(uint8_t *buf
,int offset
,time_t unixdate
, int zone_offset
);
306 void push_dos_date3(uint8_t *buf
,int offset
,time_t unixdate
, int zone_offset
);
307 uint32_t convert_time_t_to_uint32_t(time_t t
);
308 time_t convert_uint32_t_to_time_t(uint32_t u
);
309 bool nt_time_is_zero(const NTTIME
*nt
);
310 time_t generalized_to_unix_time(const char *str
);
311 int get_server_zone_offset(void);
312 int set_server_zone_offset(time_t t
);
313 char *timeval_string(TALLOC_CTX
*ctx
, const struct timeval
*tp
, bool hires
);
314 char *current_timestring(TALLOC_CTX
*ctx
, bool hires
);
315 void srv_put_dos_date(char *buf
,int offset
,time_t unixdate
);
316 void srv_put_dos_date2(char *buf
,int offset
, time_t unixdate
);
317 void srv_put_dos_date3(char *buf
,int offset
,time_t unixdate
);
318 void round_timespec(enum timestamp_set_resolution res
, struct timespec
*ts
);
319 void put_long_date_timespec(enum timestamp_set_resolution res
, char *p
, struct timespec ts
);
320 void put_long_date(char *p
, time_t t
);
321 void dos_filetime_timespec(struct timespec
*tsp
);
322 time_t make_unix_date(const void *date_ptr
, int zone_offset
);
323 time_t make_unix_date2(const void *date_ptr
, int zone_offset
);
324 time_t make_unix_date3(const void *date_ptr
, int zone_offset
);
325 time_t srv_make_unix_date(const void *date_ptr
);
326 time_t srv_make_unix_date2(const void *date_ptr
);
327 time_t srv_make_unix_date3(const void *date_ptr
);
328 struct timespec
interpret_long_date(const char *p
);
330 void get_process_uptime(struct timeval
*ret_time
);
331 void get_startup_time(struct timeval
*ret_time
);
332 time_t nt_time_to_unix_abs(const NTTIME
*nt
);
333 time_t uint64s_nt_time_to_unix_abs(const uint64_t *src
);
334 void unix_to_nt_time_abs(NTTIME
*nt
, time_t t
);
335 const char *time_to_asc(const time_t t
);
336 const char *display_time(NTTIME nttime
);
337 bool nt_time_is_set(const NTTIME
*nt
);
339 /* The following definitions come from lib/username.c */
341 void flush_pwnam_cache(void);
342 char *get_user_home_dir(TALLOC_CTX
*mem_ctx
, const char *user
);
343 struct passwd
*Get_Pwnam_alloc(TALLOC_CTX
*mem_ctx
, const char *user
);
345 /* The following definitions come from lib/util_names.c */
346 const char *get_global_sam_name(void);
348 /* The following definitions come from lib/util.c */
350 enum protocol_types
get_Protocol(void);
351 void set_Protocol(enum protocol_types p
);
352 bool all_zero(const uint8_t *ptr
, size_t size
);
353 void gfree_names(void);
354 void gfree_all( void );
355 const char *my_netbios_names(int i
);
356 bool set_netbios_aliases(const char **str_array
);
357 bool init_names(void);
358 bool file_exist_stat(const char *fname
,SMB_STRUCT_STAT
*sbuf
,
359 bool fake_dir_create_times
);
360 bool socket_exist(const char *fname
);
361 uint64_t get_file_size_stat(const SMB_STRUCT_STAT
*sbuf
);
362 bool check_same_dev_ino(const SMB_STRUCT_STAT
*sbuf1
,
363 const SMB_STRUCT_STAT
*sbuf2
);
364 bool check_same_stat(const SMB_STRUCT_STAT
*sbuf1
,
365 const SMB_STRUCT_STAT
*sbuf2
);
366 void show_msg(const char *buf
);
367 int set_message_bcc(char *buf
,int num_bytes
);
368 ssize_t
message_push_blob(uint8
**outbuf
, DATA_BLOB blob
);
369 char *unix_clean_name(TALLOC_CTX
*ctx
, const char *s
);
370 char *clean_name(TALLOC_CTX
*ctx
, const char *s
);
371 ssize_t
write_data_at_offset(int fd
, const char *buffer
, size_t N
, off_t pos
);
372 int set_blocking(int fd
, bool set
);
373 NTSTATUS
init_before_fork(void);
374 NTSTATUS
reinit_after_fork(struct messaging_context
*msg_ctx
,
375 struct tevent_context
*ev_ctx
,
376 bool parent_longlived
);
377 void *malloc_(size_t size
);
378 void *Realloc(void *p
, size_t size
, bool free_old_on_error
);
379 void add_to_large_array(TALLOC_CTX
*mem_ctx
, size_t element_size
,
380 void *element
, void *_array
, uint32
*num_elements
,
381 ssize_t
*array_size
);
382 char *get_myname(TALLOC_CTX
*ctx
);
383 char *get_mydnsdomname(TALLOC_CTX
*ctx
);
384 char *automount_lookup(TALLOC_CTX
*ctx
, const char *user_name
);
385 char *automount_lookup(TALLOC_CTX
*ctx
, const char *user_name
);
386 bool process_exists(const struct server_id pid
);
387 bool processes_exist(const struct server_id
*pids
, int num_pids
,
389 const char *uidtoname(uid_t uid
);
390 char *gidtoname(gid_t gid
);
391 uid_t
nametouid(const char *name
);
392 gid_t
nametogid(const char *name
);
393 void smb_panic_s3(const char *why
);
394 void log_stack_trace(void);
395 const char *readdirname(DIR *p
);
396 bool is_in_path(const char *name
, name_compare_entry
*namelist
, bool case_sensitive
);
397 void set_namearray(name_compare_entry
**ppname_array
, const char *namelist
);
398 void free_namearray(name_compare_entry
*name_array
);
399 bool fcntl_lock(int fd
, int op
, off_t offset
, off_t count
, int type
);
400 bool fcntl_getlock(int fd
, off_t
*poffset
, off_t
*pcount
, int *ptype
, pid_t
*ppid
);
401 bool is_myname(const char *s
);
402 void ra_lanman_string( const char *native_lanman
);
403 const char *get_remote_arch_str(void);
404 void set_remote_arch(enum remote_arch_types type
);
405 enum remote_arch_types
get_remote_arch(void);
406 const char *tab_depth(int level
, int depth
);
407 int str_checksum(const char *s
);
408 void zero_free(void *p
, size_t size
);
409 int set_maxfiles(int requested_max
);
410 int smb_mkstemp(char *name_template
);
411 void *smb_xmalloc_array(size_t size
, unsigned int count
);
412 char *myhostname(void);
413 char *myhostname_upper(void);
414 char *lock_path(const char *name
);
415 char *state_path(const char *name
);
416 char *cache_path(const char *name
);
417 bool parent_dirname(TALLOC_CTX
*mem_ctx
, const char *dir
, char **parent
,
419 bool ms_has_wild(const char *s
);
420 bool ms_has_wild_w(const smb_ucs2_t
*s
);
421 bool mask_match(const char *string
, const char *pattern
, bool is_case_sensitive
);
422 bool mask_match_search(const char *string
, const char *pattern
, bool is_case_sensitive
);
423 bool mask_match_list(const char *string
, char **list
, int listLen
, bool is_case_sensitive
);
424 bool unix_wild_match(const char *pattern
, const char *string
);
425 bool name_to_fqdn(fstring fqdn
, const char *name
);
426 void *talloc_append_blob(TALLOC_CTX
*mem_ctx
, void *buf
, DATA_BLOB blob
);
427 uint32
map_share_mode_to_deny_mode(uint32 share_access
, uint32 private_options
);
428 pid_t
procid_to_pid(const struct server_id
*proc
);
429 void set_my_vnn(uint32 vnn
);
430 uint32
get_my_vnn(void);
431 void set_my_unique_id(uint64_t unique_id
);
432 struct server_id
pid_to_procid(pid_t pid
);
433 struct server_id
procid_self(void);
434 #define serverid_equal(p1, p2) server_id_equal(p1,p2)
435 bool procid_is_me(const struct server_id
*pid
);
436 struct server_id
interpret_pid(const char *pid_string
);
437 char *procid_str_static(const struct server_id
*pid
);
438 bool procid_valid(const struct server_id
*pid
);
439 bool procid_is_local(const struct server_id
*pid
);
440 bool is_offset_safe(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
);
441 char *get_safe_ptr(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
);
442 char *get_safe_str_ptr(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
);
443 int get_safe_SVAL(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
, int failval
);
444 int get_safe_IVAL(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
, int failval
);
445 void split_domain_user(TALLOC_CTX
*mem_ctx
,
446 const char *full_name
,
449 const char *strip_hostname(const char *s
);
450 bool any_nt_status_not_ok(NTSTATUS err1
, NTSTATUS err2
, NTSTATUS
*result
);
451 int timeval_to_msec(struct timeval t
);
452 char *valid_share_pathname(TALLOC_CTX
*ctx
, const char *dos_pathname
);
453 bool is_executable(const char *fname
);
454 bool map_open_params_to_ntcreate(const char *smb_base_fname
,
455 int deny_mode
, int open_func
,
456 uint32
*paccess_mask
,
458 uint32
*pcreate_disposition
,
459 uint32
*pcreate_options
,
460 uint32_t *pprivate_flags
);
461 struct security_unix_token
*copy_unix_token(TALLOC_CTX
*ctx
, const struct security_unix_token
*tok
);
462 bool dir_check_ftype(uint32_t mode
, uint32_t dirtype
);
463 void init_modules(void);
465 /* The following definitions come from lib/util_builtin.c */
467 bool lookup_builtin_rid(TALLOC_CTX
*mem_ctx
, uint32 rid
, const char **name
);
468 bool lookup_builtin_name(const char *name
, uint32
*rid
);
469 const char *builtin_domain_name(void);
470 bool sid_check_is_builtin(const struct dom_sid
*sid
);
471 bool sid_check_is_in_builtin(const struct dom_sid
*sid
);
472 bool sid_check_is_wellknown_builtin(const struct dom_sid
*sid
);
474 /* The following definitions come from lib/util_file.c */
476 char **file_lines_pload(const char *syscmd
, int *numlines
);
477 void file_lines_free(char **lines
);
479 /* The following definitions come from lib/util_nscd.c */
481 void smb_nscd_flush_user_cache(void);
482 void smb_nscd_flush_group_cache(void);
484 /* The following definitions come from lib/util_nttoken.c */
486 struct security_token
*dup_nt_token(TALLOC_CTX
*mem_ctx
, const struct security_token
*ptoken
);
487 NTSTATUS
merge_nt_token(TALLOC_CTX
*mem_ctx
,
488 const struct security_token
*token_1
,
489 const struct security_token
*token_2
,
490 struct security_token
**token_out
);
491 bool token_sid_in_ace(const struct security_token
*token
, const struct security_ace
*ace
);
493 /* The following definitions come from lib/util_sec.c */
496 uid_t
sec_initial_uid(void);
497 gid_t
sec_initial_gid(void);
498 bool root_mode(void);
499 bool non_root_mode(void);
500 void gain_root_privilege(void);
501 void gain_root_group_privilege(void);
502 void set_effective_uid(uid_t uid
);
503 void set_effective_gid(gid_t gid
);
504 void save_re_uid(void);
505 void restore_re_uid_fromroot(void);
506 void restore_re_uid(void);
507 void save_re_gid(void);
508 void restore_re_gid(void);
509 int set_re_uid(void);
510 void become_user_permanently(uid_t uid
, gid_t gid
);
511 int set_thread_credentials(uid_t uid
,
514 const gid_t
*gidset
);
515 bool is_setuid_root(void) ;
517 /* The following definitions come from lib/util_sid.c */
519 char *sid_to_fstring(fstring sidstr_out
, const struct dom_sid
*sid
);
520 char *sid_string_talloc(TALLOC_CTX
*mem_ctx
, const struct dom_sid
*sid
);
521 char *sid_string_dbg(const struct dom_sid
*sid
);
522 char *sid_string_tos(const struct dom_sid
*sid
);
523 bool sid_linearize(char *outbuf
, size_t len
, const struct dom_sid
*sid
);
524 bool non_mappable_sid(struct dom_sid
*sid
);
525 char *sid_binstring_hex(const struct dom_sid
*sid
);
526 struct netr_SamInfo3
;
527 NTSTATUS
sid_array_from_info3(TALLOC_CTX
*mem_ctx
,
528 const struct netr_SamInfo3
*info3
,
529 struct dom_sid
**user_sids
,
530 uint32_t *num_user_sids
,
531 bool include_user_group_rid
);
533 /* The following definitions come from lib/util_sock.c */
535 bool is_broadcast_addr(const struct sockaddr
*pss
);
536 bool is_loopback_ip_v4(struct in_addr ip
);
537 bool is_loopback_addr(const struct sockaddr
*pss
);
538 bool is_zero_addr(const struct sockaddr_storage
*pss
);
539 void zero_ip_v4(struct in_addr
*ip
);
540 void in_addr_to_sockaddr_storage(struct sockaddr_storage
*ss
,
542 bool same_net(const struct sockaddr
*ip1
,
543 const struct sockaddr
*ip2
,
544 const struct sockaddr
*mask
);
545 bool sockaddr_equal(const struct sockaddr
*ip1
,
546 const struct sockaddr
*ip2
);
547 bool is_address_any(const struct sockaddr
*psa
);
548 uint16_t get_sockaddr_port(const struct sockaddr_storage
*pss
);
549 char *print_sockaddr(char *dest
,
551 const struct sockaddr_storage
*psa
);
552 char *print_canonical_sockaddr(TALLOC_CTX
*ctx
,
553 const struct sockaddr_storage
*pss
);
554 int get_socket_port(int fd
);
555 const char *client_addr(int fd
, char *addr
, size_t addrlen
);
556 const char *client_socket_addr(int fd
, char *addr
, size_t addr_len
);
557 int client_socket_port(int fd
);
558 bool is_a_socket(int fd
);
559 void set_socket_options(int fd
, const char *options
);
560 ssize_t
read_udp_v4_socket(int fd
,
563 struct sockaddr_storage
*psa
);
564 NTSTATUS
read_fd_with_timeout(int fd
, char *buf
,
565 size_t mincnt
, size_t maxcnt
,
566 unsigned int time_out
,
568 NTSTATUS
read_data(int fd
, char *buffer
, size_t N
);
569 ssize_t
write_data(int fd
, const char *buffer
, size_t N
);
570 ssize_t
iov_buflen(const struct iovec
*iov
, int iovlen
);
571 uint8_t *iov_buf(TALLOC_CTX
*mem_ctx
, const struct iovec
*iov
, int iovcnt
);
572 ssize_t
write_data_iov(int fd
, const struct iovec
*orig_iov
, int iovcnt
);
573 bool send_keepalive(int client
);
574 NTSTATUS
read_smb_length_return_keepalive(int fd
, char *inbuf
,
575 unsigned int timeout
,
577 NTSTATUS
receive_smb_raw(int fd
,
580 unsigned int timeout
,
583 int open_socket_in(int type
,
586 const struct sockaddr_storage
*psock
,
588 NTSTATUS
open_socket_out(const struct sockaddr_storage
*pss
, uint16_t port
,
589 int timeout
, int *pfd
);
590 struct tevent_req
*open_socket_out_send(TALLOC_CTX
*mem_ctx
,
591 struct tevent_context
*ev
,
592 const struct sockaddr_storage
*pss
,
595 NTSTATUS
open_socket_out_recv(struct tevent_req
*req
, int *pfd
);
596 struct tevent_req
*open_socket_out_defer_send(TALLOC_CTX
*mem_ctx
,
597 struct tevent_context
*ev
,
598 struct timeval wait_time
,
599 const struct sockaddr_storage
*pss
,
602 NTSTATUS
open_socket_out_defer_recv(struct tevent_req
*req
, int *pfd
);
603 int open_udp_socket(const char *host
, int port
);
604 const char *get_peer_addr(int fd
, char *addr
, size_t addr_len
);
606 struct tsocket_address
;
608 int get_remote_hostname(const struct tsocket_address
*remote_address
,
610 TALLOC_CTX
*mem_ctx
);
612 int create_pipe_sock(const char *socket_dir
,
613 const char *socket_name
,
615 int create_tcpip_socket(const struct sockaddr_storage
*ifss
, uint16_t *port
);
616 const char *get_mydnsfullname(void);
617 bool is_myname_or_ipaddr(const char *s
);
618 struct tevent_req
*getaddrinfo_send(TALLOC_CTX
*mem_ctx
,
619 struct tevent_context
*ev
,
620 struct fncall_context
*ctx
,
623 const struct addrinfo
*hints
);
624 int getaddrinfo_recv(struct tevent_req
*req
, struct addrinfo
**res
);
625 int poll_one_fd(int fd
, int events
, int timeout
, int *revents
);
626 int poll_intr_one_fd(int fd
, int events
, int timeout
, int *revents
);
627 struct tstream_context
;
628 struct tevent_req
*tstream_read_packet_send(TALLOC_CTX
*mem_ctx
,
629 struct tevent_context
*ev
,
630 struct tstream_context
*stream
,
632 ssize_t (*more
)(uint8_t *buf
,
636 ssize_t
tstream_read_packet_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
637 uint8_t **pbuf
, int *perrno
);
639 /* The following definitions come from lib/util_str.c */
641 bool next_token(const char **ptr
, char *buff
, const char *sep
, size_t bufsize
);
642 bool strnequal(const char *s1
,const char *s2
,size_t n
);
643 bool strcsequal(const char *s1
,const char *s2
);
644 bool strnorm(char *s
, int case_default
);
645 char *push_skip_string(char *buf
);
646 char *skip_string(const char *base
, size_t len
, char *buf
);
647 size_t str_charnum(const char *s
);
648 bool trim_char(char *s
,char cfront
,char cback
);
649 bool strhasupper(const char *s
);
650 bool strhaslower(const char *s
);
651 char *StrnCpy(char *dest
,const char *src
,size_t n
);
652 bool in_list(const char *s
, const char *list
, bool casesensitive
);
653 void fstring_sub(char *s
,const char *pattern
,const char *insert
);
654 char *realloc_string_sub2(char *string
,
657 bool remove_unsafe_characters
,
658 bool allow_trailing_dollar
);
659 char *realloc_string_sub(char *string
,
662 char *talloc_string_sub2(TALLOC_CTX
*mem_ctx
, const char *src
,
665 bool remove_unsafe_characters
,
667 bool allow_trailing_dollar
);
668 char *talloc_string_sub(TALLOC_CTX
*mem_ctx
,
672 void all_string_sub(char *s
,const char *pattern
,const char *insert
, size_t len
);
673 char *talloc_all_string_sub(TALLOC_CTX
*ctx
,
677 char *octal_string(int i
);
678 char *string_truncate(char *s
, unsigned int length
);
679 char *strchr_m(const char *src
, char c
);
680 char *strrchr_m(const char *s
, char c
);
681 char *strnrchr_m(const char *s
, char c
, unsigned int n
);
682 char *strstr_m(const char *src
, const char *findstr
);
683 bool strlower_m(char *s
);
684 bool strupper_m(char *s
);
685 size_t strlen_m(const char *s
);
686 size_t strlen_m_term(const char *s
);
687 size_t strlen_m_term_null(const char *s
);
688 int fstr_sprintf(fstring s
, const char *fmt
, ...);
689 bool str_list_sub_basic( char **list
, const char *smb_name
,
690 const char *domain_name
);
691 bool str_list_substitute(char **list
, const char *pattern
, const char *insert
);
693 char *ipstr_list_make(char **ipstr_list
,
694 const struct ip_service
*ip_list
,
696 int ipstr_list_parse(const char *ipstr_list
, struct ip_service
**ip_list
);
697 void ipstr_list_free(char* ipstr_list
);
698 uint64_t STR_TO_SMB_BIG_UINT(const char *nptr
, const char **entptr
);
699 uint64_t conv_str_size(const char * str
);
700 void sprintf_append(TALLOC_CTX
*mem_ctx
, char **string
, ssize_t
*len
,
701 size_t *bufsize
, const char *fmt
, ...);
702 int asprintf_strupper_m(char **strp
, const char *fmt
, ...);
703 char *talloc_asprintf_strupper_m(TALLOC_CTX
*t
, const char *fmt
, ...);
704 char *talloc_asprintf_strlower_m(TALLOC_CTX
*t
, const char *fmt
, ...);
705 bool validate_net_name( const char *name
,
706 const char *invalid_chars
,
708 char *escape_shell_string(const char *src
);
709 ssize_t
full_path_tos(const char *dir
, const char *name
,
710 char *tmpbuf
, size_t tmpbuf_len
,
711 char **pdst
, char **to_free
);
713 /* The following definitions come from lib/version.c */
715 const char *samba_version_string(void);
717 /* The following definitions come from lib/wins_srv.c */
719 bool wins_srv_is_dead(struct in_addr wins_ip
, struct in_addr src_ip
);
720 void wins_srv_alive(struct in_addr wins_ip
, struct in_addr src_ip
);
721 void wins_srv_died(struct in_addr wins_ip
, struct in_addr src_ip
);
722 unsigned wins_srv_count(void);
723 char **wins_srv_tags(void);
724 void wins_srv_tags_free(char **list
);
725 struct in_addr
wins_srv_ip_tag(const char *tag
, struct in_addr src_ip
);
726 bool wins_server_tag_ips(const char *tag
, TALLOC_CTX
*mem_ctx
,
727 struct in_addr
**pservers
, int *pnum_servers
);
728 unsigned wins_srv_count_tag(const char *tag
);
730 /* The following definitions come from libsmb/clispnego.c */
732 DATA_BLOB
spnego_gen_negTokenInit(TALLOC_CTX
*ctx
,
735 const char *principal
);
737 #ifndef ASN1_MAX_OIDS
738 #define ASN1_MAX_OIDS 20
740 bool spnego_parse_negTokenInit(TALLOC_CTX
*ctx
,
742 char *OIDs
[ASN1_MAX_OIDS
],
745 DATA_BLOB
spnego_gen_krb5_wrap(TALLOC_CTX
*ctx
, const DATA_BLOB ticket
, const uint8 tok_id
[2]);
746 int spnego_gen_krb5_negTokenInit(TALLOC_CTX
*ctx
,
747 const char *principal
, int time_offset
,
749 DATA_BLOB
*session_key_krb5
, uint32 extra_ap_opts
,
750 const char *ccname
, time_t *expire_time
);
751 bool spnego_parse_challenge(TALLOC_CTX
*ctx
, const DATA_BLOB blob
,
752 DATA_BLOB
*chal1
, DATA_BLOB
*chal2
);
753 DATA_BLOB
spnego_gen_auth(TALLOC_CTX
*ctx
, DATA_BLOB blob
);
754 bool spnego_parse_auth_response(TALLOC_CTX
*ctx
,
755 DATA_BLOB blob
, NTSTATUS nt_status
,
759 /* The following definitions come from libsmb/conncache.c */
761 NTSTATUS
check_negative_conn_cache( const char *domain
, const char *server
);
762 void add_failed_connection_entry(const char *domain
, const char *server
, NTSTATUS result
) ;
763 void flush_negative_conn_cache_for_domain(const char *domain
);
765 /* The following definitions come from libsmb/dsgetdcname.c */
767 struct netr_DsRGetDCNameInfo
;
769 void debug_dsdcinfo_flags(int lvl
, uint32_t flags
);
770 NTSTATUS
dsgetdcname(TALLOC_CTX
*mem_ctx
,
771 struct messaging_context
*msg_ctx
,
772 const char *domain_name
,
773 const struct GUID
*domain_guid
,
774 const char *site_name
,
776 struct netr_DsRGetDCNameInfo
**info
);
778 /* The following definitions come from libsmb/errormap.c */
780 NTSTATUS
dos_to_ntstatus(uint8 eclass
, uint32 ecode
);
782 /* The following definitions come from libsmb/namecache.c */
784 bool namecache_store(const char *name
,
787 struct ip_service
*ip_list
);
788 bool namecache_fetch(const char *name
,
790 struct ip_service
**ip_list
,
792 bool namecache_delete(const char *name
, int name_type
);
793 void namecache_flush(void);
794 bool namecache_status_store(const char *keyname
, int keyname_type
,
795 int name_type
, const struct sockaddr_storage
*keyip
,
796 const char *srvname
);
797 bool namecache_status_fetch(const char *keyname
,
800 const struct sockaddr_storage
*keyip
,
803 /* The following definitions come from libsmb/namequery.c */
805 bool saf_store( const char *domain
, const char *servername
);
806 bool saf_join_store( const char *domain
, const char *servername
);
807 bool saf_delete( const char *domain
);
808 char *saf_fetch(TALLOC_CTX
*mem_ctx
, const char *domain
);
809 struct tevent_req
*node_status_query_send(TALLOC_CTX
*mem_ctx
,
810 struct tevent_context
*ev
,
811 struct nmb_name
*name
,
812 const struct sockaddr_storage
*addr
);
813 NTSTATUS
node_status_query_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
814 struct node_status
**pnode_status
,
816 struct node_status_extra
*extra
);
817 NTSTATUS
node_status_query(TALLOC_CTX
*mem_ctx
, struct nmb_name
*name
,
818 const struct sockaddr_storage
*addr
,
819 struct node_status
**pnode_status
,
821 struct node_status_extra
*extra
);
822 bool name_status_find(const char *q_name
,
825 const struct sockaddr_storage
*to_ss
,
827 int ip_service_compare(struct ip_service
*ss1
, struct ip_service
*ss2
);
828 int remove_duplicate_addrs2(struct ip_service
*iplist
, int count
);
829 struct tevent_req
*name_query_send(TALLOC_CTX
*mem_ctx
,
830 struct tevent_context
*ev
,
831 const char *name
, int name_type
,
832 bool bcast
, bool recurse
,
833 const struct sockaddr_storage
*addr
);
834 NTSTATUS
name_query_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
835 struct sockaddr_storage
**addrs
, int *num_addrs
,
837 NTSTATUS
name_query(const char *name
, int name_type
,
838 bool bcast
, bool recurse
,
839 const struct sockaddr_storage
*to_ss
,
841 struct sockaddr_storage
**addrs
,
842 int *num_addrs
, uint8_t *flags
);
843 struct tevent_req
*name_resolve_bcast_send(TALLOC_CTX
*mem_ctx
,
844 struct tevent_context
*ev
,
847 NTSTATUS
name_resolve_bcast_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
848 struct sockaddr_storage
**addrs
,
850 NTSTATUS
name_resolve_bcast(const char *name
,
853 struct sockaddr_storage
**return_iplist
,
855 struct tevent_req
*resolve_wins_send(TALLOC_CTX
*mem_ctx
,
856 struct tevent_context
*ev
,
859 NTSTATUS
resolve_wins_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
860 struct sockaddr_storage
**addrs
,
861 int *num_addrs
, uint8_t *flags
);
862 NTSTATUS
resolve_wins(const char *name
,
865 struct sockaddr_storage
**return_iplist
,
867 NTSTATUS
internal_resolve_name(const char *name
,
869 const char *sitename
,
870 struct ip_service
**return_iplist
,
872 const char **resolve_order
);
873 bool resolve_name(const char *name
,
874 struct sockaddr_storage
*return_ss
,
877 NTSTATUS
resolve_name_list(TALLOC_CTX
*ctx
,
880 struct sockaddr_storage
**return_ss_arr
,
881 unsigned int *p_num_entries
);
882 bool find_master_ip(const char *group
, struct sockaddr_storage
*master_ss
);
883 bool get_pdc_ip(const char *domain
, struct sockaddr_storage
*pss
);
884 NTSTATUS
get_sorted_dc_list( const char *domain
,
885 const char *sitename
,
886 struct ip_service
**ip_list
,
889 NTSTATUS
get_kdc_list( const char *realm
,
890 const char *sitename
,
891 struct ip_service
**ip_list
,
894 /* The following definitions come from libsmb/namequery_dc.c */
896 bool get_dc_name(const char *domain
,
899 struct sockaddr_storage
*ss_out
);
901 /* The following definitions come from libsmb/ntlmssp.c */
902 struct ntlmssp_state
;
903 NTSTATUS
ntlmssp_set_username(struct ntlmssp_state
*ntlmssp_state
, const char *user
) ;
904 NTSTATUS
ntlmssp_set_password(struct ntlmssp_state
*ntlmssp_state
, const char *password
) ;
905 NTSTATUS
ntlmssp_set_password_hash(struct ntlmssp_state
*ntlmssp_state
,
907 NTSTATUS
ntlmssp_set_domain(struct ntlmssp_state
*ntlmssp_state
, const char *domain
) ;
908 void ntlmssp_want_feature_list(struct ntlmssp_state
*ntlmssp_state
, char *feature_list
);
909 void ntlmssp_want_feature(struct ntlmssp_state
*ntlmssp_state
, uint32_t feature
);
910 NTSTATUS
ntlmssp_update(struct ntlmssp_state
*ntlmssp_state
,
911 const DATA_BLOB in
, DATA_BLOB
*out
) ;
912 bool ntlmssp_is_anonymous(struct ntlmssp_state
*ntlmssp_state
);
913 NTSTATUS
ntlmssp_server_start(TALLOC_CTX
*mem_ctx
,
915 const char *netbios_name
,
916 const char *netbios_domain
,
917 const char *dns_name
,
918 const char *dns_domain
,
919 struct ntlmssp_state
**ntlmssp_state
);
920 NTSTATUS
ntlmssp_client_start(TALLOC_CTX
*mem_ctx
,
921 const char *netbios_name
,
922 const char *netbios_domain
,
924 struct ntlmssp_state
**_ntlmssp_state
);
926 /* The following definitions come from libsmb/passchange.c */
928 NTSTATUS
remote_password_change(const char *remote_machine
, const char *user_name
,
929 const char *old_passwd
, const char *new_passwd
,
932 /* The following definitions come from libsmb/samlogon_cache.c */
934 bool netsamlogon_cache_init(void);
935 bool netsamlogon_cache_shutdown(void);
936 void netsamlogon_clear_cached_user(const struct dom_sid
*user_sid
);
937 bool netsamlogon_cache_store(const char *username
, struct netr_SamInfo3
*info3
);
938 struct netr_SamInfo3
*netsamlogon_cache_get(TALLOC_CTX
*mem_ctx
, const struct dom_sid
*user_sid
);
939 bool netsamlogon_cache_have(const struct dom_sid
*user_sid
);
941 /* The following definitions come from libsmb/smberr.c */
943 const char *smb_dos_err_name(uint8 e_class
, uint16 num
);
944 const char *get_dos_error_msg(WERROR result
);
945 const char *smb_dos_err_class(uint8 e_class
);
946 WERROR
map_werror_from_unix(int error
);
948 /* The following definitions come from libsmb/trustdom_cache.c */
950 bool trustdom_cache_enable(void);
951 bool trustdom_cache_shutdown(void);
952 bool trustdom_cache_store(const char *name
, const char *alt_name
,
953 const struct dom_sid
*sid
, time_t timeout
);
954 bool trustdom_cache_fetch(const char* name
, struct dom_sid
* sid
);
955 uint32
trustdom_cache_fetch_timestamp( void );
956 bool trustdom_cache_store_timestamp( uint32 t
, time_t timeout
);
957 void trustdom_cache_flush(void);
958 void update_trustdom_cache( void );
960 /* The following definitions come from libsmb/trusts_util.c */
962 struct netlogon_creds_cli_context
;
963 struct messaging_context
;
964 struct dcerpc_binding_handle
;
965 NTSTATUS
trust_pw_change(struct netlogon_creds_cli_context
*context
,
966 struct messaging_context
*msg_ctx
,
967 struct dcerpc_binding_handle
*b
,
971 /* The following definitions come from param/loadparm.c */
973 #include "source3/param/param_proto.h"
975 char *lp_servicename(TALLOC_CTX
*ctx
, int);
976 const char *lp_const_servicename(int);
977 bool lp_autoloaded(int);
978 const char *lp_dnsdomain(void);
979 int lp_winbind_max_domain_connections(void);
980 bool lp_idmap_range(const char *domain_name
, uint32_t *low
, uint32_t *high
);
981 bool lp_idmap_default_range(uint32_t *low
, uint32_t *high
);
982 const char *lp_idmap_backend(const char *domain_name
);
983 const char *lp_idmap_default_backend (void);
984 int lp_security(void);
985 int lp_client_max_protocol(void);
986 int lp_winbindd_max_protocol(void);
987 int lp_smb2_max_credits(void);
988 int lp_cups_encrypt(void);
989 bool lp_widelinks(int );
991 char *lp_parm_talloc_string(TALLOC_CTX
*ctx
, int snum
, const char *type
, const char *option
, const char *def
);
992 const char *lp_parm_const_string(int snum
, const char *type
, const char *option
, const char *def
);
993 struct loadparm_service
;
994 const char *lp_parm_const_string_service(struct loadparm_service
*service
, const char *type
,
995 const char *option
, const char *def
);
996 const char **lp_parm_string_list(int snum
, const char *type
, const char *option
, const char **def
);
997 int lp_parm_int(int snum
, const char *type
, const char *option
, int def
);
998 unsigned long lp_parm_ulong(int snum
, const char *type
, const char *option
, unsigned long def
);
999 bool lp_parm_bool(int snum
, const char *type
, const char *option
, bool def
);
1001 int lp_parm_enum(int snum
, const char *type
, const char *option
,
1002 const struct enum_list
*_enum
, int def
);
1003 char *canonicalize_servicename(TALLOC_CTX
*ctx
, const char *src
);
1004 bool lp_add_home(const char *pszHomename
, int iDefaultService
,
1005 const char *user
, const char *pszHomedir
);
1006 int lp_add_service(const char *pszService
, int iDefaultService
);
1007 bool lp_add_printer(const char *pszPrintername
, int iDefaultService
);
1008 bool lp_parameter_is_valid(const char *pszParmName
);
1009 bool lp_parameter_is_global(const char *pszParmName
);
1010 bool lp_parameter_is_canonical(const char *parm_name
);
1011 bool lp_canonicalize_parameter(const char *parm_name
, const char **canon_parm
,
1013 bool lp_canonicalize_parameter_with_value(const char *parm_name
,
1015 const char **canon_parm
,
1016 const char **canon_val
);
1017 void show_parameter_list(void);
1018 bool lp_invert_boolean(const char *str
, const char **inverse_str
);
1019 bool lp_canonicalize_boolean(const char *str
, const char**canon_str
);
1020 bool process_registry_service(const char *service_name
);
1021 bool process_registry_shares(void);
1022 bool lp_config_backend_is_registry(void);
1023 bool lp_config_backend_is_file(void);
1024 bool lp_file_list_changed(void);
1025 const char *lp_ldap_machine_suffix(TALLOC_CTX
*ctx
);
1026 const char *lp_ldap_user_suffix(TALLOC_CTX
*ctx
);
1027 const char *lp_ldap_group_suffix(TALLOC_CTX
*ctx
);
1028 const char *lp_ldap_idmap_suffix(TALLOC_CTX
*ctx
);
1030 /* Return a pointer to a service by name. */
1031 struct loadparm_service
*lp_service(const char *pszServiceName
);
1032 struct loadparm_service
*lp_servicebynum(int snum
);
1033 struct loadparm_service
*lp_default_loadparm_service(void);
1034 void *lp_parm_ptr(struct loadparm_service
*service
, struct parm_struct
*parm
);
1035 void *lp_local_ptr_by_snum(int snum
, struct parm_struct
*parm
);
1036 bool lp_do_parameter(int snum
, const char *pszParmName
, const char *pszParmValue
);
1037 bool lp_set_cmdline(const char *pszParmName
, const char *pszParmValue
);
1038 bool dump_a_parameter(int snum
, char *parm_name
, FILE * f
, bool isGlobal
);
1039 bool lp_snum_ok(int iService
);
1040 void lp_add_one_printer(const char *name
, const char *comment
,
1041 const char *location
, void *pdata
);
1042 bool lp_loaded(void);
1043 void lp_killunused(struct smbd_server_connection
*sconn
,
1044 bool (*snumused
) (struct smbd_server_connection
*, int));
1045 void lp_kill_all_services(void);
1046 void lp_killservice(int iServiceIn
);
1047 const char* server_role_str(uint32 role
);
1048 enum usershare_err
parse_usershare_file(TALLOC_CTX
*ctx
,
1049 SMB_STRUCT_STAT
*psbuf
,
1050 const char *servicename
,
1054 char **pp_sharepath
,
1056 char **pp_cp_share_name
,
1057 struct security_descriptor
**ppsd
,
1058 bool *pallow_guest
);
1059 int load_usershare_service(const char *servicename
);
1060 int load_usershare_shares(struct smbd_server_connection
*sconn
,
1061 bool (*snumused
) (struct smbd_server_connection
*, int));
1062 void gfree_loadparm(void);
1063 bool lp_load(const char *pszFname
,
1067 bool initialize_globals
);
1068 bool lp_load_initial_only(const char *pszFname
);
1069 bool lp_load_global(const char *file_name
);
1070 bool lp_load_client(const char *file_name
);
1071 bool lp_load_global_no_reinit(const char *file_name
);
1072 bool lp_load_client_no_reinit(const char *file_name
);
1073 bool lp_load_with_registry_shares(const char *pszFname
,
1077 bool initialize_globals
);
1078 int lp_numservices(void);
1079 void lp_dump(FILE *f
, bool show_defaults
, int maxtoprint
);
1080 void lp_dump_one(FILE * f
, bool show_defaults
, int snum
);
1081 int lp_servicenumber(const char *pszServiceName
);
1082 const char *volume_label(TALLOC_CTX
*ctx
, int snum
);
1083 bool lp_domain_master(void);
1084 bool lp_preferred_master(void);
1085 void lp_remove_service(int snum
);
1086 void lp_copy_service(int snum
, const char *new_name
);
1087 int lp_default_server_announce(void);
1088 const char *lp_printername(TALLOC_CTX
*ctx
, int snum
);
1089 void lp_set_logfile(const char *name
);
1090 int lp_maxprintjobs(int snum
);
1091 const char *lp_printcapname(void);
1092 bool lp_disable_spoolss( void );
1093 void lp_set_spoolss_state( uint32 state
);
1094 uint32
lp_get_spoolss_state( void );
1095 struct smb_signing_state
;
1096 bool lp_use_sendfile(int snum
, struct smb_signing_state
*signing_state
);
1097 void set_use_sendfile(int snum
, bool val
);
1098 void set_store_dos_attributes(int snum
, bool val
);
1099 void lp_set_mangling_method(const char *new_method
);
1100 bool lp_posix_pathnames(void);
1101 void lp_set_posix_pathnames(void);
1102 enum brl_flavour
lp_posix_cifsu_locktype(files_struct
*fsp
);
1103 void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val
);
1104 int lp_min_receive_file_size(void);
1105 char* lp_perfcount_module(TALLOC_CTX
*ctx
);
1106 void widelinks_warning(int snum
);
1107 const char *lp_ncalrpc_dir(void);
1108 void _lp_set_server_role(int server_role
);
1110 /* The following definitions come from param/loadparm_ctx.c */
1112 const struct loadparm_s3_helpers
*loadparm_s3_helpers(void);
1114 /* The following definitions come from param/loadparm_server_role.c */
1116 int lp_server_role(void);
1117 void set_server_role(void);
1119 /* The following definitions come from param/util.c */
1121 uint32
get_int_param( const char* param
);
1122 char* get_string_param( const char* param
);
1124 /* The following definitions come from lib/server_contexts.c */
1125 struct tevent_context
*server_event_context(void);
1126 void server_event_context_free(void);
1127 struct messaging_context
*server_messaging_context(void);
1128 void server_messaging_context_free(void);
1130 /* The following definitions come from lib/sessionid_tdb.c */
1132 NTSTATUS
sessionid_traverse_read(int (*fn
)(const char *key
,
1133 struct sessionid
*session
,
1134 void *private_data
),
1135 void *private_data
);
1137 /* The following definitions come from utils/passwd_util.c */
1139 char *stdin_new_passwd( void);
1140 char *get_pass( const char *prompt
, bool stdin_get
);
1142 /* The following definitions come from lib/avahi.c */
1144 struct AvahiPoll
*tevent_avahi_poll(TALLOC_CTX
*mem_ctx
,
1145 struct tevent_context
*ev
);
1147 /* The following definitions come from lib/fncall.c */
1149 struct fncall_context
*fncall_context_init(TALLOC_CTX
*mem_ctx
,
1151 struct tevent_req
*fncall_send(TALLOC_CTX
*mem_ctx
, struct tevent_context
*ev
,
1152 struct fncall_context
*ctx
,
1153 void (*fn
)(void *private_data
),
1154 void *private_data
);
1155 int fncall_recv(struct tevent_req
*req
, int *perr
);
1157 /* The following definitions come from libsmb/smbsock_connect.c */
1159 struct tevent_req
*smbsock_connect_send(TALLOC_CTX
*mem_ctx
,
1160 struct tevent_context
*ev
,
1161 const struct sockaddr_storage
*addr
,
1163 const char *called_name
,
1165 const char *calling_name
,
1167 NTSTATUS
smbsock_connect_recv(struct tevent_req
*req
, int *sock
,
1168 uint16_t *ret_port
);
1169 NTSTATUS
smbsock_connect(const struct sockaddr_storage
*addr
, uint16_t port
,
1170 const char *called_name
, int called_type
,
1171 const char *calling_name
, int calling_type
,
1172 int *pfd
, uint16_t *ret_port
, int sec_timeout
);
1174 struct tevent_req
*smbsock_any_connect_send(TALLOC_CTX
*mem_ctx
,
1175 struct tevent_context
*ev
,
1176 const struct sockaddr_storage
*addrs
,
1177 const char **called_names
,
1179 const char **calling_names
,
1181 size_t num_addrs
, uint16_t port
);
1182 NTSTATUS
smbsock_any_connect_recv(struct tevent_req
*req
, int *pfd
,
1183 size_t *chosen_index
, uint16_t *chosen_port
);
1184 NTSTATUS
smbsock_any_connect(const struct sockaddr_storage
*addrs
,
1185 const char **called_names
,
1187 const char **calling_names
,
1192 int *pfd
, size_t *chosen_index
,
1193 uint16_t *chosen_port
);
1195 /* The following definitions come from lib/util_wellknown.c */
1197 bool sid_check_is_wellknown_domain(const struct dom_sid
*sid
, const char **name
);
1198 bool sid_check_is_in_wellknown_domain(const struct dom_sid
*sid
);
1199 bool lookup_wellknown_sid(TALLOC_CTX
*mem_ctx
, const struct dom_sid
*sid
,
1200 const char **domain
, const char **name
);
1201 bool lookup_wellknown_name(TALLOC_CTX
*mem_ctx
, const char *name
,
1202 struct dom_sid
*sid
, const char **domain
);
1204 /* The following definitions come from lib/util_unixsids.c */
1206 bool sid_check_is_unix_users(const struct dom_sid
*sid
);
1207 bool sid_check_is_in_unix_users(const struct dom_sid
*sid
);
1208 void uid_to_unix_users_sid(uid_t uid
, struct dom_sid
*sid
);
1209 void gid_to_unix_groups_sid(gid_t gid
, struct dom_sid
*sid
);
1210 const char *unix_users_domain_name(void);
1211 bool lookup_unix_user_name(const char *name
, struct dom_sid
*sid
);
1212 bool sid_check_is_unix_groups(const struct dom_sid
*sid
);
1213 bool sid_check_is_in_unix_groups(const struct dom_sid
*sid
);
1214 const char *unix_groups_domain_name(void);
1215 bool lookup_unix_group_name(const char *name
, struct dom_sid
*sid
);
1217 /* The following definitions come from lib/filename_util.c */
1219 NTSTATUS
get_full_smb_filename(TALLOC_CTX
*ctx
, const struct smb_filename
*smb_fname
,
1221 struct smb_filename
*synthetic_smb_fname(TALLOC_CTX
*mem_ctx
,
1222 const char *base_name
,
1223 const char *stream_name
,
1224 const SMB_STRUCT_STAT
*psbuf
);
1225 struct smb_filename
*synthetic_smb_fname_split(TALLOC_CTX
*ctx
,
1227 const SMB_STRUCT_STAT
*psbuf
);
1228 const char *smb_fname_str_dbg(const struct smb_filename
*smb_fname
);
1229 const char *fsp_str_dbg(const struct files_struct
*fsp
);
1230 const char *fsp_fnum_dbg(const struct files_struct
*fsp
);
1231 struct smb_filename
*cp_smb_filename(TALLOC_CTX
*mem_ctx
,
1232 const struct smb_filename
*in
);
1233 bool is_ntfs_stream_smb_fname(const struct smb_filename
*smb_fname
);
1234 bool is_ntfs_default_stream_smb_fname(const struct smb_filename
*smb_fname
);
1235 bool is_invalid_windows_ea_name(const char *name
);
1236 bool ea_list_has_invalid_name(struct ea_list
*ea_list
);
1238 /* The following definitions come from lib/dummyroot.c */
1240 void become_root(void);
1241 void unbecome_root(void);
1243 /* The following definitions come from lib/smbd_shim.c */
1245 int find_service(TALLOC_CTX
*ctx
, const char *service_in
, char **p_service_out
);
1246 void cancel_pending_lock_requests_by_fid(files_struct
*fsp
,
1247 struct byte_range_lock
*br_lck
,
1248 enum file_close_type close_type
);
1249 void send_stat_cache_delete_message(struct messaging_context
*msg_ctx
,
1251 NTSTATUS
can_delete_directory_fsp(files_struct
*fsp
);
1252 bool change_to_root_user(void);
1253 bool become_authenticated_pipe_user(struct auth_session_info
*session_info
);
1254 bool unbecome_authenticated_pipe_user(void);
1256 void contend_level2_oplocks_begin(files_struct
*fsp
,
1257 enum level2_contention_type type
);
1258 void contend_level2_oplocks_end(files_struct
*fsp
,
1259 enum level2_contention_type type
);
1261 #endif /* _PROTO_H_ */