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/>.
27 /* The following definitions come from auth/auth.c */
29 NTSTATUS
smb_register_auth(int version
, const char *name
, auth_init_function init
);
30 bool load_auth_module(struct auth_context
*auth_context
,
31 const char *module
, auth_methods
**ret
) ;
32 NTSTATUS
make_auth_context_subsystem(struct auth_context
**auth_context
) ;
33 NTSTATUS
make_auth_context_fixed(struct auth_context
**auth_context
, uchar chal
[8]) ;
35 /* The following definitions come from auth/auth_builtin.c */
37 NTSTATUS
auth_builtin_init(void);
39 /* The following definitions come from auth/auth_compat.c */
41 NTSTATUS
check_plaintext_password(const char *smb_name
, DATA_BLOB plaintext_password
, auth_serversupplied_info
**server_info
);
42 bool password_ok(struct auth_context
*actx
, bool global_encrypted
,
43 const char *session_workgroup
,
44 const char *smb_name
, DATA_BLOB password_blob
);
46 /* The following definitions come from auth/auth_domain.c */
48 void attempt_machine_password_change(void);
49 NTSTATUS
auth_domain_init(void);
51 NTSTATUS
auth_netlogond_init(void);
53 /* The following definitions come from auth/auth_ntlmssp.c */
55 NTSTATUS
auth_ntlmssp_start(AUTH_NTLMSSP_STATE
**auth_ntlmssp_state
);
56 void auth_ntlmssp_end(AUTH_NTLMSSP_STATE
**auth_ntlmssp_state
);
57 NTSTATUS
auth_ntlmssp_update(AUTH_NTLMSSP_STATE
*auth_ntlmssp_state
,
58 const DATA_BLOB request
, DATA_BLOB
*reply
) ;
60 /* The following definitions come from auth/auth_sam.c */
62 NTSTATUS
auth_sam_init(void);
64 /* The following definitions come from auth/auth_server.c */
66 NTSTATUS
auth_server_init(void);
68 /* The following definitions come from auth/auth_unix.c */
70 NTSTATUS
auth_unix_init(void);
72 /* The following definitions come from auth/auth_util.c */
74 NTSTATUS
make_user_info_map(auth_usersupplied_info
**user_info
,
76 const char *client_domain
,
77 const char *wksta_name
,
78 DATA_BLOB
*lm_pwd
, DATA_BLOB
*nt_pwd
,
79 DATA_BLOB
*lm_interactive_pwd
, DATA_BLOB
*nt_interactive_pwd
,
82 bool make_user_info_netlogon_network(auth_usersupplied_info
**user_info
,
84 const char *client_domain
,
85 const char *wksta_name
,
86 uint32 logon_parameters
,
87 const uchar
*lm_network_pwd
,
89 const uchar
*nt_network_pwd
,
91 bool make_user_info_netlogon_interactive(auth_usersupplied_info
**user_info
,
93 const char *client_domain
,
94 const char *wksta_name
,
95 uint32 logon_parameters
,
97 const uchar lm_interactive_pwd
[16],
98 const uchar nt_interactive_pwd
[16],
99 const uchar
*dc_sess_key
);
100 bool make_user_info_for_reply(auth_usersupplied_info
**user_info
,
101 const char *smb_name
,
102 const char *client_domain
,
104 DATA_BLOB plaintext_password
);
105 NTSTATUS
make_user_info_for_reply_enc(auth_usersupplied_info
**user_info
,
106 const char *smb_name
,
107 const char *client_domain
,
108 DATA_BLOB lm_resp
, DATA_BLOB nt_resp
);
109 bool make_user_info_guest(auth_usersupplied_info
**user_info
) ;
110 NTSTATUS
make_server_info_sam(auth_serversupplied_info
**server_info
,
111 struct samu
*sampass
);
112 NTSTATUS
create_local_token(auth_serversupplied_info
*server_info
);
113 NTSTATUS
create_token_from_username(TALLOC_CTX
*mem_ctx
, const char *username
,
115 uid_t
*uid
, gid_t
*gid
,
116 char **found_username
,
117 struct nt_user_token
**token
);
118 bool user_in_group_sid(const char *username
, const DOM_SID
*group_sid
);
119 bool user_in_group(const char *username
, const char *groupname
);
120 NTSTATUS
make_server_info_pw(auth_serversupplied_info
**server_info
,
123 NTSTATUS
make_serverinfo_from_username(TALLOC_CTX
*mem_ctx
,
124 const char *username
,
126 struct auth_serversupplied_info
**presult
);
127 struct auth_serversupplied_info
*copy_serverinfo(TALLOC_CTX
*mem_ctx
,
128 const auth_serversupplied_info
*src
);
129 bool init_guest_info(void);
130 bool server_info_set_session_key(struct auth_serversupplied_info
*info
,
131 DATA_BLOB session_key
);
132 NTSTATUS
make_server_info_guest(TALLOC_CTX
*mem_ctx
,
133 auth_serversupplied_info
**server_info
);
134 bool copy_current_user(struct current_user
*dst
, struct current_user
*src
);
135 struct passwd
*smb_getpwnam( TALLOC_CTX
*mem_ctx
, char *domuser
,
136 fstring save_username
, bool create
);
137 NTSTATUS
make_server_info_info3(TALLOC_CTX
*mem_ctx
,
138 const char *sent_nt_username
,
140 auth_serversupplied_info
**server_info
,
141 struct netr_SamInfo3
*info3
);
142 NTSTATUS
make_server_info_wbcAuthUserInfo(TALLOC_CTX
*mem_ctx
,
143 const char *sent_nt_username
,
145 const struct wbcAuthUserInfo
*info
,
146 auth_serversupplied_info
**server_info
);
147 void free_user_info(auth_usersupplied_info
**user_info
);
148 bool make_auth_methods(struct auth_context
*auth_context
, auth_methods
**auth_method
) ;
149 bool is_trusted_domain(const char* dom_name
);
151 /* The following definitions come from auth/auth_winbind.c */
153 NTSTATUS
auth_winbind_init(void);
155 /* The following definitions come from auth/auth_wbc.c */
157 NTSTATUS
auth_wbc_init(void);
159 /* The following definitions come from auth/pampass.c */
161 bool smb_pam_claim_session(char *user
, char *tty
, char *rhost
);
162 bool smb_pam_close_session(char *user
, char *tty
, char *rhost
);
163 NTSTATUS
smb_pam_accountcheck(const char * user
);
164 NTSTATUS
smb_pam_passcheck(const char * user
, const char * password
);
165 bool smb_pam_passchange(const char * user
, const char * oldpassword
, const char * newpassword
);
166 NTSTATUS
smb_pam_accountcheck(const char * user
);
167 bool smb_pam_claim_session(char *user
, char *tty
, char *rhost
);
168 bool smb_pam_close_session(char *in_user
, char *tty
, char *rhost
);
170 /* The following definitions come from auth/pass_check.c */
172 void dfs_unlogin(void);
173 NTSTATUS
pass_check(const struct passwd
*pass
, const char *user
, const char *password
,
174 int pwlen
, bool (*fn
) (const char *, const char *), bool run_cracker
);
176 /* The following definitions come from auth/token_util.c */
178 bool nt_token_check_sid ( const DOM_SID
*sid
, const NT_USER_TOKEN
*token
);
179 bool nt_token_check_domain_rid( NT_USER_TOKEN
*token
, uint32 rid
);
180 NT_USER_TOKEN
*get_root_nt_token( void );
181 NTSTATUS
add_aliases(const DOM_SID
*domain_sid
,
182 struct nt_user_token
*token
);
183 NTSTATUS
create_builtin_users(const DOM_SID
*sid
);
184 NTSTATUS
create_builtin_administrators(const DOM_SID
*sid
);
185 struct nt_user_token
*create_local_nt_token(TALLOC_CTX
*mem_ctx
,
186 const DOM_SID
*user_sid
,
189 const DOM_SID
*groupsids
);
190 void debug_nt_user_token(int dbg_class
, int dbg_lev
, NT_USER_TOKEN
*token
);
191 void debug_unix_user_token(int dbg_class
, int dbg_lev
, uid_t uid
, gid_t gid
,
192 int n_groups
, gid_t
*groups
);
194 /* The following definitions come from groupdb/mapping.c */
196 NTSTATUS
add_initial_entry(gid_t gid
, const char *sid
, enum lsa_SidType sid_name_use
, const char *nt_name
, const char *comment
);
197 bool get_domain_group_from_sid(DOM_SID sid
, GROUP_MAP
*map
);
198 int smb_create_group(const char *unix_group
, gid_t
*new_gid
);
199 int smb_delete_group(const char *unix_group
);
200 int smb_set_primary_group(const char *unix_group
, const char* unix_user
);
201 int smb_add_user_group(const char *unix_group
, const char *unix_user
);
202 int smb_delete_user_group(const char *unix_group
, const char *unix_user
);
203 NTSTATUS
pdb_default_getgrsid(struct pdb_methods
*methods
, GROUP_MAP
*map
,
205 NTSTATUS
pdb_default_getgrgid(struct pdb_methods
*methods
, GROUP_MAP
*map
,
207 NTSTATUS
pdb_default_getgrnam(struct pdb_methods
*methods
, GROUP_MAP
*map
,
209 NTSTATUS
pdb_default_add_group_mapping_entry(struct pdb_methods
*methods
,
211 NTSTATUS
pdb_default_update_group_mapping_entry(struct pdb_methods
*methods
,
213 NTSTATUS
pdb_default_delete_group_mapping_entry(struct pdb_methods
*methods
,
215 NTSTATUS
pdb_default_enum_group_mapping(struct pdb_methods
*methods
,
216 const DOM_SID
*sid
, enum lsa_SidType sid_name_use
,
217 GROUP_MAP
**pp_rmap
, size_t *p_num_entries
,
219 NTSTATUS
pdb_default_create_alias(struct pdb_methods
*methods
,
220 const char *name
, uint32
*rid
);
221 NTSTATUS
pdb_default_delete_alias(struct pdb_methods
*methods
,
223 NTSTATUS
pdb_default_get_aliasinfo(struct pdb_methods
*methods
,
225 struct acct_info
*info
);
226 NTSTATUS
pdb_default_set_aliasinfo(struct pdb_methods
*methods
,
228 struct acct_info
*info
);
229 NTSTATUS
pdb_default_add_aliasmem(struct pdb_methods
*methods
,
230 const DOM_SID
*alias
, const DOM_SID
*member
);
231 NTSTATUS
pdb_default_del_aliasmem(struct pdb_methods
*methods
,
232 const DOM_SID
*alias
, const DOM_SID
*member
);
233 NTSTATUS
pdb_default_enum_aliasmem(struct pdb_methods
*methods
,
234 const DOM_SID
*alias
, TALLOC_CTX
*mem_ctx
,
235 DOM_SID
**pp_members
,
236 size_t *p_num_members
);
237 NTSTATUS
pdb_default_alias_memberships(struct pdb_methods
*methods
,
239 const DOM_SID
*domain_sid
,
240 const DOM_SID
*members
,
242 uint32
**pp_alias_rids
,
243 size_t *p_num_alias_rids
);
244 NTSTATUS
pdb_nop_getgrsid(struct pdb_methods
*methods
, GROUP_MAP
*map
,
246 NTSTATUS
pdb_nop_getgrgid(struct pdb_methods
*methods
, GROUP_MAP
*map
,
248 NTSTATUS
pdb_nop_getgrnam(struct pdb_methods
*methods
, GROUP_MAP
*map
,
250 NTSTATUS
pdb_nop_add_group_mapping_entry(struct pdb_methods
*methods
,
252 NTSTATUS
pdb_nop_update_group_mapping_entry(struct pdb_methods
*methods
,
254 NTSTATUS
pdb_nop_delete_group_mapping_entry(struct pdb_methods
*methods
,
256 NTSTATUS
pdb_nop_enum_group_mapping(struct pdb_methods
*methods
,
257 enum lsa_SidType sid_name_use
,
258 GROUP_MAP
**rmap
, size_t *num_entries
,
260 bool pdb_get_dom_grp_info(const DOM_SID
*sid
, struct acct_info
*info
);
261 bool pdb_set_dom_grp_info(const DOM_SID
*sid
, const struct acct_info
*info
);
262 NTSTATUS
pdb_create_builtin_alias(uint32 rid
);
264 /* The following definitions come from groupdb/mapping_ldb.c */
266 const struct mapping_backend
*groupdb_ldb_init(void);
268 /* The following definitions come from groupdb/mapping_tdb.c */
270 const struct mapping_backend
*groupdb_tdb_init(void);
272 /* The following definitions come from intl/lang_tdb.c */
274 bool lang_tdb_init(const char *lang
);
275 const char *lang_msg(const char *msgid
);
276 void lang_msg_free(const char *msgstr
);
277 char *lang_tdb_current(void);
279 /* The following definitions come from lib/access.c */
281 bool client_match(const char *tok
, const void *item
);
282 bool list_match(const char **list
,const void *item
,
283 bool (*match_fn
)(const char *, const void *));
284 bool allow_access(const char **deny_list
,
285 const char **allow_list
,
288 bool check_access(int sock
, const char **allow_list
, const char **deny_list
);
290 /* The following definitions come from lib/account_pol.c */
292 void account_policy_names_list(const char ***names
, int *num_names
);
293 const char *decode_account_policy_name(int field
);
294 const char *get_account_policy_attr(int field
);
295 const char *account_policy_get_desc(int field
);
296 int account_policy_name_to_fieldnum(const char *name
);
297 bool account_policy_get_default(int account_policy
, uint32
*val
);
298 bool init_account_policy(void);
299 bool account_policy_get(int field
, uint32
*value
);
300 bool account_policy_set(int field
, uint32 value
);
301 bool cache_account_policy_set(int field
, uint32 value
);
302 bool cache_account_policy_get(int field
, uint32
*value
);
303 struct db_context
*get_account_pol_db( void );
305 /* The following definitions come from lib/adt_tree.c */
308 /* The following definitions come from lib/afs.c */
310 char *afs_createtoken_str(const char *username
, const char *cell
);
311 bool afs_login(connection_struct
*conn
);
312 bool afs_login(connection_struct
*conn
);
313 char *afs_createtoken_str(const char *username
, const char *cell
);
315 /* The following definitions come from lib/afs_settoken.c */
317 int afs_syscall( int subcall
,
322 bool afs_settoken_str(const char *token_string
);
323 bool afs_settoken_str(const char *token_string
);
325 /* The following definitions come from lib/audit.c */
327 const char *audit_category_str(uint32 category
);
328 const char *audit_param_str(uint32 category
);
329 const char *audit_description_str(uint32 category
);
330 bool get_audit_category_from_param(const char *param
, uint32
*audit_category
);
331 const char *audit_policy_str(TALLOC_CTX
*mem_ctx
, uint32 policy
);
333 /* The following definitions come from lib/bitmap.c */
335 struct bitmap
*bitmap_allocate(int n
);
336 void bitmap_free(struct bitmap
*bm
);
337 struct bitmap
*bitmap_talloc(TALLOC_CTX
*mem_ctx
, int n
);
338 int bitmap_copy(struct bitmap
* const dst
, const struct bitmap
* const src
);
339 bool bitmap_set(struct bitmap
*bm
, unsigned i
);
340 bool bitmap_clear(struct bitmap
*bm
, unsigned i
);
341 bool bitmap_query(struct bitmap
*bm
, unsigned i
);
342 int bitmap_find(struct bitmap
*bm
, unsigned ofs
);
344 /* The following definitions come from lib/charcnv.c */
346 NTSTATUS
smb_register_charset(struct charset_functions
*funcs
);
347 char lp_failed_convert_char(void);
348 void lazy_initialize_conv(void);
349 void gfree_charcnv(void);
350 void init_iconv(void);
351 size_t convert_string(charset_t from
, charset_t to
,
352 void const *src
, size_t srclen
,
353 void *dest
, size_t destlen
, bool allow_bad_conv
);
354 size_t unix_strupper(const char *src
, size_t srclen
, char *dest
, size_t destlen
);
355 char *talloc_strdup_upper(TALLOC_CTX
*ctx
, const char *s
);
356 char *strupper_talloc(TALLOC_CTX
*ctx
, const char *s
);
357 size_t unix_strlower(const char *src
, size_t srclen
, char *dest
, size_t destlen
);
358 char *talloc_strdup_lower(TALLOC_CTX
*ctx
, const char *s
);
359 char *strlower_talloc(TALLOC_CTX
*ctx
, const char *s
);
360 size_t ucs2_align(const void *base_ptr
, const void *p
, int flags
);
361 size_t push_ascii(void *dest
, const char *src
, size_t dest_len
, int flags
);
362 size_t push_ascii_fstring(void *dest
, const char *src
);
363 size_t push_ascii_nstring(void *dest
, const char *src
);
364 size_t pull_ascii(char *dest
, const void *src
, size_t dest_len
, size_t src_len
, int flags
);
365 size_t pull_ascii_fstring(char *dest
, const void *src
);
366 size_t pull_ascii_nstring(char *dest
, size_t dest_len
, const void *src
);
367 size_t push_ucs2(const void *base_ptr
, void *dest
, const char *src
, size_t dest_len
, int flags
);
368 size_t push_utf8_fstring(void *dest
, const char *src
);
369 bool push_utf8_talloc(TALLOC_CTX
*ctx
, char **dest
, const char *src
,
370 size_t *converted_size
);
371 size_t pull_ucs2(const void *base_ptr
, char *dest
, const void *src
, size_t dest_len
, size_t src_len
, int flags
);
372 size_t pull_ucs2_base_talloc(TALLOC_CTX
*ctx
,
373 const void *base_ptr
,
378 size_t pull_ucs2_fstring(char *dest
, const void *src
);
379 bool push_ucs2_talloc(TALLOC_CTX
*ctx
, smb_ucs2_t
**dest
, const char *src
,
380 size_t *converted_size
);
381 bool pull_utf8_talloc(TALLOC_CTX
*ctx
, char **dest
, const char *src
,
382 size_t *converted_size
);
383 bool pull_ucs2_talloc(TALLOC_CTX
*ctx
, char **dest
, const smb_ucs2_t
*src
,
384 size_t *converted_size
);
385 bool pull_ascii_talloc(TALLOC_CTX
*ctx
, char **dest
, const char *src
,
386 size_t *converted_size
);
387 size_t push_string_check_fn(const char *function
, unsigned int line
,
388 void *dest
, const char *src
,
389 size_t dest_len
, int flags
);
390 size_t push_string_base(const char *function
, unsigned int line
,
391 const char *base
, uint16 flags2
,
392 void *dest
, const char *src
,
393 size_t dest_len
, int flags
);
394 size_t pull_string_fn(const char *function
,
396 const void *base_ptr
,
403 size_t pull_string_talloc_fn(const char *function
,
406 const void *base_ptr
,
412 size_t align_string(const void *base_ptr
, const char *p
, int flags
);
413 codepoint_t
next_codepoint(const char *str
, size_t *size
);
415 /* The following definitions come from lib/clobber.c */
417 void clobber_region(const char *fn
, unsigned int line
, char *dest
, size_t len
);
419 /* The following definitions come from lib/conn_tdb.c */
421 struct db_record
*connections_fetch_record(TALLOC_CTX
*mem_ctx
,
423 struct db_record
*connections_fetch_entry(TALLOC_CTX
*mem_ctx
,
424 connection_struct
*conn
,
426 int connections_traverse(int (*fn
)(struct db_record
*rec
,
429 int connections_forall(int (*fn
)(struct db_record
*rec
,
430 const struct connections_key
*key
,
431 const struct connections_data
*data
,
434 bool connections_init(bool rw
);
436 /* The following definitions come from lib/dbwrap_util.c */
438 int32_t dbwrap_fetch_int32(struct db_context
*db
, const char *keystr
);
439 int dbwrap_store_int32(struct db_context
*db
, const char *keystr
, int32_t v
);
440 bool dbwrap_fetch_uint32(struct db_context
*db
, const char *keystr
,
442 int dbwrap_store_uint32(struct db_context
*db
, const char *keystr
, uint32_t v
);
443 uint32_t dbwrap_change_uint32_atomic(struct db_context
*db
, const char *keystr
,
444 uint32_t *oldval
, uint32_t change_val
);
445 int32
dbwrap_change_int32_atomic(struct db_context
*db
, const char *keystr
,
446 int32
*oldval
, int32 change_val
);
447 NTSTATUS
dbwrap_trans_store(struct db_context
*db
, TDB_DATA key
, TDB_DATA dbuf
,
449 NTSTATUS
dbwrap_trans_delete(struct db_context
*db
, TDB_DATA key
);
450 NTSTATUS
dbwrap_trans_store_int32(struct db_context
*db
, const char *keystr
,
452 NTSTATUS
dbwrap_trans_store_uint32(struct db_context
*db
, const char *keystr
,
454 NTSTATUS
dbwrap_trans_store_bystring(struct db_context
*db
, const char *key
,
455 TDB_DATA data
, int flags
);
456 NTSTATUS
dbwrap_trans_delete_bystring(struct db_context
*db
, const char *key
);
458 /* The following definitions come from lib/debug.c */
460 void gfree_debugsyms(void);
461 const char *debug_classname_from_index(int ndx
);
462 int debug_add_class(const char *classname
);
463 int debug_lookup_classname(const char *classname
);
464 bool debug_parse_levels(const char *params_str
);
465 void debug_message(struct messaging_context
*msg_ctx
, void *private_data
, uint32_t msg_type
, struct server_id src
, DATA_BLOB
*data
);
466 void debug_init(void);
467 void debug_register_msgs(struct messaging_context
*msg_ctx
);
468 void setup_logging(const char *pname
, bool interactive
);
469 void debug_set_logfile(const char *name
);
470 bool reopen_logs( void );
471 void force_check_log_size( void );
472 bool need_to_check_log_size( void );
473 void check_log_size( void );
474 void dbgflush( void );
475 bool dbghdrclass(int level
, int cls
, const char *location
, const char *func
);
476 bool dbghdr(int level
, const char *location
, const char *func
);
477 TALLOC_CTX
*debug_ctx(void);
479 /* The following definitions come from lib/display_sec.c */
481 char *get_sec_mask_str(TALLOC_CTX
*ctx
, uint32 type
);
482 void display_sec_access(uint32_t *info
);
483 void display_sec_ace_flags(uint8_t flags
);
484 void display_sec_ace(SEC_ACE
*ace
);
485 void display_sec_acl(SEC_ACL
*sec_acl
);
486 void display_acl_type(uint16 type
);
487 void display_sec_desc(SEC_DESC
*sec
);
489 /* The following definitions come from lib/dmallocmsg.c */
491 void register_dmalloc_msgs(struct messaging_context
*msg_ctx
);
493 /* The following definitions come from lib/dprintf.c */
495 void display_set_stderr(void);
497 /* The following definitions come from lib/errmap_unix.c */
499 NTSTATUS
map_nt_error_from_unix(int unix_error
);
500 int map_errno_from_nt_status(NTSTATUS status
);
502 /* The following definitions come from lib/fault.c */
503 void fault_setup(void (*fn
)(void *));
504 void dump_core_setup(const char *progname
);
506 /* The following definitions come from lib/file_id.c */
508 struct file_id
vfs_file_id_from_sbuf(connection_struct
*conn
, const SMB_STRUCT_STAT
*sbuf
);
509 bool file_id_equal(const struct file_id
*id1
, const struct file_id
*id2
);
510 const char *file_id_string_tos(const struct file_id
*id
);
511 void push_file_id_16(char *buf
, const struct file_id
*id
);
512 void push_file_id_24(char *buf
, const struct file_id
*id
);
513 void pull_file_id_24(char *buf
, struct file_id
*id
);
515 /* The following definitions come from lib/gencache.c */
517 bool gencache_init(void);
518 bool gencache_shutdown(void);
519 bool gencache_set(const char *keystr
, const char *value
, time_t timeout
);
520 bool gencache_del(const char *keystr
);
521 bool gencache_get(const char *keystr
, char **valstr
, time_t *timeout
);
522 bool gencache_get_data_blob(const char *keystr
, DATA_BLOB
*blob
, bool *expired
);
523 bool gencache_set_data_blob(const char *keystr
, const DATA_BLOB
*blob
, time_t timeout
);
524 void gencache_iterate(void (*fn
)(const char* key
, const char *value
, time_t timeout
, void* dptr
),
525 void* data
, const char* keystr_pattern
);
526 int gencache_lock_entry( const char *key
);
527 void gencache_unlock_entry( const char *key
);
529 /* The following definitions come from lib/interface.c */
531 bool ismyaddr(const struct sockaddr
*ip
);
532 bool ismyip_v4(struct in_addr ip
);
533 bool is_local_net(const struct sockaddr
*from
);
534 void setup_linklocal_scope_id(struct sockaddr
*pss
);
535 bool is_local_net_v4(struct in_addr from
);
536 int iface_count(void);
537 int iface_count_v4_nl(void);
538 const struct in_addr
*first_ipv4_iface(void);
539 struct interface
*get_interface(int n
);
540 const struct sockaddr_storage
*iface_n_sockaddr_storage(int n
);
541 const struct in_addr
*iface_n_ip_v4(int n
);
542 const struct in_addr
*iface_n_bcast_v4(int n
);
543 const struct sockaddr_storage
*iface_n_bcast(int n
);
544 const struct sockaddr_storage
*iface_ip(const struct sockaddr
*ip
);
545 bool iface_local(const struct sockaddr
*ip
);
546 void load_interfaces(void);
547 void gfree_interfaces(void);
548 bool interfaces_changed(void);
550 /* The following definitions come from lib/ldap_debug_handler.c */
552 void init_ldap_debugging(void);
554 /* The following definitions come from lib/ldap_escape.c */
556 char *escape_ldap_string_alloc(const char *s
);
557 char *escape_rdn_val_string_alloc(const char *s
);
559 /* The following definitions come from lib/module.c */
561 NTSTATUS
smb_load_module(const char *module_name
);
562 int smb_load_modules(const char **modules
);
563 NTSTATUS
smb_probe_module(const char *subsystem
, const char *module
);
564 NTSTATUS
smb_load_module(const char *module_name
);
565 int smb_load_modules(const char **modules
);
566 NTSTATUS
smb_probe_module(const char *subsystem
, const char *module
);
567 void init_modules(void);
569 /* The following definitions come from lib/ms_fnmatch.c */
571 int ms_fnmatch(const char *pattern
, const char *string
, bool translate_pattern
,
572 bool is_case_sensitive
);
573 int gen_fnmatch(const char *pattern
, const char *string
);
575 /* The following definitions come from lib/pam_errors.c */
577 NTSTATUS
pam_to_nt_status(int pam_error
);
578 int nt_status_to_pam(NTSTATUS nt_status
);
579 NTSTATUS
pam_to_nt_status(int pam_error
);
580 int nt_status_to_pam(NTSTATUS nt_status
);
582 /* The following definitions come from lib/pidfile.c */
584 pid_t
pidfile_pid(const char *name
);
585 void pidfile_create(const char *program_name
);
586 void pidfile_unlink(void);
588 /* The following definitions come from lib/popt_common.c */
590 void popt_common_set_auth_info(struct user_auth_info
*auth_info
);
592 /* The following definitions come from lib/privileges.c */
594 bool get_privileges_for_sids(SE_PRIV
*privileges
, DOM_SID
*slist
, int scount
);
595 NTSTATUS
privilege_enumerate_accounts(DOM_SID
**sids
, int *num_sids
);
596 NTSTATUS
privilege_enum_sids(const SE_PRIV
*mask
, TALLOC_CTX
*mem_ctx
,
597 DOM_SID
**sids
, int *num_sids
);
598 bool grant_privilege(const DOM_SID
*sid
, const SE_PRIV
*priv_mask
);
599 bool grant_privilege_by_name(DOM_SID
*sid
, const char *name
);
600 bool revoke_privilege(const DOM_SID
*sid
, const SE_PRIV
*priv_mask
);
601 bool revoke_all_privileges( DOM_SID
*sid
);
602 bool revoke_privilege_by_name(DOM_SID
*sid
, const char *name
);
603 NTSTATUS
privilege_create_account(const DOM_SID
*sid
);
604 NTSTATUS
privilege_delete_account(const struct dom_sid
*sid
);
605 NTSTATUS
privilege_set_init(PRIVILEGE_SET
*priv_set
);
606 NTSTATUS
privilege_set_init_by_ctx(TALLOC_CTX
*mem_ctx
, PRIVILEGE_SET
*priv_set
);
607 void privilege_set_free(PRIVILEGE_SET
*priv_set
);
608 NTSTATUS
dup_luid_attr(TALLOC_CTX
*mem_ctx
, LUID_ATTR
**new_la
, LUID_ATTR
*old_la
, int count
);
609 bool is_privileged_sid( const DOM_SID
*sid
);
610 bool grant_all_privileges( const DOM_SID
*sid
);
612 /* The following definitions come from lib/privileges_basic.c */
614 bool se_priv_copy( SE_PRIV
*dst
, const SE_PRIV
*src
);
615 bool se_priv_put_all_privileges(SE_PRIV
*mask
);
616 void se_priv_add( SE_PRIV
*mask
, const SE_PRIV
*addpriv
);
617 void se_priv_remove( SE_PRIV
*mask
, const SE_PRIV
*removepriv
);
618 bool se_priv_equal( const SE_PRIV
*mask1
, const SE_PRIV
*mask2
);
619 bool se_priv_from_name( const char *name
, SE_PRIV
*mask
);
620 void dump_se_priv( int dbg_cl
, int dbg_lvl
, const SE_PRIV
*mask
);
621 bool is_privilege_assigned(const SE_PRIV
*privileges
,
622 const SE_PRIV
*check
);
623 const char* get_privilege_dispname( const char *name
);
624 bool user_has_privileges(const NT_USER_TOKEN
*token
, const SE_PRIV
*privilege
);
625 bool user_has_any_privilege(NT_USER_TOKEN
*token
, const SE_PRIV
*privilege
);
626 int count_all_privileges( void );
627 LUID_ATTR
get_privilege_luid( SE_PRIV
*mask
);
628 const char *luid_to_privilege_name(const LUID
*set
);
629 bool se_priv_to_privilege_set( PRIVILEGE_SET
*set
, SE_PRIV
*mask
);
630 bool privilege_set_to_se_priv( SE_PRIV
*mask
, struct lsa_PrivilegeSet
*privset
);
632 /* The following definitions come from lib/readline.c */
634 void smb_readline_done(void);
635 char *smb_readline(const char *prompt
, void (*callback
)(void),
636 char **(completion_fn
)(const char *text
, int start
, int end
));
637 const char *smb_readline_get_line_buffer(void);
638 void smb_readline_ca_char(char c
);
639 int cmd_history(void);
641 /* The following definitions come from lib/recvfile.c */
643 ssize_t
sys_recvfile(int fromfd
,
647 ssize_t
sys_recvfile(int fromfd
,
651 ssize_t
drain_socket(int sockfd
, size_t count
);
653 /* The following definitions come from lib/secdesc.c */
655 uint32_t get_sec_info(const SEC_DESC
*sd
);
656 SEC_DESC_BUF
*sec_desc_merge(TALLOC_CTX
*ctx
, SEC_DESC_BUF
*new_sdb
, SEC_DESC_BUF
*old_sdb
);
657 SEC_DESC
*make_sec_desc(TALLOC_CTX
*ctx
,
658 enum security_descriptor_revision revision
,
660 const DOM_SID
*owner_sid
, const DOM_SID
*grp_sid
,
661 SEC_ACL
*sacl
, SEC_ACL
*dacl
, size_t *sd_size
);
662 SEC_DESC
*dup_sec_desc(TALLOC_CTX
*ctx
, const SEC_DESC
*src
);
663 NTSTATUS
marshall_sec_desc(TALLOC_CTX
*mem_ctx
,
664 struct security_descriptor
*secdesc
,
665 uint8
**data
, size_t *len
);
666 NTSTATUS
marshall_sec_desc_buf(TALLOC_CTX
*mem_ctx
,
667 struct sec_desc_buf
*secdesc_buf
,
668 uint8_t **data
, size_t *len
);
669 NTSTATUS
unmarshall_sec_desc(TALLOC_CTX
*mem_ctx
, uint8
*data
, size_t len
,
670 struct security_descriptor
**psecdesc
);
671 NTSTATUS
unmarshall_sec_desc_buf(TALLOC_CTX
*mem_ctx
, uint8_t *data
, size_t len
,
672 struct sec_desc_buf
**psecdesc_buf
);
673 SEC_DESC
*make_standard_sec_desc(TALLOC_CTX
*ctx
, const DOM_SID
*owner_sid
, const DOM_SID
*grp_sid
,
674 SEC_ACL
*dacl
, size_t *sd_size
);
675 SEC_DESC_BUF
*make_sec_desc_buf(TALLOC_CTX
*ctx
, size_t len
, SEC_DESC
*sec_desc
);
676 SEC_DESC_BUF
*dup_sec_desc_buf(TALLOC_CTX
*ctx
, SEC_DESC_BUF
*src
);
677 NTSTATUS
sec_desc_add_sid(TALLOC_CTX
*ctx
, SEC_DESC
**psd
, DOM_SID
*sid
, uint32 mask
, size_t *sd_size
);
678 NTSTATUS
sec_desc_mod_sid(SEC_DESC
*sd
, DOM_SID
*sid
, uint32 mask
);
679 NTSTATUS
sec_desc_del_sid(TALLOC_CTX
*ctx
, SEC_DESC
**psd
, DOM_SID
*sid
, size_t *sd_size
);
680 NTSTATUS
se_create_child_secdesc(TALLOC_CTX
*ctx
,
683 const SEC_DESC
*parent_ctr
,
684 const DOM_SID
*owner_sid
,
685 const DOM_SID
*group_sid
,
687 NTSTATUS
se_create_child_secdesc_buf(TALLOC_CTX
*ctx
,
688 SEC_DESC_BUF
**ppsdb
,
689 const SEC_DESC
*parent_ctr
,
692 /* The following definitions come from lib/select.c */
694 void sys_select_signal(char c
);
695 int sys_select(int maxfd
, fd_set
*readfds
, fd_set
*writefds
, fd_set
*errorfds
, struct timeval
*tval
);
696 int sys_select_intr(int maxfd
, fd_set
*readfds
, fd_set
*writefds
, fd_set
*errorfds
, struct timeval
*tval
);
698 /* The following definitions come from lib/sendfile.c */
700 ssize_t
sys_sendfile(int tofd
, int fromfd
, const DATA_BLOB
*header
, SMB_OFF_T offset
, size_t count
);
702 /* The following definitions come from lib/server_mutex.c */
704 struct named_mutex
*grab_named_mutex(TALLOC_CTX
*mem_ctx
, const char *name
,
707 /* The following definitions come from lib/sharesec.c */
709 SEC_DESC
*get_share_security_default( TALLOC_CTX
*ctx
, size_t *psize
, uint32 def_access
);
710 SEC_DESC
*get_share_security( TALLOC_CTX
*ctx
, const char *servicename
,
712 bool set_share_security(const char *share_name
, SEC_DESC
*psd
);
713 bool delete_share_security(const char *servicename
);
714 bool share_access_check(const NT_USER_TOKEN
*token
, const char *sharename
,
715 uint32 desired_access
);
716 bool parse_usershare_acl(TALLOC_CTX
*ctx
, const char *acl_str
, SEC_DESC
**ppsd
);
718 /* The following definitions come from lib/smbldap.c */
720 int smb_ldap_start_tls(LDAP
*ldap_struct
, int version
);
721 int smb_ldap_setup_conn(LDAP
**ldap_struct
, const char *uri
);
722 int smb_ldap_upgrade_conn(LDAP
*ldap_struct
, int *new_version
) ;
723 int smb_ldap_setup_full_conn(LDAP
**ldap_struct
, const char *uri
);
724 int smbldap_search(struct smbldap_state
*ldap_state
,
725 const char *base
, int scope
, const char *filter
,
726 const char *attrs
[], int attrsonly
,
728 int smbldap_search_paged(struct smbldap_state
*ldap_state
,
729 const char *base
, int scope
, const char *filter
,
730 const char **attrs
, int attrsonly
, int pagesize
,
731 LDAPMessage
**res
, void **cookie
);
732 int smbldap_modify(struct smbldap_state
*ldap_state
, const char *dn
, LDAPMod
*attrs
[]);
733 int smbldap_add(struct smbldap_state
*ldap_state
, const char *dn
, LDAPMod
*attrs
[]);
734 int smbldap_delete(struct smbldap_state
*ldap_state
, const char *dn
);
735 int smbldap_extended_operation(struct smbldap_state
*ldap_state
,
736 LDAP_CONST
char *reqoid
, struct berval
*reqdata
,
737 LDAPControl
**serverctrls
, LDAPControl
**clientctrls
,
738 char **retoidp
, struct berval
**retdatap
);
739 int smbldap_search_suffix (struct smbldap_state
*ldap_state
,
740 const char *filter
, const char **search_attr
,
741 LDAPMessage
** result
);
742 void smbldap_free_struct(struct smbldap_state
**ldap_state
) ;
743 NTSTATUS
smbldap_init(TALLOC_CTX
*mem_ctx
, struct event_context
*event_ctx
,
744 const char *location
,
745 struct smbldap_state
**smbldap_state
);
746 bool smbldap_has_control(LDAP
*ld
, const char *control
);
747 bool smbldap_has_extension(LDAP
*ld
, const char *extension
);
748 bool smbldap_has_naming_context(LDAP
*ld
, const char *naming_context
);
749 bool smbldap_set_creds(struct smbldap_state
*ldap_state
, bool anon
, const char *dn
, const char *secret
);
751 /* The following definitions come from lib/smbldap_util.c */
753 NTSTATUS
smbldap_search_domain_info(struct smbldap_state
*ldap_state
,
754 LDAPMessage
** result
, const char *domain_name
,
757 /* The following definitions come from lib/smbrun.c */
759 int smbrun_no_sanitize(const char *cmd
, int *outfd
);
760 int smbrun(const char *cmd
, int *outfd
);
761 int smbrunsecret(const char *cmd
, const char *secret
);
763 /* The following definitions come from lib/sock_exec.c */
765 int sock_exec(const char *prog
);
767 /* The following definitions come from lib/substitute.c */
769 void free_local_machine_name(void);
770 bool set_local_machine_name(const char *local_name
, bool perm
);
771 const char *get_local_machine_name(void);
772 bool set_remote_machine_name(const char *remote_name
, bool perm
);
773 const char *get_remote_machine_name(void);
774 void sub_set_smb_name(const char *name
);
775 void set_current_user_info(const char *smb_name
, const char *unix_name
,
777 const char *get_current_username(void);
778 void standard_sub_basic(const char *smb_name
, const char *domain_name
,
779 char *str
, size_t len
);
780 char *talloc_sub_basic(TALLOC_CTX
*mem_ctx
, const char *smb_name
,
781 const char *domain_name
, const char *str
);
782 char *alloc_sub_basic(const char *smb_name
, const char *domain_name
,
784 char *talloc_sub_specified(TALLOC_CTX
*mem_ctx
,
785 const char *input_string
,
786 const char *username
,
790 char *talloc_sub_advanced(TALLOC_CTX
*mem_ctx
,
791 const char *servicename
, const char *user
,
792 const char *connectpath
, gid_t gid
,
793 const char *smb_name
, const char *domain_name
,
795 void standard_sub_advanced(const char *servicename
, const char *user
,
796 const char *connectpath
, gid_t gid
,
797 const char *smb_name
, const char *domain_name
,
798 char *str
, size_t len
);
799 char *standard_sub_conn(TALLOC_CTX
*ctx
, connection_struct
*conn
, const char *str
);
801 /* The following definitions come from lib/sysacls.c */
803 int sys_acl_get_entry(SMB_ACL_T acl_d
, int entry_id
, SMB_ACL_ENTRY_T
*entry_p
);
804 int sys_acl_get_tag_type(SMB_ACL_ENTRY_T entry_d
, SMB_ACL_TAG_T
*type_p
);
805 int sys_acl_get_permset(SMB_ACL_ENTRY_T entry_d
, SMB_ACL_PERMSET_T
*permset_p
);
806 void *sys_acl_get_qualifier(SMB_ACL_ENTRY_T entry_d
);
807 int sys_acl_clear_perms(SMB_ACL_PERMSET_T permset_d
);
808 int sys_acl_add_perm(SMB_ACL_PERMSET_T permset_d
, SMB_ACL_PERM_T perm
);
809 int sys_acl_get_perm(SMB_ACL_PERMSET_T permset_d
, SMB_ACL_PERM_T perm
);
810 char *sys_acl_to_text(SMB_ACL_T acl_d
, ssize_t
*len_p
);
811 SMB_ACL_T
sys_acl_init(int count
);
812 int sys_acl_create_entry(SMB_ACL_T
*acl_p
, SMB_ACL_ENTRY_T
*entry_p
);
813 int sys_acl_set_tag_type(SMB_ACL_ENTRY_T entry_d
, SMB_ACL_TAG_T tag_type
);
814 int sys_acl_set_qualifier(SMB_ACL_ENTRY_T entry_d
, void *qual_p
);
815 int sys_acl_set_permset(SMB_ACL_ENTRY_T entry_d
, SMB_ACL_PERMSET_T permset_d
);
816 int sys_acl_free_text(char *text
);
817 int sys_acl_free_acl(SMB_ACL_T acl_d
) ;
818 int sys_acl_free_qualifier(void *qual
, SMB_ACL_TAG_T tagtype
);
819 int sys_acl_valid(SMB_ACL_T acl_d
);
820 SMB_ACL_T
sys_acl_get_file(vfs_handle_struct
*handle
,
821 const char *path_p
, SMB_ACL_TYPE_T type
);
822 SMB_ACL_T
sys_acl_get_fd(vfs_handle_struct
*handle
, files_struct
*fsp
);
823 int sys_acl_set_file(vfs_handle_struct
*handle
,
824 const char *name
, SMB_ACL_TYPE_T type
, SMB_ACL_T acl_d
);
825 int sys_acl_set_fd(vfs_handle_struct
*handle
, files_struct
*fsp
,
827 int sys_acl_delete_def_file(vfs_handle_struct
*handle
,
829 SMB_ACL_T
sys_acl_get_file(vfs_handle_struct
*handle
,
830 const char *path_p
, SMB_ACL_TYPE_T type
);
831 SMB_ACL_T
sys_acl_get_fd(vfs_handle_struct
*handle
, files_struct
*fsp
);
832 int sys_acl_set_file(vfs_handle_struct
*handle
,
833 const char *name
, SMB_ACL_TYPE_T type
, SMB_ACL_T acl_d
);
834 int sys_acl_set_fd(vfs_handle_struct
*handle
, files_struct
*fsp
,
836 int sys_acl_delete_def_file(vfs_handle_struct
*handle
,
838 SMB_ACL_T
sys_acl_get_file(vfs_handle_struct
*handle
,
839 const char *path_p
, SMB_ACL_TYPE_T type
);
840 SMB_ACL_T
sys_acl_get_fd(vfs_handle_struct
*handle
, files_struct
*fsp
);
841 int sys_acl_set_file(vfs_handle_struct
*handle
,
842 const char *name
, SMB_ACL_TYPE_T type
, SMB_ACL_T acl_d
);
843 int sys_acl_set_fd(vfs_handle_struct
*handle
, files_struct
*fsp
,
845 int sys_acl_delete_def_file(vfs_handle_struct
*handle
,
847 SMB_ACL_T
sys_acl_get_file(vfs_handle_struct
*handle
,
848 const char *path_p
, SMB_ACL_TYPE_T type
);
849 SMB_ACL_T
sys_acl_get_fd(vfs_handle_struct
*handle
, files_struct
*fsp
);
850 int sys_acl_set_file(vfs_handle_struct
*handle
,
851 const char *name
, SMB_ACL_TYPE_T type
, SMB_ACL_T acl_d
);
852 int sys_acl_set_fd(vfs_handle_struct
*handle
, files_struct
*fsp
,
854 int sys_acl_delete_def_file(vfs_handle_struct
*handle
,
856 SMB_ACL_T
sys_acl_get_file(vfs_handle_struct
*handle
,
857 const char *path_p
, SMB_ACL_TYPE_T type
);
858 SMB_ACL_T
sys_acl_get_fd(vfs_handle_struct
*handle
, files_struct
*fsp
);
859 int sys_acl_set_file(vfs_handle_struct
*handle
,
860 const char *name
, SMB_ACL_TYPE_T type
, SMB_ACL_T acl_d
);
861 int sys_acl_set_fd(vfs_handle_struct
*handle
, files_struct
*fsp
,
863 int sys_acl_delete_def_file(vfs_handle_struct
*handle
,
865 SMB_ACL_T
sys_acl_get_file(vfs_handle_struct
*handle
,
866 const char *path_p
, SMB_ACL_TYPE_T type
);
867 SMB_ACL_T
sys_acl_get_fd(vfs_handle_struct
*handle
, files_struct
*fsp
);
868 int sys_acl_set_file(vfs_handle_struct
*handle
,
869 const char *name
, SMB_ACL_TYPE_T type
, SMB_ACL_T acl_d
);
870 int sys_acl_set_fd(vfs_handle_struct
*handle
, files_struct
*fsp
,
872 int sys_acl_delete_def_file(vfs_handle_struct
*handle
,
874 SMB_ACL_T
sys_acl_get_file(vfs_handle_struct
*handle
,
875 const char *path_p
, SMB_ACL_TYPE_T type
);
876 SMB_ACL_T
sys_acl_get_fd(vfs_handle_struct
*handle
, files_struct
*fsp
);
877 int sys_acl_set_file(vfs_handle_struct
*handle
,
878 const char *name
, SMB_ACL_TYPE_T type
, SMB_ACL_T acl_d
);
879 int sys_acl_set_fd(vfs_handle_struct
*handle
, files_struct
*fsp
,
881 int sys_acl_delete_def_file(vfs_handle_struct
*handle
,
883 int no_acl_syscall_error(int err
);
885 /* The following definitions come from lib/sysquotas.c */
887 int sys_get_quota(const char *path
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
888 int sys_set_quota(const char *path
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
890 /* The following definitions come from lib/sysquotas_*.c */
892 int sys_get_vfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
893 int sys_set_vfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
895 int sys_get_xfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
896 int sys_set_xfs_quota(const char *path
, const char *bdev
, enum SMB_QUOTA_TYPE qtype
, unid_t id
, SMB_DISK_QUOTA
*dp
);
898 /* The following definitions come from lib/system.c */
900 void *sys_memalign( size_t align
, size_t size
);
901 int sys_usleep(long usecs
);
902 ssize_t
sys_read(int fd
, void *buf
, size_t count
);
903 ssize_t
sys_write(int fd
, const void *buf
, size_t count
);
904 ssize_t
sys_writev(int fd
, const struct iovec
*iov
, int iovcnt
);
905 ssize_t
sys_pread(int fd
, void *buf
, size_t count
, SMB_OFF_T off
);
906 ssize_t
sys_pwrite(int fd
, const void *buf
, size_t count
, SMB_OFF_T off
);
907 ssize_t
sys_send(int s
, const void *msg
, size_t len
, int flags
);
908 ssize_t
sys_sendto(int s
, const void *msg
, size_t len
, int flags
, const struct sockaddr
*to
, socklen_t tolen
);
909 ssize_t
sys_recv(int fd
, void *buf
, size_t count
, int flags
);
910 ssize_t
sys_recvfrom(int s
, void *buf
, size_t len
, int flags
, struct sockaddr
*from
, socklen_t
*fromlen
);
911 int sys_fcntl_ptr(int fd
, int cmd
, void *arg
);
912 int sys_fcntl_long(int fd
, int cmd
, long arg
);
913 int sys_stat(const char *fname
,SMB_STRUCT_STAT
*sbuf
);
914 int sys_fstat(int fd
,SMB_STRUCT_STAT
*sbuf
);
915 int sys_lstat(const char *fname
,SMB_STRUCT_STAT
*sbuf
);
916 int sys_ftruncate(int fd
, SMB_OFF_T offset
);
917 SMB_OFF_T
sys_lseek(int fd
, SMB_OFF_T offset
, int whence
);
918 int sys_fseek(FILE *fp
, SMB_OFF_T offset
, int whence
);
919 SMB_OFF_T
sys_ftell(FILE *fp
);
920 int sys_creat(const char *path
, mode_t mode
);
921 int sys_open(const char *path
, int oflag
, mode_t mode
);
922 FILE *sys_fopen(const char *path
, const char *type
);
923 void kernel_flock(int fd
, uint32 share_mode
);
924 SMB_STRUCT_DIR
*sys_opendir(const char *name
);
925 SMB_STRUCT_DIRENT
*sys_readdir(SMB_STRUCT_DIR
*dirp
);
926 void sys_seekdir(SMB_STRUCT_DIR
*dirp
, long offset
);
927 long sys_telldir(SMB_STRUCT_DIR
*dirp
);
928 void sys_rewinddir(SMB_STRUCT_DIR
*dirp
);
929 int sys_closedir(SMB_STRUCT_DIR
*dirp
);
930 int sys_mknod(const char *path
, mode_t mode
, SMB_DEV_T dev
);
931 int sys_waitpid(pid_t pid
,int *status
,int options
);
932 char *sys_getwd(char *s
);
933 void set_effective_capability(enum smbd_capability capability
);
934 void drop_effective_capability(enum smbd_capability capability
);
935 long sys_random(void);
936 void sys_srandom(unsigned int seed
);
937 int groups_max(void);
938 int sys_getgroups(int setlen
, gid_t
*gidset
);
939 int sys_setgroups(gid_t
UNUSED(primary_gid
), int setlen
, gid_t
*gidset
);
940 void sys_setpwent(void);
941 struct passwd
*sys_getpwent(void);
942 void sys_endpwent(void);
943 struct passwd
*sys_getpwnam(const char *name
);
944 struct passwd
*sys_getpwuid(uid_t uid
);
945 struct group
*sys_getgrnam(const char *name
);
946 struct group
*sys_getgrgid(gid_t gid
);
947 int sys_popen(const char *command
);
948 int sys_pclose(int fd
);
949 ssize_t
sys_getxattr (const char *path
, const char *name
, void *value
, size_t size
);
950 ssize_t
sys_lgetxattr (const char *path
, const char *name
, void *value
, size_t size
);
951 ssize_t
sys_fgetxattr (int filedes
, const char *name
, void *value
, size_t size
);
952 ssize_t
sys_listxattr (const char *path
, char *list
, size_t size
);
953 ssize_t
sys_llistxattr (const char *path
, char *list
, size_t size
);
954 ssize_t
sys_flistxattr (int filedes
, char *list
, size_t size
);
955 int sys_removexattr (const char *path
, const char *name
);
956 int sys_lremovexattr (const char *path
, const char *name
);
957 int sys_fremovexattr (int filedes
, const char *name
);
958 int sys_setxattr (const char *path
, const char *name
, const void *value
, size_t size
, int flags
);
959 int sys_lsetxattr (const char *path
, const char *name
, const void *value
, size_t size
, int flags
);
960 int sys_fsetxattr (int filedes
, const char *name
, const void *value
, size_t size
, int flags
);
961 uint32
unix_dev_major(SMB_DEV_T dev
);
962 uint32
unix_dev_minor(SMB_DEV_T dev
);
963 int sys_aio_read(SMB_STRUCT_AIOCB
*aiocb
);
964 int sys_aio_write(SMB_STRUCT_AIOCB
*aiocb
);
965 ssize_t
sys_aio_return(SMB_STRUCT_AIOCB
*aiocb
);
966 int sys_aio_cancel(int fd
, SMB_STRUCT_AIOCB
*aiocb
);
967 int sys_aio_error(const SMB_STRUCT_AIOCB
*aiocb
);
968 int sys_aio_fsync(int op
, SMB_STRUCT_AIOCB
*aiocb
);
969 int sys_aio_suspend(const SMB_STRUCT_AIOCB
* const cblist
[], int n
, const struct timespec
*timeout
);
970 int sys_aio_read(SMB_STRUCT_AIOCB
*aiocb
);
971 int sys_aio_write(SMB_STRUCT_AIOCB
*aiocb
);
972 ssize_t
sys_aio_return(SMB_STRUCT_AIOCB
*aiocb
);
973 int sys_aio_cancel(int fd
, SMB_STRUCT_AIOCB
*aiocb
);
974 int sys_aio_error(const SMB_STRUCT_AIOCB
*aiocb
);
975 int sys_aio_fsync(int op
, SMB_STRUCT_AIOCB
*aiocb
);
976 int sys_aio_suspend(const SMB_STRUCT_AIOCB
* const cblist
[], int n
, const struct timespec
*timeout
);
977 int sys_getpeereid( int s
, uid_t
*uid
);
978 int sys_getnameinfo(const struct sockaddr
*psa
,
985 int sys_connect(int fd
, const struct sockaddr
* addr
);
987 /* The following definitions come from lib/system_smbd.c */
989 bool getgroups_unix_user(TALLOC_CTX
*mem_ctx
, const char *user
,
991 gid_t
**ret_groups
, size_t *p_ngroups
);
993 /* The following definitions come from lib/tallocmsg.c */
995 void register_msg_pool_usage(struct messaging_context
*msg_ctx
);
997 /* The following definitions come from lib/time.c */
999 void push_dos_date(uint8_t *buf
, int offset
, time_t unixdate
, int zone_offset
);
1000 void push_dos_date2(uint8_t *buf
,int offset
,time_t unixdate
, int zone_offset
);
1001 void push_dos_date3(uint8_t *buf
,int offset
,time_t unixdate
, int zone_offset
);
1002 time_t pull_dos_date(const uint8_t *date_ptr
, int zone_offset
);
1003 time_t pull_dos_date2(const uint8_t *date_ptr
, int zone_offset
);
1004 time_t pull_dos_date3(const uint8_t *date_ptr
, int zone_offset
);
1005 uint32
convert_time_t_to_uint32(time_t t
);
1006 time_t convert_uint32_to_time_t(uint32 u
);
1007 bool nt_time_is_zero(const NTTIME
*nt
);
1008 time_t generalized_to_unix_time(const char *str
);
1009 int get_server_zone_offset(void);
1010 int set_server_zone_offset(time_t t
);
1011 char *current_timestring(TALLOC_CTX
*ctx
, bool hires
);
1012 void srv_put_dos_date(char *buf
,int offset
,time_t unixdate
);
1013 void srv_put_dos_date2(char *buf
,int offset
, time_t unixdate
);
1014 void srv_put_dos_date3(char *buf
,int offset
,time_t unixdate
);
1015 void put_long_date_timespec(char *p
, struct timespec ts
);
1016 void put_long_date(char *p
, time_t t
);
1017 void dos_filetime_timespec(struct timespec
*tsp
);
1018 time_t make_unix_date2(const void *date_ptr
, int zone_offset
);
1019 time_t make_unix_date3(const void *date_ptr
, int zone_offset
);
1020 time_t srv_make_unix_date(const void *date_ptr
);
1021 time_t srv_make_unix_date2(const void *date_ptr
);
1022 time_t srv_make_unix_date3(const void *date_ptr
);
1023 time_t convert_timespec_to_time_t(struct timespec ts
);
1024 struct timespec
convert_time_t_to_timespec(time_t t
);
1025 struct timespec
convert_timeval_to_timespec(const struct timeval tv
);
1026 struct timeval
convert_timespec_to_timeval(const struct timespec ts
);
1027 struct timespec
timespec_current(void);
1028 struct timespec
timespec_min(const struct timespec
*ts1
,
1029 const struct timespec
*ts2
);
1030 int timespec_compare(const struct timespec
*ts1
, const struct timespec
*ts2
);
1031 struct timespec
interpret_long_date(const char *p
);
1032 void cli_put_dos_date(struct cli_state
*cli
, char *buf
, int offset
, time_t unixdate
);
1033 void cli_put_dos_date2(struct cli_state
*cli
, char *buf
, int offset
, time_t unixdate
);
1034 void cli_put_dos_date3(struct cli_state
*cli
, char *buf
, int offset
, time_t unixdate
);
1035 time_t cli_make_unix_date(struct cli_state
*cli
, const void *date_ptr
);
1036 time_t cli_make_unix_date2(struct cli_state
*cli
, const void *date_ptr
);
1037 time_t cli_make_unix_date3(struct cli_state
*cli
, const void *date_ptr
);
1038 bool nt_time_equals(const NTTIME
*nt1
, const NTTIME
*nt2
);
1039 void TimeInit(void);
1040 void get_process_uptime(struct timeval
*ret_time
);
1041 time_t nt_time_to_unix_abs(const NTTIME
*nt
);
1042 time_t uint64s_nt_time_to_unix_abs(const uint64_t *src
);
1043 void unix_timespec_to_nt_time(NTTIME
*nt
, struct timespec ts
);
1044 void unix_to_nt_time_abs(NTTIME
*nt
, time_t t
);
1045 bool null_mtime(time_t mtime
);
1046 const char *time_to_asc(const time_t t
);
1047 const char *display_time(NTTIME nttime
);
1048 bool nt_time_is_set(const NTTIME
*nt
);
1050 /* The following definitions come from lib/username.c */
1052 char *get_user_home_dir(TALLOC_CTX
*mem_ctx
, const char *user
);
1053 struct passwd
*Get_Pwnam_alloc(TALLOC_CTX
*mem_ctx
, const char *user
);
1055 /* The following definitions come from lib/util.c */
1057 bool all_zero(const uint8_t *ptr
, size_t size
);
1058 bool set_global_myname(const char *myname
);
1059 const char *global_myname(void);
1060 bool set_global_myworkgroup(const char *myworkgroup
);
1061 const char *lp_workgroup(void);
1062 bool set_global_scope(const char *scope
);
1063 const char *global_scope(void);
1064 void gfree_names(void);
1065 void gfree_all( void );
1066 const char *my_netbios_names(int i
);
1067 bool set_netbios_aliases(const char **str_array
);
1068 bool init_names(void);
1069 struct user_auth_info
*user_auth_info_init(TALLOC_CTX
*mem_ctx
);
1070 const char *get_cmdline_auth_info_username(const struct user_auth_info
*auth_info
);
1071 void set_cmdline_auth_info_username(struct user_auth_info
*auth_info
,
1072 const char *username
);
1073 void set_cmdline_auth_info_password(struct user_auth_info
*auth_info
,
1074 const char *password
);
1075 const char *get_cmdline_auth_info_password(const struct user_auth_info
*auth_info
);
1076 bool set_cmdline_auth_info_signing_state(struct user_auth_info
*auth_info
,
1078 int get_cmdline_auth_info_signing_state(const struct user_auth_info
*auth_info
);
1079 void set_cmdline_auth_info_use_kerberos(struct user_auth_info
*auth_info
,
1081 bool get_cmdline_auth_info_use_kerberos(const struct user_auth_info
*auth_info
);
1082 void set_cmdline_auth_info_fallback_after_kerberos(struct user_auth_info
*auth_info
,
1084 bool get_cmdline_auth_info_fallback_after_kerberos(const struct user_auth_info
*auth_info
);
1085 void set_cmdline_auth_info_use_krb5_ticket(struct user_auth_info
*auth_info
);
1086 void set_cmdline_auth_info_smb_encrypt(struct user_auth_info
*auth_info
);
1087 void set_cmdline_auth_info_use_machine_account(struct user_auth_info
*auth_info
);
1088 bool get_cmdline_auth_info_got_pass(const struct user_auth_info
*auth_info
);
1089 bool get_cmdline_auth_info_smb_encrypt(const struct user_auth_info
*auth_info
);
1090 bool get_cmdline_auth_info_use_machine_account(const struct user_auth_info
*auth_info
);
1091 struct user_auth_info
*get_cmdline_auth_info_copy(TALLOC_CTX
*mem_ctx
,
1092 const struct user_auth_info
*info
);
1093 bool set_cmdline_auth_info_machine_account_creds(struct user_auth_info
*auth_info
);
1094 void set_cmdline_auth_info_getpass(struct user_auth_info
*auth_info
);
1095 bool file_exist_stat(const char *fname
,SMB_STRUCT_STAT
*sbuf
);
1096 bool socket_exist(const char *fname
);
1097 bool directory_exist_stat(char *dname
,SMB_STRUCT_STAT
*st
);
1098 uint64_t get_file_size_stat(const SMB_STRUCT_STAT
*sbuf
);
1099 SMB_OFF_T
get_file_size(char *file_name
);
1100 char *attrib_string(uint16 mode
);
1101 void show_msg(char *buf
);
1102 void smb_set_enclen(char *buf
,int len
,uint16 enc_ctx_num
);
1103 void smb_setlen(char *buf
,int len
);
1104 int set_message_bcc(char *buf
,int num_bytes
);
1105 ssize_t
message_push_blob(uint8
**outbuf
, DATA_BLOB blob
);
1106 char *unix_clean_name(TALLOC_CTX
*ctx
, const char *s
);
1107 char *clean_name(TALLOC_CTX
*ctx
, const char *s
);
1108 ssize_t
write_data_at_offset(int fd
, const char *buffer
, size_t N
, SMB_OFF_T pos
);
1109 int set_blocking(int fd
, bool set
);
1110 void smb_msleep(unsigned int t
);
1111 NTSTATUS
reinit_after_fork(struct messaging_context
*msg_ctx
,
1112 struct event_context
*ev_ctx
,
1113 bool parent_longlived
);
1114 bool yesno(const char *p
);
1115 void *malloc_(size_t size
);
1116 void *memalign_array(size_t el_size
, size_t align
, unsigned int count
);
1117 void *calloc_array(size_t size
, size_t nmemb
);
1118 void *Realloc(void *p
, size_t size
, bool free_old_on_error
);
1119 void add_to_large_array(TALLOC_CTX
*mem_ctx
, size_t element_size
,
1120 void *element
, void *_array
, uint32
*num_elements
,
1121 ssize_t
*array_size
);
1122 char *get_myname(TALLOC_CTX
*ctx
);
1123 char *get_mydnsdomname(TALLOC_CTX
*ctx
);
1124 int interpret_protocol(const char *str
,int def
);
1125 char *automount_lookup(TALLOC_CTX
*ctx
, const char *user_name
);
1126 char *automount_lookup(TALLOC_CTX
*ctx
, const char *user_name
);
1127 bool process_exists(const struct server_id pid
);
1128 const char *uidtoname(uid_t uid
);
1129 char *gidtoname(gid_t gid
);
1130 uid_t
nametouid(const char *name
);
1131 gid_t
nametogid(const char *name
);
1132 void smb_panic(const char *const why
);
1133 void log_stack_trace(void);
1134 const char *readdirname(SMB_STRUCT_DIR
*p
);
1135 bool is_in_path(const char *name
, name_compare_entry
*namelist
, bool case_sensitive
);
1136 void set_namearray(name_compare_entry
**ppname_array
, const char *namelist
);
1137 void free_namearray(name_compare_entry
*name_array
);
1138 bool fcntl_lock(int fd
, int op
, SMB_OFF_T offset
, SMB_OFF_T count
, int type
);
1139 bool fcntl_getlock(int fd
, SMB_OFF_T
*poffset
, SMB_OFF_T
*pcount
, int *ptype
, pid_t
*ppid
);
1140 bool is_myname(const char *s
);
1141 bool is_myworkgroup(const char *s
);
1142 void ra_lanman_string( const char *native_lanman
);
1143 const char *get_remote_arch_str(void);
1144 void set_remote_arch(enum remote_arch_types type
);
1145 enum remote_arch_types
get_remote_arch(void);
1146 const char *tab_depth(int level
, int depth
);
1147 int str_checksum(const char *s
);
1148 void zero_free(void *p
, size_t size
);
1149 int set_maxfiles(int requested_max
);
1150 int smb_mkstemp(char *name_template
);
1151 void *smb_xmalloc_array(size_t size
, unsigned int count
);
1152 char *myhostname(void);
1153 char *lock_path(const char *name
);
1154 char *pid_path(const char *name
);
1155 char *lib_path(const char *name
);
1156 char *modules_path(const char *name
);
1157 char *data_path(const char *name
);
1158 char *state_path(const char *name
);
1159 char *cache_path(const char *name
);
1160 const char *shlib_ext(void);
1161 bool parent_dirname(TALLOC_CTX
*mem_ctx
, const char *dir
, char **parent
,
1163 bool ms_has_wild(const char *s
);
1164 bool ms_has_wild_w(const smb_ucs2_t
*s
);
1165 bool mask_match(const char *string
, const char *pattern
, bool is_case_sensitive
);
1166 bool mask_match_search(const char *string
, const char *pattern
, bool is_case_sensitive
);
1167 bool mask_match_list(const char *string
, char **list
, int listLen
, bool is_case_sensitive
);
1168 bool unix_wild_match(const char *pattern
, const char *string
);
1169 bool name_to_fqdn(fstring fqdn
, const char *name
);
1170 void *talloc_append_blob(TALLOC_CTX
*mem_ctx
, void *buf
, DATA_BLOB blob
);
1171 uint32
map_share_mode_to_deny_mode(uint32 share_access
, uint32 private_options
);
1172 pid_t
procid_to_pid(const struct server_id
*proc
);
1173 void set_my_vnn(uint32 vnn
);
1174 uint32
get_my_vnn(void);
1175 struct server_id
pid_to_procid(pid_t pid
);
1176 struct server_id
procid_self(void);
1177 struct server_id
server_id_self(void);
1178 bool procid_equal(const struct server_id
*p1
, const struct server_id
*p2
);
1179 bool cluster_id_equal(const struct server_id
*id1
,
1180 const struct server_id
*id2
);
1181 bool procid_is_me(const struct server_id
*pid
);
1182 struct server_id
interpret_pid(const char *pid_string
);
1183 char *procid_str(TALLOC_CTX
*mem_ctx
, const struct server_id
*pid
);
1184 char *procid_str_static(const struct server_id
*pid
);
1185 bool procid_valid(const struct server_id
*pid
);
1186 bool procid_is_local(const struct server_id
*pid
);
1187 int this_is_smp(void);
1188 bool trans_oob(uint32_t bufsize
, uint32_t offset
, uint32_t length
);
1189 bool is_offset_safe(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
);
1190 char *get_safe_ptr(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
);
1191 char *get_safe_str_ptr(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
);
1192 int get_safe_SVAL(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
, int failval
);
1193 int get_safe_IVAL(const char *buf_base
, size_t buf_len
, char *ptr
, size_t off
, int failval
);
1194 void split_domain_user(TALLOC_CTX
*mem_ctx
,
1195 const char *full_name
,
1198 void *_talloc_zero_zeronull(const void *ctx
, size_t size
, const char *name
);
1199 void *_talloc_memdup_zeronull(const void *t
, const void *p
, size_t size
, const char *name
);
1200 void *_talloc_array_zeronull(const void *ctx
, size_t el_size
, unsigned count
, const char *name
);
1201 void *_talloc_zero_array_zeronull(const void *ctx
, size_t el_size
, unsigned count
, const char *name
);
1202 void *talloc_zeronull(const void *context
, size_t size
, const char *name
);
1203 NTSTATUS
split_ntfs_stream_name(TALLOC_CTX
*mem_ctx
, const char *fname
,
1204 char **pbase
, char **pstream
);
1205 bool is_valid_policy_hnd(const struct policy_handle
*hnd
);
1206 bool policy_hnd_equal(const struct policy_handle
*hnd1
,
1207 const struct policy_handle
*hnd2
);
1208 const char *strip_hostname(const char *s
);
1210 /* The following definitions come from lib/util_file.c */
1212 char **file_lines_pload(const char *syscmd
, int *numlines
);
1213 void file_lines_free(char **lines
);
1215 /* The following definitions come from lib/util_nscd.c */
1217 void smb_nscd_flush_user_cache(void);
1218 void smb_nscd_flush_group_cache(void);
1220 /* The following definitions come from lib/util_nttoken.c */
1222 NT_USER_TOKEN
*dup_nt_token(TALLOC_CTX
*mem_ctx
, const NT_USER_TOKEN
*ptoken
);
1223 NTSTATUS
merge_nt_token(TALLOC_CTX
*mem_ctx
,
1224 const struct nt_user_token
*token_1
,
1225 const struct nt_user_token
*token_2
,
1226 struct nt_user_token
**token_out
);
1227 bool token_sid_in_ace(const NT_USER_TOKEN
*token
, const SEC_ACE
*ace
);
1229 /* The following definitions come from lib/util_pw.c */
1231 struct passwd
*tcopy_passwd(TALLOC_CTX
*mem_ctx
, const struct passwd
*from
) ;
1232 void flush_pwnam_cache(void);
1233 struct passwd
*getpwnam_alloc(TALLOC_CTX
*mem_ctx
, const char *name
);
1234 struct passwd
*getpwuid_alloc(TALLOC_CTX
*mem_ctx
, uid_t uid
) ;
1236 /* The following definitions come from lib/util_reg.c */
1238 const char *reg_type_lookup(enum winreg_Type type
);
1239 WERROR
reg_pull_multi_sz(TALLOC_CTX
*mem_ctx
, const void *buf
, size_t len
,
1240 uint32
*num_values
, char ***values
);
1242 /* The following definitions come from lib/util_reg_api.c */
1244 WERROR
registry_pull_value(TALLOC_CTX
*mem_ctx
,
1245 struct registry_value
**pvalue
,
1246 enum winreg_Type type
, uint8
*data
,
1247 uint32 size
, uint32 length
);
1248 WERROR
registry_push_value(TALLOC_CTX
*mem_ctx
,
1249 const struct registry_value
*value
,
1250 DATA_BLOB
*presult
);
1252 /* The following definitions come from lib/util_seaccess.c */
1254 void se_map_generic(uint32
*access_mask
, const struct generic_mapping
*mapping
);
1255 void security_acl_map_generic(struct security_acl
*sa
, const struct generic_mapping
*mapping
);
1256 void se_map_standard(uint32
*access_mask
, struct standard_mapping
*mapping
);
1257 NTSTATUS
se_access_check(const SEC_DESC
*sd
, const NT_USER_TOKEN
*token
,
1258 uint32 acc_desired
, uint32
*acc_granted
);
1259 NTSTATUS
samr_make_sam_obj_sd(TALLOC_CTX
*ctx
, SEC_DESC
**psd
, size_t *sd_size
);
1261 /* The following definitions come from lib/util_sec.c */
1263 void sec_init(void);
1264 uid_t
sec_initial_uid(void);
1265 gid_t
sec_initial_gid(void);
1266 bool non_root_mode(void);
1267 void gain_root_privilege(void);
1268 void gain_root_group_privilege(void);
1269 void set_effective_uid(uid_t uid
);
1270 void set_effective_gid(gid_t gid
);
1271 void save_re_uid(void);
1272 void restore_re_uid_fromroot(void);
1273 void restore_re_uid(void);
1274 void save_re_gid(void);
1275 void restore_re_gid(void);
1276 int set_re_uid(void);
1277 void become_user_permanently(uid_t uid
, gid_t gid
);
1278 bool is_setuid_root(void) ;
1280 /* The following definitions come from lib/util_sid.c */
1282 const char *sid_type_lookup(uint32 sid_type
) ;
1283 NT_USER_TOKEN
*get_system_token(void) ;
1284 const char *get_global_sam_name(void) ;
1285 char *sid_to_fstring(fstring sidstr_out
, const DOM_SID
*sid
);
1286 char *sid_string_talloc(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
);
1287 char *sid_string_dbg(const DOM_SID
*sid
);
1288 char *sid_string_tos(const DOM_SID
*sid
);
1289 bool string_to_sid(DOM_SID
*sidout
, const char *sidstr
);
1290 DOM_SID
*string_sid_talloc(TALLOC_CTX
*mem_ctx
, const char *sidstr
);
1291 bool sid_append_rid(DOM_SID
*sid
, uint32 rid
);
1292 bool sid_compose(DOM_SID
*dst
, const DOM_SID
*domain_sid
, uint32 rid
);
1293 bool sid_split_rid(DOM_SID
*sid
, uint32
*rid
);
1294 bool sid_peek_rid(const DOM_SID
*sid
, uint32
*rid
);
1295 bool sid_peek_check_rid(const DOM_SID
*exp_dom_sid
, const DOM_SID
*sid
, uint32
*rid
);
1296 void sid_copy(DOM_SID
*dst
, const DOM_SID
*src
);
1297 bool sid_linearize(char *outbuf
, size_t len
, const DOM_SID
*sid
);
1298 bool sid_parse(const char *inbuf
, size_t len
, DOM_SID
*sid
);
1299 int sid_compare(const DOM_SID
*sid1
, const DOM_SID
*sid2
);
1300 int sid_compare_domain(const DOM_SID
*sid1
, const DOM_SID
*sid2
);
1301 bool sid_equal(const DOM_SID
*sid1
, const DOM_SID
*sid2
);
1302 bool non_mappable_sid(DOM_SID
*sid
);
1303 char *sid_binstring(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
);
1304 char *sid_binstring_hex(const DOM_SID
*sid
);
1305 DOM_SID
*sid_dup_talloc(TALLOC_CTX
*ctx
, const DOM_SID
*src
);
1306 NTSTATUS
add_sid_to_array(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
,
1307 DOM_SID
**sids
, size_t *num
);
1308 NTSTATUS
add_sid_to_array_unique(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
,
1309 DOM_SID
**sids
, size_t *num_sids
);
1310 void del_sid_from_array(const DOM_SID
*sid
, DOM_SID
**sids
, size_t *num
);
1311 bool add_rid_to_array_unique(TALLOC_CTX
*mem_ctx
,
1312 uint32 rid
, uint32
**pp_rids
, size_t *p_num
);
1313 bool is_null_sid(const DOM_SID
*sid
);
1314 bool is_sid_in_token(const NT_USER_TOKEN
*token
, const DOM_SID
*sid
);
1315 NTSTATUS
sid_array_from_info3(TALLOC_CTX
*mem_ctx
,
1316 const struct netr_SamInfo3
*info3
,
1317 DOM_SID
**user_sids
,
1318 size_t *num_user_sids
,
1319 bool include_user_group_rid
,
1320 bool skip_ressource_groups
);
1322 /* The following definitions come from lib/util_sock.c */
1324 bool interpret_string_addr_internal(struct addrinfo
**ppres
,
1325 const char *str
, int flags
);
1326 bool is_broadcast_addr(const struct sockaddr
*pss
);
1327 bool interpret_string_addr(struct sockaddr_storage
*pss
,
1330 bool is_loopback_ip_v4(struct in_addr ip
);
1331 bool is_loopback_addr(const struct sockaddr
*pss
);
1332 bool is_zero_addr(const struct sockaddr
*pss
);
1333 void zero_ip_v4(struct in_addr
*ip
);
1334 void zero_sockaddr(struct sockaddr_storage
*pss
);
1335 void in_addr_to_sockaddr_storage(struct sockaddr_storage
*ss
,
1337 bool same_net(const struct sockaddr
*ip1
,
1338 const struct sockaddr
*ip2
,
1339 const struct sockaddr
*mask
);
1340 bool sockaddr_equal(const struct sockaddr
*ip1
,
1341 const struct sockaddr
*ip2
);
1342 bool is_address_any(const struct sockaddr
*psa
);
1343 uint16_t get_sockaddr_port(const struct sockaddr_storage
*pss
);
1344 char *print_sockaddr(char *dest
,
1346 const struct sockaddr_storage
*psa
);
1347 char *print_canonical_sockaddr(TALLOC_CTX
*ctx
,
1348 const struct sockaddr_storage
*pss
);
1349 void set_sockaddr_port(struct sockaddr
*psa
, uint16_t port
);
1350 const char *client_name(int fd
);
1351 int get_socket_port(int fd
);
1352 const char *client_addr(int fd
, char *addr
, size_t addrlen
);
1353 const char *client_socket_addr(int fd
, char *addr
, size_t addr_len
);
1354 int client_socket_port(int fd
);
1355 void set_smb_read_error(enum smb_read_errors
*pre
,
1356 enum smb_read_errors newerr
);
1357 void cond_set_smb_read_error(enum smb_read_errors
*pre
,
1358 enum smb_read_errors newerr
);
1359 bool is_a_socket(int fd
);
1360 void set_socket_options(int fd
, const char *options
);
1361 ssize_t
read_udp_v4_socket(int fd
,
1364 struct sockaddr_storage
*psa
);
1365 NTSTATUS
read_socket_with_timeout(int fd
, char *buf
,
1366 size_t mincnt
, size_t maxcnt
,
1367 unsigned int time_out
,
1369 NTSTATUS
read_data(int fd
, char *buffer
, size_t N
);
1370 ssize_t
write_data(int fd
, const char *buffer
, size_t N
);
1371 ssize_t
write_data_iov(int fd
, const struct iovec
*orig_iov
, int iovcnt
);
1372 bool send_keepalive(int client
);
1373 NTSTATUS
read_smb_length_return_keepalive(int fd
, char *inbuf
,
1374 unsigned int timeout
,
1376 NTSTATUS
read_smb_length(int fd
, char *inbuf
, unsigned int timeout
,
1378 NTSTATUS
receive_smb_raw(int fd
,
1381 unsigned int timeout
,
1384 int open_socket_in(int type
,
1387 const struct sockaddr_storage
*psock
,
1389 NTSTATUS
open_socket_out(const struct sockaddr_storage
*pss
, uint16_t port
,
1390 int timeout
, int *pfd
);
1391 struct tevent_req
*open_socket_out_send(TALLOC_CTX
*mem_ctx
,
1392 struct event_context
*ev
,
1393 const struct sockaddr_storage
*pss
,
1396 NTSTATUS
open_socket_out_recv(struct tevent_req
*req
, int *pfd
);
1397 struct tevent_req
*open_socket_out_defer_send(TALLOC_CTX
*mem_ctx
,
1398 struct event_context
*ev
,
1399 struct timeval wait_time
,
1400 const struct sockaddr_storage
*pss
,
1403 NTSTATUS
open_socket_out_defer_recv(struct tevent_req
*req
, int *pfd
);
1404 bool open_any_socket_out(struct sockaddr_storage
*addrs
, int num_addrs
,
1405 int timeout
, int *fd_index
, int *fd
);
1406 int open_udp_socket(const char *host
, int port
);
1407 const char *get_peer_name(int fd
, bool force_lookup
);
1408 const char *get_peer_addr(int fd
, char *addr
, size_t addr_len
);
1409 int create_pipe_sock(const char *socket_dir
,
1410 const char *socket_name
,
1412 const char *get_mydnsfullname(void);
1413 bool is_myname_or_ipaddr(const char *s
);
1414 struct tevent_req
*getaddrinfo_send(TALLOC_CTX
*mem_ctx
,
1415 struct tevent_context
*ev
,
1416 struct fncall_context
*ctx
,
1418 const char *service
,
1419 const struct addrinfo
*hints
);
1420 int getaddrinfo_recv(struct tevent_req
*req
, struct addrinfo
**res
);
1421 struct tevent_req
*tstream_read_packet_send(TALLOC_CTX
*mem_ctx
,
1422 struct tevent_context
*ev
,
1423 struct tstream_context
*stream
,
1425 ssize_t (*more
)(uint8_t *buf
,
1427 void *private_data
),
1428 void *private_data
);
1429 ssize_t
tstream_read_packet_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
1430 uint8_t **pbuf
, int *perrno
);
1432 /* The following definitions come from lib/util_str.c */
1434 bool next_token(const char **ptr
, char *buff
, const char *sep
, size_t bufsize
);
1435 bool next_token_talloc(TALLOC_CTX
*ctx
,
1439 bool next_token_no_ltrim_talloc(TALLOC_CTX
*ctx
,
1443 int StrCaseCmp(const char *s
, const char *t
);
1444 int StrnCaseCmp(const char *s
, const char *t
, size_t len
);
1445 bool strnequal(const char *s1
,const char *s2
,size_t n
);
1446 bool strcsequal(const char *s1
,const char *s2
);
1447 void strnorm(char *s
, int case_default
);
1448 bool strisnormal(const char *s
, int case_default
);
1449 char *push_skip_string(char *buf
);
1450 char *skip_string(const char *base
, size_t len
, char *buf
);
1451 size_t str_charnum(const char *s
);
1452 size_t str_ascii_charnum(const char *s
);
1453 bool trim_char(char *s
,char cfront
,char cback
);
1454 bool strhasupper(const char *s
);
1455 bool strhaslower(const char *s
);
1456 char *safe_strcpy_fn(const char *fn
,
1461 char *safe_strcat_fn(const char *fn
,
1466 char *alpha_strcpy_fn(const char *fn
,
1470 const char *other_safe_chars
,
1472 char *StrnCpy_fn(const char *fn
, int line
,char *dest
,const char *src
,size_t n
);
1473 bool in_list(const char *s
, const char *list
, bool casesensitive
);
1474 void string_free(char **s
);
1475 bool string_set(char **dest
,const char *src
);
1476 void string_sub2(char *s
,const char *pattern
, const char *insert
, size_t len
,
1477 bool remove_unsafe_characters
, bool replace_once
,
1478 bool allow_trailing_dollar
);
1479 void string_sub_once(char *s
, const char *pattern
,
1480 const char *insert
, size_t len
);
1481 void string_sub(char *s
,const char *pattern
, const char *insert
, size_t len
);
1482 void fstring_sub(char *s
,const char *pattern
,const char *insert
);
1483 char *realloc_string_sub2(char *string
,
1484 const char *pattern
,
1486 bool remove_unsafe_characters
,
1487 bool allow_trailing_dollar
);
1488 char *realloc_string_sub(char *string
,
1489 const char *pattern
,
1490 const char *insert
);
1491 char *talloc_string_sub2(TALLOC_CTX
*mem_ctx
, const char *src
,
1492 const char *pattern
,
1494 bool remove_unsafe_characters
,
1496 bool allow_trailing_dollar
);
1497 char *talloc_string_sub(TALLOC_CTX
*mem_ctx
,
1499 const char *pattern
,
1500 const char *insert
);
1501 void all_string_sub(char *s
,const char *pattern
,const char *insert
, size_t len
);
1502 char *talloc_all_string_sub(TALLOC_CTX
*ctx
,
1504 const char *pattern
,
1505 const char *insert
);
1506 char *octal_string(int i
);
1507 char *string_truncate(char *s
, unsigned int length
);
1508 char *strchr_m(const char *src
, char c
);
1509 char *strrchr_m(const char *s
, char c
);
1510 char *strnrchr_m(const char *s
, char c
, unsigned int n
);
1511 char *strstr_m(const char *src
, const char *findstr
);
1512 void strlower_m(char *s
);
1513 void strupper_m(char *s
);
1514 size_t strlen_m(const char *s
);
1515 size_t strlen_m_term(const char *s
);
1516 size_t strlen_m_term_null(const char *s
);
1517 char *binary_string_rfc2254(TALLOC_CTX
*mem_ctx
, const uint8_t *buf
, int len
);
1518 char *binary_string(char *buf
, int len
);
1519 int fstr_sprintf(fstring s
, const char *fmt
, ...);
1520 bool str_list_sub_basic( char **list
, const char *smb_name
,
1521 const char *domain_name
);
1522 bool str_list_substitute(char **list
, const char *pattern
, const char *insert
);
1523 bool str_list_check(const char **list
, const char *s
);
1524 bool str_list_check_ci(const char **list
, const char *s
);
1526 char *ipstr_list_make(char **ipstr_list
,
1527 const struct ip_service
*ip_list
,
1529 int ipstr_list_parse(const char *ipstr_list
, struct ip_service
**ip_list
);
1530 void ipstr_list_free(char* ipstr_list
);
1531 void rfc1738_unescape(char *buf
);
1532 DATA_BLOB
base64_decode_data_blob(const char *s
);
1533 void base64_decode_inplace(char *s
);
1534 char *base64_encode_data_blob(TALLOC_CTX
*mem_ctx
, DATA_BLOB data
);
1535 uint64_t STR_TO_SMB_BIG_UINT(const char *nptr
, const char **entptr
);
1536 SMB_OFF_T
conv_str_size(const char * str
);
1537 void string_append(char **left
, const char *right
);
1538 bool add_string_to_array(TALLOC_CTX
*mem_ctx
,
1539 const char *str
, const char ***strings
,
1541 void sprintf_append(TALLOC_CTX
*mem_ctx
, char **string
, ssize_t
*len
,
1542 size_t *bufsize
, const char *fmt
, ...);
1543 int asprintf_strupper_m(char **strp
, const char *fmt
, ...);
1544 char *talloc_asprintf_strupper_m(TALLOC_CTX
*t
, const char *fmt
, ...);
1545 char *talloc_asprintf_strlower_m(TALLOC_CTX
*t
, const char *fmt
, ...);
1546 char *sstring_sub(const char *src
, char front
, char back
);
1547 bool validate_net_name( const char *name
,
1548 const char *invalid_chars
,
1550 char *escape_shell_string(const char *src
);
1551 char **str_list_make_v3(TALLOC_CTX
*mem_ctx
, const char *string
, const char *sep
);
1553 /* The following definitions come from lib/util_unistr.c */
1555 void gfree_case_tables(void);
1556 void load_case_tables(void);
1557 void init_valid_table(void);
1558 size_t dos_PutUniCode(char *dst
,const char *src
, size_t len
, bool null_terminate
);
1559 char *skip_unibuf(char *src
, size_t len
);
1560 int rpcstr_pull(char* dest
, void *src
, int dest_len
, int src_len
, int flags
);
1561 int rpcstr_pull_talloc(TALLOC_CTX
*ctx
,
1566 int rpcstr_push(void *dest
, const char *src
, size_t dest_len
, int flags
);
1567 int rpcstr_push_talloc(TALLOC_CTX
*ctx
, smb_ucs2_t
**dest
, const char *src
);
1568 smb_ucs2_t
toupper_w(smb_ucs2_t val
);
1569 smb_ucs2_t
tolower_w( smb_ucs2_t val
);
1570 bool islower_w(smb_ucs2_t c
);
1571 bool isupper_w(smb_ucs2_t c
);
1572 bool isvalid83_w(smb_ucs2_t c
);
1573 size_t strlen_w(const smb_ucs2_t
*src
);
1574 size_t strnlen_w(const smb_ucs2_t
*src
, size_t max
);
1575 smb_ucs2_t
*strchr_w(const smb_ucs2_t
*s
, smb_ucs2_t c
);
1576 smb_ucs2_t
*strchr_wa(const smb_ucs2_t
*s
, char c
);
1577 smb_ucs2_t
*strrchr_w(const smb_ucs2_t
*s
, smb_ucs2_t c
);
1578 smb_ucs2_t
*strnrchr_w(const smb_ucs2_t
*s
, smb_ucs2_t c
, unsigned int n
);
1579 smb_ucs2_t
*strstr_w(const smb_ucs2_t
*s
, const smb_ucs2_t
*ins
);
1580 bool strlower_w(smb_ucs2_t
*s
);
1581 bool strupper_w(smb_ucs2_t
*s
);
1582 void strnorm_w(smb_ucs2_t
*s
, int case_default
);
1583 int strcmp_w(const smb_ucs2_t
*a
, const smb_ucs2_t
*b
);
1584 int strncmp_w(const smb_ucs2_t
*a
, const smb_ucs2_t
*b
, size_t len
);
1585 int strcasecmp_w(const smb_ucs2_t
*a
, const smb_ucs2_t
*b
);
1586 int strncasecmp_w(const smb_ucs2_t
*a
, const smb_ucs2_t
*b
, size_t len
);
1587 bool strequal_w(const smb_ucs2_t
*s1
, const smb_ucs2_t
*s2
);
1588 bool strnequal_w(const smb_ucs2_t
*s1
,const smb_ucs2_t
*s2
,size_t n
);
1589 smb_ucs2_t
*strdup_w(const smb_ucs2_t
*src
);
1590 smb_ucs2_t
*strndup_w(const smb_ucs2_t
*src
, size_t len
);
1591 smb_ucs2_t
*strncpy_w(smb_ucs2_t
*dest
, const smb_ucs2_t
*src
, const size_t max
);
1592 smb_ucs2_t
*strncat_w(smb_ucs2_t
*dest
, const smb_ucs2_t
*src
, const size_t max
);
1593 smb_ucs2_t
*strcat_w(smb_ucs2_t
*dest
, const smb_ucs2_t
*src
);
1594 void string_replace_w(smb_ucs2_t
*s
, smb_ucs2_t oldc
, smb_ucs2_t newc
);
1595 bool trim_string_w(smb_ucs2_t
*s
, const smb_ucs2_t
*front
,
1596 const smb_ucs2_t
*back
);
1597 int strcmp_wa(const smb_ucs2_t
*a
, const char *b
);
1598 int strncmp_wa(const smb_ucs2_t
*a
, const char *b
, size_t len
);
1599 smb_ucs2_t
*strpbrk_wa(const smb_ucs2_t
*s
, const char *p
);
1600 smb_ucs2_t
*strstr_wa(const smb_ucs2_t
*s
, const char *ins
);
1601 int toupper_ascii(int c
);
1602 int tolower_ascii(int c
);
1603 int isupper_ascii(int c
);
1604 int islower_ascii(int c
);
1606 /* The following definitions come from lib/util_uuid.c */
1608 void smb_uuid_pack(const struct GUID uu
, UUID_FLAT
*ptr
);
1609 void smb_uuid_unpack(const UUID_FLAT in
, struct GUID
*uu
);
1610 char *guid_binstring(TALLOC_CTX
*mem_ctx
, const struct GUID
*guid
);
1612 /* The following definitions come from lib/version.c */
1614 const char *samba_version_string(void);
1616 /* The following definitions come from lib/winbind_util.c */
1618 bool winbind_lookup_name(const char *dom_name
, const char *name
, DOM_SID
*sid
,
1619 enum lsa_SidType
*name_type
);
1620 bool winbind_lookup_sid(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
,
1621 const char **domain
, const char **name
,
1622 enum lsa_SidType
*name_type
);
1623 bool winbind_ping(void);
1624 bool winbind_sid_to_uid(uid_t
*puid
, const DOM_SID
*sid
);
1625 bool winbind_uid_to_sid(DOM_SID
*sid
, uid_t uid
);
1626 bool winbind_sid_to_gid(gid_t
*pgid
, const DOM_SID
*sid
);
1627 bool winbind_gid_to_sid(DOM_SID
*sid
, gid_t gid
);
1628 struct passwd
* winbind_getpwnam(const char * sname
);
1629 struct passwd
* winbind_getpwsid(const DOM_SID
*sid
);
1630 wbcErr
wb_is_trusted_domain(const char *domain
);
1631 bool winbind_lookup_rids(TALLOC_CTX
*mem_ctx
,
1632 const DOM_SID
*domain_sid
,
1633 int num_rids
, uint32
*rids
,
1634 const char **domain_name
,
1635 const char ***names
, enum lsa_SidType
**types
);
1636 bool winbind_allocate_uid(uid_t
*uid
);
1637 bool winbind_allocate_gid(gid_t
*gid
);
1638 bool winbind_get_groups(TALLOC_CTX
*mem_ctx
,
1639 const char *account
,
1640 uint32_t *num_groups
,
1642 bool winbind_get_sid_aliases(TALLOC_CTX
*mem_ctx
,
1643 const DOM_SID
*dom_sid
,
1644 const DOM_SID
*members
,
1646 uint32_t **pp_alias_rids
,
1647 size_t *p_num_alias_rids
);
1650 /* The following definitions come from lib/wins_srv.c */
1652 bool wins_srv_is_dead(struct in_addr wins_ip
, struct in_addr src_ip
);
1653 void wins_srv_alive(struct in_addr wins_ip
, struct in_addr src_ip
);
1654 void wins_srv_died(struct in_addr wins_ip
, struct in_addr src_ip
);
1655 unsigned wins_srv_count(void);
1656 char **wins_srv_tags(void);
1657 void wins_srv_tags_free(char **list
);
1658 struct in_addr
wins_srv_ip_tag(const char *tag
, struct in_addr src_ip
);
1659 unsigned wins_srv_count_tag(const char *tag
);
1661 /* The following definitions come from libads/ads_status.c */
1663 ADS_STATUS
ads_build_error(enum ads_error_type etype
,
1664 int rc
, int minor_status
);
1665 ADS_STATUS
ads_build_nt_error(enum ads_error_type etype
,
1666 NTSTATUS nt_status
);
1667 NTSTATUS
ads_ntstatus(ADS_STATUS status
);
1668 const char *ads_errstr(ADS_STATUS status
);
1669 NTSTATUS
gss_err_to_ntstatus(uint32 maj
, uint32 min
);
1671 /* The following definitions come from libads/ads_struct.c */
1673 char *ads_build_path(const char *realm
, const char *sep
, const char *field
, int reverse
);
1674 char *ads_build_dn(const char *realm
);
1675 char *ads_build_domain(const char *dn
);
1676 ADS_STRUCT
*ads_init(const char *realm
,
1677 const char *workgroup
,
1678 const char *ldap_server
);
1679 void ads_destroy(ADS_STRUCT
**ads
);
1681 /* The following definitions come from libads/ads_utils.c */
1683 uint32
ads_acb2uf(uint32 acb
);
1684 uint32
ads_uf2acb(uint32 uf
);
1685 uint32
ads_uf2atype(uint32 uf
);
1686 uint32
ads_gtype2atype(uint32 gtype
);
1687 enum lsa_SidType
ads_atype_map(uint32 atype
);
1688 const char *ads_get_ldap_server_name(ADS_STRUCT
*ads
);
1690 /* The following definitions come from libads/authdata.c */
1692 struct PAC_LOGON_INFO
*get_logon_info_from_pac(struct PAC_DATA
*pac_data
);
1693 NTSTATUS
kerberos_return_pac(TALLOC_CTX
*mem_ctx
,
1697 time_t *expire_time
,
1698 time_t *renew_till_time
,
1699 const char *cache_name
,
1701 bool add_netbios_addr
,
1702 time_t renewable_time
,
1703 struct PAC_DATA
**pac_ret
);
1704 NTSTATUS
kerberos_return_info3_from_pac(TALLOC_CTX
*mem_ctx
,
1708 time_t *expire_time
,
1709 time_t *renew_till_time
,
1710 const char *cache_name
,
1712 bool add_netbios_addr
,
1713 time_t renewable_time
,
1714 struct netr_SamInfo3
**info3
);
1716 /* The following definitions come from libads/cldap.c */
1717 bool ads_cldap_netlogon(TALLOC_CTX
*mem_ctx
,
1720 uint32_t nt_version
,
1721 struct netlogon_samlogon_response
**reply
);
1722 bool ads_cldap_netlogon_5(TALLOC_CTX
*mem_ctx
,
1725 struct NETLOGON_SAM_LOGON_RESPONSE_EX
*reply5
);
1727 /* The following definitions come from libads/disp_sec.c */
1729 void ads_disp_sd(ADS_STRUCT
*ads
, TALLOC_CTX
*mem_ctx
, SEC_DESC
*sd
);
1731 /* The following definitions come from libads/dns.c */
1733 NTSTATUS
ads_dns_lookup_ns(TALLOC_CTX
*ctx
,
1734 const char *dnsdomain
,
1735 struct dns_rr_ns
**nslist
,
1737 bool sitename_store(const char *realm
, const char *sitename
);
1738 char *sitename_fetch(const char *realm
);
1739 bool stored_sitename_changed(const char *realm
, const char *sitename
);
1740 NTSTATUS
ads_dns_query_dcs(TALLOC_CTX
*ctx
,
1742 const char *sitename
,
1743 struct dns_rr_srv
**dclist
,
1745 NTSTATUS
ads_dns_query_gcs(TALLOC_CTX
*ctx
,
1747 const char *sitename
,
1748 struct dns_rr_srv
**dclist
,
1750 NTSTATUS
ads_dns_query_kdcs(TALLOC_CTX
*ctx
,
1751 const char *dns_forest_name
,
1752 const char *sitename
,
1753 struct dns_rr_srv
**dclist
,
1755 NTSTATUS
ads_dns_query_pdc(TALLOC_CTX
*ctx
,
1756 const char *dns_domain_name
,
1757 struct dns_rr_srv
**dclist
,
1759 NTSTATUS
ads_dns_query_dcs_guid(TALLOC_CTX
*ctx
,
1760 const char *dns_forest_name
,
1761 const struct GUID
*domain_guid
,
1762 struct dns_rr_srv
**dclist
,
1765 /* The following definitions come from libads/kerberos.c */
1767 int kerberos_kinit_password_ext(const char *principal
,
1768 const char *password
,
1770 time_t *expire_time
,
1771 time_t *renew_till_time
,
1772 const char *cache_name
,
1774 bool add_netbios_addr
,
1775 time_t renewable_time
,
1776 NTSTATUS
*ntstatus
);
1777 int ads_kinit_password(ADS_STRUCT
*ads
);
1778 int ads_kdestroy(const char *cc_name
);
1779 char* kerberos_standard_des_salt( void );
1780 bool kerberos_secrets_store_des_salt( const char* salt
);
1781 char* kerberos_secrets_fetch_des_salt( void );
1782 char *kerberos_get_default_realm_from_ccache( void );
1783 bool kerberos_secrets_store_salting_principal(const char *service
,
1785 const char *principal
);
1786 int kerberos_kinit_password(const char *principal
,
1787 const char *password
,
1789 const char *cache_name
);
1790 bool create_local_private_krb5_conf_for_domain(const char *realm
,
1792 const char *sitename
,
1793 struct sockaddr_storage
*pss
);
1796 /* The following definitions come from libsmb/credentials.c */
1798 char *credstr(const unsigned char *cred
);
1799 void creds_server_init(uint32 neg_flags
,
1801 struct netr_Credential
*clnt_chal
,
1802 struct netr_Credential
*srv_chal
,
1803 const unsigned char mach_pw
[16],
1804 struct netr_Credential
*init_chal_out
);
1805 bool netlogon_creds_server_check(const struct dcinfo
*dc
,
1806 const struct netr_Credential
*rcv_cli_chal_in
);
1807 bool netlogon_creds_server_step(struct dcinfo
*dc
,
1808 const struct netr_Authenticator
*received_cred
,
1809 struct netr_Authenticator
*cred_out
);
1810 void cred_hash3(unsigned char *out
, const unsigned char *in
, const unsigned char *key
, int forw
);
1812 /* The following definitions come from libads/kerberos_keytab.c */
1814 int ads_keytab_add_entry(ADS_STRUCT
*ads
, const char *srvPrinc
);
1815 int ads_keytab_flush(ADS_STRUCT
*ads
);
1816 int ads_keytab_create_default(ADS_STRUCT
*ads
);
1817 int ads_keytab_list(const char *keytab_name
);
1819 /* The following definitions come from libads/kerberos_verify.c */
1821 NTSTATUS
ads_verify_ticket(TALLOC_CTX
*mem_ctx
,
1824 const DATA_BLOB
*ticket
,
1826 struct PAC_DATA
**pac_data
,
1828 DATA_BLOB
*session_key
,
1829 bool use_replay_cache
);
1831 /* The following definitions come from libads/krb5_errs.c */
1834 /* The following definitions come from libads/krb5_setpw.c */
1836 ADS_STATUS
ads_krb5_set_password(const char *kdc_host
, const char *princ
,
1837 const char *newpw
, int time_offset
);
1838 ADS_STATUS
kerberos_set_password(const char *kpasswd_server
,
1839 const char *auth_principal
, const char *auth_password
,
1840 const char *target_principal
, const char *new_password
,
1842 ADS_STATUS
ads_set_machine_password(ADS_STRUCT
*ads
,
1843 const char *machine_account
,
1844 const char *password
);
1846 /* The following definitions come from libads/ldap.c */
1848 bool ads_sitename_match(ADS_STRUCT
*ads
);
1849 bool ads_closest_dc(ADS_STRUCT
*ads
);
1850 ADS_STATUS
ads_connect(ADS_STRUCT
*ads
);
1851 ADS_STATUS
ads_connect_user_creds(ADS_STRUCT
*ads
);
1852 ADS_STATUS
ads_connect_gc(ADS_STRUCT
*ads
);
1853 void ads_disconnect(ADS_STRUCT
*ads
);
1854 ADS_STATUS
ads_do_search_all_fn(ADS_STRUCT
*ads
, const char *bind_path
,
1855 int scope
, const char *expr
, const char **attrs
,
1856 bool (*fn
)(ADS_STRUCT
*, char *, void **, void *),
1858 char *ads_parent_dn(const char *dn
);
1859 ADS_MODLIST
ads_init_mods(TALLOC_CTX
*ctx
);
1860 ADS_STATUS
ads_mod_str(TALLOC_CTX
*ctx
, ADS_MODLIST
*mods
,
1861 const char *name
, const char *val
);
1862 ADS_STATUS
ads_mod_strlist(TALLOC_CTX
*ctx
, ADS_MODLIST
*mods
,
1863 const char *name
, const char **vals
);
1864 ADS_STATUS
ads_gen_mod(ADS_STRUCT
*ads
, const char *mod_dn
, ADS_MODLIST mods
);
1865 ADS_STATUS
ads_gen_add(ADS_STRUCT
*ads
, const char *new_dn
, ADS_MODLIST mods
);
1866 ADS_STATUS
ads_del_dn(ADS_STRUCT
*ads
, char *del_dn
);
1867 char *ads_ou_string(ADS_STRUCT
*ads
, const char *org_unit
);
1868 char *ads_default_ou_string(ADS_STRUCT
*ads
, const char *wknguid
);
1869 ADS_STATUS
ads_add_strlist(TALLOC_CTX
*ctx
, ADS_MODLIST
*mods
,
1870 const char *name
, const char **vals
);
1871 uint32
ads_get_kvno(ADS_STRUCT
*ads
, const char *account_name
);
1872 uint32_t ads_get_machine_kvno(ADS_STRUCT
*ads
, const char *machine_name
);
1873 ADS_STATUS
ads_clear_service_principal_names(ADS_STRUCT
*ads
, const char *machine_name
);
1874 ADS_STATUS
ads_add_service_principal_name(ADS_STRUCT
*ads
, const char *machine_name
,
1875 const char *my_fqdn
, const char *spn
);
1876 ADS_STATUS
ads_create_machine_acct(ADS_STRUCT
*ads
, const char *machine_name
,
1877 const char *org_unit
);
1878 ADS_STATUS
ads_move_machine_acct(ADS_STRUCT
*ads
, const char *machine_name
,
1879 const char *org_unit
, bool *moved
);
1880 int ads_count_replies(ADS_STRUCT
*ads
, void *res
);
1881 ADS_STATUS
ads_USN(ADS_STRUCT
*ads
, uint32
*usn
);
1882 ADS_STATUS
ads_current_time(ADS_STRUCT
*ads
);
1883 ADS_STATUS
ads_domain_func_level(ADS_STRUCT
*ads
, uint32
*val
);
1884 ADS_STATUS
ads_domain_sid(ADS_STRUCT
*ads
, DOM_SID
*sid
);
1885 ADS_STATUS
ads_site_dn(ADS_STRUCT
*ads
, TALLOC_CTX
*mem_ctx
, const char **site_name
);
1886 ADS_STATUS
ads_site_dn_for_machine(ADS_STRUCT
*ads
, TALLOC_CTX
*mem_ctx
, const char *computer_name
, const char **site_dn
);
1887 ADS_STATUS
ads_upn_suffixes(ADS_STRUCT
*ads
, TALLOC_CTX
*mem_ctx
, char ***suffixes
, size_t *num_suffixes
);
1888 ADS_STATUS
ads_get_joinable_ous(ADS_STRUCT
*ads
,
1889 TALLOC_CTX
*mem_ctx
,
1892 ADS_STATUS
ads_get_sid_from_extended_dn(TALLOC_CTX
*mem_ctx
,
1893 const char *extended_dn
,
1894 enum ads_extended_dn_flags flags
,
1896 char* ads_get_dnshostname( ADS_STRUCT
*ads
, TALLOC_CTX
*ctx
, const char *machine_name
);
1897 char* ads_get_upn( ADS_STRUCT
*ads
, TALLOC_CTX
*ctx
, const char *machine_name
);
1898 char* ads_get_samaccountname( ADS_STRUCT
*ads
, TALLOC_CTX
*ctx
, const char *machine_name
);
1899 ADS_STATUS
ads_join_realm(ADS_STRUCT
*ads
, const char *machine_name
,
1900 uint32 account_type
, const char *org_unit
);
1901 ADS_STATUS
ads_leave_realm(ADS_STRUCT
*ads
, const char *hostname
);
1902 ADS_STATUS
ads_find_samaccount(ADS_STRUCT
*ads
,
1903 TALLOC_CTX
*mem_ctx
,
1904 const char *samaccountname
,
1906 const char **dn_ret
);
1907 ADS_STATUS
ads_config_path(ADS_STRUCT
*ads
,
1908 TALLOC_CTX
*mem_ctx
,
1909 char **config_path
);
1910 const char *ads_get_extended_right_name_by_guid(ADS_STRUCT
*ads
,
1911 const char *config_path
,
1912 TALLOC_CTX
*mem_ctx
,
1913 const struct GUID
*rights_guid
);
1914 ADS_STATUS
ads_check_ou_dn(TALLOC_CTX
*mem_ctx
,
1916 const char **account_ou
);
1918 /* The following definitions come from libads/ldap_printer.c */
1920 ADS_STATUS
ads_mod_printer_entry(ADS_STRUCT
*ads
, char *prt_dn
,
1921 TALLOC_CTX
*ctx
, const ADS_MODLIST
*mods
);
1922 ADS_STATUS
ads_add_printer_entry(ADS_STRUCT
*ads
, char *prt_dn
,
1923 TALLOC_CTX
*ctx
, ADS_MODLIST
*mods
);
1924 WERROR
get_remote_printer_publishing_data(struct rpc_pipe_client
*cli
,
1925 TALLOC_CTX
*mem_ctx
,
1927 const char *printer
);
1928 bool get_local_printer_publishing_data(TALLOC_CTX
*mem_ctx
,
1930 NT_PRINTER_DATA
*data
);
1932 /* The following definitions come from libads/ldap_schema.c */
1934 ADS_STATUS
ads_get_attrnames_by_oids(ADS_STRUCT
*ads
, TALLOC_CTX
*mem_ctx
,
1935 const char *schema_path
,
1936 const char **OIDs
, size_t num_OIDs
,
1937 char ***OIDs_out
, char ***names
, size_t *count
);
1938 const char *ads_get_attrname_by_guid(ADS_STRUCT
*ads
,
1939 const char *schema_path
,
1940 TALLOC_CTX
*mem_ctx
,
1941 const struct GUID
*schema_guid
);
1942 const char *ads_get_attrname_by_oid(ADS_STRUCT
*ads
, const char *schema_path
, TALLOC_CTX
*mem_ctx
, const char * OID
);
1943 ADS_STATUS
ads_schema_path(ADS_STRUCT
*ads
, TALLOC_CTX
*mem_ctx
, char **schema_path
);
1944 ADS_STATUS
ads_check_posix_schema_mapping(TALLOC_CTX
*mem_ctx
,
1946 enum wb_posix_mapping map_type
,
1947 struct posix_schema
**s
) ;
1949 /* The following definitions come from libads/ldap_user.c */
1951 ADS_STATUS
ads_add_user_acct(ADS_STRUCT
*ads
, const char *user
,
1952 const char *container
, const char *fullname
);
1953 ADS_STATUS
ads_add_group_acct(ADS_STRUCT
*ads
, const char *group
,
1954 const char *container
, const char *comment
);
1956 /* The following definitions come from libads/ldap_utils.c */
1958 ADS_STATUS
ads_ranged_search(ADS_STRUCT
*ads
,
1959 TALLOC_CTX
*mem_ctx
,
1964 const char *range_attr
,
1966 size_t *num_strings
);
1967 ADS_STATUS
ads_ranged_search_internal(ADS_STRUCT
*ads
,
1968 TALLOC_CTX
*mem_ctx
,
1974 const char *range_attr
,
1976 size_t *num_strings
,
1981 /* The following definitions come from libads/ndr.c */
1983 void ndr_print_ads_auth_flags(struct ndr_print
*ndr
, const char *name
, uint32_t r
);
1984 void ndr_print_ads_struct(struct ndr_print
*ndr
, const char *name
, const struct ads_struct
*r
);
1986 /* The following definitions come from libads/sasl.c */
1988 ADS_STATUS
ads_sasl_bind(ADS_STRUCT
*ads
);
1990 /* The following definitions come from libads/sasl_wrapping.c */
1992 ADS_STATUS
ads_setup_sasl_wrapping(ADS_STRUCT
*ads
,
1993 const struct ads_saslwrap_ops
*ops
,
1994 void *private_data
);
1995 ADS_STATUS
ads_setup_sasl_wrapping(ADS_STRUCT
*ads
,
1996 const struct ads_saslwrap_ops
*ops
,
1997 void *private_data
);
1999 /* The following definitions come from libads/util.c */
2001 ADS_STATUS
ads_change_trust_account_password(ADS_STRUCT
*ads
, char *host_principal
);
2002 ADS_STATUS
ads_guess_service_principal(ADS_STRUCT
*ads
,
2003 char **returned_principal
);
2005 /* The following definitions come from libgpo/gpo_filesync.c */
2007 NTSTATUS
gpo_copy_file(TALLOC_CTX
*mem_ctx
,
2008 struct cli_state
*cli
,
2009 const char *nt_path
,
2010 const char *unix_path
);
2011 NTSTATUS
gpo_sync_directories(TALLOC_CTX
*mem_ctx
,
2012 struct cli_state
*cli
,
2013 const char *nt_path
,
2014 const char *local_path
);
2016 /* The following definitions come from libgpo/gpo_ini.c */
2018 NTSTATUS
parse_gpt_ini(TALLOC_CTX
*mem_ctx
,
2019 const char *filename
,
2021 char **display_name
);
2023 /* The following definitions come from libgpo/gpo_reg.c */
2025 struct nt_user_token
*registry_create_system_token(TALLOC_CTX
*mem_ctx
);
2026 WERROR
gp_init_reg_ctx(TALLOC_CTX
*mem_ctx
,
2027 const char *initial_path
,
2028 uint32_t desired_access
,
2029 const struct nt_user_token
*token
,
2030 struct gp_registry_context
**reg_ctx
);
2031 void gp_free_reg_ctx(struct gp_registry_context
*reg_ctx
);
2032 WERROR
gp_store_reg_subkey(TALLOC_CTX
*mem_ctx
,
2033 const char *subkeyname
,
2034 struct registry_key
*curr_key
,
2035 struct registry_key
**new_key
);
2036 WERROR
gp_read_reg_subkey(TALLOC_CTX
*mem_ctx
,
2037 struct gp_registry_context
*reg_ctx
,
2038 const char *subkeyname
,
2039 struct registry_key
**key
);
2040 WERROR
gp_store_reg_val_sz(TALLOC_CTX
*mem_ctx
,
2041 struct registry_key
*key
,
2042 const char *val_name
,
2044 WERROR
gp_read_reg_val_sz(TALLOC_CTX
*mem_ctx
,
2045 struct registry_key
*key
,
2046 const char *val_name
,
2048 WERROR
gp_reg_state_store(TALLOC_CTX
*mem_ctx
,
2051 const struct nt_user_token
*token
,
2052 struct GROUP_POLICY_OBJECT
*gpo_list
);
2053 WERROR
gp_reg_state_read(TALLOC_CTX
*mem_ctx
,
2056 struct GROUP_POLICY_OBJECT
**gpo_list
);
2057 WERROR
gp_secure_key(TALLOC_CTX
*mem_ctx
,
2059 struct registry_key
*key
,
2060 const DOM_SID
*sid
);
2061 void dump_reg_val(int lvl
, const char *direction
,
2062 const char *key
, const char *subkey
,
2063 struct registry_value
*val
);
2064 void dump_reg_entry(uint32_t flags
,
2066 struct gp_registry_entry
*entry
);
2067 void dump_reg_entries(uint32_t flags
,
2069 struct gp_registry_entry
*entries
,
2070 size_t num_entries
);
2071 bool add_gp_registry_entry_to_array(TALLOC_CTX
*mem_ctx
,
2072 struct gp_registry_entry
*entry
,
2073 struct gp_registry_entry
**entries
,
2075 WERROR
reg_apply_registry_entry(TALLOC_CTX
*mem_ctx
,
2076 struct registry_key
*root_key
,
2077 struct gp_registry_context
*reg_ctx
,
2078 struct gp_registry_entry
*entry
,
2079 const struct nt_user_token
*token
,
2083 #include "librpc/gen_ndr/ndr_dfs.h"
2084 #include "librpc/gen_ndr/ndr_dssetup.h"
2085 #include "librpc/gen_ndr/ndr_echo.h"
2086 #include "librpc/gen_ndr/ndr_eventlog.h"
2087 #include "librpc/gen_ndr/ndr_krb5pac.h"
2088 #include "librpc/gen_ndr/ndr_lsa.h"
2089 #include "librpc/gen_ndr/ndr_misc.h"
2090 #include "librpc/gen_ndr/ndr_netlogon.h"
2091 #include "librpc/gen_ndr/ndr_notify.h"
2092 #include "librpc/gen_ndr/ndr_ntsvcs.h"
2093 #include "librpc/gen_ndr/ndr_samr.h"
2094 #include "librpc/gen_ndr/ndr_security.h"
2095 #include "librpc/gen_ndr/ndr_srvsvc.h"
2096 #include "librpc/gen_ndr/ndr_svcctl.h"
2097 #include "librpc/gen_ndr/ndr_winreg.h"
2098 #include "librpc/gen_ndr/ndr_wkssvc.h"
2100 #include "librpc/gen_ndr/srv_dfs.h"
2101 #include "librpc/gen_ndr/srv_dssetup.h"
2102 #include "librpc/gen_ndr/srv_echo.h"
2103 #include "librpc/gen_ndr/srv_eventlog.h"
2104 #include "librpc/gen_ndr/srv_initshutdown.h"
2105 #include "librpc/gen_ndr/srv_lsa.h"
2106 #include "librpc/gen_ndr/srv_netlogon.h"
2107 #include "librpc/gen_ndr/srv_ntsvcs.h"
2108 #include "librpc/gen_ndr/srv_samr.h"
2109 #include "librpc/gen_ndr/srv_srvsvc.h"
2110 #include "librpc/gen_ndr/srv_svcctl.h"
2111 #include "librpc/gen_ndr/srv_winreg.h"
2112 #include "librpc/gen_ndr/srv_wkssvc.h"
2113 #include "librpc/gen_ndr/srv_spoolss.h"
2115 #include "librpc/ndr/libndr.h"
2117 /* The following definitions come from librpc/ndr/util.c */
2119 enum ndr_err_code
ndr_push_server_id(struct ndr_push
*ndr
, int ndr_flags
, const struct server_id
*r
);
2120 enum ndr_err_code
ndr_pull_server_id(struct ndr_pull
*ndr
, int ndr_flags
, struct server_id
*r
);
2121 void ndr_print_server_id(struct ndr_print
*ndr
, const char *name
, const struct server_id
*r
);
2122 enum ndr_err_code
ndr_push_file_id(struct ndr_push
*ndr
, int ndr_flags
, const struct file_id
*r
);
2123 enum ndr_err_code
ndr_pull_file_id(struct ndr_pull
*ndr
, int ndr_flags
, struct file_id
*r
);
2124 void ndr_print_file_id(struct ndr_print
*ndr
, const char *name
, const struct file_id
*r
);
2125 _PUBLIC_
void ndr_print_bool(struct ndr_print
*ndr
, const char *name
, const bool b
);
2126 _PUBLIC_
void ndr_print_sockaddr_storage(struct ndr_print
*ndr
, const char *name
, const struct sockaddr_storage
*ss
);
2127 const char *ndr_errstr(enum ndr_err_code err
);
2129 /* The following definitions come from librpc/ndr/sid.c */
2131 char *dom_sid_string(TALLOC_CTX
*mem_ctx
, const struct dom_sid
*sid
);
2133 /* The following definitions come from librpc/rpc/binding.c */
2135 const char *epm_floor_string(TALLOC_CTX
*mem_ctx
, struct epm_floor
*epm_floor
);
2136 _PUBLIC_
char *dcerpc_binding_string(TALLOC_CTX
*mem_ctx
, const struct dcerpc_binding
*b
);
2137 _PUBLIC_ NTSTATUS
dcerpc_parse_binding(TALLOC_CTX
*mem_ctx
, const char *s
, struct dcerpc_binding
**b_out
);
2138 _PUBLIC_ NTSTATUS
dcerpc_floor_get_lhs_data(const struct epm_floor
*epm_floor
,
2139 struct ndr_syntax_id
*syntax
);
2140 const char *dcerpc_floor_get_rhs_data(TALLOC_CTX
*mem_ctx
, struct epm_floor
*epm_floor
);
2141 enum dcerpc_transport_t
dcerpc_transport_by_endpoint_protocol(int prot
);
2142 _PUBLIC_
enum dcerpc_transport_t
dcerpc_transport_by_tower(const struct epm_tower
*tower
);
2143 _PUBLIC_
const char *derpc_transport_string_by_transport(enum dcerpc_transport_t t
);
2144 _PUBLIC_ NTSTATUS
dcerpc_binding_from_tower(TALLOC_CTX
*mem_ctx
,
2145 struct epm_tower
*tower
,
2146 struct dcerpc_binding
**b_out
);
2147 _PUBLIC_ NTSTATUS
dcerpc_binding_build_tower(TALLOC_CTX
*mem_ctx
,
2148 const struct dcerpc_binding
*binding
,
2149 struct epm_tower
*tower
);
2151 /* The following definitions come from librpc/rpc/dcerpc.c */
2153 struct rpc_request
*dcerpc_ndr_request_send(struct dcerpc_pipe
*p
, const struct GUID
*object
,
2154 const struct ndr_interface_table
*table
, uint32_t opnum
,
2155 TALLOC_CTX
*mem_ctx
, void *r
);
2156 NTSTATUS
dcerpc_ndr_request_recv(struct rpc_request
*req
);
2157 _PUBLIC_ NTSTATUS
dcerpc_pipe_connect(TALLOC_CTX
*parent_ctx
, struct dcerpc_pipe
**pp
,
2158 const char *binding_string
, const struct ndr_interface_table
*table
,
2159 struct cli_credentials
*credentials
, struct event_context
*ev
,
2160 struct loadparm_context
*lp_ctx
);
2162 /* The following definitions come from libsmb/cliconnect.c */
2164 ADS_STATUS
cli_session_setup_spnego(struct cli_state
*cli
, const char *user
,
2165 const char *pass
, const char *user_domain
,
2166 const char * dest_realm
);
2168 NTSTATUS
cli_session_setup(struct cli_state
*cli
,
2170 const char *pass
, int passlen
,
2171 const char *ntpass
, int ntpasslen
,
2172 const char *workgroup
);
2173 struct tevent_req
*cli_session_setup_guest_create(TALLOC_CTX
*mem_ctx
,
2174 struct event_context
*ev
,
2175 struct cli_state
*cli
,
2176 struct tevent_req
**psmbreq
);
2177 struct tevent_req
*cli_session_setup_guest_send(TALLOC_CTX
*mem_ctx
,
2178 struct event_context
*ev
,
2179 struct cli_state
*cli
);
2180 NTSTATUS
cli_session_setup_guest_recv(struct tevent_req
*req
);
2181 bool cli_ulogoff(struct cli_state
*cli
);
2182 struct tevent_req
*cli_tcon_andx_create(TALLOC_CTX
*mem_ctx
,
2183 struct event_context
*ev
,
2184 struct cli_state
*cli
,
2185 const char *share
, const char *dev
,
2186 const char *pass
, int passlen
,
2187 struct tevent_req
**psmbreq
);
2188 struct tevent_req
*cli_tcon_andx_send(TALLOC_CTX
*mem_ctx
,
2189 struct event_context
*ev
,
2190 struct cli_state
*cli
,
2191 const char *share
, const char *dev
,
2192 const char *pass
, int passlen
);
2193 NTSTATUS
cli_tcon_andx_recv(struct tevent_req
*req
);
2194 NTSTATUS
cli_tcon_andx(struct cli_state
*cli
, const char *share
,
2195 const char *dev
, const char *pass
, int passlen
);
2196 bool cli_tdis(struct cli_state
*cli
);
2197 void cli_negprot_sendsync(struct cli_state
*cli
);
2198 NTSTATUS
cli_negprot(struct cli_state
*cli
);
2199 struct tevent_req
*cli_negprot_send(TALLOC_CTX
*mem_ctx
,
2200 struct event_context
*ev
,
2201 struct cli_state
*cli
);
2202 NTSTATUS
cli_negprot_recv(struct tevent_req
*req
);
2203 bool cli_session_request(struct cli_state
*cli
,
2204 struct nmb_name
*calling
, struct nmb_name
*called
);
2205 NTSTATUS
cli_connect(struct cli_state
*cli
,
2207 struct sockaddr_storage
*dest_ss
);
2208 NTSTATUS
cli_start_connection(struct cli_state
**output_cli
,
2209 const char *my_name
,
2210 const char *dest_host
,
2211 struct sockaddr_storage
*dest_ss
, int port
,
2212 int signing_state
, int flags
,
2214 NTSTATUS
cli_full_connection(struct cli_state
**output_cli
,
2215 const char *my_name
,
2216 const char *dest_host
,
2217 struct sockaddr_storage
*dest_ss
, int port
,
2218 const char *service
, const char *service_type
,
2219 const char *user
, const char *domain
,
2220 const char *password
, int flags
,
2223 bool attempt_netbios_session_request(struct cli_state
**ppcli
, const char *srchost
, const char *desthost
,
2224 struct sockaddr_storage
*pdest_ss
);
2225 NTSTATUS
cli_raw_tcon(struct cli_state
*cli
,
2226 const char *service
, const char *pass
, const char *dev
,
2227 uint16
*max_xmit
, uint16
*tid
);
2228 struct cli_state
*get_ipc_connect(char *server
,
2229 struct sockaddr_storage
*server_ss
,
2230 const struct user_auth_info
*user_info
);
2231 struct cli_state
*get_ipc_connect_master_ip(TALLOC_CTX
*ctx
,
2232 struct ip_service
*mb_ip
,
2233 const struct user_auth_info
*user_info
,
2234 char **pp_workgroup_out
);
2235 struct cli_state
*get_ipc_connect_master_ip_bcast(TALLOC_CTX
*ctx
,
2236 const struct user_auth_info
*user_info
,
2237 char **pp_workgroup_out
);
2239 /* The following definitions come from libsmb/clidfs.c */
2241 NTSTATUS
cli_cm_force_encryption(struct cli_state
*c
,
2242 const char *username
,
2243 const char *password
,
2245 const char *sharename
);
2246 struct cli_state
*cli_cm_open(TALLOC_CTX
*ctx
,
2247 struct cli_state
*referring_cli
,
2250 const struct user_auth_info
*auth_info
,
2256 void cli_cm_display(const struct cli_state
*c
);
2257 bool cli_dfs_get_referral(TALLOC_CTX
*ctx
,
2258 struct cli_state
*cli
,
2260 CLIENT_DFS_REFERRAL
**refs
,
2263 bool cli_resolve_path(TALLOC_CTX
*ctx
,
2264 const char *mountpt
,
2265 const struct user_auth_info
*dfs_auth_info
,
2266 struct cli_state
*rootcli
,
2268 struct cli_state
**targetcli
,
2269 char **pp_targetpath
);
2271 /* The following definitions come from libsmb/clidgram.c */
2273 bool cli_send_mailslot(struct messaging_context
*msg_ctx
,
2274 bool unique
, const char *mailslot
,
2277 const char *srcname
, int src_type
,
2278 const char *dstname
, int dest_type
,
2279 const struct sockaddr_storage
*dest_ss
);
2280 bool send_getdc_request(TALLOC_CTX
*mem_ctx
,
2281 struct messaging_context
*msg_ctx
,
2282 struct sockaddr_storage
*dc_ss
,
2283 const char *domain_name
,
2285 uint32_t nt_version
);
2286 bool receive_getdc_response(TALLOC_CTX
*mem_ctx
,
2287 struct sockaddr_storage
*dc_ss
,
2288 const char *domain_name
,
2289 uint32_t *nt_version
,
2290 const char **dc_name
,
2291 struct netlogon_samlogon_response
**reply
);
2293 /* The following definitions come from libsmb/clientgen.c */
2295 int cli_set_message(char *buf
,int num_words
,int num_bytes
,bool zero
);
2296 unsigned int cli_set_timeout(struct cli_state
*cli
, unsigned int timeout
);
2297 void cli_set_port(struct cli_state
*cli
, int port
);
2298 bool cli_state_seqnum_persistent(struct cli_state
*cli
,
2300 bool cli_state_seqnum_remove(struct cli_state
*cli
,
2302 bool cli_receive_smb(struct cli_state
*cli
);
2303 ssize_t
cli_receive_smb_data(struct cli_state
*cli
, char *buffer
, size_t len
);
2304 bool cli_receive_smb_readX_header(struct cli_state
*cli
);
2305 bool cli_send_smb(struct cli_state
*cli
);
2306 bool cli_send_smb_direct_writeX(struct cli_state
*cli
,
2309 void cli_setup_packet_buf(struct cli_state
*cli
, char *buf
);
2310 void cli_setup_packet(struct cli_state
*cli
);
2311 void cli_setup_bcc(struct cli_state
*cli
, void *p
);
2312 NTSTATUS
cli_set_domain(struct cli_state
*cli
, const char *domain
);
2313 NTSTATUS
cli_set_username(struct cli_state
*cli
, const char *username
);
2314 NTSTATUS
cli_set_password(struct cli_state
*cli
, const char *password
);
2315 NTSTATUS
cli_init_creds(struct cli_state
*cli
, const char *username
, const char *domain
, const char *password
);
2316 struct cli_state
*cli_initialise(void);
2317 struct cli_state
*cli_initialise_ex(int signing_state
);
2318 void cli_nt_pipes_close(struct cli_state
*cli
);
2319 void cli_shutdown(struct cli_state
*cli
);
2320 void cli_sockopt(struct cli_state
*cli
, const char *options
);
2321 uint16
cli_setpid(struct cli_state
*cli
, uint16 pid
);
2322 bool cli_set_case_sensitive(struct cli_state
*cli
, bool case_sensitive
);
2323 bool cli_send_keepalive(struct cli_state
*cli
);
2324 struct tevent_req
*cli_echo_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
2325 struct cli_state
*cli
, uint16_t num_echos
,
2327 NTSTATUS
cli_echo_recv(struct tevent_req
*req
);
2328 NTSTATUS
cli_echo(struct cli_state
*cli
, uint16_t num_echos
, DATA_BLOB data
);
2329 bool cli_ucs2(struct cli_state
*cli
);
2330 bool is_andx_req(uint8_t cmd
);
2332 /* The following definitions come from libsmb/clierror.c */
2334 const char *cli_errstr(struct cli_state
*cli
);
2335 NTSTATUS
cli_nt_error(struct cli_state
*cli
);
2336 void cli_dos_error(struct cli_state
*cli
, uint8
*eclass
, uint32
*ecode
);
2337 int cli_errno(struct cli_state
*cli
);
2338 bool cli_is_error(struct cli_state
*cli
);
2339 bool cli_is_nt_error(struct cli_state
*cli
);
2340 bool cli_is_dos_error(struct cli_state
*cli
);
2341 NTSTATUS
cli_get_nt_error(struct cli_state
*cli
);
2342 void cli_set_nt_error(struct cli_state
*cli
, NTSTATUS status
);
2343 void cli_reset_error(struct cli_state
*cli
);
2345 /* The following definitions come from libsmb/clifile.c */
2347 struct tevent_req
*cli_posix_symlink_send(TALLOC_CTX
*mem_ctx
,
2348 struct event_context
*ev
,
2349 struct cli_state
*cli
,
2350 const char *oldname
,
2351 const char *newname
);
2352 NTSTATUS
cli_posix_symlink_recv(struct tevent_req
*req
);
2353 NTSTATUS
cli_posix_symlink(struct cli_state
*cli
,
2354 const char *oldname
,
2355 const char *newname
);
2356 struct tevent_req
*cli_posix_readlink_send(TALLOC_CTX
*mem_ctx
,
2357 struct event_context
*ev
,
2358 struct cli_state
*cli
,
2361 NTSTATUS
cli_posix_readlink_recv(struct tevent_req
*req
, struct cli_state
*cli
,
2362 char *retpath
, size_t len
);
2363 NTSTATUS
cli_posix_readlink(struct cli_state
*cli
, const char *fname
,
2364 char *linkpath
, size_t len
);
2365 struct tevent_req
*cli_posix_hardlink_send(TALLOC_CTX
*mem_ctx
,
2366 struct event_context
*ev
,
2367 struct cli_state
*cli
,
2368 const char *oldname
,
2369 const char *newname
);
2370 NTSTATUS
cli_posix_hardlink_recv(struct tevent_req
*req
);
2371 NTSTATUS
cli_posix_hardlink(struct cli_state
*cli
,
2372 const char *oldname
,
2373 const char *newname
);
2374 uint32_t unix_perms_to_wire(mode_t perms
);
2375 mode_t
wire_perms_to_unix(uint32_t perms
);
2376 struct tevent_req
*cli_posix_getfacl_send(TALLOC_CTX
*mem_ctx
,
2377 struct event_context
*ev
,
2378 struct cli_state
*cli
,
2380 NTSTATUS
cli_posix_getfacl_recv(struct tevent_req
*req
,
2381 TALLOC_CTX
*mem_ctx
,
2384 NTSTATUS
cli_posix_getfacl(struct cli_state
*cli
,
2386 TALLOC_CTX
*mem_ctx
,
2389 struct tevent_req
*cli_posix_stat_send(TALLOC_CTX
*mem_ctx
,
2390 struct event_context
*ev
,
2391 struct cli_state
*cli
,
2393 NTSTATUS
cli_posix_stat_recv(struct tevent_req
*req
,
2394 SMB_STRUCT_STAT
*sbuf
);
2395 NTSTATUS
cli_posix_stat(struct cli_state
*cli
,
2397 SMB_STRUCT_STAT
*sbuf
);
2398 struct tevent_req
*cli_posix_chmod_send(TALLOC_CTX
*mem_ctx
,
2399 struct event_context
*ev
,
2400 struct cli_state
*cli
,
2403 NTSTATUS
cli_posix_chmod_recv(struct tevent_req
*req
);
2404 NTSTATUS
cli_posix_chmod(struct cli_state
*cli
, const char *fname
, mode_t mode
);
2405 struct tevent_req
*cli_posix_chown_send(TALLOC_CTX
*mem_ctx
,
2406 struct event_context
*ev
,
2407 struct cli_state
*cli
,
2411 NTSTATUS
cli_posix_chown_recv(struct tevent_req
*req
);
2412 NTSTATUS
cli_posix_chown(struct cli_state
*cli
,
2416 struct tevent_req
*cli_rename_send(TALLOC_CTX
*mem_ctx
,
2417 struct event_context
*ev
,
2418 struct cli_state
*cli
,
2419 const char *fname_src
,
2420 const char *fname_dst
);
2421 NTSTATUS
cli_rename_recv(struct tevent_req
*req
);
2422 NTSTATUS
cli_rename(struct cli_state
*cli
, const char *fname_src
, const char *fname_dst
);
2423 struct tevent_req
*cli_ntrename_send(TALLOC_CTX
*mem_ctx
,
2424 struct event_context
*ev
,
2425 struct cli_state
*cli
,
2426 const char *fname_src
,
2427 const char *fname_dst
);
2428 NTSTATUS
cli_ntrename_recv(struct tevent_req
*req
);
2429 NTSTATUS
cli_ntrename(struct cli_state
*cli
, const char *fname_src
, const char *fname_dst
);
2431 struct tevent_req
*cli_nt_hardlink_send(TALLOC_CTX
*mem_ctx
,
2432 struct event_context
*ev
,
2433 struct cli_state
*cli
,
2434 const char *fname_src
,
2435 const char *fname_dst
);
2436 NTSTATUS
cli_nt_hardlink_recv(struct tevent_req
*req
);
2437 NTSTATUS
cli_nt_hardlink(struct cli_state
*cli
, const char *fname_src
, const char *fname_dst
);
2439 struct tevent_req
*cli_unlink_send(TALLOC_CTX
*mem_ctx
,
2440 struct event_context
*ev
,
2441 struct cli_state
*cli
,
2443 uint16_t mayhave_attrs
);
2444 NTSTATUS
cli_unlink_recv(struct tevent_req
*req
);
2445 NTSTATUS
cli_unlink(struct cli_state
*cli
, const char *fname
, uint16_t mayhave_attrs
);
2447 struct tevent_req
*cli_mkdir_send(TALLOC_CTX
*mem_ctx
,
2448 struct event_context
*ev
,
2449 struct cli_state
*cli
,
2451 NTSTATUS
cli_mkdir_recv(struct tevent_req
*req
);
2452 NTSTATUS
cli_mkdir(struct cli_state
*cli
, const char *dname
);
2453 struct tevent_req
*cli_rmdir_send(TALLOC_CTX
*mem_ctx
,
2454 struct event_context
*ev
,
2455 struct cli_state
*cli
,
2457 NTSTATUS
cli_rmdir_recv(struct tevent_req
*req
);
2458 NTSTATUS
cli_rmdir(struct cli_state
*cli
, const char *dname
);
2459 struct tevent_req
*cli_nt_delete_on_close_send(TALLOC_CTX
*mem_ctx
,
2460 struct event_context
*ev
,
2461 struct cli_state
*cli
,
2464 NTSTATUS
cli_nt_delete_on_close_recv(struct tevent_req
*req
);
2465 NTSTATUS
cli_nt_delete_on_close(struct cli_state
*cli
, uint16_t fnum
, bool flag
);
2466 struct tevent_req
*cli_ntcreate_send(TALLOC_CTX
*mem_ctx
,
2467 struct event_context
*ev
,
2468 struct cli_state
*cli
,
2470 uint32_t CreatFlags
,
2471 uint32_t DesiredAccess
,
2472 uint32_t FileAttributes
,
2473 uint32_t ShareAccess
,
2474 uint32_t CreateDisposition
,
2475 uint32_t CreateOptions
,
2476 uint8_t SecurityFlags
);
2477 NTSTATUS
cli_ntcreate_recv(struct tevent_req
*req
, uint16_t *pfnum
);
2478 NTSTATUS
cli_ntcreate(struct cli_state
*cli
,
2480 uint32_t CreatFlags
,
2481 uint32_t DesiredAccess
,
2482 uint32_t FileAttributes
,
2483 uint32_t ShareAccess
,
2484 uint32_t CreateDisposition
,
2485 uint32_t CreateOptions
,
2486 uint8_t SecurityFlags
,
2488 uint8_t *smb_bytes_push_str(uint8_t *buf
, bool ucs2
, const char *str
,
2489 size_t str_len
, size_t *pconverted_size
);
2490 struct tevent_req
*cli_open_create(TALLOC_CTX
*mem_ctx
,
2491 struct event_context
*ev
,
2492 struct cli_state
*cli
, const char *fname
,
2493 int flags
, int share_mode
,
2494 struct tevent_req
**psmbreq
);
2495 struct tevent_req
*cli_open_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
2496 struct cli_state
*cli
, const char *fname
,
2497 int flags
, int share_mode
);
2498 NTSTATUS
cli_open_recv(struct tevent_req
*req
, uint16_t *fnum
);
2499 NTSTATUS
cli_open(struct cli_state
*cli
, const char *fname
, int flags
, int share_mode
, uint16_t *pfnum
);
2500 struct tevent_req
*cli_close_create(TALLOC_CTX
*mem_ctx
,
2501 struct event_context
*ev
,
2502 struct cli_state
*cli
, uint16_t fnum
,
2503 struct tevent_req
**psubreq
);
2504 struct tevent_req
*cli_close_send(TALLOC_CTX
*mem_ctx
,
2505 struct event_context
*ev
,
2506 struct cli_state
*cli
, uint16_t fnum
);
2507 NTSTATUS
cli_close_recv(struct tevent_req
*req
);
2508 NTSTATUS
cli_close(struct cli_state
*cli
, uint16_t fnum
);
2509 struct tevent_req
*cli_ftruncate_send(TALLOC_CTX
*mem_ctx
,
2510 struct event_context
*ev
,
2511 struct cli_state
*cli
,
2514 NTSTATUS
cli_ftruncate_recv(struct tevent_req
*req
);
2515 NTSTATUS
cli_ftruncate(struct cli_state
*cli
, uint16_t fnum
, uint64_t size
);
2516 NTSTATUS
cli_locktype(struct cli_state
*cli
, uint16_t fnum
,
2517 uint32_t offset
, uint32_t len
,
2518 int timeout
, unsigned char locktype
);
2519 bool cli_lock(struct cli_state
*cli
, uint16_t fnum
,
2520 uint32_t offset
, uint32_t len
, int timeout
, enum brl_type lock_type
);
2521 bool cli_unlock(struct cli_state
*cli
, uint16_t fnum
, uint32_t offset
, uint32_t len
);
2522 bool cli_lock64(struct cli_state
*cli
, uint16_t fnum
,
2523 uint64_t offset
, uint64_t len
, int timeout
, enum brl_type lock_type
);
2524 bool cli_unlock64(struct cli_state
*cli
, uint16_t fnum
, uint64_t offset
, uint64_t len
);
2525 bool cli_posix_lock(struct cli_state
*cli
, uint16_t fnum
,
2526 uint64_t offset
, uint64_t len
,
2527 bool wait_lock
, enum brl_type lock_type
);
2528 bool cli_posix_unlock(struct cli_state
*cli
, uint16_t fnum
, uint64_t offset
, uint64_t len
);
2529 bool cli_posix_getlock(struct cli_state
*cli
, uint16_t fnum
, uint64_t *poffset
, uint64_t *plen
);
2530 struct tevent_req
*cli_getattrE_send(TALLOC_CTX
*mem_ctx
,
2531 struct event_context
*ev
,
2532 struct cli_state
*cli
,
2534 NTSTATUS
cli_getattrE_recv(struct tevent_req
*req
,
2537 time_t *change_time
,
2538 time_t *access_time
,
2539 time_t *write_time
);
2540 NTSTATUS
cli_getattrE(struct cli_state
*cli
,
2544 time_t *change_time
,
2545 time_t *access_time
,
2546 time_t *write_time
);
2547 struct tevent_req
*cli_setattrE_send(TALLOC_CTX
*mem_ctx
,
2548 struct event_context
*ev
,
2549 struct cli_state
*cli
,
2554 NTSTATUS
cli_setattrE_recv(struct tevent_req
*req
);
2555 NTSTATUS
cli_setattrE(struct cli_state
*cli
,
2560 struct tevent_req
*cli_getatr_send(TALLOC_CTX
*mem_ctx
,
2561 struct event_context
*ev
,
2562 struct cli_state
*cli
,
2564 NTSTATUS
cli_getatr_recv(struct tevent_req
*req
,
2567 time_t *write_time
);
2568 NTSTATUS
cli_getatr(struct cli_state
*cli
,
2572 time_t *write_time
);
2573 struct tevent_req
*cli_setatr_send(TALLOC_CTX
*mem_ctx
,
2574 struct event_context
*ev
,
2575 struct cli_state
*cli
,
2579 NTSTATUS
cli_setatr_recv(struct tevent_req
*req
);
2580 NTSTATUS
cli_setatr(struct cli_state
*cli
,
2584 struct tevent_req
*cli_chkpath_send(TALLOC_CTX
*mem_ctx
,
2585 struct event_context
*ev
,
2586 struct cli_state
*cli
,
2588 NTSTATUS
cli_chkpath_recv(struct tevent_req
*req
);
2589 NTSTATUS
cli_chkpath(struct cli_state
*cli
, const char *path
);
2590 struct tevent_req
*cli_dskattr_send(TALLOC_CTX
*mem_ctx
,
2591 struct event_context
*ev
,
2592 struct cli_state
*cli
);
2593 NTSTATUS
cli_dskattr_recv(struct tevent_req
*req
, int *bsize
, int *total
,
2595 NTSTATUS
cli_dskattr(struct cli_state
*cli
, int *bsize
, int *total
, int *avail
);
2596 struct tevent_req
*cli_ctemp_send(TALLOC_CTX
*mem_ctx
,
2597 struct event_context
*ev
,
2598 struct cli_state
*cli
,
2600 NTSTATUS
cli_ctemp_recv(struct tevent_req
*req
,
2604 NTSTATUS
cli_ctemp(struct cli_state
*cli
,
2609 NTSTATUS
cli_raw_ioctl(struct cli_state
*cli
, uint16_t fnum
, uint32_t code
, DATA_BLOB
*blob
);
2610 bool cli_set_ea_path(struct cli_state
*cli
, const char *path
, const char *ea_name
, const char *ea_val
, size_t ea_len
);
2611 bool cli_set_ea_fnum(struct cli_state
*cli
, uint16_t fnum
, const char *ea_name
, const char *ea_val
, size_t ea_len
);
2612 bool cli_get_ea_list_path(struct cli_state
*cli
, const char *path
,
2615 struct ea_struct
**pea_list
);
2616 bool cli_get_ea_list_fnum(struct cli_state
*cli
, uint16_t fnum
,
2619 struct ea_struct
**pea_list
);
2620 struct tevent_req
*cli_posix_open_send(TALLOC_CTX
*mem_ctx
,
2621 struct event_context
*ev
,
2622 struct cli_state
*cli
,
2626 NTSTATUS
cli_posix_open_recv(struct tevent_req
*req
, uint16_t *pfnum
);
2627 NTSTATUS
cli_posix_open(struct cli_state
*cli
, const char *fname
,
2628 int flags
, mode_t mode
, uint16_t *fnum
);
2629 struct tevent_req
*cli_posix_mkdir_send(TALLOC_CTX
*mem_ctx
,
2630 struct event_context
*ev
,
2631 struct cli_state
*cli
,
2634 NTSTATUS
cli_posix_mkdir_recv(struct tevent_req
*req
);
2635 NTSTATUS
cli_posix_mkdir(struct cli_state
*cli
, const char *fname
, mode_t mode
);
2637 struct tevent_req
*cli_posix_unlink_send(TALLOC_CTX
*mem_ctx
,
2638 struct event_context
*ev
,
2639 struct cli_state
*cli
,
2641 NTSTATUS
cli_posix_unlink_recv(struct tevent_req
*req
);
2642 NTSTATUS
cli_posix_unlink(struct cli_state
*cli
, const char *fname
);
2644 struct tevent_req
*cli_posix_rmdir_send(TALLOC_CTX
*mem_ctx
,
2645 struct event_context
*ev
,
2646 struct cli_state
*cli
,
2648 NTSTATUS
cli_posix_rmdir_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
);
2649 NTSTATUS
cli_posix_rmdir(struct cli_state
*cli
, const char *fname
);
2651 /* The following definitions come from libsmb/clifsinfo.c */
2653 bool cli_unix_extensions_version(struct cli_state
*cli
, uint16
*pmajor
, uint16
*pminor
,
2654 uint32
*pcaplow
, uint32
*pcaphigh
);
2655 bool cli_set_unix_extensions_capabilities(struct cli_state
*cli
, uint16 major
, uint16 minor
,
2656 uint32 caplow
, uint32 caphigh
);
2657 bool cli_get_fs_attr_info(struct cli_state
*cli
, uint32
*fs_attr
);
2658 bool cli_get_fs_volume_info_old(struct cli_state
*cli
, fstring volume_name
, uint32
*pserial_number
);
2659 bool cli_get_fs_volume_info(struct cli_state
*cli
, fstring volume_name
, uint32
*pserial_number
, time_t *pdate
);
2660 bool cli_get_fs_full_size_info(struct cli_state
*cli
,
2661 uint64_t *total_allocation_units
,
2662 uint64_t *caller_allocation_units
,
2663 uint64_t *actual_allocation_units
,
2664 uint64_t *sectors_per_allocation_unit
,
2665 uint64_t *bytes_per_sector
);
2666 bool cli_get_posix_fs_info(struct cli_state
*cli
,
2667 uint32
*optimal_transfer_size
,
2669 uint64_t *total_blocks
,
2670 uint64_t *blocks_available
,
2671 uint64_t *user_blocks_available
,
2672 uint64_t *total_file_nodes
,
2673 uint64_t *free_file_nodes
,
2674 uint64_t *fs_identifier
);
2675 NTSTATUS
cli_raw_ntlm_smb_encryption_start(struct cli_state
*cli
,
2678 const char *domain
);
2679 NTSTATUS
cli_gss_smb_encryption_start(struct cli_state
*cli
);
2680 NTSTATUS
cli_force_encryption(struct cli_state
*c
,
2681 const char *username
,
2682 const char *password
,
2683 const char *domain
);
2685 /* The following definitions come from libsmb/clikrb5.c */
2687 bool unwrap_edata_ntstatus(TALLOC_CTX
*mem_ctx
,
2689 DATA_BLOB
*edata_out
);
2690 bool unwrap_pac(TALLOC_CTX
*mem_ctx
, DATA_BLOB
*auth_data
, DATA_BLOB
*unwrapped_pac_data
);
2691 int cli_krb5_get_ticket(const char *principal
, time_t time_offset
,
2692 DATA_BLOB
*ticket
, DATA_BLOB
*session_key_krb5
,
2693 uint32 extra_ap_opts
, const char *ccname
,
2694 time_t *tgs_expire
);
2696 /* The following definitions come from libsmb/clilist.c */
2698 int cli_list_new(struct cli_state
*cli
,const char *Mask
,uint16 attribute
,
2699 void (*fn
)(const char *, file_info
*, const char *, void *), void *state
);
2700 int cli_list_old(struct cli_state
*cli
,const char *Mask
,uint16 attribute
,
2701 void (*fn
)(const char *, file_info
*, const char *, void *), void *state
);
2702 int cli_list(struct cli_state
*cli
,const char *Mask
,uint16 attribute
,
2703 void (*fn
)(const char *, file_info
*, const char *, void *), void *state
);
2705 /* The following definitions come from libsmb/climessage.c */
2707 int cli_message_start_build(struct cli_state
*cli
, const char *host
, const char *username
);
2708 bool cli_message_start(struct cli_state
*cli
, const char *host
, const char *username
,
2710 int cli_message_text_build(struct cli_state
*cli
, const char *msg
, int len
, int grp
);
2711 bool cli_message_text(struct cli_state
*cli
, const char *msg
, int len
, int grp
);
2712 int cli_message_end_build(struct cli_state
*cli
, int grp
);
2713 bool cli_message_end(struct cli_state
*cli
, int grp
);
2715 /* The following definitions come from libsmb/clioplock.c */
2717 struct tevent_req
*cli_oplock_ack_send(TALLOC_CTX
*mem_ctx
,
2718 struct tevent_context
*ev
,
2719 struct cli_state
*cli
,
2720 uint16_t fnum
, uint8_t level
);
2721 NTSTATUS
cli_oplock_ack_recv(struct tevent_req
*req
);
2722 NTSTATUS
cli_oplock_ack(struct cli_state
*cli
, uint16_t fnum
, unsigned char level
);
2723 void cli_oplock_handler(struct cli_state
*cli
,
2724 NTSTATUS (*handler
)(struct cli_state
*, uint16_t, unsigned char));
2726 /* The following definitions come from libsmb/cliprint.c */
2728 int cli_print_queue(struct cli_state
*cli
,
2729 void (*fn
)(struct print_job_info
*));
2730 int cli_printjob_del(struct cli_state
*cli
, int job
);
2731 int cli_spl_open(struct cli_state
*cli
, const char *fname
, int flags
, int share_mode
);
2732 bool cli_spl_close(struct cli_state
*cli
, uint16_t fnum
);
2734 /* The following definitions come from libsmb/cliquota.c */
2736 NTSTATUS
cli_get_quota_handle(struct cli_state
*cli
, uint16_t *quota_fnum
);
2737 void free_ntquota_list(SMB_NTQUOTA_LIST
**qt_list
);
2738 bool cli_get_user_quota(struct cli_state
*cli
, int quota_fnum
, SMB_NTQUOTA_STRUCT
*pqt
);
2739 bool cli_set_user_quota(struct cli_state
*cli
, int quota_fnum
, SMB_NTQUOTA_STRUCT
*pqt
);
2740 bool cli_list_user_quota(struct cli_state
*cli
, int quota_fnum
, SMB_NTQUOTA_LIST
**pqt_list
);
2741 bool cli_get_fs_quota_info(struct cli_state
*cli
, int quota_fnum
, SMB_NTQUOTA_STRUCT
*pqt
);
2742 bool cli_set_fs_quota_info(struct cli_state
*cli
, int quota_fnum
, SMB_NTQUOTA_STRUCT
*pqt
);
2743 void dump_ntquota(SMB_NTQUOTA_STRUCT
*qt
, bool _verbose
, bool _numeric
, void (*_sidtostring
)(fstring str
, DOM_SID
*sid
, bool _numeric
));
2744 void dump_ntquota_list(SMB_NTQUOTA_LIST
**qtl
, bool _verbose
, bool _numeric
, void (*_sidtostring
)(fstring str
, DOM_SID
*sid
, bool _numeric
));
2746 /* The following definitions come from libsmb/clirap.c */
2748 bool cli_api(struct cli_state
*cli
,
2749 char *param
, int prcnt
, int mprcnt
,
2750 char *data
, int drcnt
, int mdrcnt
,
2751 char **rparam
, unsigned int *rprcnt
,
2752 char **rdata
, unsigned int *rdrcnt
);
2753 bool cli_NetWkstaUserLogon(struct cli_state
*cli
,char *user
, char *workstation
);
2754 int cli_RNetShareEnum(struct cli_state
*cli
, void (*fn
)(const char *, uint32
, const char *, void *), void *state
);
2755 bool cli_NetServerEnum(struct cli_state
*cli
, char *workgroup
, uint32 stype
,
2756 void (*fn
)(const char *, uint32
, const char *, void *),
2758 bool cli_oem_change_password(struct cli_state
*cli
, const char *user
, const char *new_password
,
2759 const char *old_password
);
2760 bool cli_qpathinfo(struct cli_state
*cli
,
2762 time_t *change_time
,
2763 time_t *access_time
,
2767 bool cli_setpathinfo(struct cli_state
*cli
, const char *fname
,
2773 bool cli_qpathinfo2(struct cli_state
*cli
, const char *fname
,
2774 struct timespec
*create_time
,
2775 struct timespec
*access_time
,
2776 struct timespec
*write_time
,
2777 struct timespec
*change_time
,
2778 SMB_OFF_T
*size
, uint16
*mode
,
2780 bool cli_qpathinfo_streams(struct cli_state
*cli
, const char *fname
,
2781 TALLOC_CTX
*mem_ctx
,
2782 unsigned int *pnum_streams
,
2783 struct stream_struct
**pstreams
);
2784 bool cli_qfilename(struct cli_state
*cli
, uint16_t fnum
, char *name
, size_t namelen
);
2785 bool cli_qfileinfo(struct cli_state
*cli
, uint16_t fnum
,
2786 uint16
*mode
, SMB_OFF_T
*size
,
2787 struct timespec
*create_time
,
2788 struct timespec
*access_time
,
2789 struct timespec
*write_time
,
2790 struct timespec
*change_time
,
2792 bool cli_qpathinfo_basic( struct cli_state
*cli
, const char *name
,
2793 SMB_STRUCT_STAT
*sbuf
, uint32
*attributes
);
2794 bool cli_qfileinfo_test(struct cli_state
*cli
, uint16_t fnum
, int level
, char **poutdata
, uint32
*poutlen
);
2795 NTSTATUS
cli_qpathinfo_alt_name(struct cli_state
*cli
, const char *fname
, fstring alt_name
);
2797 /* The following definitions come from libsmb/clirap2.c */
2799 int cli_NetGroupDelete(struct cli_state
*cli
, const char *group_name
);
2800 int cli_NetGroupAdd(struct cli_state
*cli
, RAP_GROUP_INFO_1
*grinfo
);
2801 int cli_RNetGroupEnum(struct cli_state
*cli
, void (*fn
)(const char *, const char *, void *), void *state
);
2802 int cli_RNetGroupEnum0(struct cli_state
*cli
,
2803 void (*fn
)(const char *, void *),
2805 int cli_NetGroupDelUser(struct cli_state
* cli
, const char *group_name
, const char *user_name
);
2806 int cli_NetGroupAddUser(struct cli_state
* cli
, const char *group_name
, const char *user_name
);
2807 int cli_NetGroupGetUsers(struct cli_state
* cli
, const char *group_name
, void (*fn
)(const char *, void *), void *state
);
2808 int cli_NetUserGetGroups(struct cli_state
* cli
, const char *user_name
, void (*fn
)(const char *, void *), void *state
);
2809 int cli_NetUserDelete(struct cli_state
*cli
, const char * user_name
);
2810 int cli_NetUserAdd(struct cli_state
*cli
, RAP_USER_INFO_1
* userinfo
);
2811 int cli_RNetUserEnum(struct cli_state
*cli
, void (*fn
)(const char *, const char *, const char *, const char *, void *), void *state
);
2812 int cli_RNetUserEnum0(struct cli_state
*cli
,
2813 void (*fn
)(const char *, void *),
2815 int cli_NetFileClose(struct cli_state
*cli
, uint32 file_id
);
2816 int cli_NetFileGetInfo(struct cli_state
*cli
, uint32 file_id
, void (*fn
)(const char *, const char *, uint16
, uint16
, uint32
));
2817 int cli_NetFileEnum(struct cli_state
*cli
, const char * user
,
2818 const char * base_path
,
2819 void (*fn
)(const char *, const char *, uint16
, uint16
,
2821 int cli_NetShareAdd(struct cli_state
*cli
, RAP_SHARE_INFO_2
* sinfo
);
2822 int cli_NetShareDelete(struct cli_state
*cli
, const char * share_name
);
2823 bool cli_get_pdc_name(struct cli_state
*cli
, const char *workgroup
, char **pdc_name
);
2824 bool cli_get_server_domain(struct cli_state
*cli
);
2825 bool cli_get_server_type(struct cli_state
*cli
, uint32
*pstype
);
2826 bool cli_get_server_name(TALLOC_CTX
*mem_ctx
, struct cli_state
*cli
,
2828 bool cli_ns_check_server_type(struct cli_state
*cli
, char *workgroup
, uint32 stype
);
2829 bool cli_NetWkstaUserLogoff(struct cli_state
*cli
, const char *user
, const char *workstation
);
2830 int cli_NetPrintQEnum(struct cli_state
*cli
,
2831 void (*qfn
)(const char*,uint16
,uint16
,uint16
,const char*,const char*,const char*,const char*,const char*,uint16
,uint16
),
2832 void (*jfn
)(uint16
,const char*,const char*,const char*,const char*,uint16
,uint16
,const char*,uint
,uint
,const char*));
2833 int cli_NetPrintQGetInfo(struct cli_state
*cli
, const char *printer
,
2834 void (*qfn
)(const char*,uint16
,uint16
,uint16
,const char*,const char*,const char*,const char*,const char*,uint16
,uint16
),
2835 void (*jfn
)(uint16
,const char*,const char*,const char*,const char*,uint16
,uint16
,const char*,uint
,uint
,const char*));
2836 int cli_RNetServiceEnum(struct cli_state
*cli
, void (*fn
)(const char *, const char *, void *), void *state
);
2837 int cli_NetSessionEnum(struct cli_state
*cli
, void (*fn
)(char *, char *, uint16
, uint16
, uint16
, uint
, uint
, uint
, char *));
2838 int cli_NetSessionGetInfo(struct cli_state
*cli
, const char *workstation
,
2839 void (*fn
)(const char *, const char *, uint16
, uint16
, uint16
, uint
, uint
, uint
, const char *));
2840 int cli_NetSessionDel(struct cli_state
*cli
, const char *workstation
);
2841 int cli_NetConnectionEnum(struct cli_state
*cli
, const char *qualifier
,
2842 void (*fn
)(uint16_t conid
, uint16_t contype
,
2843 uint16_t numopens
, uint16_t numusers
,
2844 uint32_t contime
, const char *username
,
2845 const char *netname
));
2847 /* The following definitions come from libsmb/clireadwrite.c */
2849 struct tevent_req
*cli_read_andx_create(TALLOC_CTX
*mem_ctx
,
2850 struct event_context
*ev
,
2851 struct cli_state
*cli
, uint16_t fnum
,
2852 off_t offset
, size_t size
,
2853 struct tevent_req
**psmbreq
);
2854 struct tevent_req
*cli_read_andx_send(TALLOC_CTX
*mem_ctx
,
2855 struct event_context
*ev
,
2856 struct cli_state
*cli
, uint16_t fnum
,
2857 off_t offset
, size_t size
);
2858 NTSTATUS
cli_read_andx_recv(struct tevent_req
*req
, ssize_t
*received
,
2860 struct tevent_req
*cli_pull_send(TALLOC_CTX
*mem_ctx
,
2861 struct event_context
*ev
,
2862 struct cli_state
*cli
,
2863 uint16_t fnum
, off_t start_offset
,
2864 SMB_OFF_T size
, size_t window_size
,
2865 NTSTATUS (*sink
)(char *buf
, size_t n
,
2868 NTSTATUS
cli_pull_recv(struct tevent_req
*req
, SMB_OFF_T
*received
);
2869 NTSTATUS
cli_pull(struct cli_state
*cli
, uint16_t fnum
,
2870 off_t start_offset
, SMB_OFF_T size
, size_t window_size
,
2871 NTSTATUS (*sink
)(char *buf
, size_t n
, void *priv
),
2872 void *priv
, SMB_OFF_T
*received
);
2873 ssize_t
cli_read(struct cli_state
*cli
, uint16_t fnum
, char *buf
,
2874 off_t offset
, size_t size
);
2875 ssize_t
cli_readraw(struct cli_state
*cli
, uint16_t fnum
, char *buf
, off_t offset
, size_t size
);
2876 ssize_t
cli_write(struct cli_state
*cli
,
2877 uint16_t fnum
, uint16 write_mode
,
2878 const char *buf
, off_t offset
, size_t size
);
2879 ssize_t
cli_smbwrite(struct cli_state
*cli
,
2880 uint16_t fnum
, char *buf
, off_t offset
, size_t size1
);
2881 struct tevent_req
*cli_write_andx_create(TALLOC_CTX
*mem_ctx
,
2882 struct event_context
*ev
,
2883 struct cli_state
*cli
, uint16_t fnum
,
2884 uint16_t mode
, const uint8_t *buf
,
2885 off_t offset
, size_t size
,
2886 struct tevent_req
**reqs_before
,
2887 int num_reqs_before
,
2888 struct tevent_req
**psmbreq
);
2889 struct tevent_req
*cli_write_andx_send(TALLOC_CTX
*mem_ctx
,
2890 struct event_context
*ev
,
2891 struct cli_state
*cli
, uint16_t fnum
,
2892 uint16_t mode
, const uint8_t *buf
,
2893 off_t offset
, size_t size
);
2894 NTSTATUS
cli_write_andx_recv(struct tevent_req
*req
, size_t *pwritten
);
2896 struct tevent_req
*cli_push_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
2897 struct cli_state
*cli
,
2898 uint16_t fnum
, uint16_t mode
,
2899 off_t start_offset
, size_t window_size
,
2900 size_t (*source
)(uint8_t *buf
, size_t n
,
2903 NTSTATUS
cli_push_recv(struct tevent_req
*req
);
2904 NTSTATUS
cli_push(struct cli_state
*cli
, uint16_t fnum
, uint16_t mode
,
2905 off_t start_offset
, size_t window_size
,
2906 size_t (*source
)(uint8_t *buf
, size_t n
, void *priv
),
2909 /* The following definitions come from libsmb/clisecdesc.c */
2911 SEC_DESC
*cli_query_secdesc(struct cli_state
*cli
, uint16_t fnum
,
2912 TALLOC_CTX
*mem_ctx
);
2913 bool cli_set_secdesc(struct cli_state
*cli
, uint16_t fnum
, SEC_DESC
*sd
);
2915 /* The following definitions come from libsmb/clispnego.c */
2917 DATA_BLOB
spnego_gen_negTokenInit(char guid
[16],
2919 const char *principal
);
2920 DATA_BLOB
gen_negTokenInit(const char *OID
, DATA_BLOB blob
);
2921 bool spnego_parse_negTokenInit(DATA_BLOB blob
,
2922 char *OIDs
[ASN1_MAX_OIDS
],
2924 DATA_BLOB
gen_negTokenTarg(const char *OIDs
[], DATA_BLOB blob
);
2925 bool parse_negTokenTarg(DATA_BLOB blob
, char *OIDs
[ASN1_MAX_OIDS
], DATA_BLOB
*secblob
);
2926 DATA_BLOB
spnego_gen_krb5_wrap(const DATA_BLOB ticket
, const uint8 tok_id
[2]);
2927 bool spnego_parse_krb5_wrap(DATA_BLOB blob
, DATA_BLOB
*ticket
, uint8 tok_id
[2]);
2928 int spnego_gen_negTokenTarg(const char *principal
, int time_offset
,
2930 DATA_BLOB
*session_key_krb5
, uint32 extra_ap_opts
,
2931 time_t *expire_time
);
2932 bool spnego_parse_challenge(const DATA_BLOB blob
,
2933 DATA_BLOB
*chal1
, DATA_BLOB
*chal2
);
2934 DATA_BLOB
spnego_gen_auth(DATA_BLOB blob
);
2935 bool spnego_parse_auth(DATA_BLOB blob
, DATA_BLOB
*auth
);
2936 DATA_BLOB
spnego_gen_auth_response(DATA_BLOB
*reply
, NTSTATUS nt_status
,
2937 const char *mechOID
);
2938 bool spnego_parse_auth_response(DATA_BLOB blob
, NTSTATUS nt_status
,
2939 const char *mechOID
,
2942 /* The following definitions come from libsmb/clistr.c */
2944 size_t clistr_push_fn(const char *function
,
2946 struct cli_state
*cli
,
2951 size_t clistr_pull_fn(const char *function
,
2959 size_t clistr_pull_talloc_fn(const char *function
,
2967 size_t clistr_align_out(struct cli_state
*cli
, const void *p
, int flags
);
2968 size_t clistr_align_in(struct cli_state
*cli
, const void *p
, int flags
);
2970 /* The following definitions come from libsmb/clitrans.c */
2972 bool cli_send_trans(struct cli_state
*cli
, int trans
,
2973 const char *pipe_name
,
2975 uint16
*setup
, unsigned int lsetup
, unsigned int msetup
,
2976 const char *param
, unsigned int lparam
, unsigned int mparam
,
2977 const char *data
, unsigned int ldata
, unsigned int mdata
);
2978 bool cli_receive_trans(struct cli_state
*cli
,int trans
,
2979 char **param
, unsigned int *param_len
,
2980 char **data
, unsigned int *data_len
);
2981 bool cli_send_nt_trans(struct cli_state
*cli
,
2984 uint16
*setup
, unsigned int lsetup
, unsigned int msetup
,
2985 char *param
, unsigned int lparam
, unsigned int mparam
,
2986 char *data
, unsigned int ldata
, unsigned int mdata
);
2987 bool cli_receive_nt_trans(struct cli_state
*cli
,
2988 char **param
, unsigned int *param_len
,
2989 char **data
, unsigned int *data_len
);
2990 struct tevent_req
*cli_trans_send(
2991 TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
2992 struct cli_state
*cli
, uint8_t cmd
,
2993 const char *pipe_name
, uint16_t fid
, uint16_t function
, int flags
,
2994 uint16_t *setup
, uint8_t num_setup
, uint8_t max_setup
,
2995 uint8_t *param
, uint32_t num_param
, uint32_t max_param
,
2996 uint8_t *data
, uint32_t num_data
, uint32_t max_data
);
2997 NTSTATUS
cli_trans_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
2998 uint16_t **setup
, uint8_t *num_setup
,
2999 uint8_t **param
, uint32_t *num_param
,
3000 uint8_t **data
, uint32_t *num_data
);
3001 NTSTATUS
cli_trans(TALLOC_CTX
*mem_ctx
, struct cli_state
*cli
,
3003 const char *pipe_name
, uint16_t fid
, uint16_t function
,
3005 uint16_t *setup
, uint8_t num_setup
, uint8_t max_setup
,
3006 uint8_t *param
, uint32_t num_param
, uint32_t max_param
,
3007 uint8_t *data
, uint32_t num_data
, uint32_t max_data
,
3008 uint16_t **rsetup
, uint8_t *num_rsetup
,
3009 uint8_t **rparam
, uint32_t *num_rparam
,
3010 uint8_t **rdata
, uint32_t *num_rdata
);
3012 /* The following definitions come from libsmb/conncache.c */
3014 NTSTATUS
check_negative_conn_cache_timeout( const char *domain
, const char *server
, unsigned int failed_cache_timeout
);
3015 NTSTATUS
check_negative_conn_cache( const char *domain
, const char *server
);
3016 void add_failed_connection_entry(const char *domain
, const char *server
, NTSTATUS result
) ;
3017 void delete_negative_conn_cache(const char *domain
, const char *server
);
3018 void flush_negative_conn_cache( void );
3019 void flush_negative_conn_cache_for_domain(const char *domain
);
3021 /* The following definitions come from ../librpc/rpc/dcerpc_error.c */
3023 const char *dcerpc_errstr(TALLOC_CTX
*mem_ctx
, uint32_t fault_code
);
3025 /* The following definitions come from libsmb/dsgetdcname.c */
3027 void debug_dsdcinfo_flags(int lvl
, uint32_t flags
);
3028 NTSTATUS
dsgetdcname(TALLOC_CTX
*mem_ctx
,
3029 struct messaging_context
*msg_ctx
,
3030 const char *domain_name
,
3031 struct GUID
*domain_guid
,
3032 const char *site_name
,
3034 struct netr_DsRGetDCNameInfo
**info
);
3036 /* The following definitions come from libsmb/errormap.c */
3038 NTSTATUS
dos_to_ntstatus(uint8 eclass
, uint32 ecode
);
3039 void ntstatus_to_dos(NTSTATUS ntstatus
, uint8
*eclass
, uint32
*ecode
);
3040 NTSTATUS
werror_to_ntstatus(WERROR error
);
3041 WERROR
ntstatus_to_werror(NTSTATUS error
);
3042 NTSTATUS
map_nt_error_from_wbcErr(wbcErr wbc_err
);
3043 NTSTATUS
map_nt_error_from_gss(uint32 gss_maj
, uint32 minor
);
3045 /* The following definitions come from libsmb/namecache.c */
3047 bool namecache_enable(void);
3048 bool namecache_store(const char *name
,
3051 struct ip_service
*ip_list
);
3052 bool namecache_fetch(const char *name
,
3054 struct ip_service
**ip_list
,
3056 bool namecache_delete(const char *name
, int name_type
);
3057 void namecache_flush(void);
3058 bool namecache_status_store(const char *keyname
, int keyname_type
,
3059 int name_type
, const struct sockaddr_storage
*keyip
,
3060 const char *srvname
);
3061 bool namecache_status_fetch(const char *keyname
,
3064 const struct sockaddr_storage
*keyip
,
3067 /* The following definitions come from libsmb/namequery.c */
3069 bool saf_store( const char *domain
, const char *servername
);
3070 bool saf_join_store( const char *domain
, const char *servername
);
3071 bool saf_delete( const char *domain
);
3072 char *saf_fetch( const char *domain
);
3073 NODE_STATUS_STRUCT
*node_status_query(int fd
,
3074 struct nmb_name
*name
,
3075 const struct sockaddr_storage
*to_ss
,
3077 struct node_status_extra
*extra
);
3078 bool name_status_find(const char *q_name
,
3081 const struct sockaddr_storage
*to_ss
,
3083 int ip_service_compare(struct ip_service
*ss1
, struct ip_service
*ss2
);
3084 struct sockaddr_storage
*name_query(int fd
,
3089 const struct sockaddr_storage
*to_ss
,
3093 XFILE
*startlmhosts(const char *fname
);
3094 bool getlmhostsent(TALLOC_CTX
*ctx
, XFILE
*fp
, char **pp_name
, int *name_type
,
3095 struct sockaddr_storage
*pss
);
3096 void endlmhosts(XFILE
*fp
);
3097 NTSTATUS
name_resolve_bcast(const char *name
,
3099 struct ip_service
**return_iplist
,
3101 NTSTATUS
resolve_wins(const char *name
,
3103 struct ip_service
**return_iplist
,
3105 NTSTATUS
internal_resolve_name(const char *name
,
3107 const char *sitename
,
3108 struct ip_service
**return_iplist
,
3110 const char *resolve_order
);
3111 bool resolve_name(const char *name
,
3112 struct sockaddr_storage
*return_ss
,
3114 NTSTATUS
resolve_name_list(TALLOC_CTX
*ctx
,
3117 struct sockaddr_storage
**return_ss_arr
,
3118 unsigned int *p_num_entries
);
3119 bool find_master_ip(const char *group
, struct sockaddr_storage
*master_ss
);
3120 bool get_pdc_ip(const char *domain
, struct sockaddr_storage
*pss
);
3121 NTSTATUS
get_sorted_dc_list( const char *domain
,
3122 const char *sitename
,
3123 struct ip_service
**ip_list
,
3126 NTSTATUS
get_kdc_list( const char *realm
,
3127 const char *sitename
,
3128 struct ip_service
**ip_list
,
3131 /* The following definitions come from libsmb/namequery_dc.c */
3133 bool get_dc_name(const char *domain
,
3136 struct sockaddr_storage
*ss_out
);
3138 /* The following definitions come from libsmb/nmblib.c */
3140 void debug_nmb_packet(struct packet_struct
*p
);
3141 void put_name(char *dest
, const char *name
, int pad
, unsigned int name_type
);
3142 char *nmb_namestr(const struct nmb_name
*n
);
3143 struct packet_struct
*copy_packet(struct packet_struct
*packet
);
3144 void free_packet(struct packet_struct
*packet
);
3145 struct packet_struct
*parse_packet(char *buf
,int length
,
3146 enum packet_type packet_type
,
3149 struct packet_struct
*read_packet(int fd
,enum packet_type packet_type
);
3150 void make_nmb_name( struct nmb_name
*n
, const char *name
, int type
);
3151 bool nmb_name_equal(struct nmb_name
*n1
, struct nmb_name
*n2
);
3152 int build_packet(char *buf
, size_t buflen
, struct packet_struct
*p
);
3153 bool send_packet(struct packet_struct
*p
);
3154 struct packet_struct
*receive_packet(int fd
,enum packet_type type
,int t
);
3155 struct packet_struct
*receive_nmb_packet(int fd
, int t
, int trn_id
);
3156 struct packet_struct
*receive_dgram_packet(int fd
, int t
,
3157 const char *mailslot_name
);
3158 bool match_mailslot_name(struct packet_struct
*p
, const char *mailslot_name
);
3159 int matching_len_bits(unsigned char *p1
, unsigned char *p2
, size_t len
);
3160 void sort_query_replies(char *data
, int n
, struct in_addr ip
);
3161 char *name_mangle(TALLOC_CTX
*mem_ctx
, char *In
, char name_type
);
3162 int name_extract(char *buf
,int ofs
, fstring name
);
3163 int name_len(char *s1
);
3165 /* The following definitions come from libsmb/nterr.c */
3167 const char *nt_errstr(NTSTATUS nt_code
);
3168 const char *get_friendly_nt_error_msg(NTSTATUS nt_code
);
3169 const char *get_nt_error_c_code(NTSTATUS nt_code
);
3170 NTSTATUS
nt_status_string_to_code(const char *nt_status_str
);
3171 NTSTATUS
nt_status_squash(NTSTATUS nt_status
);
3173 /* The following definitions come from libsmb/ntlmssp.c */
3175 void debug_ntlmssp_flags(uint32 neg_flags
);
3176 NTSTATUS
ntlmssp_set_username(NTLMSSP_STATE
*ntlmssp_state
, const char *user
) ;
3177 NTSTATUS
ntlmssp_set_hashes(NTLMSSP_STATE
*ntlmssp_state
,
3178 const unsigned char lm_hash
[16],
3179 const unsigned char nt_hash
[16]) ;
3180 NTSTATUS
ntlmssp_set_password(NTLMSSP_STATE
*ntlmssp_state
, const char *password
) ;
3181 NTSTATUS
ntlmssp_set_domain(NTLMSSP_STATE
*ntlmssp_state
, const char *domain
) ;
3182 NTSTATUS
ntlmssp_set_workstation(NTLMSSP_STATE
*ntlmssp_state
, const char *workstation
) ;
3183 NTSTATUS
ntlmssp_store_response(NTLMSSP_STATE
*ntlmssp_state
,
3184 DATA_BLOB response
) ;
3185 void ntlmssp_want_feature_list(NTLMSSP_STATE
*ntlmssp_state
, char *feature_list
);
3186 void ntlmssp_want_feature(NTLMSSP_STATE
*ntlmssp_state
, uint32 feature
);
3187 NTSTATUS
ntlmssp_update(NTLMSSP_STATE
*ntlmssp_state
,
3188 const DATA_BLOB in
, DATA_BLOB
*out
) ;
3189 void ntlmssp_end(NTLMSSP_STATE
**ntlmssp_state
);
3190 DATA_BLOB
ntlmssp_weaken_keys(NTLMSSP_STATE
*ntlmssp_state
, TALLOC_CTX
*mem_ctx
);
3191 NTSTATUS
ntlmssp_server_start(NTLMSSP_STATE
**ntlmssp_state
);
3192 NTSTATUS
ntlmssp_client_start(NTLMSSP_STATE
**ntlmssp_state
);
3194 /* The following definitions come from libsmb/ntlmssp_sign.c */
3196 NTSTATUS
ntlmssp_sign_packet(NTLMSSP_STATE
*ntlmssp_state
,
3197 const uchar
*data
, size_t length
,
3198 const uchar
*whole_pdu
, size_t pdu_length
,
3200 NTSTATUS
ntlmssp_check_packet(NTLMSSP_STATE
*ntlmssp_state
,
3201 const uchar
*data
, size_t length
,
3202 const uchar
*whole_pdu
, size_t pdu_length
,
3203 const DATA_BLOB
*sig
) ;
3204 NTSTATUS
ntlmssp_seal_packet(NTLMSSP_STATE
*ntlmssp_state
,
3205 uchar
*data
, size_t length
,
3206 uchar
*whole_pdu
, size_t pdu_length
,
3208 NTSTATUS
ntlmssp_unseal_packet(NTLMSSP_STATE
*ntlmssp_state
,
3209 uchar
*data
, size_t length
,
3210 uchar
*whole_pdu
, size_t pdu_length
,
3212 NTSTATUS
ntlmssp_sign_init(NTLMSSP_STATE
*ntlmssp_state
);
3214 /* The following definitions come from libsmb/passchange.c */
3216 NTSTATUS
remote_password_change(const char *remote_machine
, const char *user_name
,
3217 const char *old_passwd
, const char *new_passwd
,
3220 /* The following definitions come from libsmb/samlogon_cache.c */
3222 bool netsamlogon_cache_init(void);
3223 bool netsamlogon_cache_shutdown(void);
3224 void netsamlogon_clear_cached_user(struct netr_SamInfo3
*info3
);
3225 bool netsamlogon_cache_store(const char *username
, struct netr_SamInfo3
*info3
);
3226 struct netr_SamInfo3
*netsamlogon_cache_get(TALLOC_CTX
*mem_ctx
, const DOM_SID
*user_sid
);
3227 bool netsamlogon_cache_have(const DOM_SID
*user_sid
);
3229 /* The following definitions come from libsmb/smb_seal.c */
3231 NTSTATUS
get_enc_ctx_num(const uint8_t *buf
, uint16
*p_enc_ctx_num
);
3232 bool common_encryption_on(struct smb_trans_enc_state
*es
);
3233 NTSTATUS
common_ntlm_decrypt_buffer(NTLMSSP_STATE
*ntlmssp_state
, char *buf
);
3234 NTSTATUS
common_ntlm_encrypt_buffer(NTLMSSP_STATE
*ntlmssp_state
,
3238 NTSTATUS
common_encrypt_buffer(struct smb_trans_enc_state
*es
, char *buffer
, char **buf_out
);
3239 NTSTATUS
common_decrypt_buffer(struct smb_trans_enc_state
*es
, char *buf
);
3240 void common_free_encryption_state(struct smb_trans_enc_state
**pp_es
);
3241 void common_free_enc_buffer(struct smb_trans_enc_state
*es
, char *buf
);
3242 bool cli_encryption_on(struct cli_state
*cli
);
3243 void cli_free_encryption_context(struct cli_state
*cli
);
3244 void cli_free_enc_buffer(struct cli_state
*cli
, char *buf
);
3245 NTSTATUS
cli_decrypt_message(struct cli_state
*cli
);
3246 NTSTATUS
cli_encrypt_message(struct cli_state
*cli
, char *buf
, char **buf_out
);
3248 /* The following definitions come from libsmb/clisigning.c */
3250 bool cli_simple_set_signing(struct cli_state
*cli
,
3251 const DATA_BLOB user_session_key
,
3252 const DATA_BLOB response
);
3253 bool cli_temp_set_signing(struct cli_state
*cli
);
3254 void cli_calculate_sign_mac(struct cli_state
*cli
, char *buf
, uint32_t *seqnum
);
3255 bool cli_check_sign_mac(struct cli_state
*cli
, const char *buf
, uint32_t seqnum
);
3256 bool client_is_signing_on(struct cli_state
*cli
);
3257 bool client_is_signing_allowed(struct cli_state
*cli
);
3258 bool client_is_signing_mandatory(struct cli_state
*cli
);
3259 void cli_set_signing_negotiated(struct cli_state
*cli
);
3261 /* The following definitions come from smbd/signing.c */
3263 struct smbd_server_connection
;
3264 bool srv_check_sign_mac(struct smbd_server_connection
*conn
,
3265 const char *inbuf
, uint32_t *seqnum
);
3266 void srv_calculate_sign_mac(struct smbd_server_connection
*conn
,
3267 char *outbuf
, uint32_t seqnum
);
3268 void srv_cancel_sign_response(struct smbd_server_connection
*conn
);
3269 bool srv_init_signing(struct smbd_server_connection
*conn
);
3270 void srv_set_signing_negotiated(struct smbd_server_connection
*conn
);
3271 bool srv_is_signing_active(struct smbd_server_connection
*conn
);
3272 bool srv_is_signing_negotiated(struct smbd_server_connection
*conn
);
3273 void srv_set_signing(struct smbd_server_connection
*conn
,
3274 const DATA_BLOB user_session_key
,
3275 const DATA_BLOB response
);
3277 /* The following definitions come from libsmb/smberr.c */
3279 const char *smb_dos_err_name(uint8 e_class
, uint16 num
);
3280 const char *get_dos_error_msg(WERROR result
);
3281 const char *smb_dos_err_class(uint8 e_class
);
3282 char *smb_dos_errstr(char *inbuf
);
3283 WERROR
map_werror_from_unix(int error
);
3285 /* The following definitions come from libsmb/spnego.c */
3287 ssize_t
read_spnego_data(DATA_BLOB data
, SPNEGO_DATA
*token
);
3288 ssize_t
write_spnego_data(DATA_BLOB
*blob
, SPNEGO_DATA
*spnego
);
3289 bool free_spnego_data(SPNEGO_DATA
*spnego
);
3291 /* The following definitions come from libsmb/trustdom_cache.c */
3293 bool trustdom_cache_enable(void);
3294 bool trustdom_cache_shutdown(void);
3295 bool trustdom_cache_store(char* name
, char* alt_name
, const DOM_SID
*sid
,
3297 bool trustdom_cache_fetch(const char* name
, DOM_SID
* sid
);
3298 uint32
trustdom_cache_fetch_timestamp( void );
3299 bool trustdom_cache_store_timestamp( uint32 t
, time_t timeout
);
3300 void trustdom_cache_flush(void);
3301 void update_trustdom_cache( void );
3303 /* The following definitions come from libsmb/trusts_util.c */
3305 NTSTATUS
trust_pw_change_and_store_it(struct rpc_pipe_client
*cli
, TALLOC_CTX
*mem_ctx
,
3307 unsigned char orig_trust_passwd_hash
[16],
3308 uint32 sec_channel_type
);
3309 NTSTATUS
trust_pw_find_change_and_store_it(struct rpc_pipe_client
*cli
,
3310 TALLOC_CTX
*mem_ctx
,
3311 const char *domain
) ;
3312 bool enumerate_domain_trusts( TALLOC_CTX
*mem_ctx
, const char *domain
,
3313 char ***domain_names
, uint32
*num_domains
,
3316 /* The following definitions come from libsmb/unexpected.c */
3318 void unexpected_packet(struct packet_struct
*p
);
3319 void clear_unexpected(time_t t
);
3320 struct packet_struct
*receive_unexpected(enum packet_type packet_type
, int id
,
3321 const char *mailslot_name
);
3323 /* The following definitions come from locking/brlock.c */
3325 bool brl_same_context(const struct lock_context
*ctx1
,
3326 const struct lock_context
*ctx2
);
3327 NTSTATUS
brl_lock_failed(files_struct
*fsp
, const struct lock_struct
*lock
, bool blocking_lock
);
3328 void brl_init(bool read_only
);
3329 void brl_shutdown(void);
3331 NTSTATUS
brl_lock_windows_default(struct byte_range_lock
*br_lck
,
3332 struct lock_struct
*plock
,
3333 bool blocking_lock
);
3335 NTSTATUS
brl_lock(struct messaging_context
*msg_ctx
,
3336 struct byte_range_lock
*br_lck
,
3338 struct server_id pid
,
3341 enum brl_type lock_type
,
3342 enum brl_flavour lock_flav
,
3345 struct blocking_lock_record
*blr
);
3346 bool brl_unlock(struct messaging_context
*msg_ctx
,
3347 struct byte_range_lock
*br_lck
,
3349 struct server_id pid
,
3352 enum brl_flavour lock_flav
);
3353 bool brl_unlock_windows_default(struct messaging_context
*msg_ctx
,
3354 struct byte_range_lock
*br_lck
,
3355 const struct lock_struct
*plock
);
3356 bool brl_locktest(struct byte_range_lock
*br_lck
,
3358 struct server_id pid
,
3361 enum brl_type lock_type
,
3362 enum brl_flavour lock_flav
);
3363 NTSTATUS
brl_lockquery(struct byte_range_lock
*br_lck
,
3365 struct server_id pid
,
3368 enum brl_type
*plock_type
,
3369 enum brl_flavour lock_flav
);
3370 bool brl_lock_cancel(struct byte_range_lock
*br_lck
,
3372 struct server_id pid
,
3375 enum brl_flavour lock_flav
,
3376 struct blocking_lock_record
*blr
);
3377 bool brl_lock_cancel_default(struct byte_range_lock
*br_lck
,
3378 struct lock_struct
*plock
);
3379 void brl_close_fnum(struct messaging_context
*msg_ctx
,
3380 struct byte_range_lock
*br_lck
);
3381 int brl_forall(void (*fn
)(struct file_id id
, struct server_id pid
,
3382 enum brl_type lock_type
,
3383 enum brl_flavour lock_flav
,
3384 br_off start
, br_off size
,
3385 void *private_data
),
3386 void *private_data
);
3387 struct byte_range_lock
*brl_get_locks(TALLOC_CTX
*mem_ctx
,
3389 struct byte_range_lock
*brl_get_locks_readonly(TALLOC_CTX
*mem_ctx
,
3391 void brl_register_msgs(struct messaging_context
*msg_ctx
);
3393 /* The following definitions come from locking/locking.c */
3395 const char *lock_type_name(enum brl_type lock_type
);
3396 const char *lock_flav_name(enum brl_flavour lock_flav
);
3397 void init_strict_lock_struct(files_struct
*fsp
,
3401 enum brl_type lock_type
,
3402 struct lock_struct
*plock
);
3403 bool strict_lock_default(files_struct
*fsp
,
3404 struct lock_struct
*plock
);
3405 void strict_unlock_default(files_struct
*fsp
,
3406 struct lock_struct
*plock
);
3407 NTSTATUS
query_lock(files_struct
*fsp
,
3411 enum brl_type
*plock_type
,
3412 enum brl_flavour lock_flav
);
3413 struct byte_range_lock
*do_lock(struct messaging_context
*msg_ctx
,
3418 enum brl_type lock_type
,
3419 enum brl_flavour lock_flav
,
3423 struct blocking_lock_record
*blr
);
3424 NTSTATUS
do_unlock(struct messaging_context
*msg_ctx
,
3429 enum brl_flavour lock_flav
);
3430 NTSTATUS
do_lock_cancel(files_struct
*fsp
,
3434 enum brl_flavour lock_flav
,
3435 struct blocking_lock_record
*blr
);
3436 void locking_close_file(struct messaging_context
*msg_ctx
,
3438 bool locking_init(void);
3439 bool locking_init_readonly(void);
3440 bool locking_end(void);
3441 char *share_mode_str(TALLOC_CTX
*ctx
, int num
, const struct share_mode_entry
*e
);
3442 struct share_mode_lock
*get_share_mode_lock(TALLOC_CTX
*mem_ctx
,
3443 const struct file_id id
,
3444 const char *servicepath
,
3446 const struct timespec
*old_write_time
);
3447 struct share_mode_lock
*fetch_share_mode_unlocked(TALLOC_CTX
*mem_ctx
,
3448 const struct file_id id
,
3449 const char *servicepath
,
3451 bool rename_share_filename(struct messaging_context
*msg_ctx
,
3452 struct share_mode_lock
*lck
,
3453 const char *servicepath
,
3454 const char *newname
);
3455 void get_file_infos(struct file_id id
,
3456 bool *delete_on_close
,
3457 struct timespec
*write_time
);
3458 bool is_valid_share_mode_entry(const struct share_mode_entry
*e
);
3459 bool is_deferred_open_entry(const struct share_mode_entry
*e
);
3460 bool is_unused_share_mode_entry(const struct share_mode_entry
*e
);
3461 void set_share_mode(struct share_mode_lock
*lck
, files_struct
*fsp
,
3462 uid_t uid
, uint16 mid
, uint16 op_type
);
3463 void add_deferred_open(struct share_mode_lock
*lck
, uint16 mid
,
3464 struct timeval request_time
,
3466 bool del_share_mode(struct share_mode_lock
*lck
, files_struct
*fsp
);
3467 void del_deferred_open_entry(struct share_mode_lock
*lck
, uint16 mid
);
3468 bool remove_share_oplock(struct share_mode_lock
*lck
, files_struct
*fsp
);
3469 bool downgrade_share_oplock(struct share_mode_lock
*lck
, files_struct
*fsp
);
3470 NTSTATUS
can_set_delete_on_close(files_struct
*fsp
, bool delete_on_close
,
3472 void set_delete_on_close_token(struct share_mode_lock
*lck
, const UNIX_USER_TOKEN
*tok
);
3473 void set_delete_on_close_lck(struct share_mode_lock
*lck
, bool delete_on_close
, const UNIX_USER_TOKEN
*tok
);
3474 bool set_delete_on_close(files_struct
*fsp
, bool delete_on_close
, const UNIX_USER_TOKEN
*tok
);
3475 bool set_sticky_write_time(struct file_id fileid
, struct timespec write_time
);
3476 bool set_write_time(struct file_id fileid
, struct timespec write_time
);
3477 int share_mode_forall(void (*fn
)(const struct share_mode_entry
*, const char *,
3478 const char *, void *),
3479 void *private_data
);
3481 /* The following definitions come from locking/posix.c */
3483 bool is_posix_locked(files_struct
*fsp
,
3484 uint64_t *pu_offset
,
3486 enum brl_type
*plock_type
,
3487 enum brl_flavour lock_flav
);
3488 bool posix_locking_init(bool read_only
);
3489 bool posix_locking_end(void);
3490 void reduce_windows_lock_ref_count(files_struct
*fsp
, unsigned int dcount
);
3491 int fd_close_posix(struct files_struct
*fsp
);
3492 bool set_posix_lock_windows_flavour(files_struct
*fsp
,
3495 enum brl_type lock_type
,
3496 const struct lock_context
*lock_ctx
,
3497 const struct lock_struct
*plocks
,
3500 bool release_posix_lock_windows_flavour(files_struct
*fsp
,
3503 enum brl_type deleted_lock_type
,
3504 const struct lock_context
*lock_ctx
,
3505 const struct lock_struct
*plocks
,
3507 bool set_posix_lock_posix_flavour(files_struct
*fsp
,
3510 enum brl_type lock_type
,
3512 bool release_posix_lock_posix_flavour(files_struct
*fsp
,
3515 const struct lock_context
*lock_ctx
,
3516 const struct lock_struct
*plocks
,
3519 /* The following definitions come from modules/vfs_default.c */
3521 ssize_t
vfswrap_llistxattr(struct vfs_handle_struct
*handle
, const char *path
, char *list
, size_t size
);
3522 ssize_t
vfswrap_flistxattr(struct vfs_handle_struct
*handle
, struct files_struct
*fsp
, char *list
, size_t size
);
3523 NTSTATUS
vfs_default_init(void);
3525 /* The following definitions come from nmbd/asyncdns.c */
3527 int asyncdns_fd(void);
3528 void kill_async_dns_child(void);
3529 void start_async_dns(void);
3530 void run_dns_queue(void);
3531 bool queue_dns_query(struct packet_struct
*p
,struct nmb_name
*question
);
3532 bool queue_dns_query(struct packet_struct
*p
,struct nmb_name
*question
);
3533 void kill_async_dns_child(void);
3535 /* The following definitions come from nmbd/nmbd.c */
3537 struct event_context
*nmbd_event_context(void);
3538 struct messaging_context
*nmbd_messaging_context(void);
3540 /* The following definitions come from nmbd/nmbd_become_dmb.c */
3542 void add_domain_names(time_t t
);
3544 /* The following definitions come from nmbd/nmbd_become_lmb.c */
3546 void insert_permanent_name_into_unicast( struct subnet_record
*subrec
,
3547 struct nmb_name
*nmbname
, uint16 nb_type
);
3548 void unbecome_local_master_browser(struct subnet_record
*subrec
, struct work_record
*work
,
3549 bool force_new_election
);
3550 void become_local_master_browser(struct subnet_record
*subrec
, struct work_record
*work
);
3551 void set_workgroup_local_master_browser_name( struct work_record
*work
, const char *newname
);
3553 /* The following definitions come from nmbd/nmbd_browserdb.c */
3555 void update_browser_death_time( struct browse_cache_record
*browc
);
3556 struct browse_cache_record
*create_browser_in_lmb_cache( const char *work_name
,
3557 const char *browser_name
,
3558 struct in_addr ip
);
3559 struct browse_cache_record
*find_browser_in_lmb_cache( const char *browser_name
);
3560 void expire_lmb_browsers( time_t t
);
3562 /* The following definitions come from nmbd/nmbd_browsesync.c */
3564 void dmb_expire_and_sync_browser_lists(time_t t
);
3565 void announce_and_sync_with_domain_master_browser( struct subnet_record
*subrec
,
3566 struct work_record
*work
);
3567 void collect_all_workgroup_names_from_wins_server(time_t t
);
3568 void sync_all_dmbs(time_t t
);
3570 /* The following definitions come from nmbd/nmbd_elections.c */
3572 void check_master_browser_exists(time_t t
);
3573 void run_elections(time_t t
);
3574 void process_election(struct subnet_record
*subrec
, struct packet_struct
*p
, char *buf
);
3575 bool check_elections(void);
3576 void nmbd_message_election(struct messaging_context
*msg
,
3579 struct server_id server_id
,
3582 /* The following definitions come from nmbd/nmbd_incomingdgrams.c */
3584 void tell_become_backup(void);
3585 void process_host_announce(struct subnet_record
*subrec
, struct packet_struct
*p
, char *buf
);
3586 void process_workgroup_announce(struct subnet_record
*subrec
, struct packet_struct
*p
, char *buf
);
3587 void process_local_master_announce(struct subnet_record
*subrec
, struct packet_struct
*p
, char *buf
);
3588 void process_master_browser_announce(struct subnet_record
*subrec
,
3589 struct packet_struct
*p
,char *buf
);
3590 void process_lm_host_announce(struct subnet_record
*subrec
, struct packet_struct
*p
, char *buf
, int len
);
3591 void process_get_backup_list_request(struct subnet_record
*subrec
,
3592 struct packet_struct
*p
,char *buf
);
3593 void process_reset_browser(struct subnet_record
*subrec
,
3594 struct packet_struct
*p
,char *buf
);
3595 void process_announce_request(struct subnet_record
*subrec
, struct packet_struct
*p
, char *buf
);
3596 void process_lm_announce_request(struct subnet_record
*subrec
, struct packet_struct
*p
, char *buf
, int len
);
3598 /* The following definitions come from nmbd/nmbd_incomingrequests.c */
3600 void process_name_release_request(struct subnet_record
*subrec
,
3601 struct packet_struct
*p
);
3602 void process_name_refresh_request(struct subnet_record
*subrec
,
3603 struct packet_struct
*p
);
3604 void process_name_registration_request(struct subnet_record
*subrec
,
3605 struct packet_struct
*p
);
3606 void process_node_status_request(struct subnet_record
*subrec
, struct packet_struct
*p
);
3607 void process_name_query_request(struct subnet_record
*subrec
, struct packet_struct
*p
);
3609 /* The following definitions come from nmbd/nmbd_lmhosts.c */
3611 void load_lmhosts_file(const char *fname
);
3612 bool find_name_in_lmhosts(struct nmb_name
*nmbname
, struct name_record
**namerecp
);
3614 /* The following definitions come from nmbd/nmbd_logonnames.c */
3616 void add_logon_names(void);
3618 /* The following definitions come from nmbd/nmbd_mynames.c */
3620 void register_my_workgroup_one_subnet(struct subnet_record
*subrec
);
3621 bool register_my_workgroup_and_names(void);
3622 void release_wins_names(void);
3623 void refresh_my_names(time_t t
);
3625 /* The following definitions come from nmbd/nmbd_namelistdb.c */
3627 void set_samba_nb_type(void);
3628 void remove_name_from_namelist(struct subnet_record
*subrec
,
3629 struct name_record
*namerec
);
3630 struct name_record
*find_name_on_subnet(struct subnet_record
*subrec
,
3631 const struct nmb_name
*nmbname
,
3633 struct name_record
*find_name_for_remote_broadcast_subnet(struct nmb_name
*nmbname
,
3635 void update_name_ttl( struct name_record
*namerec
, int ttl
);
3636 bool add_name_to_subnet( struct subnet_record
*subrec
,
3641 enum name_source source
,
3643 struct in_addr
*iplist
);
3644 void standard_success_register(struct subnet_record
*subrec
,
3645 struct userdata_struct
*userdata
,
3646 struct nmb_name
*nmbname
, uint16 nb_flags
, int ttl
,
3647 struct in_addr registered_ip
);
3648 void standard_fail_register( struct subnet_record
*subrec
,
3649 struct nmb_name
*nmbname
);
3650 bool find_ip_in_name_record( struct name_record
*namerec
, struct in_addr ip
);
3651 void add_ip_to_name_record( struct name_record
*namerec
, struct in_addr new_ip
);
3652 void remove_ip_from_name_record( struct name_record
*namerec
,
3653 struct in_addr remove_ip
);
3654 void standard_success_release( struct subnet_record
*subrec
,
3655 struct userdata_struct
*userdata
,
3656 struct nmb_name
*nmbname
,
3657 struct in_addr released_ip
);
3658 void expire_names(time_t t
);
3659 void add_samba_names_to_subnet( struct subnet_record
*subrec
);
3660 void dump_name_record( struct name_record
*namerec
, XFILE
*fp
);
3661 void dump_all_namelists(void);
3663 /* The following definitions come from nmbd/nmbd_namequery.c */
3665 bool query_name(struct subnet_record
*subrec
, const char *name
, int type
,
3666 query_name_success_function success_fn
,
3667 query_name_fail_function fail_fn
,
3668 struct userdata_struct
*userdata
);
3669 bool query_name_from_wins_server(struct in_addr ip_to
,
3670 const char *name
, int type
,
3671 query_name_success_function success_fn
,
3672 query_name_fail_function fail_fn
,
3673 struct userdata_struct
*userdata
);
3675 /* The following definitions come from nmbd/nmbd_nameregister.c */
3677 void register_name(struct subnet_record
*subrec
,
3678 const char *name
, int type
, uint16 nb_flags
,
3679 register_name_success_function success_fn
,
3680 register_name_fail_function fail_fn
,
3681 struct userdata_struct
*userdata
);
3682 void wins_refresh_name(struct name_record
*namerec
);
3684 /* The following definitions come from nmbd/nmbd_namerelease.c */
3686 void release_name(struct subnet_record
*subrec
, struct name_record
*namerec
,
3687 release_name_success_function success_fn
,
3688 release_name_fail_function fail_fn
,
3689 struct userdata_struct
*userdata
);
3691 /* The following definitions come from nmbd/nmbd_nodestatus.c */
3693 bool node_status(struct subnet_record
*subrec
, struct nmb_name
*nmbname
,
3694 struct in_addr send_ip
, node_status_success_function success_fn
,
3695 node_status_fail_function fail_fn
, struct userdata_struct
*userdata
);
3697 /* The following definitions come from nmbd/nmbd_packets.c */
3699 uint16
get_nb_flags(char *buf
);
3700 void set_nb_flags(char *buf
, uint16 nb_flags
);
3701 struct response_record
*queue_register_name( struct subnet_record
*subrec
,
3702 response_function resp_fn
,
3703 timeout_response_function timeout_fn
,
3704 register_name_success_function success_fn
,
3705 register_name_fail_function fail_fn
,
3706 struct userdata_struct
*userdata
,
3707 struct nmb_name
*nmbname
,
3709 void queue_wins_refresh(struct nmb_name
*nmbname
,
3710 response_function resp_fn
,
3711 timeout_response_function timeout_fn
,
3713 struct in_addr refresh_ip
,
3715 struct response_record
*queue_register_multihomed_name( struct subnet_record
*subrec
,
3716 response_function resp_fn
,
3717 timeout_response_function timeout_fn
,
3718 register_name_success_function success_fn
,
3719 register_name_fail_function fail_fn
,
3720 struct userdata_struct
*userdata
,
3721 struct nmb_name
*nmbname
,
3723 struct in_addr register_ip
,
3724 struct in_addr wins_ip
);
3725 struct response_record
*queue_release_name( struct subnet_record
*subrec
,
3726 response_function resp_fn
,
3727 timeout_response_function timeout_fn
,
3728 release_name_success_function success_fn
,
3729 release_name_fail_function fail_fn
,
3730 struct userdata_struct
*userdata
,
3731 struct nmb_name
*nmbname
,
3733 struct in_addr release_ip
,
3734 struct in_addr dest_ip
);
3735 struct response_record
*queue_query_name( struct subnet_record
*subrec
,
3736 response_function resp_fn
,
3737 timeout_response_function timeout_fn
,
3738 query_name_success_function success_fn
,
3739 query_name_fail_function fail_fn
,
3740 struct userdata_struct
*userdata
,
3741 struct nmb_name
*nmbname
);
3742 struct response_record
*queue_query_name_from_wins_server( struct in_addr to_ip
,
3743 response_function resp_fn
,
3744 timeout_response_function timeout_fn
,
3745 query_name_success_function success_fn
,
3746 query_name_fail_function fail_fn
,
3747 struct userdata_struct
*userdata
,
3748 struct nmb_name
*nmbname
);
3749 struct response_record
*queue_node_status( struct subnet_record
*subrec
,
3750 response_function resp_fn
,
3751 timeout_response_function timeout_fn
,
3752 node_status_success_function success_fn
,
3753 node_status_fail_function fail_fn
,
3754 struct userdata_struct
*userdata
,
3755 struct nmb_name
*nmbname
,
3756 struct in_addr send_ip
);
3757 void reply_netbios_packet(struct packet_struct
*orig_packet
,
3758 int rcode
, enum netbios_reply_type_code rcv_code
, int opcode
,
3759 int ttl
, char *data
,int len
);
3760 void queue_packet(struct packet_struct
*packet
);
3761 void run_packet_queue(void);
3762 void retransmit_or_expire_response_records(time_t t
);
3763 bool listen_for_packets(bool run_election
);
3764 bool send_mailslot(bool unique
, const char *mailslot
,char *buf
, size_t len
,
3765 const char *srcname
, int src_type
,
3766 const char *dstname
, int dest_type
,
3767 struct in_addr dest_ip
,struct in_addr src_ip
,
3770 /* The following definitions come from nmbd/nmbd_processlogon.c */
3772 bool initialize_nmbd_proxy_logon(void);
3774 void process_logon_packet(struct packet_struct
*p
, char *buf
,int len
,
3775 const char *mailslot
);
3777 /* The following definitions come from nmbd/nmbd_responserecordsdb.c */
3779 void remove_response_record(struct subnet_record
*subrec
,
3780 struct response_record
*rrec
);
3781 struct response_record
*make_response_record( struct subnet_record
*subrec
,
3782 struct packet_struct
*p
,
3783 response_function resp_fn
,
3784 timeout_response_function timeout_fn
,
3785 success_function success_fn
,
3786 fail_function fail_fn
,
3787 struct userdata_struct
*userdata
);
3788 struct response_record
*find_response_record(struct subnet_record
**ppsubrec
,
3790 bool is_refresh_already_queued(struct subnet_record
*subrec
, struct name_record
*namerec
);
3792 /* The following definitions come from nmbd/nmbd_sendannounce.c */
3794 void send_browser_reset(int reset_type
, const char *to_name
, int to_type
, struct in_addr to_ip
);
3795 void broadcast_announce_request(struct subnet_record
*subrec
, struct work_record
*work
);
3796 void announce_my_server_names(time_t t
);
3797 void announce_my_lm_server_names(time_t t
);
3798 void reset_announce_timer(void);
3799 void announce_myself_to_domain_master_browser(time_t t
);
3800 void announce_my_servers_removed(void);
3801 void announce_remote(time_t t
);
3802 void browse_sync_remote(time_t t
);
3804 /* The following definitions come from nmbd/nmbd_serverlistdb.c */
3806 void remove_all_servers(struct work_record
*work
);
3807 struct server_record
*find_server_in_workgroup(struct work_record
*work
, const char *name
);
3808 void remove_server_from_workgroup(struct work_record
*work
, struct server_record
*servrec
);
3809 struct server_record
*create_server_on_workgroup(struct work_record
*work
,
3810 const char *name
,int servertype
,
3811 int ttl
, const char *comment
);
3812 void update_server_ttl(struct server_record
*servrec
, int ttl
);
3813 void expire_servers(struct work_record
*work
, time_t t
);
3814 void write_browse_list_entry(XFILE
*fp
, const char *name
, uint32 rec_type
,
3815 const char *local_master_browser_name
, const char *description
);
3816 void write_browse_list(time_t t
, bool force_write
);
3818 /* The following definitions come from nmbd/nmbd_subnetdb.c */
3820 void close_subnet(struct subnet_record
*subrec
);
3821 struct subnet_record
*make_normal_subnet(const struct interface
*iface
);
3822 bool create_subnets(void);
3823 bool we_are_a_wins_client(void);
3824 struct subnet_record
*get_next_subnet_maybe_unicast(struct subnet_record
*subrec
);
3825 struct subnet_record
*get_next_subnet_maybe_unicast_or_wins_server(struct subnet_record
*subrec
);
3827 /* The following definitions come from nmbd/nmbd_synclists.c */
3829 void sync_browse_lists(struct work_record
*work
,
3830 char *name
, int nm_type
,
3831 struct in_addr ip
, bool local
, bool servers
);
3832 void sync_check_completion(void);
3834 /* The following definitions come from nmbd/nmbd_winsproxy.c */
3836 void make_wins_proxy_name_query_request( struct subnet_record
*subrec
,
3837 struct packet_struct
*incoming_packet
,
3838 struct nmb_name
*question_name
);
3840 /* The following definitions come from nmbd/nmbd_winsserver.c */
3842 struct name_record
*find_name_on_wins_subnet(const struct nmb_name
*nmbname
, bool self_only
);
3843 bool wins_store_changed_namerec(const struct name_record
*namerec
);
3844 bool add_name_to_wins_subnet(const struct name_record
*namerec
);
3845 bool remove_name_from_wins_namelist(struct name_record
*namerec
);
3846 void dump_wins_subnet_namelist(XFILE
*fp
);
3847 bool packet_is_for_wins_server(struct packet_struct
*packet
);
3848 bool initialise_wins(void);
3849 void wins_process_name_refresh_request( struct subnet_record
*subrec
,
3850 struct packet_struct
*p
);
3851 void wins_process_name_registration_request(struct subnet_record
*subrec
,
3852 struct packet_struct
*p
);
3853 void wins_process_multihomed_name_registration_request( struct subnet_record
*subrec
,
3854 struct packet_struct
*p
);
3855 void fetch_all_active_wins_1b_names(void);
3856 void send_wins_name_query_response(int rcode
, struct packet_struct
*p
,
3857 struct name_record
*namerec
);
3858 void wins_process_name_query_request(struct subnet_record
*subrec
,
3859 struct packet_struct
*p
);
3860 void wins_process_name_release_request(struct subnet_record
*subrec
,
3861 struct packet_struct
*p
);
3862 void initiate_wins_processing(time_t t
);
3863 void wins_write_name_record(struct name_record
*namerec
, XFILE
*fp
);
3864 void wins_write_database(time_t t
, bool background
);
3865 void nmbd_wins_new_entry(struct messaging_context
*msg
,
3868 struct server_id server_id
,
3871 /* The following definitions come from nmbd/nmbd_workgroupdb.c */
3873 struct work_record
*find_workgroup_on_subnet(struct subnet_record
*subrec
,
3875 struct work_record
*create_workgroup_on_subnet(struct subnet_record
*subrec
,
3876 const char *name
, int ttl
);
3877 void update_workgroup_ttl(struct work_record
*work
, int ttl
);
3878 void initiate_myworkgroup_startup(struct subnet_record
*subrec
, struct work_record
*work
);
3879 void dump_workgroups(bool force_write
);
3880 void expire_workgroups_and_servers(time_t t
);
3882 /* The following definitions come from param/loadparm.c */
3884 char *lp_smb_ports(void);
3885 char *lp_dos_charset(void);
3886 char *lp_unix_charset(void);
3887 char *lp_display_charset(void);
3888 char *lp_logfile(void);
3889 char *lp_configfile(void);
3890 char *lp_smb_passwd_file(void);
3891 char *lp_private_dir(void);
3892 char *lp_serverstring(void);
3893 int lp_printcap_cache_time(void);
3894 char *lp_addport_cmd(void);
3895 char *lp_enumports_cmd(void);
3896 char *lp_addprinter_cmd(void);
3897 char *lp_deleteprinter_cmd(void);
3898 char *lp_os2_driver_map(void);
3899 char *lp_lockdir(void);
3900 char *lp_statedir(void);
3901 char *lp_cachedir(void);
3902 char *lp_piddir(void);
3903 char *lp_mangling_method(void);
3904 int lp_mangle_prefix(void);
3905 char *lp_utmpdir(void);
3906 char *lp_wtmpdir(void);
3908 char *lp_rootdir(void);
3909 char *lp_defaultservice(void);
3910 char *lp_msg_command(void);
3911 char *lp_get_quota_command(void);
3912 char *lp_set_quota_command(void);
3913 char *lp_auto_services(void);
3914 char *lp_passwd_program(void);
3915 char *lp_passwd_chat(void);
3916 char *lp_passwordserver(void);
3917 char *lp_name_resolve_order(void);
3918 char *lp_realm(void);
3919 const char *lp_afs_username_map(void);
3920 int lp_afs_token_lifetime(void);
3921 char *lp_log_nt_token_command(void);
3922 char *lp_username_map(void);
3923 const char *lp_logon_script(void);
3924 const char *lp_logon_path(void);
3925 const char *lp_logon_drive(void);
3926 const char *lp_logon_home(void);
3927 char *lp_remote_announce(void);
3928 char *lp_remote_browse_sync(void);
3929 const char **lp_wins_server_list(void);
3930 const char **lp_interfaces(void);
3931 const char *lp_socket_address(void);
3932 char *lp_nis_home_map_name(void);
3933 const char **lp_netbios_aliases(void);
3934 const char *lp_passdb_backend(void);
3935 const char **lp_preload_modules(void);
3936 char *lp_panic_action(void);
3937 char *lp_adduser_script(void);
3938 char *lp_renameuser_script(void);
3939 char *lp_deluser_script(void);
3940 const char *lp_guestaccount(void);
3941 char *lp_addgroup_script(void);
3942 char *lp_delgroup_script(void);
3943 char *lp_addusertogroup_script(void);
3944 char *lp_deluserfromgroup_script(void);
3945 char *lp_setprimarygroup_script(void);
3946 char *lp_addmachine_script(void);
3947 char *lp_shutdown_script(void);
3948 char *lp_abort_shutdown_script(void);
3949 char *lp_username_map_script(void);
3950 char *lp_check_password_script(void);
3951 char *lp_wins_hook(void);
3952 const char *lp_template_homedir(void);
3953 const char *lp_template_shell(void);
3954 const char *lp_winbind_separator(void);
3955 int lp_acl_compatibility(void);
3956 bool lp_winbind_enum_users(void);
3957 bool lp_winbind_enum_groups(void);
3958 bool lp_winbind_use_default_domain(void);
3959 bool lp_winbind_trusted_domains_only(void);
3960 bool lp_winbind_nested_groups(void);
3961 int lp_winbind_expand_groups(void);
3962 bool lp_winbind_refresh_tickets(void);
3963 bool lp_winbind_offline_logon(void);
3964 bool lp_winbind_normalize_names(void);
3965 bool lp_winbind_rpc_only(void);
3966 const char **lp_idmap_domains(void);
3967 const char *lp_idmap_backend(void);
3968 char *lp_idmap_alloc_backend(void);
3969 int lp_idmap_cache_time(void);
3970 int lp_idmap_negative_cache_time(void);
3971 int lp_keepalive(void);
3972 bool lp_passdb_expand_explicit(void);
3973 char *lp_ldap_suffix(void);
3974 char *lp_ldap_admin_dn(void);
3975 int lp_ldap_ssl(void);
3976 bool lp_ldap_ssl_ads(void);
3977 int lp_ldap_passwd_sync(void);
3978 bool lp_ldap_delete_dn(void);
3979 int lp_ldap_replication_sleep(void);
3980 int lp_ldap_timeout(void);
3981 int lp_ldap_connection_timeout(void);
3982 int lp_ldap_page_size(void);
3983 int lp_ldap_debug_level(void);
3984 int lp_ldap_debug_threshold(void);
3985 char *lp_add_share_cmd(void);
3986 char *lp_change_share_cmd(void);
3987 char *lp_delete_share_cmd(void);
3988 char *lp_usershare_path(void);
3989 const char **lp_usershare_prefix_allow_list(void);
3990 const char **lp_usershare_prefix_deny_list(void);
3991 const char **lp_eventlog_list(void);
3992 bool lp_registry_shares(void);
3993 bool lp_usershare_allow_guests(void);
3994 bool lp_usershare_owner_only(void);
3995 bool lp_disable_netbios(void);
3996 bool lp_reset_on_zero_vc(void);
3997 bool lp_ms_add_printer_wizard(void);
3998 bool lp_dns_proxy(void);
3999 bool lp_wins_support(void);
4000 bool lp_we_are_a_wins_server(void);
4001 bool lp_wins_proxy(void);
4002 bool lp_local_master(void);
4003 bool lp_domain_logons(void);
4004 const char **lp_init_logon_delayed_hosts(void);
4005 int lp_init_logon_delay(void);
4006 bool lp_load_printers(void);
4007 bool lp_readraw(void);
4008 bool lp_large_readwrite(void);
4009 bool lp_writeraw(void);
4010 bool lp_null_passwords(void);
4011 bool lp_obey_pam_restrictions(void);
4012 bool lp_encrypted_passwords(void);
4013 bool lp_update_encrypted(void);
4014 int lp_client_schannel(void);
4015 int lp_server_schannel(void);
4016 bool lp_syslog_only(void);
4017 bool lp_timestamp_logs(void);
4018 bool lp_debug_prefix_timestamp(void);
4019 bool lp_debug_hires_timestamp(void);
4020 bool lp_debug_pid(void);
4021 bool lp_debug_uid(void);
4022 bool lp_debug_class(void);
4023 bool lp_enable_core_files(void);
4024 bool lp_browse_list(void);
4025 bool lp_nis_home_map(void);
4026 bool lp_bind_interfaces_only(void);
4027 bool lp_pam_password_change(void);
4028 bool lp_unix_password_sync(void);
4029 bool lp_passwd_chat_debug(void);
4030 int lp_passwd_chat_timeout(void);
4031 bool lp_nt_pipe_support(void);
4032 bool lp_nt_status_support(void);
4033 bool lp_stat_cache(void);
4034 int lp_max_stat_cache_size(void);
4035 bool lp_allow_trusted_domains(void);
4036 bool lp_map_untrusted_to_domain(void);
4037 int lp_restrict_anonymous(void);
4038 bool lp_lanman_auth(void);
4039 bool lp_ntlm_auth(void);
4040 bool lp_client_plaintext_auth(void);
4041 bool lp_client_lanman_auth(void);
4042 bool lp_client_ntlmv2_auth(void);
4043 bool lp_host_msdfs(void);
4044 bool lp_kernel_oplocks(void);
4045 bool lp_enhanced_browsing(void);
4046 bool lp_use_mmap(void);
4047 bool lp_unix_extensions(void);
4048 bool lp_use_spnego(void);
4049 bool lp_client_use_spnego(void);
4050 bool lp_hostname_lookups(void);
4051 bool lp_change_notify(const struct share_params
*p
);
4052 bool lp_kernel_change_notify(const struct share_params
*p
);
4053 char * lp_dedicated_keytab_file(void);
4054 int lp_kerberos_method(void);
4055 bool lp_defer_sharing_violations(void);
4056 bool lp_enable_privileges(void);
4057 bool lp_enable_asu_support(void);
4058 int lp_os_level(void);
4059 int lp_max_ttl(void);
4060 int lp_max_wins_ttl(void);
4061 int lp_min_wins_ttl(void);
4062 int lp_max_log_size(void);
4063 int lp_max_open_files(void);
4064 int lp_open_files_db_hash_size(void);
4065 int lp_maxxmit(void);
4066 int lp_maxmux(void);
4067 int lp_passwordlevel(void);
4068 int lp_usernamelevel(void);
4069 int lp_deadtime(void);
4070 bool lp_getwd_cache(void);
4071 int lp_maxprotocol(void);
4072 int lp_minprotocol(void);
4073 int lp_security(void);
4074 const char **lp_auth_methods(void);
4075 bool lp_paranoid_server_security(void);
4076 int lp_maxdisksize(void);
4077 int lp_lpqcachetime(void);
4078 int lp_max_smbd_processes(void);
4079 bool _lp_disable_spoolss(void);
4080 int lp_syslog(void);
4081 int lp_lm_announce(void);
4082 int lp_lm_interval(void);
4083 int lp_machine_password_timeout(void);
4084 int lp_map_to_guest(void);
4085 int lp_oplock_break_wait_time(void);
4086 int lp_lock_spin_time(void);
4087 int lp_usershare_max_shares(void);
4088 const char *lp_socket_options(void);
4089 int lp_config_backend(void);
4090 char *lp_preexec(int );
4091 char *lp_postexec(int );
4092 char *lp_rootpreexec(int );
4093 char *lp_rootpostexec(int );
4094 char *lp_servicename(int );
4095 const char *lp_const_servicename(int );
4096 char *lp_pathname(int );
4097 char *lp_dontdescend(int );
4098 char *lp_username(int );
4099 const char **lp_invalid_users(int );
4100 const char **lp_valid_users(int );
4101 const char **lp_admin_users(int );
4102 const char **lp_svcctl_list(void);
4103 char *lp_cups_options(int );
4104 char *lp_cups_server(void);
4105 int lp_cups_encrypt(void);
4106 char *lp_iprint_server(void);
4107 int lp_cups_connection_timeout(void);
4108 const char *lp_ctdbd_socket(void);
4109 const char **lp_cluster_addresses(void);
4110 bool lp_clustering(void);
4111 char *lp_printcommand(int );
4112 char *lp_lpqcommand(int );
4113 char *lp_lprmcommand(int );
4114 char *lp_lppausecommand(int );
4115 char *lp_lpresumecommand(int );
4116 char *lp_queuepausecommand(int );
4117 char *lp_queueresumecommand(int );
4118 const char *lp_printjob_username(int );
4119 const char **lp_hostsallow(int );
4120 const char **lp_hostsdeny(int );
4121 char *lp_magicscript(int );
4122 char *lp_magicoutput(int );
4123 char *lp_comment(int );
4124 char *lp_force_user(int );
4125 char *lp_force_group(int );
4126 const char **lp_readlist(int );
4127 const char **lp_writelist(int );
4128 const char **lp_printer_admin(int );
4129 char *lp_fstype(int );
4130 const char **lp_vfs_objects(int );
4131 char *lp_msdfs_proxy(int );
4132 char *lp_veto_files(int );
4133 char *lp_hide_files(int );
4134 char *lp_veto_oplocks(int );
4135 bool lp_msdfs_root(int );
4136 char *lp_aio_write_behind(int );
4137 char *lp_dfree_command(int );
4138 bool lp_autoloaded(int );
4139 bool lp_preexec_close(int );
4140 bool lp_rootpreexec_close(int );
4141 int lp_casesensitive(int );
4142 bool lp_preservecase(int );
4143 bool lp_shortpreservecase(int );
4144 bool lp_hide_dot_files(int );
4145 bool lp_hide_special_files(int );
4146 bool lp_hideunreadable(int );
4147 bool lp_hideunwriteable_files(int );
4148 bool lp_browseable(int );
4149 bool lp_access_based_share_enum(int );
4150 bool lp_readonly(int );
4151 bool lp_no_set_dir(int );
4152 bool lp_guest_ok(int );
4153 bool lp_guest_only(int );
4154 bool lp_administrative_share(int );
4155 bool lp_print_ok(int );
4156 bool lp_map_hidden(int );
4157 bool lp_map_archive(int );
4158 bool lp_store_dos_attributes(int );
4159 bool lp_dmapi_support(int );
4160 bool lp_locking(const struct share_params
*p
);
4161 int lp_strict_locking(const struct share_params
*p
);
4162 bool lp_posix_locking(const struct share_params
*p
);
4163 bool lp_share_modes(int );
4164 bool lp_oplocks(int );
4165 bool lp_level2_oplocks(int );
4166 bool lp_onlyuser(int );
4167 bool lp_manglednames(const struct share_params
*p
);
4168 bool lp_widelinks(int );
4169 bool lp_symlinks(int );
4170 bool lp_syncalways(int );
4171 bool lp_strict_allocate(int );
4172 bool lp_strict_sync(int );
4173 bool lp_map_system(int );
4174 bool lp_delete_readonly(int );
4175 bool lp_fake_oplocks(int );
4176 bool lp_recursive_veto_delete(int );
4177 bool lp_dos_filemode(int );
4178 bool lp_dos_filetimes(int );
4179 bool lp_dos_filetime_resolution(int );
4180 bool lp_fake_dir_create_times(void);
4181 bool lp_blocking_locks(int );
4182 bool lp_inherit_perms(int );
4183 bool lp_inherit_acls(int );
4184 bool lp_inherit_owner(int );
4185 bool lp_use_client_driver(int );
4186 bool lp_default_devmode(int );
4187 bool lp_force_printername(int );
4188 bool lp_nt_acl_support(int );
4189 bool lp_force_unknown_acl_user(int );
4190 bool lp_ea_support(int );
4191 bool _lp_use_sendfile(int );
4192 bool lp_profile_acls(int );
4193 bool lp_map_acl_inherit(int );
4194 bool lp_afs_share(int );
4195 bool lp_acl_check_permissions(int );
4196 bool lp_acl_group_control(int );
4197 bool lp_acl_map_full_control(int );
4198 int lp_create_mask(int );
4199 int lp_force_create_mode(int );
4200 int lp_security_mask(int );
4201 int lp_force_security_mode(int );
4202 int lp_dir_mask(int );
4203 int lp_force_dir_mode(int );
4204 int lp_dir_security_mask(int );
4205 int lp_force_dir_security_mode(int );
4206 int lp_max_connections(int );
4207 int lp_defaultcase(int );
4208 int lp_minprintspace(int );
4209 int lp_printing(int );
4210 int lp_max_reported_jobs(int );
4211 int lp_oplock_contention_limit(int );
4212 int lp_csc_policy(int );
4213 int lp_write_cache_size(int );
4214 int lp_block_size(int );
4215 int lp_dfree_cache_time(int );
4216 int lp_allocation_roundup_size(int );
4217 int lp_aio_read_size(int );
4218 int lp_aio_write_size(int );
4219 int lp_map_readonly(int );
4220 int lp_directory_name_cache_size(int );
4221 int lp_smb_encrypt(int );
4222 char lp_magicchar(const struct share_params
*p
);
4223 int lp_winbind_cache_time(void);
4224 int lp_winbind_reconnect_delay(void);
4225 const char **lp_winbind_nss_info(void);
4226 int lp_algorithmic_rid_base(void);
4227 int lp_name_cache_timeout(void);
4228 int lp_client_signing(void);
4229 int lp_server_signing(void);
4230 int lp_client_ldap_sasl_wrapping(void);
4231 char *lp_parm_talloc_string(int snum
, const char *type
, const char *option
, const char *def
);
4232 const char *lp_parm_const_string(int snum
, const char *type
, const char *option
, const char *def
);
4233 const char **lp_parm_string_list(int snum
, const char *type
, const char *option
, const char **def
);
4234 int lp_parm_int(int snum
, const char *type
, const char *option
, int def
);
4235 unsigned long lp_parm_ulong(int snum
, const char *type
, const char *option
, unsigned long def
);
4236 bool lp_parm_bool(int snum
, const char *type
, const char *option
, bool def
);
4237 int lp_parm_enum(int snum
, const char *type
, const char *option
,
4238 const struct enum_list
*_enum
, int def
);
4239 bool lp_add_home(const char *pszHomename
, int iDefaultService
,
4240 const char *user
, const char *pszHomedir
);
4241 int lp_add_service(const char *pszService
, int iDefaultService
);
4242 bool lp_add_printer(const char *pszPrintername
, int iDefaultService
);
4243 bool lp_parameter_is_valid(const char *pszParmName
);
4244 bool lp_parameter_is_global(const char *pszParmName
);
4245 bool lp_parameter_is_canonical(const char *parm_name
);
4246 bool lp_canonicalize_parameter(const char *parm_name
, const char **canon_parm
,
4248 bool lp_canonicalize_parameter_with_value(const char *parm_name
,
4250 const char **canon_parm
,
4251 const char **canon_val
);
4252 void show_parameter_list(void);
4253 bool lp_string_is_valid_boolean(const char *parm_value
);
4254 bool lp_invert_boolean(const char *str
, const char **inverse_str
);
4255 bool lp_canonicalize_boolean(const char *str
, const char**canon_str
);
4256 bool service_ok(int iService
);
4257 bool process_registry_service(const char *service_name
);
4258 bool process_registry_shares(void);
4259 bool lp_config_backend_is_registry(void);
4260 bool lp_config_backend_is_file(void);
4261 bool lp_file_list_changed(void);
4262 bool lp_idmap_uid(uid_t
*low
, uid_t
*high
);
4263 bool lp_idmap_gid(gid_t
*low
, gid_t
*high
);
4264 const char *lp_ldap_machine_suffix(void);
4265 const char *lp_ldap_user_suffix(void);
4266 const char *lp_ldap_group_suffix(void);
4267 const char *lp_ldap_idmap_suffix(void);
4268 void *lp_local_ptr_by_snum(int snum
, void *ptr
);
4269 bool lp_do_parameter(int snum
, const char *pszParmName
, const char *pszParmValue
);
4270 void init_locals(void);
4271 bool lp_is_default(int snum
, struct parm_struct
*parm
);
4272 bool dump_a_parameter(int snum
, char *parm_name
, FILE * f
, bool isGlobal
);
4273 struct parm_struct
*lp_get_parameter(const char *param_name
);
4274 struct parm_struct
*lp_next_parameter(int snum
, int *i
, int allparameters
);
4275 bool lp_snum_ok(int iService
);
4276 void lp_add_one_printer(const char *name
, const char *comment
, void *pdata
);
4277 bool lp_loaded(void);
4278 void lp_killunused(bool (*snumused
) (int));
4279 void lp_kill_all_services(void);
4280 void lp_killservice(int iServiceIn
);
4281 const char* server_role_str(uint32 role
);
4282 enum usershare_err
parse_usershare_file(TALLOC_CTX
*ctx
,
4283 SMB_STRUCT_STAT
*psbuf
,
4284 const char *servicename
,
4288 char **pp_sharepath
,
4291 bool *pallow_guest
);
4292 int load_usershare_service(const char *servicename
);
4293 int load_usershare_shares(void);
4294 void gfree_loadparm(void);
4295 void lp_set_in_client(bool b
);
4296 bool lp_is_in_client(void);
4297 bool lp_load_ex(const char *pszFname
,
4301 bool initialize_globals
,
4302 bool allow_include_registry
,
4303 bool allow_registry_shares
);
4304 bool lp_load(const char *pszFname
,
4308 bool initialize_globals
);
4309 bool lp_load_initial_only(const char *pszFname
);
4310 bool lp_load_with_registry_shares(const char *pszFname
,
4314 bool initialize_globals
);
4315 int lp_numservices(void);
4316 void lp_dump(FILE *f
, bool show_defaults
, int maxtoprint
);
4317 void lp_dump_one(FILE * f
, bool show_defaults
, int snum
);
4318 int lp_servicenumber(const char *pszServiceName
);
4319 bool share_defined(const char *service_name
);
4320 struct share_params
*get_share_params(TALLOC_CTX
*mem_ctx
,
4321 const char *sharename
);
4322 struct share_iterator
*share_list_all(TALLOC_CTX
*mem_ctx
);
4323 struct share_params
*next_share(struct share_iterator
*list
);
4324 struct share_params
*next_printer(struct share_iterator
*list
);
4325 struct share_params
*snum2params_static(int snum
);
4326 const char *volume_label(int snum
);
4327 int lp_server_role(void);
4328 bool lp_domain_master(void);
4329 bool lp_preferred_master(void);
4330 void lp_remove_service(int snum
);
4331 void lp_copy_service(int snum
, const char *new_name
);
4332 int lp_default_server_announce(void);
4333 int lp_major_announce_version(void);
4334 int lp_minor_announce_version(void);
4335 void lp_set_name_resolve_order(const char *new_order
);
4336 const char *lp_printername(int snum
);
4337 void lp_set_logfile(const char *name
);
4338 int lp_maxprintjobs(int snum
);
4339 const char *lp_printcapname(void);
4340 bool lp_disable_spoolss( void );
4341 void lp_set_spoolss_state( uint32 state
);
4342 uint32
lp_get_spoolss_state( void );
4343 bool lp_use_sendfile(int snum
, struct smb_signing_state
*signing_state
);
4344 void set_use_sendfile(int snum
, bool val
);
4345 void set_store_dos_attributes(int snum
, bool val
);
4346 void lp_set_mangling_method(const char *new_method
);
4347 bool lp_posix_pathnames(void);
4348 void lp_set_posix_pathnames(void);
4349 enum brl_flavour
lp_posix_cifsu_locktype(files_struct
*fsp
);
4350 void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val
);
4351 int lp_min_receive_file_size(void);
4352 char* lp_perfcount_module(void);
4353 void lp_set_passdb_backend(const char *backend
);
4355 /* The following definitions come from param/util.c */
4357 uint32
get_int_param( const char* param
);
4358 char* get_string_param( const char* param
);
4360 /* The following definitions come from passdb/login_cache.c */
4362 bool login_cache_init(void);
4363 bool login_cache_shutdown(void);
4364 LOGIN_CACHE
* login_cache_read(struct samu
*sampass
);
4365 bool login_cache_write(const struct samu
*sampass
, LOGIN_CACHE entry
);
4366 bool login_cache_delentry(const struct samu
*sampass
);
4368 /* The following definitions come from passdb/lookup_sid.c */
4370 bool lookup_name(TALLOC_CTX
*mem_ctx
,
4371 const char *full_name
, int flags
,
4372 const char **ret_domain
, const char **ret_name
,
4373 DOM_SID
*ret_sid
, enum lsa_SidType
*ret_type
);
4374 bool lookup_name_smbconf(TALLOC_CTX
*mem_ctx
,
4375 const char *full_name
, int flags
,
4376 const char **ret_domain
, const char **ret_name
,
4377 DOM_SID
*ret_sid
, enum lsa_SidType
*ret_type
);
4378 NTSTATUS
lookup_sids(TALLOC_CTX
*mem_ctx
, int num_sids
,
4379 const DOM_SID
**sids
, int level
,
4380 struct lsa_dom_info
**ret_domains
,
4381 struct lsa_name_info
**ret_names
);
4382 bool lookup_sid(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
,
4383 const char **ret_domain
, const char **ret_name
,
4384 enum lsa_SidType
*ret_type
);
4385 void store_uid_sid_cache(const DOM_SID
*psid
, uid_t uid
);
4386 void store_gid_sid_cache(const DOM_SID
*psid
, gid_t gid
);
4387 void uid_to_sid(DOM_SID
*psid
, uid_t uid
);
4388 void gid_to_sid(DOM_SID
*psid
, gid_t gid
);
4389 bool sid_to_uid(const DOM_SID
*psid
, uid_t
*puid
);
4390 bool sid_to_gid(const DOM_SID
*psid
, gid_t
*pgid
);
4392 /* The following definitions come from passdb/machine_sid.c */
4394 DOM_SID
*get_global_sam_sid(void);
4395 void reset_global_sam_sid(void) ;
4396 bool sid_check_is_domain(const DOM_SID
*sid
);
4397 bool sid_check_is_in_our_domain(const DOM_SID
*sid
);
4399 /* The following definitions come from passdb/passdb.c */
4401 const char *my_sam_name(void);
4402 struct samu
*samu_new( TALLOC_CTX
*ctx
);
4403 NTSTATUS
samu_set_unix(struct samu
*user
, const struct passwd
*pwd
);
4404 NTSTATUS
samu_alloc_rid_unix(struct samu
*user
, const struct passwd
*pwd
);
4405 char *pdb_encode_acct_ctrl(uint32 acct_ctrl
, size_t length
);
4406 uint32
pdb_decode_acct_ctrl(const char *p
);
4407 void pdb_sethexpwd(char p
[33], const unsigned char *pwd
, uint32 acct_ctrl
);
4408 bool pdb_gethexpwd(const char *p
, unsigned char *pwd
);
4409 void pdb_sethexhours(char *p
, const unsigned char *hours
);
4410 bool pdb_gethexhours(const char *p
, unsigned char *hours
);
4411 int algorithmic_rid_base(void);
4412 uid_t
algorithmic_pdb_user_rid_to_uid(uint32 user_rid
);
4413 uid_t
max_algorithmic_uid(void);
4414 uint32
algorithmic_pdb_uid_to_user_rid(uid_t uid
);
4415 gid_t
pdb_group_rid_to_gid(uint32 group_rid
);
4416 gid_t
max_algorithmic_gid(void);
4417 uint32
algorithmic_pdb_gid_to_group_rid(gid_t gid
);
4418 bool algorithmic_pdb_rid_is_user(uint32 rid
);
4419 bool lookup_global_sam_name(const char *name
, int flags
, uint32_t *rid
,
4420 enum lsa_SidType
*type
);
4421 NTSTATUS
local_password_change(const char *user_name
,
4423 const char *new_passwd
,
4426 bool init_samu_from_buffer(struct samu
*sampass
, uint32_t level
,
4427 uint8
*buf
, uint32 buflen
);
4428 uint32
init_buffer_from_samu (uint8
**buf
, struct samu
*sampass
, bool size_only
);
4429 bool pdb_copy_sam_account(struct samu
*dst
, struct samu
*src
);
4430 bool pdb_update_bad_password_count(struct samu
*sampass
, bool *updated
);
4431 bool pdb_update_autolock_flag(struct samu
*sampass
, bool *updated
);
4432 bool pdb_increment_bad_password_count(struct samu
*sampass
);
4433 bool is_dc_trusted_domain_situation(const char *domain_name
);
4434 bool get_trust_pw_clear(const char *domain
, char **ret_pwd
,
4435 const char **account_name
, uint32
*channel
);
4436 bool get_trust_pw_hash(const char *domain
, uint8 ret_pwd
[16],
4437 const char **account_name
, uint32
*channel
);
4438 struct samr_LogonHours
get_logon_hours_from_pdb(TALLOC_CTX
*mem_ctx
,
4440 /* The following definitions come from passdb/pdb_compat.c */
4442 uint32
pdb_get_user_rid (const struct samu
*sampass
);
4443 uint32
pdb_get_group_rid (struct samu
*sampass
);
4444 bool pdb_set_user_sid_from_rid (struct samu
*sampass
, uint32 rid
, enum pdb_value_state flag
);
4445 bool pdb_set_group_sid_from_rid (struct samu
*sampass
, uint32 grid
, enum pdb_value_state flag
);
4447 /* The following definitions come from passdb/pdb_get_set.c */
4449 uint32
pdb_get_acct_ctrl(const struct samu
*sampass
);
4450 time_t pdb_get_logon_time(const struct samu
*sampass
);
4451 time_t pdb_get_logoff_time(const struct samu
*sampass
);
4452 time_t pdb_get_kickoff_time(const struct samu
*sampass
);
4453 time_t pdb_get_bad_password_time(const struct samu
*sampass
);
4454 time_t pdb_get_pass_last_set_time(const struct samu
*sampass
);
4455 time_t pdb_get_pass_can_change_time(const struct samu
*sampass
);
4456 time_t pdb_get_pass_can_change_time_noncalc(const struct samu
*sampass
);
4457 time_t pdb_get_pass_must_change_time(const struct samu
*sampass
);
4458 bool pdb_get_pass_can_change(const struct samu
*sampass
);
4459 uint16
pdb_get_logon_divs(const struct samu
*sampass
);
4460 uint32
pdb_get_hours_len(const struct samu
*sampass
);
4461 const uint8
*pdb_get_hours(const struct samu
*sampass
);
4462 const uint8
*pdb_get_nt_passwd(const struct samu
*sampass
);
4463 const uint8
*pdb_get_lanman_passwd(const struct samu
*sampass
);
4464 const uint8
*pdb_get_pw_history(const struct samu
*sampass
, uint32
*current_hist_len
);
4465 const char *pdb_get_plaintext_passwd(const struct samu
*sampass
);
4466 const DOM_SID
*pdb_get_user_sid(const struct samu
*sampass
);
4467 const DOM_SID
*pdb_get_group_sid(struct samu
*sampass
);
4468 enum pdb_value_state
pdb_get_init_flags(const struct samu
*sampass
, enum pdb_elements element
);
4469 const char *pdb_get_username(const struct samu
*sampass
);
4470 const char *pdb_get_domain(const struct samu
*sampass
);
4471 const char *pdb_get_nt_username(const struct samu
*sampass
);
4472 const char *pdb_get_fullname(const struct samu
*sampass
);
4473 const char *pdb_get_homedir(const struct samu
*sampass
);
4474 const char *pdb_get_dir_drive(const struct samu
*sampass
);
4475 const char *pdb_get_logon_script(const struct samu
*sampass
);
4476 const char *pdb_get_profile_path(const struct samu
*sampass
);
4477 const char *pdb_get_acct_desc(const struct samu
*sampass
);
4478 const char *pdb_get_workstations(const struct samu
*sampass
);
4479 const char *pdb_get_comment(const struct samu
*sampass
);
4480 const char *pdb_get_munged_dial(const struct samu
*sampass
);
4481 uint16
pdb_get_bad_password_count(const struct samu
*sampass
);
4482 uint16
pdb_get_logon_count(const struct samu
*sampass
);
4483 uint32
pdb_get_unknown_6(const struct samu
*sampass
);
4484 void *pdb_get_backend_private_data(const struct samu
*sampass
, const struct pdb_methods
*my_methods
);
4485 bool pdb_set_acct_ctrl(struct samu
*sampass
, uint32 acct_ctrl
, enum pdb_value_state flag
);
4486 bool pdb_set_logon_time(struct samu
*sampass
, time_t mytime
, enum pdb_value_state flag
);
4487 bool pdb_set_logoff_time(struct samu
*sampass
, time_t mytime
, enum pdb_value_state flag
);
4488 bool pdb_set_kickoff_time(struct samu
*sampass
, time_t mytime
, enum pdb_value_state flag
);
4489 bool pdb_set_bad_password_time(struct samu
*sampass
, time_t mytime
, enum pdb_value_state flag
);
4490 bool pdb_set_pass_can_change_time(struct samu
*sampass
, time_t mytime
, enum pdb_value_state flag
);
4491 bool pdb_set_pass_must_change_time(struct samu
*sampass
, time_t mytime
, enum pdb_value_state flag
);
4492 bool pdb_set_pass_last_set_time(struct samu
*sampass
, time_t mytime
, enum pdb_value_state flag
);
4493 bool pdb_set_hours_len(struct samu
*sampass
, uint32 len
, enum pdb_value_state flag
);
4494 bool pdb_set_logon_divs(struct samu
*sampass
, uint16 hours
, enum pdb_value_state flag
);
4495 bool pdb_set_init_flags(struct samu
*sampass
, enum pdb_elements element
, enum pdb_value_state value_flag
);
4496 bool pdb_set_user_sid(struct samu
*sampass
, const DOM_SID
*u_sid
, enum pdb_value_state flag
);
4497 bool pdb_set_user_sid_from_string(struct samu
*sampass
, fstring u_sid
, enum pdb_value_state flag
);
4498 bool pdb_set_group_sid(struct samu
*sampass
, const DOM_SID
*g_sid
, enum pdb_value_state flag
);
4499 bool pdb_set_username(struct samu
*sampass
, const char *username
, enum pdb_value_state flag
);
4500 bool pdb_set_domain(struct samu
*sampass
, const char *domain
, enum pdb_value_state flag
);
4501 bool pdb_set_nt_username(struct samu
*sampass
, const char *nt_username
, enum pdb_value_state flag
);
4502 bool pdb_set_fullname(struct samu
*sampass
, const char *full_name
, enum pdb_value_state flag
);
4503 bool pdb_set_logon_script(struct samu
*sampass
, const char *logon_script
, enum pdb_value_state flag
);
4504 bool pdb_set_profile_path(struct samu
*sampass
, const char *profile_path
, enum pdb_value_state flag
);
4505 bool pdb_set_dir_drive(struct samu
*sampass
, const char *dir_drive
, enum pdb_value_state flag
);
4506 bool pdb_set_homedir(struct samu
*sampass
, const char *home_dir
, enum pdb_value_state flag
);
4507 bool pdb_set_acct_desc(struct samu
*sampass
, const char *acct_desc
, enum pdb_value_state flag
);
4508 bool pdb_set_workstations(struct samu
*sampass
, const char *workstations
, enum pdb_value_state flag
);
4509 bool pdb_set_comment(struct samu
*sampass
, const char *comment
, enum pdb_value_state flag
);
4510 bool pdb_set_munged_dial(struct samu
*sampass
, const char *munged_dial
, enum pdb_value_state flag
);
4511 bool pdb_set_nt_passwd(struct samu
*sampass
, const uint8 pwd
[NT_HASH_LEN
], enum pdb_value_state flag
);
4512 bool pdb_set_lanman_passwd(struct samu
*sampass
, const uint8 pwd
[LM_HASH_LEN
], enum pdb_value_state flag
);
4513 bool pdb_set_pw_history(struct samu
*sampass
, const uint8
*pwd
, uint32 historyLen
, enum pdb_value_state flag
);
4514 bool pdb_set_plaintext_pw_only(struct samu
*sampass
, const char *password
, enum pdb_value_state flag
);
4515 bool pdb_set_bad_password_count(struct samu
*sampass
, uint16 bad_password_count
, enum pdb_value_state flag
);
4516 bool pdb_set_logon_count(struct samu
*sampass
, uint16 logon_count
, enum pdb_value_state flag
);
4517 bool pdb_set_unknown_6(struct samu
*sampass
, uint32 unkn
, enum pdb_value_state flag
);
4518 bool pdb_set_hours(struct samu
*sampass
, const uint8
*hours
, enum pdb_value_state flag
);
4519 bool pdb_set_backend_private_data(struct samu
*sampass
, void *private_data
,
4520 void (*free_fn
)(void **),
4521 const struct pdb_methods
*my_methods
,
4522 enum pdb_value_state flag
);
4523 bool pdb_set_pass_can_change(struct samu
*sampass
, bool canchange
);
4524 bool pdb_set_plaintext_passwd(struct samu
*sampass
, const char *plaintext
);
4525 uint32
pdb_build_fields_present(struct samu
*sampass
);
4527 /* The following definitions come from passdb/pdb_interface.c */
4529 NTSTATUS
smb_register_passdb(int version
, const char *name
, pdb_init_function init
) ;
4530 struct pdb_init_function_entry
*pdb_find_backend_entry(const char *name
);
4531 struct event_context
*pdb_get_event_context(void);
4532 NTSTATUS
make_pdb_method_name(struct pdb_methods
**methods
, const char *selected
);
4533 bool pdb_getsampwnam(struct samu
*sam_acct
, const char *username
) ;
4534 bool guest_user_info( struct samu
*user
);
4535 bool pdb_getsampwsid(struct samu
*sam_acct
, const DOM_SID
*sid
) ;
4536 NTSTATUS
pdb_create_user(TALLOC_CTX
*mem_ctx
, const char *name
, uint32 flags
,
4538 NTSTATUS
pdb_delete_user(TALLOC_CTX
*mem_ctx
, struct samu
*sam_acct
);
4539 NTSTATUS
pdb_add_sam_account(struct samu
*sam_acct
) ;
4540 NTSTATUS
pdb_update_sam_account(struct samu
*sam_acct
) ;
4541 NTSTATUS
pdb_delete_sam_account(struct samu
*sam_acct
) ;
4542 NTSTATUS
pdb_rename_sam_account(struct samu
*oldname
, const char *newname
);
4543 NTSTATUS
pdb_update_login_attempts(struct samu
*sam_acct
, bool success
);
4544 bool pdb_getgrsid(GROUP_MAP
*map
, DOM_SID sid
);
4545 bool pdb_getgrgid(GROUP_MAP
*map
, gid_t gid
);
4546 bool pdb_getgrnam(GROUP_MAP
*map
, const char *name
);
4547 NTSTATUS
pdb_create_dom_group(TALLOC_CTX
*mem_ctx
, const char *name
,
4549 NTSTATUS
pdb_delete_dom_group(TALLOC_CTX
*mem_ctx
, uint32 rid
);
4550 NTSTATUS
pdb_add_group_mapping_entry(GROUP_MAP
*map
);
4551 NTSTATUS
pdb_update_group_mapping_entry(GROUP_MAP
*map
);
4552 NTSTATUS
pdb_delete_group_mapping_entry(DOM_SID sid
);
4553 bool pdb_enum_group_mapping(const DOM_SID
*sid
, enum lsa_SidType sid_name_use
, GROUP_MAP
**pp_rmap
,
4554 size_t *p_num_entries
, bool unix_only
);
4555 NTSTATUS
pdb_enum_group_members(TALLOC_CTX
*mem_ctx
,
4557 uint32
**pp_member_rids
,
4558 size_t *p_num_members
);
4559 NTSTATUS
pdb_enum_group_memberships(TALLOC_CTX
*mem_ctx
, struct samu
*user
,
4560 DOM_SID
**pp_sids
, gid_t
**pp_gids
,
4561 size_t *p_num_groups
);
4562 NTSTATUS
pdb_set_unix_primary_group(TALLOC_CTX
*mem_ctx
, struct samu
*user
);
4563 NTSTATUS
pdb_add_groupmem(TALLOC_CTX
*mem_ctx
, uint32 group_rid
,
4565 NTSTATUS
pdb_del_groupmem(TALLOC_CTX
*mem_ctx
, uint32 group_rid
,
4567 NTSTATUS
pdb_create_alias(const char *name
, uint32
*rid
);
4568 NTSTATUS
pdb_delete_alias(const DOM_SID
*sid
);
4569 NTSTATUS
pdb_get_aliasinfo(const DOM_SID
*sid
, struct acct_info
*info
);
4570 NTSTATUS
pdb_set_aliasinfo(const DOM_SID
*sid
, struct acct_info
*info
);
4571 NTSTATUS
pdb_add_aliasmem(const DOM_SID
*alias
, const DOM_SID
*member
);
4572 NTSTATUS
pdb_del_aliasmem(const DOM_SID
*alias
, const DOM_SID
*member
);
4573 NTSTATUS
pdb_enum_aliasmem(const DOM_SID
*alias
, TALLOC_CTX
*mem_ctx
,
4574 DOM_SID
**pp_members
, size_t *p_num_members
);
4575 NTSTATUS
pdb_enum_alias_memberships(TALLOC_CTX
*mem_ctx
,
4576 const DOM_SID
*domain_sid
,
4577 const DOM_SID
*members
, size_t num_members
,
4578 uint32
**pp_alias_rids
,
4579 size_t *p_num_alias_rids
);
4580 NTSTATUS
pdb_lookup_rids(const DOM_SID
*domain_sid
,
4584 enum lsa_SidType
*attrs
);
4585 NTSTATUS
pdb_lookup_names(const DOM_SID
*domain_sid
,
4589 enum lsa_SidType
*attrs
);
4590 bool pdb_get_account_policy(int policy_index
, uint32
*value
);
4591 bool pdb_set_account_policy(int policy_index
, uint32 value
);
4592 bool pdb_get_seq_num(time_t *seq_num
);
4593 bool pdb_uid_to_rid(uid_t uid
, uint32
*rid
);
4594 bool pdb_uid_to_sid(uid_t uid
, DOM_SID
*sid
);
4595 bool pdb_gid_to_sid(gid_t gid
, DOM_SID
*sid
);
4596 bool pdb_sid_to_id(const DOM_SID
*sid
, union unid_t
*id
,
4597 enum lsa_SidType
*type
);
4598 bool pdb_rid_algorithm(void);
4599 bool pdb_new_rid(uint32
*rid
);
4600 bool initialize_password_db(bool reload
, struct event_context
*event_ctx
);
4601 struct pdb_search
*pdb_search_init(TALLOC_CTX
*mem_ctx
,
4602 enum pdb_search_type type
);
4603 struct pdb_search
*pdb_search_users(TALLOC_CTX
*mem_ctx
, uint32 acct_flags
);
4604 struct pdb_search
*pdb_search_groups(TALLOC_CTX
*mem_ctx
);
4605 struct pdb_search
*pdb_search_aliases(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
);
4606 uint32
pdb_search_entries(struct pdb_search
*search
,
4607 uint32 start_idx
, uint32 max_entries
,
4608 struct samr_displayentry
**result
);
4609 bool pdb_get_trusteddom_pw(const char *domain
, char** pwd
, DOM_SID
*sid
,
4610 time_t *pass_last_set_time
);
4611 bool pdb_set_trusteddom_pw(const char* domain
, const char* pwd
,
4612 const DOM_SID
*sid
);
4613 bool pdb_del_trusteddom_pw(const char *domain
);
4614 NTSTATUS
pdb_enum_trusteddoms(TALLOC_CTX
*mem_ctx
, uint32
*num_domains
,
4615 struct trustdom_info
***domains
);
4616 NTSTATUS
make_pdb_method( struct pdb_methods
**methods
) ;
4618 /* The following definitions come from passdb/pdb_ldap.c */
4620 const char** get_userattr_list( TALLOC_CTX
*mem_ctx
, int schema_ver
);
4621 int ldapsam_search_suffix_by_name(struct ldapsam_privates
*ldap_state
,
4623 LDAPMessage
** result
,
4625 const char **talloc_attrs(TALLOC_CTX
*mem_ctx
, ...);
4626 NTSTATUS
pdb_init_ldapsam_compat(struct pdb_methods
**pdb_method
, const char *location
);
4627 NTSTATUS
pdb_init_ldapsam(struct pdb_methods
**pdb_method
, const char *location
);
4628 NTSTATUS
pdb_ldap_init(void);
4630 /* The following definitions come from passdb/pdb_nds.c */
4632 int pdb_nds_get_password(
4633 struct smbldap_state
*ldap_state
,
4637 int pdb_nds_set_password(
4638 struct smbldap_state
*ldap_state
,
4641 NTSTATUS
pdb_nds_init(void);
4643 /* The following definitions come from passdb/pdb_smbpasswd.c */
4645 NTSTATUS
pdb_smbpasswd_init(void) ;
4647 /* The following definitions come from passdb/pdb_wbc_sam.c */
4649 NTSTATUS
pdb_wbc_sam_init(void);
4651 /* The following definitions come from passdb/pdb_tdb.c */
4653 bool init_sam_from_buffer_v2(struct samu
*sampass
, uint8
*buf
, uint32 buflen
);
4654 NTSTATUS
pdb_tdbsam_init(void);
4656 /* The following definitions come from passdb/secrets.c */
4658 bool secrets_init(void);
4659 struct db_context
*secrets_db_ctx(void);
4660 void secrets_shutdown(void);
4661 void *secrets_fetch(const char *key
, size_t *size
);
4662 bool secrets_store(const char *key
, const void *data
, size_t size
);
4663 bool secrets_delete(const char *key
);
4664 bool secrets_store_domain_sid(const char *domain
, const DOM_SID
*sid
);
4665 bool secrets_fetch_domain_sid(const char *domain
, DOM_SID
*sid
);
4666 bool secrets_store_domain_guid(const char *domain
, struct GUID
*guid
);
4667 bool secrets_fetch_domain_guid(const char *domain
, struct GUID
*guid
);
4668 void *secrets_get_trust_account_lock(TALLOC_CTX
*mem_ctx
, const char *domain
);
4669 uint32
get_default_sec_channel(void);
4670 bool secrets_fetch_trust_account_password_legacy(const char *domain
,
4672 time_t *pass_last_set_time
,
4674 bool secrets_fetch_trust_account_password(const char *domain
, uint8 ret_pwd
[16],
4675 time_t *pass_last_set_time
,
4677 bool secrets_fetch_trusted_domain_password(const char *domain
, char** pwd
,
4678 DOM_SID
*sid
, time_t *pass_last_set_time
);
4679 bool secrets_store_trusted_domain_password(const char* domain
, const char* pwd
,
4680 const DOM_SID
*sid
);
4681 bool secrets_delete_machine_password(const char *domain
);
4682 bool secrets_delete_machine_password_ex(const char *domain
);
4683 bool secrets_delete_domain_sid(const char *domain
);
4684 bool secrets_store_machine_password(const char *pass
, const char *domain
, uint32 sec_channel
);
4685 char *secrets_fetch_machine_password(const char *domain
,
4686 time_t *pass_last_set_time
,
4688 bool trusted_domain_password_delete(const char *domain
);
4689 bool secrets_store_ldap_pw(const char* dn
, char* pw
);
4690 bool fetch_ldap_pw(char **dn
, char** pw
);
4691 NTSTATUS
secrets_trusted_domains(TALLOC_CTX
*mem_ctx
, uint32
*num_domains
,
4692 struct trustdom_info
***domains
);
4693 bool secrets_store_afs_keyfile(const char *cell
, const struct afs_keyfile
*keyfile
);
4694 bool secrets_fetch_afs_key(const char *cell
, struct afs_key
*result
);
4695 void secrets_fetch_ipc_userpass(char **username
, char **domain
, char **password
);
4696 bool secrets_store_schannel_session_info(TALLOC_CTX
*mem_ctx
,
4697 const char *remote_machine
,
4698 const struct dcinfo
*pdc
);
4699 bool secrets_restore_schannel_session_info(TALLOC_CTX
*mem_ctx
,
4700 const char *remote_machine
,
4701 struct dcinfo
**ppdc
);
4702 bool secrets_store_generic(const char *owner
, const char *key
, const char *secret
);
4703 char *secrets_fetch_generic(const char *owner
, const char *key
);
4704 bool secrets_store_local_schannel_key(uint8_t schannel_key
[16]);
4705 bool secrets_fetch_local_schannel_key(uint8_t schannel_key
[16]);
4707 /* The following definitions come from passdb/util_builtin.c */
4709 bool lookup_builtin_rid(TALLOC_CTX
*mem_ctx
, uint32 rid
, const char **name
);
4710 bool lookup_builtin_name(const char *name
, uint32
*rid
);
4711 const char *builtin_domain_name(void);
4712 bool sid_check_is_builtin(const DOM_SID
*sid
);
4713 bool sid_check_is_in_builtin(const DOM_SID
*sid
);
4715 /* The following definitions come from passdb/util_unixsids.c */
4717 bool sid_check_is_unix_users(const DOM_SID
*sid
);
4718 bool sid_check_is_in_unix_users(const DOM_SID
*sid
);
4719 bool uid_to_unix_users_sid(uid_t uid
, DOM_SID
*sid
);
4720 bool gid_to_unix_groups_sid(gid_t gid
, DOM_SID
*sid
);
4721 const char *unix_users_domain_name(void);
4722 bool lookup_unix_user_name(const char *name
, DOM_SID
*sid
);
4723 bool sid_check_is_unix_groups(const DOM_SID
*sid
);
4724 bool sid_check_is_in_unix_groups(const DOM_SID
*sid
);
4725 const char *unix_groups_domain_name(void);
4726 bool lookup_unix_group_name(const char *name
, DOM_SID
*sid
);
4728 /* The following definitions come from passdb/util_wellknown.c */
4730 bool sid_check_is_wellknown_domain(const DOM_SID
*sid
, const char **name
);
4731 bool sid_check_is_in_wellknown_domain(const DOM_SID
*sid
);
4732 bool lookup_wellknown_sid(TALLOC_CTX
*mem_ctx
, const DOM_SID
*sid
,
4733 const char **domain
, const char **name
);
4734 bool lookup_wellknown_name(TALLOC_CTX
*mem_ctx
, const char *name
,
4735 DOM_SID
*sid
, const char **domain
);
4737 /* The following definitions come from printing/load.c */
4739 void load_printers(void);
4741 /* The following definitions come from printing/lpq_parse.c */
4743 bool parse_lpq_entry(enum printing_types printing_type
,char *line
,
4744 print_queue_struct
*buf
,
4745 print_status_struct
*status
,bool first
);
4747 /* The following definitions come from printing/notify.c */
4749 int print_queue_snum(const char *qname
);
4750 void print_notify_send_messages(struct messaging_context
*msg_ctx
,
4751 unsigned int timeout
);
4752 void notify_printer_status_byname(const char *sharename
, uint32 status
);
4753 void notify_printer_status(int snum
, uint32 status
);
4754 void notify_job_status_byname(const char *sharename
, uint32 jobid
, uint32 status
,
4756 void notify_job_status(const char *sharename
, uint32 jobid
, uint32 status
);
4757 void notify_job_total_bytes(const char *sharename
, uint32 jobid
,
4759 void notify_job_total_pages(const char *sharename
, uint32 jobid
,
4761 void notify_job_username(const char *sharename
, uint32 jobid
, char *name
);
4762 void notify_job_name(const char *sharename
, uint32 jobid
, char *name
);
4763 void notify_job_submitted(const char *sharename
, uint32 jobid
,
4765 void notify_printer_driver(int snum
, char *driver_name
);
4766 void notify_printer_comment(int snum
, char *comment
);
4767 void notify_printer_sharename(int snum
, char *share_name
);
4768 void notify_printer_printername(int snum
, char *printername
);
4769 void notify_printer_port(int snum
, char *port_name
);
4770 void notify_printer_location(int snum
, char *location
);
4771 void notify_printer_byname( const char *printername
, uint32 change
, const char *value
);
4773 /* The following definitions come from printing/nt_printing.c */
4775 bool nt_printing_init(struct messaging_context
*msg_ctx
);
4776 uint32
update_c_setprinter(bool initialize
);
4777 uint32
get_c_setprinter(void);
4778 int get_builtin_ntforms(nt_forms_struct
**list
);
4779 bool get_a_builtin_ntform_by_string(const char *form_name
, nt_forms_struct
*form
);
4780 int get_ntforms(nt_forms_struct
**list
);
4781 int write_ntforms(nt_forms_struct
**list
, int number
);
4782 bool add_a_form(nt_forms_struct
**list
, struct spoolss_AddFormInfo1
*form
, int *count
);
4783 bool delete_a_form(nt_forms_struct
**list
, const char *del_name
, int *count
, WERROR
*ret
);
4784 void update_a_form(nt_forms_struct
**list
, struct spoolss_AddFormInfo1
*form
, int count
);
4785 int get_ntdrivers(fstring
**list
, const char *architecture
, uint32 version
);
4786 const char *get_short_archi(const char *long_archi
);
4787 WERROR
clean_up_driver_struct(struct pipes_struct
*rpc_pipe
,
4788 NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract
,
4790 WERROR
move_driver_to_download_area(struct pipes_struct
*p
,
4791 NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract
,
4792 uint32 level
, WERROR
*perr
);
4793 int pack_devicemode(NT_DEVICEMODE
*nt_devmode
, uint8
*buf
, int buflen
);
4794 uint32
del_a_printer(const char *sharename
);
4795 NT_DEVICEMODE
*construct_nt_devicemode(const fstring default_devicename
);
4796 void free_nt_devicemode(NT_DEVICEMODE
**devmode_ptr
);
4797 int unpack_devicemode(NT_DEVICEMODE
**nt_devmode
, const uint8
*buf
, int buflen
);
4798 int add_new_printer_key( NT_PRINTER_DATA
*data
, const char *name
);
4799 int delete_printer_key( NT_PRINTER_DATA
*data
, const char *name
);
4800 int lookup_printerkey( NT_PRINTER_DATA
*data
, const char *name
);
4801 int get_printer_subkeys( NT_PRINTER_DATA
*data
, const char* key
, fstring
**subkeys
);
4802 WERROR
nt_printer_publish(Printer_entry
*print_hnd
, int snum
, int action
);
4803 WERROR
check_published_printers(void);
4804 bool is_printer_published(Printer_entry
*print_hnd
, int snum
,
4806 WERROR
nt_printer_publish(Printer_entry
*print_hnd
, int snum
, int action
);
4807 WERROR
check_published_printers(void);
4808 bool is_printer_published(Printer_entry
*print_hnd
, int snum
,
4810 WERROR
delete_all_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
);
4811 WERROR
delete_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
, const char *value
);
4812 WERROR
add_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
, const char *value
,
4813 uint32 type
, uint8
*data
, int real_len
);
4814 struct regval_blob
* get_printer_data( NT_PRINTER_INFO_LEVEL_2
*p2
, const char *key
, const char *value
);
4815 WERROR
mod_a_printer(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
);
4816 bool set_driver_init(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
);
4817 bool del_driver_init(const char *drivername
);
4818 WERROR
save_driver_init(NT_PRINTER_INFO_LEVEL
*printer
, uint32 level
, uint8
*data
, uint32 data_len
);
4819 WERROR
get_a_printer( Printer_entry
*print_hnd
,
4820 NT_PRINTER_INFO_LEVEL
**pp_printer
,
4822 const char *sharename
);
4823 WERROR
get_a_printer_search( Printer_entry
*print_hnd
,
4824 NT_PRINTER_INFO_LEVEL
**pp_printer
,
4826 const char *sharename
);
4827 uint32
free_a_printer(NT_PRINTER_INFO_LEVEL
**pp_printer
, uint32 level
);
4828 uint32
add_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL driver
, uint32 level
);
4829 WERROR
get_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL
*driver
, uint32_t level
,
4830 const char *drivername
, const char *architecture
, uint32_t version
);
4831 uint32
free_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL driver
, uint32 level
);
4832 bool printer_driver_in_use ( NT_PRINTER_DRIVER_INFO_LEVEL_3
*info_3
);
4833 bool printer_driver_files_in_use ( NT_PRINTER_DRIVER_INFO_LEVEL_3
*info
);
4834 WERROR
delete_printer_driver(struct pipes_struct
*rpc_pipe
,
4835 NT_PRINTER_DRIVER_INFO_LEVEL_3
*info_3
,
4836 uint32 version
, bool delete_files
);
4837 WERROR
nt_printing_setsec(const char *sharename
, SEC_DESC_BUF
*secdesc_ctr
);
4838 bool nt_printing_getsec(TALLOC_CTX
*ctx
, const char *sharename
, SEC_DESC_BUF
**secdesc_ctr
);
4839 void map_printer_permissions(SEC_DESC
*sd
);
4840 void map_job_permissions(SEC_DESC
*sd
);
4841 bool print_access_check(struct auth_serversupplied_info
*server_info
, int snum
,
4843 bool print_time_access_check(const char *servicename
);
4844 char* get_server_name( Printer_entry
*printer
);
4846 /* The following definitions come from printing/pcap.c */
4848 bool pcap_cache_add_specific(struct pcap_cache
**ppcache
, const char *name
, const char *comment
);
4849 void pcap_cache_destroy_specific(struct pcap_cache
**ppcache
);
4850 bool pcap_cache_add(const char *name
, const char *comment
);
4851 bool pcap_cache_loaded(void);
4852 void pcap_cache_replace(const struct pcap_cache
*cache
);
4853 void pcap_cache_reload(void);
4854 bool pcap_printername_ok(const char *printername
);
4855 void pcap_printer_fn_specific(const struct pcap_cache
*, void (*fn
)(const char *, const char *, void *), void *);
4856 void pcap_printer_fn(void (*fn
)(const char *, const char *, void *), void *);
4858 /* The following definitions come from printing/print_aix.c */
4860 bool aix_cache_reload(void);
4862 /* The following definitions come from printing/print_cups.c */
4864 bool cups_cache_reload(void);
4865 bool cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2
*printer
);
4867 /* The following definitions come from printing/print_generic.c */
4870 /* The following definitions come from printing/print_iprint.c */
4872 bool iprint_cache_reload(void);
4874 /* The following definitions come from printing/print_svid.c */
4876 bool sysv_cache_reload(void);
4878 /* The following definitions come from printing/printfsp.c */
4880 NTSTATUS
print_fsp_open(struct smb_request
*req
, connection_struct
*conn
,
4882 uint16_t current_vuid
, files_struct
*fsp
,
4883 SMB_STRUCT_STAT
*psbuf
);
4884 void print_fsp_end(files_struct
*fsp
, enum file_close_type close_type
);
4886 /* The following definitions come from printing/printing.c */
4888 uint16
pjobid_to_rap(const char* sharename
, uint32 jobid
);
4889 bool rap_to_pjobid(uint16 rap_jobid
, fstring sharename
, uint32
*pjobid
);
4890 bool print_backend_init(struct messaging_context
*msg_ctx
);
4891 void printing_end(void);
4892 int unpack_pjob( uint8
*buf
, int buflen
, struct printjob
*pjob
);
4893 uint32
sysjob_to_jobid(int unix_jobid
);
4894 void pjob_delete(const char* sharename
, uint32 jobid
);
4895 void start_background_queue(void);
4896 bool print_notify_register_pid(int snum
);
4897 bool print_notify_deregister_pid(int snum
);
4898 bool print_job_exists(const char* sharename
, uint32 jobid
);
4899 int print_job_fd(const char* sharename
, uint32 jobid
);
4900 char *print_job_fname(const char* sharename
, uint32 jobid
);
4901 NT_DEVICEMODE
*print_job_devmode(const char* sharename
, uint32 jobid
);
4902 bool print_job_set_place(const char *sharename
, uint32 jobid
, int place
);
4903 bool print_job_set_name(const char *sharename
, uint32 jobid
, char *name
);
4904 bool print_job_delete(struct auth_serversupplied_info
*server_info
, int snum
,
4905 uint32 jobid
, WERROR
*errcode
);
4906 bool print_job_pause(struct auth_serversupplied_info
*server_info
, int snum
,
4907 uint32 jobid
, WERROR
*errcode
);
4908 bool print_job_resume(struct auth_serversupplied_info
*server_info
, int snum
,
4909 uint32 jobid
, WERROR
*errcode
);
4910 ssize_t
print_job_write(int snum
, uint32 jobid
, const char *buf
, SMB_OFF_T pos
, size_t size
);
4911 int print_queue_length(int snum
, print_status_struct
*pstatus
);
4912 uint32
print_job_start(struct auth_serversupplied_info
*server_info
, int snum
,
4913 const char *jobname
, NT_DEVICEMODE
*nt_devmode
);
4914 void print_job_endpage(int snum
, uint32 jobid
);
4915 bool print_job_end(int snum
, uint32 jobid
, enum file_close_type close_type
);
4916 int print_queue_status(int snum
,
4917 print_queue_struct
**ppqueue
,
4918 print_status_struct
*status
);
4919 WERROR
print_queue_pause(struct auth_serversupplied_info
*server_info
, int snum
);
4920 WERROR
print_queue_resume(struct auth_serversupplied_info
*server_info
, int snum
);
4921 WERROR
print_queue_purge(struct auth_serversupplied_info
*server_info
, int snum
);
4923 /* The following definitions come from printing/printing_db.c */
4925 struct tdb_print_db
*get_print_db_byname(const char *printername
);
4926 void release_print_db( struct tdb_print_db
*pdb
);
4927 void close_all_print_db(void);
4928 TDB_DATA
get_printer_notify_pid_list(TDB_CONTEXT
*tdb
, const char *printer_name
, bool cleanlist
);
4930 /* The following definitions come from profile/profile.c */
4932 void set_profile_level(int level
, struct server_id src
);
4933 bool profile_setup(struct messaging_context
*msg_ctx
, bool rdonly
);
4935 /* The following definitions come from registry/reg_api.c */
4937 WERROR
reg_openhive(TALLOC_CTX
*mem_ctx
, const char *hive
,
4938 uint32 desired_access
,
4939 const struct nt_user_token
*token
,
4940 struct registry_key
**pkey
);
4941 WERROR
reg_openkey(TALLOC_CTX
*mem_ctx
, struct registry_key
*parent
,
4942 const char *name
, uint32 desired_access
,
4943 struct registry_key
**pkey
);
4944 WERROR
reg_enumkey(TALLOC_CTX
*mem_ctx
, struct registry_key
*key
,
4945 uint32 idx
, char **name
, NTTIME
*last_write_time
);
4946 WERROR
reg_enumvalue(TALLOC_CTX
*mem_ctx
, struct registry_key
*key
,
4947 uint32 idx
, char **pname
, struct registry_value
**pval
);
4948 WERROR
reg_queryvalue(TALLOC_CTX
*mem_ctx
, struct registry_key
*key
,
4949 const char *name
, struct registry_value
**pval
);
4950 WERROR
reg_queryinfokey(struct registry_key
*key
, uint32_t *num_subkeys
,
4951 uint32_t *max_subkeylen
, uint32_t *max_subkeysize
,
4952 uint32_t *num_values
, uint32_t *max_valnamelen
,
4953 uint32_t *max_valbufsize
, uint32_t *secdescsize
,
4954 NTTIME
*last_changed_time
);
4955 WERROR
reg_createkey(TALLOC_CTX
*ctx
, struct registry_key
*parent
,
4956 const char *subkeypath
, uint32 desired_access
,
4957 struct registry_key
**pkey
,
4958 enum winreg_CreateAction
*paction
);
4959 WERROR
reg_deletekey(struct registry_key
*parent
, const char *path
);
4960 WERROR
reg_setvalue(struct registry_key
*key
, const char *name
,
4961 const struct registry_value
*val
);
4962 WERROR
reg_deletevalue(struct registry_key
*key
, const char *name
);
4963 WERROR
reg_getkeysecurity(TALLOC_CTX
*mem_ctx
, struct registry_key
*key
,
4964 struct security_descriptor
**psecdesc
);
4965 WERROR
reg_setkeysecurity(struct registry_key
*key
,
4966 struct security_descriptor
*psecdesc
);
4967 WERROR
reg_getversion(uint32_t *version
);
4968 WERROR
reg_restorekey(struct registry_key
*key
, const char *fname
);
4969 WERROR
reg_savekey(struct registry_key
*key
, const char *fname
);
4970 WERROR
reg_deleteallvalues(struct registry_key
*key
);
4971 WERROR
reg_open_path(TALLOC_CTX
*mem_ctx
, const char *orig_path
,
4972 uint32 desired_access
, const struct nt_user_token
*token
,
4973 struct registry_key
**pkey
);
4974 WERROR
reg_deletekey_recursive(TALLOC_CTX
*ctx
,
4975 struct registry_key
*parent
,
4977 WERROR
reg_deletesubkeys_recursive(TALLOC_CTX
*ctx
,
4978 struct registry_key
*parent
,
4980 WERROR
reg_create_path(TALLOC_CTX
*mem_ctx
, const char *orig_path
,
4981 uint32 desired_access
,
4982 const struct nt_user_token
*token
,
4983 enum winreg_CreateAction
*paction
,
4984 struct registry_key
**pkey
);
4985 WERROR
reg_delete_path(const struct nt_user_token
*token
,
4986 const char *orig_path
);
4988 /* The following definitions come from registry/reg_backend_current_version.c */
4991 /* The following definitions come from registry/reg_backend_db.c */
4993 WERROR
init_registry_key(const char *add_path
);
4994 WERROR
init_registry_data(void);
4995 WERROR
regdb_init(void);
4996 WERROR
regdb_open( void );
4997 int regdb_close( void );
4998 WERROR
regdb_transaction_start(void);
4999 WERROR
regdb_transaction_commit(void);
5000 WERROR
regdb_transaction_cancel(void);
5001 int regdb_get_seqnum(void);
5002 bool regdb_store_keys(const char *key
, struct regsubkey_ctr
*ctr
);
5003 int regdb_fetch_keys(const char *key
, struct regsubkey_ctr
*ctr
);
5004 int regdb_fetch_values(const char* key
, struct regval_ctr
*values
);
5005 bool regdb_store_values(const char *key
, struct regval_ctr
*values
);
5006 bool regdb_subkeys_need_update(struct regsubkey_ctr
*subkeys
);
5007 bool regdb_values_need_update(struct regval_ctr
*values
);
5009 /* The following definitions come from registry/reg_backend_hkpt_params.c */
5012 /* The following definitions come from registry/reg_backend_netlogon_params.c */
5015 /* The following definitions come from registry/reg_backend_perflib.c */
5018 /* The following definitions come from registry/reg_backend_printing.c */
5021 /* The following definitions come from registry/reg_backend_prod_options.c */
5024 /* The following definitions come from registry/reg_backend_shares.c */
5027 /* The following definitions come from registry/reg_backend_smbconf.c */
5030 /* The following definitions come from registry/reg_backend_tcpip_params.c */
5033 /* The following definitions come from registry/reg_cachehook.c */
5035 WERROR
reghook_cache_init(void);
5036 WERROR
reghook_cache_add(const char *keyname
, struct registry_ops
*ops
);
5037 struct registry_ops
*reghook_cache_find(const char *keyname
);
5038 void reghook_dump_cache( int debuglevel
);
5040 /* The following definitions come from registry/reg_dispatcher.c */
5042 bool store_reg_keys(struct registry_key_handle
*key
,
5043 struct regsubkey_ctr
*subkeys
);
5044 bool store_reg_values(struct registry_key_handle
*key
, struct regval_ctr
*val
);
5045 WERROR
create_reg_subkey(struct registry_key_handle
*key
, const char *subkey
);
5046 WERROR
delete_reg_subkey(struct registry_key_handle
*key
, const char *subkey
);
5047 int fetch_reg_keys(struct registry_key_handle
*key
,
5048 struct regsubkey_ctr
*subkey_ctr
);
5049 int fetch_reg_values(struct registry_key_handle
*key
, struct regval_ctr
*val
);
5050 bool regkey_access_check(struct registry_key_handle
*key
, uint32 requested
,
5052 const struct nt_user_token
*token
);
5053 WERROR
regkey_get_secdesc(TALLOC_CTX
*mem_ctx
, struct registry_key_handle
*key
,
5054 struct security_descriptor
**psecdesc
);
5055 WERROR
regkey_set_secdesc(struct registry_key_handle
*key
,
5056 struct security_descriptor
*psecdesc
);
5057 bool reg_subkeys_need_update(struct registry_key_handle
*key
,
5058 struct regsubkey_ctr
*subkeys
);
5059 bool reg_values_need_update(struct registry_key_handle
*key
,
5060 struct regval_ctr
*values
);
5062 /* The following definitions come from registry/reg_eventlog.c */
5064 bool eventlog_init_keys(void);
5065 bool eventlog_add_source( const char *eventlog
, const char *sourcename
,
5066 const char *messagefile
);
5068 /* The following definitions come from registry/reg_init_basic.c */
5070 WERROR
registry_init_common(void);
5071 WERROR
registry_init_basic(void);
5073 /* The following definitions come from registry/reg_init_full.c */
5075 WERROR
registry_init_full(void);
5077 /* The following definitions come from registry/reg_init_smbconf.c */
5079 NTSTATUS
registry_create_admin_token(TALLOC_CTX
*mem_ctx
,
5080 NT_USER_TOKEN
**ptoken
);
5081 WERROR
registry_init_smbconf(const char *keyname
);
5083 /* The following definitions come from registry/reg_objects.c */
5085 WERROR
regsubkey_ctr_init(TALLOC_CTX
*mem_ctx
, struct regsubkey_ctr
**ctr
);
5086 WERROR
regsubkey_ctr_set_seqnum(struct regsubkey_ctr
*ctr
, int seqnum
);
5087 int regsubkey_ctr_get_seqnum(struct regsubkey_ctr
*ctr
);
5088 WERROR
regsubkey_ctr_addkey( struct regsubkey_ctr
*ctr
, const char *keyname
);
5089 WERROR
regsubkey_ctr_delkey( struct regsubkey_ctr
*ctr
, const char *keyname
);
5090 bool regsubkey_ctr_key_exists( struct regsubkey_ctr
*ctr
, const char *keyname
);
5091 int regsubkey_ctr_numkeys( struct regsubkey_ctr
*ctr
);
5092 char* regsubkey_ctr_specific_key( struct regsubkey_ctr
*ctr
, uint32 key_index
);
5093 int regval_ctr_numvals(struct regval_ctr
*ctr
);
5094 struct regval_blob
* dup_registry_value(struct regval_blob
*val
);
5095 void free_registry_value(struct regval_blob
*val
);
5096 uint8
* regval_data_p(struct regval_blob
*val
);
5097 uint32
regval_size(struct regval_blob
*val
);
5098 char* regval_name(struct regval_blob
*val
);
5099 uint32
regval_type(struct regval_blob
*val
);
5100 struct regval_blob
* regval_ctr_specific_value(struct regval_ctr
*ctr
,
5102 bool regval_ctr_key_exists(struct regval_ctr
*ctr
, const char *value
);
5103 struct regval_blob
*regval_compose(TALLOC_CTX
*ctx
, const char *name
,
5105 const char *data_p
, size_t size
);
5106 int regval_ctr_addvalue(struct regval_ctr
*ctr
, const char *name
, uint16 type
,
5107 const char *data_p
, size_t size
);
5108 int regval_ctr_copyvalue(struct regval_ctr
*ctr
, struct regval_blob
*val
);
5109 int regval_ctr_delvalue(struct regval_ctr
*ctr
, const char *name
);
5110 struct regval_blob
* regval_ctr_getvalue(struct regval_ctr
*ctr
,
5112 uint32
regval_dword(struct regval_blob
*val
);
5113 char *regval_sz(struct regval_blob
*val
);
5115 /* The following definitions come from registry/reg_perfcount.c */
5117 void perfcount_init_keys( void );
5118 uint32
reg_perfcount_get_base_index(void);
5119 uint32
reg_perfcount_get_last_counter(uint32 base_index
);
5120 uint32
reg_perfcount_get_last_help(uint32 last_counter
);
5121 uint32
reg_perfcount_get_counter_help(uint32 base_index
, char **retbuf
);
5122 uint32
reg_perfcount_get_counter_names(uint32 base_index
, char **retbuf
);
5123 bool _reg_perfcount_get_counter_data(TDB_DATA key
, TDB_DATA
*data
);
5124 bool _reg_perfcount_get_instance_info(PERF_INSTANCE_DEFINITION
*inst
,
5127 PERF_OBJECT_TYPE
*obj
,
5128 TDB_CONTEXT
*names
);
5129 bool _reg_perfcount_add_instance(PERF_OBJECT_TYPE
*obj
,
5132 TDB_CONTEXT
*names
);
5133 uint32
reg_perfcount_get_perf_data_block(uint32 base_index
,
5135 PERF_DATA_BLOCK
*block
,
5136 const char *object_ids
);
5137 WERROR
reg_perfcount_get_hkpd(prs_struct
*ps
, uint32 max_buf_size
, uint32
*outbuf_len
, const char *object_ids
);
5139 /* The following definitions come from registry/reg_util.c */
5141 bool reg_split_path(char *path
, char **base
, char **new_path
);
5142 bool reg_split_key(char *path
, char **base
, char **key
);
5143 char *normalize_reg_path(TALLOC_CTX
*ctx
, const char *keyname
);
5144 void normalize_dbkey(char *key
);
5145 char *reg_remaining_path(TALLOC_CTX
*ctx
, const char *key
);
5146 int regval_convert_multi_sz( uint16
*multi_string
, size_t byte_len
, char ***values
);
5147 size_t regval_build_multi_sz( char **values
, uint16
**buffer
);
5149 /* The following definitions come from registry/reg_util_legacy.c */
5151 WERROR
regkey_open_internal(TALLOC_CTX
*ctx
,
5152 struct registry_key_handle
**regkey
,
5154 const struct nt_user_token
*token
,
5155 uint32 access_desired
);
5157 /* The following definitions come from registry/regfio.c */
5160 /* The following definitions come from rpc_client/cli_lsarpc.c */
5162 NTSTATUS
rpccli_lsa_open_policy(struct rpc_pipe_client
*cli
,
5163 TALLOC_CTX
*mem_ctx
,
5164 bool sec_qos
, uint32 des_access
,
5165 struct policy_handle
*pol
);
5166 NTSTATUS
rpccli_lsa_open_policy2(struct rpc_pipe_client
*cli
,
5167 TALLOC_CTX
*mem_ctx
, bool sec_qos
,
5168 uint32 des_access
, struct policy_handle
*pol
);
5169 NTSTATUS
rpccli_lsa_lookup_sids(struct rpc_pipe_client
*cli
,
5170 TALLOC_CTX
*mem_ctx
,
5171 struct policy_handle
*pol
,
5173 const DOM_SID
*sids
,
5176 enum lsa_SidType
**ptypes
);
5177 NTSTATUS
rpccli_lsa_lookup_names(struct rpc_pipe_client
*cli
,
5178 TALLOC_CTX
*mem_ctx
,
5179 struct policy_handle
*pol
, int num_names
,
5181 const char ***dom_names
,
5184 enum lsa_SidType
**types
);
5185 bool fetch_domain_sid( char *domain
, char *remote_machine
, DOM_SID
*psid
);
5187 /* The following definitions come from rpc_client/cli_netlogon.c */
5189 NTSTATUS
rpccli_netlogon_setup_creds(struct rpc_pipe_client
*cli
,
5190 const char *server_name
,
5192 const char *clnt_name
,
5193 const char *machine_account
,
5194 const unsigned char machine_pwd
[16],
5195 enum netr_SchannelType sec_chan_type
,
5196 uint32_t *neg_flags_inout
);
5197 NTSTATUS
rpccli_netlogon_sam_logon(struct rpc_pipe_client
*cli
,
5198 TALLOC_CTX
*mem_ctx
,
5199 uint32 logon_parameters
,
5201 const char *username
,
5202 const char *password
,
5203 const char *workstation
,
5205 NTSTATUS
rpccli_netlogon_sam_network_logon(struct rpc_pipe_client
*cli
,
5206 TALLOC_CTX
*mem_ctx
,
5207 uint32 logon_parameters
,
5209 const char *username
,
5211 const char *workstation
,
5212 const uint8 chal
[8],
5213 DATA_BLOB lm_response
,
5214 DATA_BLOB nt_response
,
5215 struct netr_SamInfo3
**info3
);
5216 NTSTATUS
rpccli_netlogon_sam_network_logon_ex(struct rpc_pipe_client
*cli
,
5217 TALLOC_CTX
*mem_ctx
,
5218 uint32 logon_parameters
,
5220 const char *username
,
5222 const char *workstation
,
5223 const uint8 chal
[8],
5224 DATA_BLOB lm_response
,
5225 DATA_BLOB nt_response
,
5226 struct netr_SamInfo3
**info3
);
5227 NTSTATUS
rpccli_netlogon_set_trust_password(struct rpc_pipe_client
*cli
,
5228 TALLOC_CTX
*mem_ctx
,
5229 const unsigned char orig_trust_passwd_hash
[16],
5230 const char *new_trust_pwd_cleartext
,
5231 const unsigned char new_trust_passwd_hash
[16],
5232 uint32_t sec_channel_type
);
5234 /* The following definitions come from rpc_client/cli_pipe.c */
5236 struct tevent_req
*rpc_api_pipe_req_send(TALLOC_CTX
*mem_ctx
,
5237 struct event_context
*ev
,
5238 struct rpc_pipe_client
*cli
,
5240 prs_struct
*req_data
);
5241 NTSTATUS
rpc_api_pipe_req_recv(struct tevent_req
*req
, TALLOC_CTX
*mem_ctx
,
5242 prs_struct
*reply_pdu
);
5243 NTSTATUS
rpc_api_pipe_req(TALLOC_CTX
*mem_ctx
, struct rpc_pipe_client
*cli
,
5245 prs_struct
*in_data
,
5246 prs_struct
*out_data
);
5247 struct tevent_req
*rpc_pipe_bind_send(TALLOC_CTX
*mem_ctx
,
5248 struct event_context
*ev
,
5249 struct rpc_pipe_client
*cli
,
5250 struct cli_pipe_auth_data
*auth
);
5251 NTSTATUS
rpc_pipe_bind_recv(struct tevent_req
*req
);
5252 NTSTATUS
rpc_pipe_bind(struct rpc_pipe_client
*cli
,
5253 struct cli_pipe_auth_data
*auth
);
5254 unsigned int rpccli_set_timeout(struct rpc_pipe_client
*cli
,
5255 unsigned int timeout
);
5256 bool rpccli_get_pwd_hash(struct rpc_pipe_client
*cli
, uint8_t nt_hash
[16]);
5257 NTSTATUS
rpccli_anon_bind_data(TALLOC_CTX
*mem_ctx
,
5258 struct cli_pipe_auth_data
**presult
);
5259 NTSTATUS
rpccli_ntlmssp_bind_data(TALLOC_CTX
*mem_ctx
,
5260 enum pipe_auth_type auth_type
,
5261 enum pipe_auth_level auth_level
,
5263 const char *username
,
5264 const char *password
,
5265 struct cli_pipe_auth_data
**presult
);
5266 NTSTATUS
rpccli_schannel_bind_data(TALLOC_CTX
*mem_ctx
, const char *domain
,
5267 enum pipe_auth_level auth_level
,
5268 const uint8_t sess_key
[16],
5269 struct cli_pipe_auth_data
**presult
);
5270 NTSTATUS
rpccli_kerberos_bind_data(TALLOC_CTX
*mem_ctx
,
5271 enum pipe_auth_level auth_level
,
5272 const char *service_princ
,
5273 const char *username
,
5274 const char *password
,
5275 struct cli_pipe_auth_data
**presult
);
5276 NTSTATUS
rpc_pipe_open_tcp(TALLOC_CTX
*mem_ctx
, const char *host
,
5277 const struct ndr_syntax_id
*abstract_syntax
,
5278 struct rpc_pipe_client
**presult
);
5279 NTSTATUS
rpc_pipe_open_ncalrpc(TALLOC_CTX
*mem_ctx
, const char *socket_path
,
5280 const struct ndr_syntax_id
*abstract_syntax
,
5281 struct rpc_pipe_client
**presult
);
5282 NTSTATUS
rpc_pipe_open_internal(TALLOC_CTX
*mem_ctx
, const struct ndr_syntax_id
*abstract_syntax
,
5283 NTSTATUS (*dispatch
) (struct rpc_pipe_client
*cli
, TALLOC_CTX
*mem_ctx
, const struct ndr_interface_table
*table
, uint32_t opnum
, void *r
),
5284 struct auth_serversupplied_info
*serversupplied_info
,
5285 struct rpc_pipe_client
**presult
);
5286 NTSTATUS
cli_rpc_pipe_open_noauth(struct cli_state
*cli
,
5287 const struct ndr_syntax_id
*interface
,
5288 struct rpc_pipe_client
**presult
);
5289 NTSTATUS
cli_rpc_pipe_open_ntlmssp(struct cli_state
*cli
,
5290 const struct ndr_syntax_id
*interface
,
5291 enum pipe_auth_level auth_level
,
5293 const char *username
,
5294 const char *password
,
5295 struct rpc_pipe_client
**presult
);
5296 NTSTATUS
cli_rpc_pipe_open_spnego_ntlmssp(struct cli_state
*cli
,
5297 const struct ndr_syntax_id
*interface
,
5298 enum pipe_auth_level auth_level
,
5300 const char *username
,
5301 const char *password
,
5302 struct rpc_pipe_client
**presult
);
5303 NTSTATUS
get_schannel_session_key(struct cli_state
*cli
,
5306 struct rpc_pipe_client
**presult
);
5307 NTSTATUS
cli_rpc_pipe_open_schannel_with_key(struct cli_state
*cli
,
5308 const struct ndr_syntax_id
*interface
,
5309 enum pipe_auth_level auth_level
,
5311 struct netlogon_creds_CredentialState
**pdc
,
5312 struct rpc_pipe_client
**presult
);
5313 NTSTATUS
cli_rpc_pipe_open_ntlmssp_auth_schannel(struct cli_state
*cli
,
5314 const struct ndr_syntax_id
*interface
,
5315 enum pipe_auth_level auth_level
,
5317 const char *username
,
5318 const char *password
,
5319 struct rpc_pipe_client
**presult
);
5320 NTSTATUS
cli_rpc_pipe_open_schannel(struct cli_state
*cli
,
5321 const struct ndr_syntax_id
*interface
,
5322 enum pipe_auth_level auth_level
,
5324 struct rpc_pipe_client
**presult
);
5325 NTSTATUS
cli_rpc_pipe_open_krb5(struct cli_state
*cli
,
5326 const struct ndr_syntax_id
*interface
,
5327 enum pipe_auth_level auth_level
,
5328 const char *service_princ
,
5329 const char *username
,
5330 const char *password
,
5331 struct rpc_pipe_client
**presult
);
5332 NTSTATUS
cli_get_session_key(TALLOC_CTX
*mem_ctx
,
5333 struct rpc_pipe_client
*cli
,
5334 DATA_BLOB
*session_key
);
5335 NTSTATUS
rpc_pipe_open_local(TALLOC_CTX
*mem_ctx
,
5336 struct rpc_cli_smbd_conn
*conn
,
5337 const struct ndr_syntax_id
*syntax
,
5338 struct rpc_pipe_client
**presult
);
5340 /* The following definitions come from rpc_client/rpc_transport_np.c */
5342 struct tevent_req
*rpc_transport_np_init_send(TALLOC_CTX
*mem_ctx
,
5343 struct event_context
*ev
,
5344 struct cli_state
*cli
,
5345 const struct ndr_syntax_id
*abstract_syntax
);
5346 NTSTATUS
rpc_transport_np_init_recv(struct tevent_req
*req
,
5347 TALLOC_CTX
*mem_ctx
,
5348 struct rpc_cli_transport
**presult
);
5349 NTSTATUS
rpc_transport_np_init(TALLOC_CTX
*mem_ctx
, struct cli_state
*cli
,
5350 const struct ndr_syntax_id
*abstract_syntax
,
5351 struct rpc_cli_transport
**presult
);
5352 struct cli_state
*rpc_pipe_np_smb_conn(struct rpc_pipe_client
*p
);
5354 /* The following definitions come from rpc_client/rpc_transport_smbd.c */
5356 struct tevent_req
*rpc_cli_smbd_conn_init_send(TALLOC_CTX
*mem_ctx
,
5357 struct event_context
*ev
,
5358 void (*stdout_callback
)(char *buf
,
5362 NTSTATUS
rpc_cli_smbd_conn_init_recv(struct tevent_req
*req
,
5363 TALLOC_CTX
*mem_ctx
,
5364 struct rpc_cli_smbd_conn
**pconn
);
5365 NTSTATUS
rpc_cli_smbd_conn_init(TALLOC_CTX
*mem_ctx
,
5366 struct rpc_cli_smbd_conn
**pconn
,
5367 void (*stdout_callback
)(char *buf
,
5372 struct tevent_req
*rpc_transport_smbd_init_send(TALLOC_CTX
*mem_ctx
,
5373 struct event_context
*ev
,
5374 struct rpc_cli_smbd_conn
*conn
,
5375 const struct ndr_syntax_id
*abstract_syntax
);
5376 NTSTATUS
rpc_transport_smbd_init_recv(struct tevent_req
*req
,
5377 TALLOC_CTX
*mem_ctx
,
5378 struct rpc_cli_transport
**presult
);
5379 NTSTATUS
rpc_transport_smbd_init(TALLOC_CTX
*mem_ctx
,
5380 struct rpc_cli_smbd_conn
*conn
,
5381 const struct ndr_syntax_id
*abstract_syntax
,
5382 struct rpc_cli_transport
**presult
);
5384 /* The following definitions come from rpc_client/rpc_transport_sock.c */
5386 NTSTATUS
rpc_transport_sock_init(TALLOC_CTX
*mem_ctx
, int fd
,
5387 struct rpc_cli_transport
**presult
);
5389 /* The following definitions come from rpc_client/cli_reg.c */
5391 NTSTATUS
rpccli_winreg_Connect(struct rpc_pipe_client
*cli
, TALLOC_CTX
*mem_ctx
,
5392 uint32 reg_type
, uint32 access_mask
,
5393 struct policy_handle
*reg_hnd
);
5395 /* The following definitions come from rpc_client/cli_samr.c */
5397 NTSTATUS
rpccli_samr_chgpasswd_user(struct rpc_pipe_client
*cli
,
5398 TALLOC_CTX
*mem_ctx
,
5399 struct policy_handle
*user_handle
,
5400 const char *newpassword
,
5401 const char *oldpassword
);
5402 NTSTATUS
rpccli_samr_chgpasswd_user2(struct rpc_pipe_client
*cli
,
5403 TALLOC_CTX
*mem_ctx
,
5404 const char *username
,
5405 const char *newpassword
,
5406 const char *oldpassword
);
5407 NTSTATUS
rpccli_samr_chng_pswd_auth_crap(struct rpc_pipe_client
*cli
,
5408 TALLOC_CTX
*mem_ctx
,
5409 const char *username
,
5410 DATA_BLOB new_nt_password_blob
,
5411 DATA_BLOB old_nt_hash_enc_blob
,
5412 DATA_BLOB new_lm_password_blob
,
5413 DATA_BLOB old_lm_hash_enc_blob
);
5414 NTSTATUS
rpccli_samr_chgpasswd_user3(struct rpc_pipe_client
*cli
,
5415 TALLOC_CTX
*mem_ctx
,
5416 const char *username
,
5417 const char *newpassword
,
5418 const char *oldpassword
,
5419 struct samr_DomInfo1
**dominfo1
,
5420 struct samr_ChangeReject
**reject
);
5421 void get_query_dispinfo_params(int loop_count
, uint32
*max_entries
,
5423 NTSTATUS
rpccli_try_samr_connects(struct rpc_pipe_client
*cli
,
5424 TALLOC_CTX
*mem_ctx
,
5425 uint32_t access_mask
,
5426 struct policy_handle
*connect_pol
);
5428 /* The following definitions come from rpc_client/cli_spoolss.c */
5430 WERROR
rpccli_spoolss_openprinter_ex(struct rpc_pipe_client
*cli
,
5431 TALLOC_CTX
*mem_ctx
,
5432 const char *printername
,
5433 uint32_t access_desired
,
5434 struct policy_handle
*handle
);
5435 WERROR
rpccli_spoolss_getprinterdriver2(struct rpc_pipe_client
*cli
,
5436 TALLOC_CTX
*mem_ctx
,
5437 struct policy_handle
*handle
,
5438 const char *architecture
,
5441 uint32_t client_major_version
,
5442 uint32_t client_minor_version
,
5443 union spoolss_DriverInfo
*info
,
5444 uint32_t *server_major_version
,
5445 uint32_t *server_minor_version
);
5446 WERROR
rpccli_spoolss_addprinterex(struct rpc_pipe_client
*cli
,
5447 TALLOC_CTX
*mem_ctx
,
5448 struct spoolss_SetPrinterInfoCtr
*info_ctr
);
5449 WERROR
rpccli_spoolss_getprinter(struct rpc_pipe_client
*cli
,
5450 TALLOC_CTX
*mem_ctx
,
5451 struct policy_handle
*handle
,
5454 union spoolss_PrinterInfo
*info
);
5455 WERROR
rpccli_spoolss_getjob(struct rpc_pipe_client
*cli
,
5456 TALLOC_CTX
*mem_ctx
,
5457 struct policy_handle
*handle
,
5461 union spoolss_JobInfo
*info
);
5462 WERROR
rpccli_spoolss_enumforms(struct rpc_pipe_client
*cli
,
5463 TALLOC_CTX
*mem_ctx
,
5464 struct policy_handle
*handle
,
5468 union spoolss_FormInfo
**info
);
5469 WERROR
rpccli_spoolss_enumprintprocessors(struct rpc_pipe_client
*cli
,
5470 TALLOC_CTX
*mem_ctx
,
5471 const char *servername
,
5472 const char *environment
,
5476 union spoolss_PrintProcessorInfo
**info
);
5477 WERROR
rpccli_spoolss_enumprintprocessordatatypes(struct rpc_pipe_client
*cli
,
5478 TALLOC_CTX
*mem_ctx
,
5479 const char *servername
,
5480 const char *print_processor_name
,
5484 union spoolss_PrintProcDataTypesInfo
**info
);
5485 WERROR
rpccli_spoolss_enumports(struct rpc_pipe_client
*cli
,
5486 TALLOC_CTX
*mem_ctx
,
5487 const char *servername
,
5491 union spoolss_PortInfo
**info
);
5492 WERROR
rpccli_spoolss_enummonitors(struct rpc_pipe_client
*cli
,
5493 TALLOC_CTX
*mem_ctx
,
5494 const char *servername
,
5498 union spoolss_MonitorInfo
**info
);
5499 WERROR
rpccli_spoolss_enumjobs(struct rpc_pipe_client
*cli
,
5500 TALLOC_CTX
*mem_ctx
,
5501 struct policy_handle
*handle
,
5507 union spoolss_JobInfo
**info
);
5508 WERROR
rpccli_spoolss_enumprinterdrivers(struct rpc_pipe_client
*cli
,
5509 TALLOC_CTX
*mem_ctx
,
5511 const char *environment
,
5515 union spoolss_DriverInfo
**info
);
5516 WERROR
rpccli_spoolss_enumprinters(struct rpc_pipe_client
*cli
,
5517 TALLOC_CTX
*mem_ctx
,
5523 union spoolss_PrinterInfo
**info
);
5524 WERROR
rpccli_spoolss_getprinterdata(struct rpc_pipe_client
*cli
,
5525 TALLOC_CTX
*mem_ctx
,
5526 struct policy_handle
*handle
,
5527 const char *value_name
,
5529 enum winreg_Type
*type
,
5530 union spoolss_PrinterData
*data
);
5531 WERROR
rpccli_spoolss_enumprinterkey(struct rpc_pipe_client
*cli
,
5532 TALLOC_CTX
*mem_ctx
,
5533 struct policy_handle
*handle
,
5534 const char *key_name
,
5535 const char ***key_buffer
,
5537 WERROR
rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client
*cli
,
5538 TALLOC_CTX
*mem_ctx
,
5539 struct policy_handle
*handle
,
5540 const char *key_name
,
5543 struct spoolss_PrinterEnumValues
**info
);
5545 /* The following definitions come from rpc_client/init_spoolss.c */
5547 bool init_systemtime(struct spoolss_Time
*r
,
5548 struct tm
*unixtime
);
5549 WERROR
pull_spoolss_PrinterData(TALLOC_CTX
*mem_ctx
,
5550 const DATA_BLOB
*blob
,
5551 union spoolss_PrinterData
*data
,
5552 enum winreg_Type type
);
5553 WERROR
push_spoolss_PrinterData(TALLOC_CTX
*mem_ctx
, DATA_BLOB
*blob
,
5554 enum winreg_Type type
,
5555 union spoolss_PrinterData
*data
);
5557 /* The following definitions come from rpc_client/init_lsa.c */
5559 void init_lsa_String(struct lsa_String
*name
, const char *s
);
5560 void init_lsa_StringLarge(struct lsa_StringLarge
*name
, const char *s
);
5561 void init_lsa_AsciiString(struct lsa_AsciiString
*name
, const char *s
);
5562 void init_lsa_AsciiStringLarge(struct lsa_AsciiStringLarge
*name
, const char *s
);
5564 /* The following definitions come from rpc_client/init_netlogon.c */
5566 NTSTATUS
serverinfo_to_SamInfo2(struct auth_serversupplied_info
*server_info
,
5567 uint8_t *pipe_session_key
,
5568 size_t pipe_session_key_len
,
5569 struct netr_SamInfo2
*sam2
);
5570 NTSTATUS
serverinfo_to_SamInfo3(struct auth_serversupplied_info
*server_info
,
5571 uint8_t *pipe_session_key
,
5572 size_t pipe_session_key_len
,
5573 struct netr_SamInfo3
*sam3
);
5574 void init_netr_CryptPassword(const char *pwd
,
5575 unsigned char session_key
[16],
5576 struct netr_CryptPassword
*pwd_buf
);
5578 /* The following definitions come from rpc_client/init_samr.c */
5580 void init_samr_CryptPasswordEx(const char *pwd
,
5581 DATA_BLOB
*session_key
,
5582 struct samr_CryptPasswordEx
*pwd_buf
);
5583 void init_samr_CryptPassword(const char *pwd
,
5584 DATA_BLOB
*session_key
,
5585 struct samr_CryptPassword
*pwd_buf
);
5587 /* The following definitions come from rpc_client/ndr.c */
5589 NTSTATUS
cli_do_rpc_ndr(struct rpc_pipe_client
*cli
,
5590 TALLOC_CTX
*mem_ctx
,
5591 const struct ndr_interface_table
*table
,
5592 uint32 opnum
, void *r
);
5594 /* The following definitions come from rpc_parse/parse_misc.c */
5596 bool smb_io_time(const char *desc
, NTTIME
*nttime
, prs_struct
*ps
, int depth
);
5597 bool smb_io_system_time(const char *desc
, prs_struct
*ps
, int depth
, SYSTEMTIME
*systime
);
5598 bool make_systemtime(SYSTEMTIME
*systime
, struct tm
*unixtime
);
5599 bool smb_io_uuid(const char *desc
, struct GUID
*uuid
,
5600 prs_struct
*ps
, int depth
);
5601 void init_unistr2(UNISTR2
*str
, const char *buf
, enum unistr2_term_codes flags
);
5603 /* The following definitions come from rpc_parse/parse_prs.c */
5605 void prs_dump(const char *name
, int v
, prs_struct
*ps
);
5606 void prs_dump_before(const char *name
, int v
, prs_struct
*ps
);
5607 void prs_dump_region(const char *name
, int v
, prs_struct
*ps
,
5608 int from_off
, int to_off
);
5609 void prs_debug(prs_struct
*ps
, int depth
, const char *desc
, const char *fn_name
);
5610 bool prs_init(prs_struct
*ps
, uint32 size
, TALLOC_CTX
*ctx
, bool io
);
5611 void prs_mem_free(prs_struct
*ps
);
5612 void prs_mem_clear(prs_struct
*ps
);
5613 char *prs_alloc_mem_(prs_struct
*ps
, size_t size
, unsigned int count
);
5614 char *prs_alloc_mem(prs_struct
*ps
, size_t size
, unsigned int count
);
5615 TALLOC_CTX
*prs_get_mem_context(prs_struct
*ps
);
5616 void prs_give_memory(prs_struct
*ps
, char *buf
, uint32 size
, bool is_dynamic
);
5617 char *prs_take_memory(prs_struct
*ps
, uint32
*psize
);
5618 bool prs_set_buffer_size(prs_struct
*ps
, uint32 newsize
);
5619 bool prs_grow(prs_struct
*ps
, uint32 extra_space
);
5620 bool prs_force_grow(prs_struct
*ps
, uint32 extra_space
);
5621 char *prs_data_p(prs_struct
*ps
);
5622 uint32
prs_data_size(prs_struct
*ps
);
5623 uint32
prs_offset(prs_struct
*ps
);
5624 bool prs_set_offset(prs_struct
*ps
, uint32 offset
);
5625 bool prs_append_prs_data(prs_struct
*dst
, prs_struct
*src
);
5626 bool prs_append_some_data(prs_struct
*dst
, void *src_base
, uint32_t start
,
5628 bool prs_append_some_prs_data(prs_struct
*dst
, prs_struct
*src
, int32 start
, uint32 len
);
5629 bool prs_copy_data_in(prs_struct
*dst
, const char *src
, uint32 len
);
5630 bool prs_copy_data_out(char *dst
, prs_struct
*src
, uint32 len
);
5631 bool prs_copy_all_data_out(char *dst
, prs_struct
*src
);
5632 void prs_set_endian_data(prs_struct
*ps
, bool endian
);
5633 bool prs_align(prs_struct
*ps
);
5634 bool prs_align_uint16(prs_struct
*ps
);
5635 bool prs_align_uint64(prs_struct
*ps
);
5636 bool prs_align_custom(prs_struct
*ps
, uint8 boundary
);
5637 bool prs_align_needed(prs_struct
*ps
, uint32 needed
);
5638 char *prs_mem_get(prs_struct
*ps
, uint32 extra_size
);
5639 void prs_switch_type(prs_struct
*ps
, bool io
);
5640 void prs_force_dynamic(prs_struct
*ps
);
5641 void prs_set_session_key(prs_struct
*ps
, const char sess_key
[16]);
5642 bool prs_uint8(const char *name
, prs_struct
*ps
, int depth
, uint8
*data8
);
5643 bool prs_pointer( const char *name
, prs_struct
*ps
, int depth
,
5644 void *dta
, size_t data_size
,
5645 bool (*prs_fn
)(const char*, prs_struct
*, int, void*) );
5646 bool prs_uint16(const char *name
, prs_struct
*ps
, int depth
, uint16
*data16
);
5647 bool prs_uint32(const char *name
, prs_struct
*ps
, int depth
, uint32
*data32
);
5648 bool prs_int32(const char *name
, prs_struct
*ps
, int depth
, int32
*data32
);
5649 bool prs_uint64(const char *name
, prs_struct
*ps
, int depth
, uint64
*data64
);
5650 bool prs_ntstatus(const char *name
, prs_struct
*ps
, int depth
, NTSTATUS
*status
);
5651 bool prs_dcerpc_status(const char *name
, prs_struct
*ps
, int depth
, NTSTATUS
*status
);
5652 bool prs_werror(const char *name
, prs_struct
*ps
, int depth
, WERROR
*status
);
5653 bool prs_uint8s(bool charmode
, const char *name
, prs_struct
*ps
, int depth
, uint8
*data8s
, int len
);
5654 bool prs_uint16s(bool charmode
, const char *name
, prs_struct
*ps
, int depth
, uint16
*data16s
, int len
);
5655 bool prs_uint16uni(bool charmode
, const char *name
, prs_struct
*ps
, int depth
, uint16
*data16s
, int len
);
5656 bool prs_uint32s(bool charmode
, const char *name
, prs_struct
*ps
, int depth
, uint32
*data32s
, int len
);
5657 bool prs_unistr(const char *name
, prs_struct
*ps
, int depth
, UNISTR
*str
);
5658 bool prs_string(const char *name
, prs_struct
*ps
, int depth
, char *str
, int max_buf_size
);
5659 bool prs_string_alloc(const char *name
, prs_struct
*ps
, int depth
, const char **str
);
5660 bool prs_uint16_pre(const char *name
, prs_struct
*ps
, int depth
, uint16
*data16
, uint32
*offset
);
5661 bool prs_uint16_post(const char *name
, prs_struct
*ps
, int depth
, uint16
*data16
,
5662 uint32 ptr_uint16
, uint32 start_offset
);
5663 bool prs_uint32_pre(const char *name
, prs_struct
*ps
, int depth
, uint32
*data32
, uint32
*offset
);
5664 bool prs_uint32_post(const char *name
, prs_struct
*ps
, int depth
, uint32
*data32
,
5665 uint32 ptr_uint32
, uint32 data_size
);
5666 int tdb_prs_store(TDB_CONTEXT
*tdb
, TDB_DATA kbuf
, prs_struct
*ps
);
5667 int tdb_prs_fetch(TDB_CONTEXT
*tdb
, TDB_DATA kbuf
, prs_struct
*ps
, TALLOC_CTX
*mem_ctx
);
5668 bool prs_hash1(prs_struct
*ps
, uint32 offset
, int len
);
5669 void schannel_encode(struct schannel_auth_struct
*a
, enum pipe_auth_level auth_level
,
5670 enum schannel_direction direction
,
5671 RPC_AUTH_SCHANNEL_CHK
* verf
,
5672 char *data
, size_t data_len
);
5673 bool schannel_decode(struct schannel_auth_struct
*a
, enum pipe_auth_level auth_level
,
5674 enum schannel_direction direction
,
5675 RPC_AUTH_SCHANNEL_CHK
* verf
, char *data
, size_t data_len
);
5676 bool prs_init_data_blob(prs_struct
*prs
, DATA_BLOB
*blob
, TALLOC_CTX
*mem_ctx
);
5677 bool prs_data_blob(prs_struct
*prs
, DATA_BLOB
*blob
, TALLOC_CTX
*mem_ctx
);
5679 /* The following definitions come from rpc_parse/parse_rpc.c */
5681 const char *get_pipe_name_from_iface(const struct ndr_syntax_id
*interface
);
5682 void init_rpc_hdr(RPC_HDR
*hdr
, enum RPC_PKT_TYPE pkt_type
, uint8 flags
,
5683 uint32 call_id
, int data_len
, int auth_len
);
5684 bool smb_io_rpc_hdr(const char *desc
, RPC_HDR
*rpc
, prs_struct
*ps
, int depth
);
5685 void init_rpc_context(RPC_CONTEXT
*rpc_ctx
, uint16 context_id
,
5686 const RPC_IFACE
*abstract
, const RPC_IFACE
*transfer
);
5687 void init_rpc_hdr_rb(RPC_HDR_RB
*rpc
,
5688 uint16 max_tsize
, uint16 max_rsize
, uint32 assoc_gid
,
5689 RPC_CONTEXT
*context
);
5690 bool smb_io_rpc_context(const char *desc
, RPC_CONTEXT
*rpc_ctx
, prs_struct
*ps
, int depth
);
5691 bool smb_io_rpc_hdr_rb(const char *desc
, RPC_HDR_RB
*rpc
, prs_struct
*ps
, int depth
);
5692 void init_rpc_hdr_ba(RPC_HDR_BA
*rpc
,
5693 uint16 max_tsize
, uint16 max_rsize
, uint32 assoc_gid
,
5694 const char *pipe_addr
,
5695 uint8 num_results
, uint16 result
, uint16 reason
,
5696 RPC_IFACE
*transfer
);
5697 bool smb_io_rpc_hdr_ba(const char *desc
, RPC_HDR_BA
*rpc
, prs_struct
*ps
, int depth
);
5698 void init_rpc_hdr_req(RPC_HDR_REQ
*hdr
, uint32 alloc_hint
, uint16 opnum
);
5699 bool smb_io_rpc_hdr_req(const char *desc
, RPC_HDR_REQ
*rpc
, prs_struct
*ps
, int depth
);
5700 bool smb_io_rpc_hdr_resp(const char *desc
, RPC_HDR_RESP
*rpc
, prs_struct
*ps
, int depth
);
5701 bool smb_io_rpc_hdr_fault(const char *desc
, RPC_HDR_FAULT
*rpc
, prs_struct
*ps
, int depth
);
5702 void init_rpc_hdr_auth(RPC_HDR_AUTH
*rai
,
5703 uint8 auth_type
, uint8 auth_level
,
5705 uint32 auth_context_id
);
5706 bool smb_io_rpc_hdr_auth(const char *desc
, RPC_HDR_AUTH
*rai
, prs_struct
*ps
, int depth
);
5707 bool rpc_auth_verifier_chk(RPC_AUTH_VERIFIER
*rav
,
5708 const char *signature
, uint32 msg_type
);
5709 void init_rpc_auth_verifier(RPC_AUTH_VERIFIER
*rav
,
5710 const char *signature
, uint32 msg_type
);
5711 bool smb_io_rpc_auth_verifier(const char *desc
, RPC_AUTH_VERIFIER
*rav
, prs_struct
*ps
, int depth
);
5712 bool smb_io_rpc_schannel_verifier(const char *desc
, RPC_AUTH_VERIFIER
*rav
, prs_struct
*ps
, int depth
);
5713 void init_rpc_auth_schannel_neg(RPC_AUTH_SCHANNEL_NEG
*neg
,
5714 const char *domain
, const char *myname
);
5715 bool smb_io_rpc_auth_schannel_neg(const char *desc
, RPC_AUTH_SCHANNEL_NEG
*neg
,
5716 prs_struct
*ps
, int depth
);
5717 bool smb_io_rpc_auth_schannel_chk(const char *desc
, int auth_len
,
5718 RPC_AUTH_SCHANNEL_CHK
* chk
,
5719 prs_struct
*ps
, int depth
);
5721 /* The following definitions come from lib/eventlog/eventlog.c */
5723 TDB_CONTEXT
*elog_init_tdb( char *tdbfilename
);
5724 char *elog_tdbname(TALLOC_CTX
*ctx
, const char *name
);
5725 int elog_tdb_size( TDB_CONTEXT
* tdb
, int *MaxSize
, int *Retention
);
5726 bool prune_eventlog( TDB_CONTEXT
* tdb
);
5727 ELOG_TDB
*elog_open_tdb( const char *logname
, bool force_clear
, bool read_only
);
5728 int elog_close_tdb( ELOG_TDB
*etdb
, bool force_close
);
5729 bool parse_logentry( TALLOC_CTX
*mem_ctx
, char *line
, struct eventlog_Record_tdb
*entry
, bool * eor
);
5730 size_t fixup_eventlog_record_tdb(struct eventlog_Record_tdb
*r
);
5731 struct eventlog_Record_tdb
*evlog_pull_record_tdb(TALLOC_CTX
*mem_ctx
,
5733 uint32_t record_number
);
5734 NTSTATUS
evlog_push_record_tdb(TALLOC_CTX
*mem_ctx
,
5736 struct eventlog_Record_tdb
*r
,
5737 uint32_t *record_number
);
5738 NTSTATUS
evlog_push_record(TALLOC_CTX
*mem_ctx
,
5740 struct EVENTLOGRECORD
*r
,
5741 uint32_t *record_number
);
5742 struct EVENTLOGRECORD
*evlog_pull_record(TALLOC_CTX
*mem_ctx
,
5744 uint32_t record_number
);
5745 NTSTATUS
evlog_evt_entry_to_tdb_entry(TALLOC_CTX
*mem_ctx
,
5746 const struct EVENTLOGRECORD
*e
,
5747 struct eventlog_Record_tdb
*t
);
5748 NTSTATUS
evlog_tdb_entry_to_evt_entry(TALLOC_CTX
*mem_ctx
,
5749 const struct eventlog_Record_tdb
*t
,
5750 struct EVENTLOGRECORD
*e
);
5751 NTSTATUS
evlog_convert_tdb_to_evt(TALLOC_CTX
*mem_ctx
,
5754 uint32_t *num_records_p
);
5756 /* The following definitions come from rpc_server/srv_eventlog_nt.c */
5758 /* The following definitions come from rpc_server/srv_lsa_hnd.c */
5760 size_t num_pipe_handles(struct handle_list
*list
);
5761 bool init_pipe_handle_list(pipes_struct
*p
,
5762 const struct ndr_syntax_id
*syntax
);
5763 bool create_policy_hnd(pipes_struct
*p
, struct policy_handle
*hnd
, void *data_ptr
);
5764 bool find_policy_by_hnd(pipes_struct
*p
, const struct policy_handle
*hnd
,
5766 bool close_policy_hnd(pipes_struct
*p
, struct policy_handle
*hnd
);
5767 void close_policy_by_pipe(pipes_struct
*p
);
5768 bool pipe_access_check(pipes_struct
*p
);
5770 void *_policy_handle_create(struct pipes_struct
*p
, struct policy_handle
*hnd
,
5771 uint32_t access_granted
, size_t data_size
,
5772 const char *type
, NTSTATUS
*pstatus
);
5773 #define policy_handle_create(_p, _hnd, _access, _type, _pstatus) \
5774 (_type *)_policy_handle_create((_p), (_hnd), (_access), sizeof(_type), #_type, \
5777 void *_policy_handle_find(struct pipes_struct
*p
,
5778 const struct policy_handle
*hnd
,
5779 uint32_t access_required
, uint32_t *paccess_granted
,
5780 const char *name
, const char *location
,
5782 #define policy_handle_find(_p, _hnd, _access_required, _access_granted, _type, _pstatus) \
5783 (_type *)_policy_handle_find((_p), (_hnd), (_access_required), \
5784 (_access_granted), #_type, __location__, (_pstatus))
5787 /* The following definitions come from rpc_server/srv_pipe.c */
5789 bool create_next_pdu(pipes_struct
*p
);
5790 bool api_pipe_bind_auth3(pipes_struct
*p
, prs_struct
*rpc_in_p
);
5791 bool setup_fault_pdu(pipes_struct
*p
, NTSTATUS status
);
5792 bool setup_cancel_ack_reply(pipes_struct
*p
, prs_struct
*rpc_in_p
);
5793 bool check_bind_req(struct pipes_struct
*p
, RPC_IFACE
* abstract
,
5794 RPC_IFACE
* transfer
, uint32 context_id
);
5795 NTSTATUS
rpc_pipe_register_commands(int version
, const char *clnt
,
5797 const struct ndr_syntax_id
*interface
,
5798 const struct api_struct
*cmds
, int size
);
5799 NTSTATUS
rpc_srv_register(int version
, const char *clnt
,
5801 const struct ndr_interface_table
*iface
,
5802 const struct api_struct
*cmds
, int size
);
5803 bool is_known_pipename(const char *cli_filename
, struct ndr_syntax_id
*syntax
);
5804 bool api_pipe_bind_req(pipes_struct
*p
, prs_struct
*rpc_in_p
);
5805 bool api_pipe_alter_context(pipes_struct
*p
, prs_struct
*rpc_in_p
);
5806 bool api_pipe_ntlmssp_auth_process(pipes_struct
*p
, prs_struct
*rpc_in
,
5807 uint32
*p_ss_padding_len
, NTSTATUS
*pstatus
);
5808 bool api_pipe_schannel_process(pipes_struct
*p
, prs_struct
*rpc_in
, uint32
*p_ss_padding_len
);
5809 void free_pipe_rpc_context( PIPE_RPC_FNS
*list
);
5810 bool api_pipe_request(pipes_struct
*p
);
5812 /* The following definitions come from rpc_server/srv_pipe_hnd.c */
5814 pipes_struct
*get_first_internal_pipe(void);
5815 pipes_struct
*get_next_internal_pipe(pipes_struct
*p
);
5817 bool fsp_is_np(struct files_struct
*fsp
);
5818 NTSTATUS
np_open(TALLOC_CTX
*mem_ctx
, const char *name
,
5819 const char *client_address
,
5820 struct auth_serversupplied_info
*server_info
,
5821 struct fake_file_handle
**phandle
);
5822 struct tevent_req
*np_write_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
5823 struct fake_file_handle
*handle
,
5824 const uint8_t *data
, size_t len
);
5825 NTSTATUS
np_write_recv(struct tevent_req
*req
, ssize_t
*pnwritten
);
5826 struct tevent_req
*np_read_send(TALLOC_CTX
*mem_ctx
, struct event_context
*ev
,
5827 struct fake_file_handle
*handle
,
5828 uint8_t *data
, size_t len
);
5829 NTSTATUS
np_read_recv(struct tevent_req
*req
, ssize_t
*nread
,
5830 bool *is_data_outstanding
);
5832 /* The following definitions come from rpc_server/srv_samr_util.c */
5834 void copy_id2_to_sam_passwd(struct samu
*to
,
5835 struct samr_UserInfo2
*from
);
5836 void copy_id4_to_sam_passwd(struct samu
*to
,
5837 struct samr_UserInfo4
*from
);
5838 void copy_id6_to_sam_passwd(struct samu
*to
,
5839 struct samr_UserInfo6
*from
);
5840 void copy_id8_to_sam_passwd(struct samu
*to
,
5841 struct samr_UserInfo8
*from
);
5842 void copy_id10_to_sam_passwd(struct samu
*to
,
5843 struct samr_UserInfo10
*from
);
5844 void copy_id11_to_sam_passwd(struct samu
*to
,
5845 struct samr_UserInfo11
*from
);
5846 void copy_id12_to_sam_passwd(struct samu
*to
,
5847 struct samr_UserInfo12
*from
);
5848 void copy_id13_to_sam_passwd(struct samu
*to
,
5849 struct samr_UserInfo13
*from
);
5850 void copy_id14_to_sam_passwd(struct samu
*to
,
5851 struct samr_UserInfo14
*from
);
5852 void copy_id16_to_sam_passwd(struct samu
*to
,
5853 struct samr_UserInfo16
*from
);
5854 void copy_id17_to_sam_passwd(struct samu
*to
,
5855 struct samr_UserInfo17
*from
);
5856 void copy_id18_to_sam_passwd(struct samu
*to
,
5857 struct samr_UserInfo18
*from
);
5858 void copy_id20_to_sam_passwd(struct samu
*to
,
5859 struct samr_UserInfo20
*from
);
5860 void copy_id21_to_sam_passwd(const char *log_prefix
,
5862 struct samr_UserInfo21
*from
);
5863 void copy_id23_to_sam_passwd(struct samu
*to
,
5864 struct samr_UserInfo23
*from
);
5865 void copy_id24_to_sam_passwd(struct samu
*to
,
5866 struct samr_UserInfo24
*from
);
5867 void copy_id25_to_sam_passwd(struct samu
*to
,
5868 struct samr_UserInfo25
*from
);
5869 void copy_id26_to_sam_passwd(struct samu
*to
,
5870 struct samr_UserInfo26
*from
);
5872 /* The following definitions come from rpc_server/srv_spoolss_nt.c */
5874 WERROR
delete_printer_hook(TALLOC_CTX
*ctx
, NT_USER_TOKEN
*token
, const char *sharename
);
5875 void do_drv_upgrade_printer(struct messaging_context
*msg
,
5878 struct server_id server_id
,
5880 void update_monitored_printq_cache( void );
5881 void reset_all_printerdata(struct messaging_context
*msg
,
5884 struct server_id server_id
,
5886 bool convert_devicemode(const char *printername
,
5887 const struct spoolss_DeviceMode
*devmode
,
5888 NT_DEVICEMODE
**pp_nt_devmode
);
5889 WERROR
set_printer_dataex(NT_PRINTER_INFO_LEVEL
*printer
,
5890 const char *key
, const char *value
,
5891 uint32_t type
, uint8_t *data
, int real_len
);
5892 void spoolss_notify_server_name(int snum
,
5893 struct spoolss_Notify
*data
,
5894 print_queue_struct
*queue
,
5895 NT_PRINTER_INFO_LEVEL
*printer
,
5896 TALLOC_CTX
*mem_ctx
);
5897 void spoolss_notify_printer_name(int snum
,
5898 struct spoolss_Notify
*data
,
5899 print_queue_struct
*queue
,
5900 NT_PRINTER_INFO_LEVEL
*printer
,
5901 TALLOC_CTX
*mem_ctx
);
5902 void spoolss_notify_share_name(int snum
,
5903 struct spoolss_Notify
*data
,
5904 print_queue_struct
*queue
,
5905 NT_PRINTER_INFO_LEVEL
*printer
,
5906 TALLOC_CTX
*mem_ctx
);
5907 void spoolss_notify_port_name(int snum
,
5908 struct spoolss_Notify
*data
,
5909 print_queue_struct
*queue
,
5910 NT_PRINTER_INFO_LEVEL
*printer
,
5911 TALLOC_CTX
*mem_ctx
);
5912 void spoolss_notify_driver_name(int snum
,
5913 struct spoolss_Notify
*data
,
5914 print_queue_struct
*queue
,
5915 NT_PRINTER_INFO_LEVEL
*printer
,
5916 TALLOC_CTX
*mem_ctx
);
5917 void spoolss_notify_comment(int snum
,
5918 struct spoolss_Notify
*data
,
5919 print_queue_struct
*queue
,
5920 NT_PRINTER_INFO_LEVEL
*printer
,
5921 TALLOC_CTX
*mem_ctx
);
5922 void spoolss_notify_location(int snum
,
5923 struct spoolss_Notify
*data
,
5924 print_queue_struct
*queue
,
5925 NT_PRINTER_INFO_LEVEL
*printer
,
5926 TALLOC_CTX
*mem_ctx
);
5927 void spoolss_notify_sepfile(int snum
,
5928 struct spoolss_Notify
*data
,
5929 print_queue_struct
*queue
,
5930 NT_PRINTER_INFO_LEVEL
*printer
,
5931 TALLOC_CTX
*mem_ctx
);
5932 void spoolss_notify_print_processor(int snum
,
5933 struct spoolss_Notify
*data
,
5934 print_queue_struct
*queue
,
5935 NT_PRINTER_INFO_LEVEL
*printer
,
5936 TALLOC_CTX
*mem_ctx
);
5937 void spoolss_notify_parameters(int snum
,
5938 struct spoolss_Notify
*data
,
5939 print_queue_struct
*queue
,
5940 NT_PRINTER_INFO_LEVEL
*printer
,
5941 TALLOC_CTX
*mem_ctx
);
5942 void spoolss_notify_datatype(int snum
,
5943 struct spoolss_Notify
*data
,
5944 print_queue_struct
*queue
,
5945 NT_PRINTER_INFO_LEVEL
*printer
,
5946 TALLOC_CTX
*mem_ctx
);
5947 void spoolss_notify_attributes(int snum
,
5948 struct spoolss_Notify
*data
,
5949 print_queue_struct
*queue
,
5950 NT_PRINTER_INFO_LEVEL
*printer
,
5951 TALLOC_CTX
*mem_ctx
);
5952 void spoolss_notify_cjobs(int snum
,
5953 struct spoolss_Notify
*data
,
5954 print_queue_struct
*queue
,
5955 NT_PRINTER_INFO_LEVEL
*printer
,
5956 TALLOC_CTX
*mem_ctx
);
5957 void construct_info_data(struct spoolss_Notify
*info_data
,
5958 enum spoolss_NotifyType type
,
5961 struct spoolss_DeviceMode
*construct_dev_mode(TALLOC_CTX
*mem_ctx
,
5962 const char *servicename
);
5963 WERROR
add_port_hook(TALLOC_CTX
*ctx
, NT_USER_TOKEN
*token
, const char *portname
, const char *uri
);
5964 bool add_printer_hook(TALLOC_CTX
*ctx
, NT_USER_TOKEN
*token
, NT_PRINTER_INFO_LEVEL
*printer
);
5965 WERROR
enumports_hook(TALLOC_CTX
*ctx
, int *count
, char ***lines
);
5967 /* The following definitions come from rpc_server/srv_srvsvc_nt.c */
5969 char *valid_share_pathname(TALLOC_CTX
*ctx
, const char *dos_pathname
);
5971 /* The following definitions come from rpc_server/srv_svcctl_nt.c */
5973 bool init_service_op_table( void );
5975 /* The following definitions come from rpcclient/cmd_dfs.c */
5978 /* The following definitions come from rpcclient/cmd_dssetup.c */
5981 /* The following definitions come from rpcclient/cmd_echo.c */
5984 /* The following definitions come from rpcclient/cmd_lsarpc.c */
5987 /* The following definitions come from rpcclient/cmd_netlogon.c */
5990 /* The following definitions come from rpcclient/cmd_ntsvcs.c */
5993 /* The following definitions come from rpcclient/cmd_samr.c */
5996 /* The following definitions come from rpcclient/cmd_shutdown.c */
5999 /* The following definitions come from rpcclient/cmd_spoolss.c */
6002 /* The following definitions come from rpcclient/cmd_srvsvc.c */
6005 /* The following definitions come from rpcclient/cmd_test.c */
6008 /* The following definitions come from rpcclient/cmd_wkssvc.c */
6011 /* The following definitions come from rpcclient/rpcclient.c */
6014 /* The following definitions come from services/services_db.c */
6016 void svcctl_init_keys( void );
6017 SEC_DESC
*svcctl_get_secdesc( TALLOC_CTX
*ctx
, const char *name
, NT_USER_TOKEN
*token
);
6018 bool svcctl_set_secdesc( TALLOC_CTX
*ctx
, const char *name
, SEC_DESC
*sec_desc
, NT_USER_TOKEN
*token
);
6019 const char *svcctl_lookup_dispname(TALLOC_CTX
*ctx
, const char *name
, NT_USER_TOKEN
*token
);
6020 const char *svcctl_lookup_description(TALLOC_CTX
*ctx
, const char *name
, NT_USER_TOKEN
*token
);
6021 struct regval_ctr
*svcctl_fetch_regvalues( const char *name
, NT_USER_TOKEN
*token
);
6023 /* The following definitions come from services/svc_netlogon.c */
6026 /* The following definitions come from services/svc_rcinit.c */
6029 /* The following definitions come from services/svc_spoolss.c */
6032 /* The following definitions come from services/svc_winreg.c */
6035 /* The following definitions come from services/svc_wins.c */
6038 /* The following definitions come from smbd/aio.c */
6040 void initialize_async_io_handler(void);
6041 bool schedule_aio_read_and_X(connection_struct
*conn
,
6042 struct smb_request
*req
,
6043 files_struct
*fsp
, SMB_OFF_T startpos
,
6045 bool schedule_aio_write_and_X(connection_struct
*conn
,
6046 struct smb_request
*req
,
6047 files_struct
*fsp
, char *data
,
6050 int wait_for_aio_completion(files_struct
*fsp
);
6051 void cancel_aio_by_fsp(files_struct
*fsp
);
6052 void smbd_aio_complete_mid(unsigned int mid
);
6054 /* The following definitions come from smbd/blocking.c */
6056 void process_blocking_lock_queue(void);
6057 bool push_blocking_lock_request( struct byte_range_lock
*br_lck
,
6058 struct smb_request
*req
,
6063 enum brl_type lock_type
,
6064 enum brl_flavour lock_flav
,
6067 uint32 blocking_pid
);
6068 void cancel_pending_lock_requests_by_fid(files_struct
*fsp
, struct byte_range_lock
*br_lck
);
6069 void remove_pending_lock_requests_by_mid(int mid
);
6070 bool blocking_lock_was_deferred(int mid
);
6071 struct blocking_lock_record
*blocking_lock_cancel(files_struct
*fsp
,
6075 enum brl_flavour lock_flav
,
6076 unsigned char locktype
,
6079 /* The following definitions come from smbd/change_trust_pw.c */
6081 NTSTATUS
change_trust_account_password( const char *domain
, const char *remote_machine
);
6083 /* The following definitions come from smbd/chgpasswd.c */
6085 bool chgpasswd(const char *name
, const struct passwd
*pass
,
6086 const char *oldpass
, const char *newpass
, bool as_root
);
6087 bool chgpasswd(const char *name
, const struct passwd
*pass
,
6088 const char *oldpass
, const char *newpass
, bool as_root
);
6089 bool check_lanman_password(char *user
, uchar
* pass1
,
6090 uchar
* pass2
, struct samu
**hnd
);
6091 bool change_lanman_password(struct samu
*sampass
, uchar
*pass2
);
6092 NTSTATUS
pass_oem_change(char *user
,
6093 uchar password_encrypted_with_lm_hash
[516],
6094 const uchar old_lm_hash_encrypted
[16],
6095 uchar password_encrypted_with_nt_hash
[516],
6096 const uchar old_nt_hash_encrypted
[16],
6097 uint32
*reject_reason
);
6098 NTSTATUS
change_oem_password(struct samu
*hnd
, char *old_passwd
, char *new_passwd
, bool as_root
, uint32
*samr_reject_reason
);
6100 /* The following definitions come from smbd/close.c */
6102 void set_close_write_time(struct files_struct
*fsp
, struct timespec ts
);
6103 NTSTATUS
close_file(struct smb_request
*req
, files_struct
*fsp
,
6104 enum file_close_type close_type
);
6105 void msg_close_file(struct messaging_context
*msg_ctx
,
6108 struct server_id server_id
,
6110 NTSTATUS
delete_all_streams(connection_struct
*conn
, const char *fname
);
6112 /* The following definitions come from smbd/conn.c */
6114 void conn_init(struct smbd_server_connection
*sconn
);
6115 int conn_num_open(struct smbd_server_connection
*sconn
);
6116 bool conn_snum_used(int snum
);
6117 connection_struct
*conn_find(struct smbd_server_connection
*sconn
,
6119 connection_struct
*conn_new(struct smbd_server_connection
*sconn
);
6120 bool conn_close_all(struct smbd_server_connection
*sconn
);
6121 bool conn_idle_all(struct smbd_server_connection
*sconn
, time_t t
);
6122 void conn_clear_vuid_caches(struct smbd_server_connection
*sconn
, uint16 vuid
);
6123 void conn_free_internal(connection_struct
*conn
);
6124 void conn_free(struct smbd_server_connection
*sconn
,
6125 connection_struct
*conn
);
6126 void msg_force_tdis(struct messaging_context
*msg
,
6129 struct server_id server_id
,
6132 /* The following definitions come from smbd/connection.c */
6134 bool yield_connection(connection_struct
*conn
, const char *name
);
6135 int count_current_connections( const char *sharename
, bool clear
);
6136 int count_all_current_connections(void);
6137 bool claim_connection(connection_struct
*conn
, const char *name
,
6139 bool register_message_flags(bool doreg
, uint32 msg_flags
);
6141 /* The following definitions come from smbd/dfree.c */
6143 uint64_t sys_disk_free(connection_struct
*conn
, const char *path
, bool small_query
,
6144 uint64_t *bsize
,uint64_t *dfree
,uint64_t *dsize
);
6145 uint64_t get_dfree_info(connection_struct
*conn
,
6152 /* The following definitions come from smbd/dir.c */
6154 bool make_dir_struct(TALLOC_CTX
*ctx
,
6162 void init_dptrs(void);
6163 char *dptr_path(int key
);
6164 char *dptr_wcard(int key
);
6165 uint16
dptr_attr(int key
);
6166 void dptr_close(int *key
);
6167 void dptr_closecnum(connection_struct
*conn
);
6168 void dptr_idlecnum(connection_struct
*conn
);
6169 void dptr_closepath(char *path
,uint16 spid
);
6170 NTSTATUS
dptr_create(connection_struct
*conn
, const char *path
, bool old_handle
, bool expect_close
,uint16 spid
,
6171 const char *wcard
, bool wcard_has_wild
, uint32 attr
, struct dptr_struct
**dptr_ret
);
6172 int dptr_CloseDir(struct dptr_struct
*dptr
);
6173 void dptr_SeekDir(struct dptr_struct
*dptr
, long offset
);
6174 long dptr_TellDir(struct dptr_struct
*dptr
);
6175 bool dptr_has_wild(struct dptr_struct
*dptr
);
6176 int dptr_dnum(struct dptr_struct
*dptr
);
6177 char *dptr_ReadDirName(TALLOC_CTX
*ctx
,
6178 struct dptr_struct
*dptr
,
6180 SMB_STRUCT_STAT
*pst
);
6181 bool dptr_SearchDir(struct dptr_struct
*dptr
, const char *name
, long *poffset
, SMB_STRUCT_STAT
*pst
);
6182 void dptr_DirCacheAdd(struct dptr_struct
*dptr
, const char *name
, long offset
);
6183 void dptr_init_search_op(struct dptr_struct
*dptr
);
6184 bool dptr_fill(char *buf1
,unsigned int key
);
6185 struct dptr_struct
*dptr_fetch(char *buf
,int *num
);
6186 struct dptr_struct
*dptr_fetch_lanman2(int dptr_num
);
6187 bool dir_check_ftype(connection_struct
*conn
, uint32 mode
, uint32 dirtype
);
6188 bool get_dir_entry(TALLOC_CTX
*ctx
,
6189 connection_struct
*conn
,
6192 char **pp_fname_out
,
6195 struct timespec
*date
,
6197 bool ask_sharemode
);
6198 bool is_visible_file(connection_struct
*conn
, const char *dir_path
, const char *name
, SMB_STRUCT_STAT
*pst
, bool use_veto
);
6199 struct smb_Dir
*OpenDir(TALLOC_CTX
*mem_ctx
, connection_struct
*conn
,
6200 const char *name
, const char *mask
, uint32 attr
);
6201 const char *ReadDirName(struct smb_Dir
*dirp
, long *poffset
,
6202 SMB_STRUCT_STAT
*sbuf
);
6203 void RewindDir(struct smb_Dir
*dirp
, long *poffset
);
6204 void SeekDir(struct smb_Dir
*dirp
, long offset
);
6205 long TellDir(struct smb_Dir
*dirp
);
6206 void DirCacheAdd(struct smb_Dir
*dirp
, const char *name
, long offset
);
6207 bool SearchDir(struct smb_Dir
*dirp
, const char *name
, long *poffset
);
6208 NTSTATUS
can_delete_directory(struct connection_struct
*conn
,
6209 const char *dirname
);
6211 /* The following definitions come from smbd/dmapi.c */
6213 const void *dmapi_get_current_session(void);
6214 bool dmapi_have_session(void);
6215 bool dmapi_new_session(void);
6216 bool dmapi_destroy_session(void);
6217 uint32
dmapi_file_flags(const char * const path
);
6219 /* The following definitions come from smbd/dnsregister.c */
6221 bool smbd_setup_mdns_registration(struct tevent_context
*ev
,
6222 TALLOC_CTX
*mem_ctx
,
6225 /* The following definitions come from smbd/dosmode.c */
6227 mode_t
unix_mode(connection_struct
*conn
, int dosmode
, const char *fname
,
6228 const char *inherit_from_dir
);
6229 uint32
dos_mode_msdfs(connection_struct
*conn
, const char *path
, const SMB_STRUCT_STAT
*sbuf
);
6230 int dos_attributes_to_stat_dos_flags(uint32_t dosmode
);
6231 uint32
dos_mode(connection_struct
*conn
, const char *path
, const SMB_STRUCT_STAT
*sbuf
);
6232 int file_set_dosmode(connection_struct
*conn
, const char *fname
,
6233 uint32 dosmode
, SMB_STRUCT_STAT
*st
,
6234 const char *parent_dir
,
6236 int file_ntimes(connection_struct
*conn
, const char *fname
,
6237 struct smb_file_time
*ft
, const SMB_STRUCT_STAT
*psbuf
);
6238 bool set_sticky_write_time_path(connection_struct
*conn
, const char *fname
,
6239 struct file_id fileid
, const struct timespec mtime
);
6240 bool set_sticky_write_time_fsp(struct files_struct
*fsp
, const struct timespec mtime
);
6241 bool update_write_time(struct files_struct
*fsp
);
6243 /* The following definitions come from smbd/error.c */
6245 bool use_nt_status(void);
6246 void error_packet_set(char *outbuf
, uint8 eclass
, uint32 ecode
, NTSTATUS ntstatus
, int line
, const char *file
);
6247 int error_packet(char *outbuf
, uint8 eclass
, uint32 ecode
, NTSTATUS ntstatus
, int line
, const char *file
);
6248 void reply_nt_error(struct smb_request
*req
, NTSTATUS ntstatus
,
6249 int line
, const char *file
);
6250 void reply_force_nt_error(struct smb_request
*req
, NTSTATUS ntstatus
,
6251 int line
, const char *file
);
6252 void reply_dos_error(struct smb_request
*req
, uint8 eclass
, uint32 ecode
,
6253 int line
, const char *file
);
6254 void reply_both_error(struct smb_request
*req
, uint8 eclass
, uint32 ecode
,
6255 NTSTATUS status
, int line
, const char *file
);
6256 void reply_openerror(struct smb_request
*req
, NTSTATUS status
);
6257 void reply_unix_error(struct smb_request
*req
, uint8 defclass
, uint32 defcode
,
6258 NTSTATUS defstatus
, int line
, const char *file
);
6260 /* The following definitions come from smbd/fake_file.c */
6262 enum FAKE_FILE_TYPE
is_fake_file(const char *fname
);
6263 NTSTATUS
open_fake_file(struct smb_request
*req
, connection_struct
*conn
,
6264 uint16_t current_vuid
,
6265 enum FAKE_FILE_TYPE fake_file_type
,
6268 files_struct
**result
);
6269 NTSTATUS
close_fake_file(struct smb_request
*req
, files_struct
*fsp
);
6271 /* The following definitions come from smbd/file_access.c */
6273 bool can_access_file_acl(struct connection_struct
*conn
,
6274 const struct smb_filename
*smb_fname
,
6275 uint32_t access_mask
);
6276 bool can_delete_file_in_directory(connection_struct
*conn
,
6277 struct smb_filename
*smb_fname
);
6278 bool can_access_file_data(connection_struct
*conn
,
6279 const struct smb_filename
*smb_fname
,
6280 uint32 access_mask
);
6281 bool can_write_to_file(connection_struct
*conn
,
6282 const struct smb_filename
*smb_fname
);
6283 bool directory_has_default_acl(connection_struct
*conn
, const char *fname
);
6285 /* The following definitions come from smbd/fileio.c */
6287 ssize_t
read_file(files_struct
*fsp
,char *data
,SMB_OFF_T pos
,size_t n
);
6288 void trigger_write_time_update(struct files_struct
*fsp
);
6289 void trigger_write_time_update_immediate(struct files_struct
*fsp
);
6290 ssize_t
write_file(struct smb_request
*req
,
6295 void delete_write_cache(files_struct
*fsp
);
6296 void set_filelen_write_cache(files_struct
*fsp
, SMB_OFF_T file_size
);
6297 ssize_t
flush_write_cache(files_struct
*fsp
, enum flush_reason_enum reason
);
6298 NTSTATUS
sync_file(connection_struct
*conn
, files_struct
*fsp
, bool write_through
);
6299 int fsp_stat(files_struct
*fsp
, SMB_STRUCT_STAT
*pst
);
6301 /* The following definitions come from smbd/filename.c */
6303 NTSTATUS
get_full_smb_filename(TALLOC_CTX
*ctx
, const struct smb_filename
*smb_fname
,
6305 NTSTATUS
create_synthetic_smb_fname(TALLOC_CTX
*ctx
, const char *base_name
,
6306 const char *stream_name
,
6307 const SMB_STRUCT_STAT
*psbuf
,
6308 struct smb_filename
**smb_fname_out
);
6309 NTSTATUS
create_synthetic_smb_fname_split(TALLOC_CTX
*ctx
,
6311 const SMB_STRUCT_STAT
*psbuf
,
6312 struct smb_filename
**smb_fname_out
);
6313 int vfs_stat_smb_fname(struct connection_struct
*conn
, const char *fname
,
6314 SMB_STRUCT_STAT
*psbuf
);
6315 int vfs_lstat_smb_fname(struct connection_struct
*conn
, const char *fname
,
6316 SMB_STRUCT_STAT
*psbuf
);
6317 const char *smb_fname_str_dbg(const struct smb_filename
*smb_fname
);
6318 NTSTATUS
copy_smb_filename(TALLOC_CTX
*ctx
,
6319 const struct smb_filename
*smb_fname_in
,
6320 struct smb_filename
**smb_fname_out
);
6321 NTSTATUS
unix_convert(TALLOC_CTX
*ctx
,
6322 connection_struct
*conn
,
6323 const char *orig_path
,
6324 struct smb_filename
**smb_fname
,
6325 uint32_t ucf_flags
);
6326 NTSTATUS
check_name(connection_struct
*conn
, const char *name
);
6327 int get_real_filename(connection_struct
*conn
, const char *path
,
6328 const char *name
, TALLOC_CTX
*mem_ctx
,
6330 NTSTATUS
filename_convert(TALLOC_CTX
*mem_ctx
,
6331 connection_struct
*conn
,
6333 const char *name_in
,
6334 struct smb_filename
**pp_smb_fname
,
6337 /* The following definitions come from smbd/files.c */
6339 NTSTATUS
file_new(struct smb_request
*req
, connection_struct
*conn
,
6340 files_struct
**result
);
6341 void file_close_conn(connection_struct
*conn
);
6342 void file_close_pid(uint16 smbpid
, int vuid
);
6343 void file_init(void);
6344 void file_close_user(int vuid
);
6345 void file_dump_open_table(void);
6346 struct files_struct
*file_walk_table(
6347 struct files_struct
*(*fn
)(struct files_struct
*fsp
,
6348 void *private_data
),
6349 void *private_data
);
6350 files_struct
*file_find_fd(int fd
);
6351 files_struct
*file_find_dif(struct file_id id
, unsigned long gen_id
);
6352 files_struct
*file_find_fsp(files_struct
*orig_fsp
);
6353 files_struct
*file_find_di_first(struct file_id id
);
6354 files_struct
*file_find_di_next(files_struct
*start_fsp
);
6355 files_struct
*file_find_print(void);
6356 bool file_find_subpath(files_struct
*dir_fsp
);
6357 void file_sync_all(connection_struct
*conn
);
6358 void file_free(struct smb_request
*req
, files_struct
*fsp
);
6359 files_struct
*file_fnum(uint16 fnum
);
6360 files_struct
*file_fsp(struct smb_request
*req
, uint16 fid
);
6361 void dup_file_fsp(struct smb_request
*req
, files_struct
*from
,
6362 uint32 access_mask
, uint32 share_access
,
6363 uint32 create_options
, files_struct
*to
);
6365 /* The following definitions come from smbd/ipc.c */
6367 void send_trans_reply(connection_struct
*conn
,
6368 struct smb_request
*req
,
6369 char *rparam
, int rparam_len
,
6370 char *rdata
, int rdata_len
,
6371 bool buffer_too_large
);
6372 void reply_trans(struct smb_request
*req
);
6373 void reply_transs(struct smb_request
*req
);
6375 /* The following definitions come from smbd/lanman.c */
6377 void api_reply(connection_struct
*conn
, uint16 vuid
,
6378 struct smb_request
*req
,
6379 char *data
, char *params
,
6380 int tdscnt
, int tpscnt
,
6381 int mdrcnt
, int mprcnt
);
6383 /* The following definitions come from smbd/mangle.c */
6385 void mangle_reset_cache(void);
6386 void mangle_change_to_posix(void);
6387 bool mangle_is_mangled(const char *s
, const struct share_params
*p
);
6388 bool mangle_is_8_3(const char *fname
, bool check_case
,
6389 const struct share_params
*p
);
6390 bool mangle_is_8_3_wildcards(const char *fname
, bool check_case
,
6391 const struct share_params
*p
);
6392 bool mangle_must_mangle(const char *fname
,
6393 const struct share_params
*p
);
6394 bool mangle_lookup_name_from_8_3(TALLOC_CTX
*ctx
,
6396 char **out
, /* talloced on the given context. */
6397 const struct share_params
*p
);
6398 bool name_to_8_3(const char *in
,
6401 const struct share_params
*p
);
6403 /* The following definitions come from smbd/mangle_hash.c */
6405 const struct mangle_fns
*mangle_hash_init(void);
6407 /* The following definitions come from smbd/mangle_hash2.c */
6409 const struct mangle_fns
*mangle_hash2_init(void);
6410 const struct mangle_fns
*posix_mangle_init(void);
6412 /* The following definitions come from smbd/map_username.c */
6414 bool map_username(struct smbd_server_connection
*sconn
, fstring user
);
6416 /* The following definitions come from smbd/message.c */
6418 void reply_sends(struct smb_request
*req
);
6419 void reply_sendstrt(struct smb_request
*req
);
6420 void reply_sendtxt(struct smb_request
*req
);
6421 void reply_sendend(struct smb_request
*req
);
6423 /* The following definitions come from smbd/msdfs.c */
6425 bool is_msdfs_link(connection_struct
*conn
,
6427 SMB_STRUCT_STAT
*sbufp
);
6428 NTSTATUS
get_referred_path(TALLOC_CTX
*ctx
,
6429 const char *dfs_path
,
6430 struct junction_map
*jucn
,
6432 bool *self_referralp
);
6433 int setup_dfs_referral(connection_struct
*orig_conn
,
6434 const char *dfs_path
,
6435 int max_referral_level
,
6436 char **ppdata
, NTSTATUS
*pstatus
);
6437 bool create_junction(TALLOC_CTX
*ctx
,
6438 const char *dfs_path
,
6439 struct junction_map
*jucn
);
6440 bool create_msdfs_link(const struct junction_map
*jucn
);
6441 bool remove_msdfs_link(const struct junction_map
*jucn
);
6442 struct junction_map
*enum_msdfs_links(TALLOC_CTX
*ctx
, size_t *p_num_jn
);
6443 NTSTATUS
resolve_dfspath(TALLOC_CTX
*ctx
,
6444 connection_struct
*conn
,
6446 const char *name_in
,
6447 char **pp_name_out
);
6448 NTSTATUS
resolve_dfspath_wcard(TALLOC_CTX
*ctx
,
6449 connection_struct
*conn
,
6451 const char *name_in
,
6453 bool *ppath_contains_wcard
);
6454 NTSTATUS
create_conn_struct(TALLOC_CTX
*ctx
,
6455 connection_struct
**pconn
,
6458 struct auth_serversupplied_info
*server_info
,
6461 /* The following definitions come from smbd/negprot.c */
6463 void reply_negprot(struct smb_request
*req
);
6465 /* The following definitions come from smbd/notify.c */
6467 void change_notify_reply(connection_struct
*conn
,
6468 struct smb_request
*req
, uint32 max_param
,
6469 struct notify_change_buf
*notify_buf
);
6470 NTSTATUS
change_notify_create(struct files_struct
*fsp
, uint32 filter
,
6472 NTSTATUS
change_notify_add_request(struct smb_request
*req
,
6474 uint32 filter
, bool recursive
,
6475 struct files_struct
*fsp
);
6476 void remove_pending_change_notify_requests_by_mid(uint16 mid
);
6477 void remove_pending_change_notify_requests_by_fid(files_struct
*fsp
,
6479 void notify_fname(connection_struct
*conn
, uint32 action
, uint32 filter
,
6481 char *notify_filter_string(TALLOC_CTX
*mem_ctx
, uint32 filter
);
6482 struct sys_notify_context
*sys_notify_context_create(connection_struct
*conn
,
6483 TALLOC_CTX
*mem_ctx
,
6484 struct event_context
*ev
);
6485 NTSTATUS
sys_notify_watch(struct sys_notify_context
*ctx
,
6486 struct notify_entry
*e
,
6487 void (*callback
)(struct sys_notify_context
*ctx
,
6489 struct notify_event
*ev
),
6490 void *private_data
, void *handle
);
6492 /* The following definitions come from smbd/notify_inotify.c */
6494 NTSTATUS
inotify_watch(struct sys_notify_context
*ctx
,
6495 struct notify_entry
*e
,
6496 void (*callback
)(struct sys_notify_context
*ctx
,
6498 struct notify_event
*ev
),
6502 /* The following definitions come from smbd/notify_internal.c */
6504 struct notify_context
*notify_init(TALLOC_CTX
*mem_ctx
, struct server_id server
,
6505 struct messaging_context
*messaging_ctx
,
6506 struct event_context
*ev
,
6507 connection_struct
*conn
);
6508 NTSTATUS
notify_add(struct notify_context
*notify
, struct notify_entry
*e0
,
6509 void (*callback
)(void *, const struct notify_event
*),
6510 void *private_data
);
6511 NTSTATUS
notify_remove(struct notify_context
*notify
, void *private_data
);
6512 NTSTATUS
notify_remove_onelevel(struct notify_context
*notify
,
6513 const struct file_id
*fid
,
6514 void *private_data
);
6515 void notify_onelevel(struct notify_context
*notify
, uint32_t action
,
6516 uint32_t filter
, struct file_id fid
, const char *name
);
6517 void notify_trigger(struct notify_context
*notify
,
6518 uint32_t action
, uint32_t filter
, const char *path
);
6520 /* The following definitions come from smbd/ntquotas.c */
6522 int vfs_get_ntquota(files_struct
*fsp
, enum SMB_QUOTA_TYPE qtype
, DOM_SID
*psid
, SMB_NTQUOTA_STRUCT
*qt
);
6523 int vfs_set_ntquota(files_struct
*fsp
, enum SMB_QUOTA_TYPE qtype
, DOM_SID
*psid
, SMB_NTQUOTA_STRUCT
*qt
);
6524 int vfs_get_user_ntquota_list(files_struct
*fsp
, SMB_NTQUOTA_LIST
**qt_list
);
6525 void *init_quota_handle(TALLOC_CTX
*mem_ctx
);
6527 /* The following definitions come from smbd/nttrans.c */
6529 void send_nt_replies(connection_struct
*conn
,
6530 struct smb_request
*req
, NTSTATUS nt_error
,
6531 char *params
, int paramsize
,
6532 char *pdata
, int datasize
);
6533 bool is_ntfs_stream_name(const char *fname
);
6534 bool is_ntfs_stream_smb_fname(const struct smb_filename
*smb_fname
);
6535 bool is_ntfs_default_stream_smb_fname(const struct smb_filename
*smb_fname
);
6536 void reply_ntcreate_and_X(struct smb_request
*req
);
6537 void reply_ntcancel(struct smb_request
*req
);
6538 void reply_ntrename(struct smb_request
*req
);
6539 void reply_nttrans(struct smb_request
*req
);
6540 void reply_nttranss(struct smb_request
*req
);
6542 /* The following definitions come from smbd/open.c */
6544 NTSTATUS
smb1_file_se_access_check(const struct security_descriptor
*sd
,
6545 const NT_USER_TOKEN
*token
,
6546 uint32_t access_desired
,
6547 uint32_t *access_granted
);
6548 NTSTATUS
fd_close(files_struct
*fsp
);
6549 void change_file_owner_to_parent(connection_struct
*conn
,
6550 const char *inherit_from_dir
,
6552 NTSTATUS
change_dir_owner_to_parent(connection_struct
*conn
,
6553 const char *inherit_from_dir
,
6555 SMB_STRUCT_STAT
*psbuf
);
6556 bool is_executable(const char *fname
);
6557 bool is_stat_open(uint32 access_mask
);
6558 bool request_timed_out(struct timeval request_time
,
6559 struct timeval timeout
);
6560 bool open_match_attributes(connection_struct
*conn
,
6561 uint32 old_dos_attr
,
6562 uint32 new_dos_attr
,
6563 mode_t existing_unx_mode
,
6564 mode_t new_unx_mode
,
6565 mode_t
*returned_unx_mode
);
6566 NTSTATUS
fcb_or_dos_open(struct smb_request
*req
,
6567 connection_struct
*conn
,
6568 files_struct
*fsp_to_dup_into
,
6574 uint32 share_access
,
6575 uint32 create_options
);
6576 bool map_open_params_to_ntcreate(const char *fname
, int deny_mode
, int open_func
,
6577 uint32
*paccess_mask
,
6578 uint32
*pshare_mode
,
6579 uint32
*pcreate_disposition
,
6580 uint32
*pcreate_options
);
6581 NTSTATUS
open_file_fchmod(struct smb_request
*req
, connection_struct
*conn
,
6583 SMB_STRUCT_STAT
*psbuf
, files_struct
**result
);
6584 NTSTATUS
close_file_fchmod(struct smb_request
*req
, files_struct
*fsp
);
6585 NTSTATUS
create_directory(connection_struct
*conn
, struct smb_request
*req
,
6586 struct smb_filename
*smb_dname
);
6587 void msg_file_was_renamed(struct messaging_context
*msg
,
6590 struct server_id server_id
,
6592 struct case_semantics_state
;
6593 struct case_semantics_state
*set_posix_case_semantics(TALLOC_CTX
*mem_ctx
,
6594 connection_struct
*conn
);
6595 NTSTATUS
open_streams_for_delete(connection_struct
*conn
,
6597 NTSTATUS
create_file_default(connection_struct
*conn
,
6598 struct smb_request
*req
,
6599 uint16_t root_dir_fid
,
6600 struct smb_filename
* smb_fname
,
6601 uint32_t access_mask
,
6602 uint32_t share_access
,
6603 uint32_t create_disposition
,
6604 uint32_t create_options
,
6605 uint32_t file_attributes
,
6606 uint32_t oplock_request
,
6607 uint64_t allocation_size
,
6608 struct security_descriptor
*sd
,
6609 struct ea_list
*ea_list
,
6611 files_struct
**result
,
6613 NTSTATUS
get_relative_fid_filename(connection_struct
*conn
,
6614 struct smb_request
*req
,
6615 uint16_t root_dir_fid
,
6616 struct smb_filename
*smb_fname
);
6618 /* The following definitions come from smbd/oplock.c */
6620 int32
get_number_of_exclusive_open_oplocks(void);
6621 void break_kernel_oplock(struct messaging_context
*msg_ctx
, files_struct
*fsp
);
6622 bool set_file_oplock(files_struct
*fsp
, int oplock_type
);
6623 void release_file_oplock(files_struct
*fsp
);
6624 bool remove_oplock(files_struct
*fsp
);
6625 bool downgrade_oplock(files_struct
*fsp
);
6626 bool should_notify_deferred_opens(void);
6627 void break_level2_to_none_async(files_struct
*fsp
);
6628 void reply_to_oplock_break_requests(files_struct
*fsp
);
6629 void process_oplock_async_level2_break_message(struct messaging_context
*msg_ctx
,
6632 struct server_id src
,
6634 void contend_level2_oplocks_begin(files_struct
*fsp
,
6635 enum level2_contention_type type
);
6636 void contend_level2_oplocks_end(files_struct
*fsp
,
6637 enum level2_contention_type type
);
6638 void share_mode_entry_to_message(char *msg
, const struct share_mode_entry
*e
);
6639 void message_to_share_mode_entry(struct share_mode_entry
*e
, char *msg
);
6640 bool init_oplocks(struct messaging_context
*msg_ctx
);
6642 /* The following definitions come from smbd/oplock_irix.c */
6644 struct kernel_oplocks
*irix_init_kernel_oplocks(TALLOC_CTX
*mem_ctx
) ;
6646 /* The following definitions come from smbd/oplock_linux.c */
6648 void linux_set_lease_capability(void);
6649 int linux_set_lease_sighandler(int fd
);
6650 int linux_setlease(int fd
, int leasetype
);
6651 struct kernel_oplocks
*linux_init_kernel_oplocks(TALLOC_CTX
*mem_ctx
) ;
6653 /* The following definitions come from smbd/oplock_onefs.c */
6655 struct kernel_oplocks
*onefs_init_kernel_oplocks(TALLOC_CTX
*mem_ctx
);
6657 /* The following definitions come from smbd/password.c */
6659 user_struct
*get_valid_user_struct(struct smbd_server_connection
*sconn
,
6661 bool is_partial_auth_vuid(struct smbd_server_connection
*sconn
, uint16 vuid
);
6662 user_struct
*get_partial_auth_user_struct(struct smbd_server_connection
*sconn
,
6664 void invalidate_vuid(struct smbd_server_connection
*sconn
, uint16 vuid
);
6665 void invalidate_all_vuids(struct smbd_server_connection
*sconn
);
6666 int register_initial_vuid(struct smbd_server_connection
*sconn
);
6667 int register_existing_vuid(struct smbd_server_connection
*sconn
,
6669 auth_serversupplied_info
*server_info
,
6670 DATA_BLOB response_blob
,
6671 const char *smb_name
);
6672 void add_session_user(struct smbd_server_connection
*sconn
, const char *user
);
6673 void add_session_workgroup(struct smbd_server_connection
*sconn
,
6674 const char *workgroup
);
6675 const char *get_session_workgroup(struct smbd_server_connection
*sconn
);
6676 bool user_in_netgroup(struct smbd_server_connection
*sconn
,
6677 const char *user
, const char *ngname
);
6678 bool user_in_list(struct smbd_server_connection
*sconn
,
6679 const char *user
,const char **list
);
6680 bool authorise_login(struct smbd_server_connection
*sconn
,
6681 int snum
, fstring user
, DATA_BLOB password
,
6684 /* The following definitions come from smbd/pipes.c */
6686 NTSTATUS
open_np_file(struct smb_request
*smb_req
, const char *name
,
6687 struct files_struct
**pfsp
);
6688 void reply_open_pipe_and_X(connection_struct
*conn
, struct smb_request
*req
);
6689 void reply_pipe_write(struct smb_request
*req
);
6690 void reply_pipe_write_and_X(struct smb_request
*req
);
6691 void reply_pipe_read_and_X(struct smb_request
*req
);
6692 void reply_pipe_close(connection_struct
*conn
, struct smb_request
*req
);
6694 /* The following definitions come from smbd/posix_acls.c */
6696 void create_file_sids(const SMB_STRUCT_STAT
*psbuf
, DOM_SID
*powner_sid
, DOM_SID
*pgroup_sid
);
6697 bool nt4_compatible_acls(void);
6698 NTSTATUS
unpack_nt_owners(int snum
, uid_t
*puser
, gid_t
*pgrp
, uint32 security_info_sent
, const SEC_DESC
*psd
);
6699 SMB_ACL_T
free_empty_sys_acl(connection_struct
*conn
, SMB_ACL_T the_acl
);
6700 NTSTATUS
posix_fget_nt_acl(struct files_struct
*fsp
, uint32_t security_info
,
6702 NTSTATUS
posix_get_nt_acl(struct connection_struct
*conn
, const char *name
,
6703 uint32_t security_info
, SEC_DESC
**ppdesc
);
6704 int try_chown(connection_struct
*conn
, const char *fname
, uid_t uid
, gid_t gid
);
6705 NTSTATUS
append_parent_acl(files_struct
*fsp
,
6706 const SEC_DESC
*pcsd
,
6707 SEC_DESC
**pp_new_sd
);
6708 NTSTATUS
set_nt_acl(files_struct
*fsp
, uint32 security_info_sent
, const SEC_DESC
*psd
);
6709 int get_acl_group_bits( connection_struct
*conn
, const char *fname
, mode_t
*mode
);
6710 int chmod_acl(connection_struct
*conn
, const char *name
, mode_t mode
);
6711 int inherit_access_posix_acl(connection_struct
*conn
, const char *inherit_from_dir
,
6712 const char *name
, mode_t mode
);
6713 int fchmod_acl(files_struct
*fsp
, mode_t mode
);
6714 bool set_unix_posix_default_acl(connection_struct
*conn
, const char *fname
, SMB_STRUCT_STAT
*psbuf
,
6715 uint16 num_def_acls
, const char *pdata
);
6716 bool set_unix_posix_acl(connection_struct
*conn
, files_struct
*fsp
, const char *fname
, uint16 num_acls
, const char *pdata
);
6717 SEC_DESC
*get_nt_acl_no_snum( TALLOC_CTX
*ctx
, const char *fname
);
6719 /* The following definitions come from smbd/process.c */
6721 void smbd_setup_sig_term_handler(void);
6722 void smbd_setup_sig_hup_handler(void);
6723 bool srv_send_smb(int fd
, char *buffer
,
6724 bool no_signing
, uint32_t seqnum
,
6726 struct smb_perfcount_data
*pcd
);
6727 int srv_set_message(char *buf
,
6731 void init_smb_request(struct smb_request
*req
,
6733 size_t unread_bytes
,
6735 void remove_deferred_open_smb_message(uint16 mid
);
6736 void schedule_deferred_open_smb_message(uint16 mid
);
6737 bool open_was_deferred(uint16 mid
);
6738 struct pending_message_list
*get_open_deferred_message(uint16 mid
);
6739 bool push_deferred_smb_message(struct smb_request
*req
,
6740 struct timeval request_time
,
6741 struct timeval timeout
,
6742 char *private_data
, size_t priv_len
);
6743 struct idle_event
*event_add_idle(struct event_context
*event_ctx
,
6744 TALLOC_CTX
*mem_ctx
,
6745 struct timeval interval
,
6747 bool (*handler
)(const struct timeval
*now
,
6748 void *private_data
),
6749 void *private_data
);
6750 NTSTATUS
allow_new_trans(struct trans_state
*list
, int mid
);
6751 void reply_outbuf(struct smb_request
*req
, uint8 num_words
, uint32 num_bytes
);
6752 const char *smb_fn_name(int type
);
6753 void add_to_common_flags2(uint32 v
);
6754 void remove_from_common_flags2(uint32 v
);
6755 void construct_reply_common_req(struct smb_request
*req
, char *outbuf
);
6756 size_t req_wct_ofs(struct smb_request
*req
);
6757 void chain_reply(struct smb_request
*req
);
6758 bool req_is_in_chain(struct smb_request
*req
);
6759 void check_reload(time_t t
);
6760 void smbd_process(void);
6762 /* The following definitions come from smbd/quotas.c */
6764 bool disk_quotas(const char *path
, uint64_t *bsize
, uint64_t *dfree
, uint64_t *dsize
);
6765 bool disk_quotas(const char *path
, uint64_t *bsize
, uint64_t *dfree
, uint64_t *dsize
);
6766 bool disk_quotas(const char *path
,
6770 bool disk_quotas(const char *path
, uint64_t *bsize
, uint64_t *dfree
, uint64_t *dsize
);
6771 bool disk_quotas(const char *path
, uint64_t *bsize
, uint64_t *dfree
, uint64_t *dsize
);
6772 bool disk_quotas(const char *path
, uint64_t *bsize
, uint64_t *dfree
, uint64_t *dsize
);
6773 bool disk_quotas_vxfs(const char *name
, char *path
, uint64_t *bsize
, uint64_t *dfree
, uint64_t *dsize
);
6774 bool disk_quotas(const char *path
,uint64_t *bsize
,uint64_t *dfree
,uint64_t *dsize
);
6775 bool disk_quotas(const char *path
,uint64_t *bsize
,uint64_t *dfree
,uint64_t *dsize
);
6777 /* The following definitions come from smbd/reply.c */
6779 NTSTATUS
check_path_syntax(char *path
);
6780 NTSTATUS
check_path_syntax_wcard(char *path
, bool *p_contains_wcard
);
6781 NTSTATUS
check_path_syntax_posix(char *path
);
6782 size_t srvstr_get_path_wcard(TALLOC_CTX
*ctx
,
6790 bool *contains_wcard
);
6791 size_t srvstr_get_path(TALLOC_CTX
*ctx
,
6799 size_t srvstr_get_path_req_wcard(TALLOC_CTX
*mem_ctx
, struct smb_request
*req
,
6800 char **pp_dest
, const char *src
, int flags
,
6801 NTSTATUS
*err
, bool *contains_wcard
);
6802 size_t srvstr_get_path_req(TALLOC_CTX
*mem_ctx
, struct smb_request
*req
,
6803 char **pp_dest
, const char *src
, int flags
,
6805 bool check_fsp_open(connection_struct
*conn
, struct smb_request
*req
,
6807 bool check_fsp(connection_struct
*conn
, struct smb_request
*req
,
6809 bool check_fsp_ntquota_handle(connection_struct
*conn
, struct smb_request
*req
,
6811 bool fsp_belongs_conn(connection_struct
*conn
, struct smb_request
*req
,
6813 void reply_special(char *inbuf
);
6814 void reply_tcon(struct smb_request
*req
);
6815 void reply_tcon_and_X(struct smb_request
*req
);
6816 void reply_unknown_new(struct smb_request
*req
, uint8 type
);
6817 void reply_ioctl(struct smb_request
*req
);
6818 void reply_checkpath(struct smb_request
*req
);
6819 void reply_getatr(struct smb_request
*req
);
6820 void reply_setatr(struct smb_request
*req
);
6821 void reply_dskattr(struct smb_request
*req
);
6822 void reply_search(struct smb_request
*req
);
6823 void reply_fclose(struct smb_request
*req
);
6824 void reply_open(struct smb_request
*req
);
6825 void reply_open_and_X(struct smb_request
*req
);
6826 void reply_ulogoffX(struct smb_request
*req
);
6827 void reply_mknew(struct smb_request
*req
);
6828 void reply_ctemp(struct smb_request
*req
);
6829 NTSTATUS
unlink_internals(connection_struct
*conn
, struct smb_request
*req
,
6830 uint32 dirtype
, const char *name_in
, bool has_wild
);
6831 void reply_unlink(struct smb_request
*req
);
6832 void reply_readbraw(struct smb_request
*req
);
6833 void reply_lockread(struct smb_request
*req
);
6834 void reply_read(struct smb_request
*req
);
6835 void reply_read_and_X(struct smb_request
*req
);
6836 void error_to_writebrawerr(struct smb_request
*req
);
6837 void reply_writebraw(struct smb_request
*req
);
6838 void reply_writeunlock(struct smb_request
*req
);
6839 void reply_write(struct smb_request
*req
);
6840 bool is_valid_writeX_buffer(const uint8_t *inbuf
);
6841 void reply_write_and_X(struct smb_request
*req
);
6842 void reply_lseek(struct smb_request
*req
);
6843 void reply_flush(struct smb_request
*req
);
6844 void reply_exit(struct smb_request
*req
);
6845 void reply_close(struct smb_request
*req
);
6846 void reply_writeclose(struct smb_request
*req
);
6847 void reply_lock(struct smb_request
*req
);
6848 void reply_unlock(struct smb_request
*req
);
6849 void reply_tdis(struct smb_request
*req
);
6850 void reply_echo(struct smb_request
*req
);
6851 void reply_printopen(struct smb_request
*req
);
6852 void reply_printclose(struct smb_request
*req
);
6853 void reply_printqueue(struct smb_request
*req
);
6854 void reply_printwrite(struct smb_request
*req
);
6855 void reply_mkdir(struct smb_request
*req
);
6856 NTSTATUS
rmdir_internals(TALLOC_CTX
*ctx
,
6857 connection_struct
*conn
,
6858 const char *directory
);
6859 void reply_rmdir(struct smb_request
*req
);
6860 NTSTATUS
rename_internals_fsp(connection_struct
*conn
,
6863 const char *newname_last_component
,
6865 bool replace_if_exists
);
6866 NTSTATUS
rename_internals(TALLOC_CTX
*ctx
,
6867 connection_struct
*conn
,
6868 struct smb_request
*req
,
6869 const char *name_in
,
6870 const char *newname_in
,
6872 bool replace_if_exists
,
6875 uint32_t access_mask
);
6876 void reply_mv(struct smb_request
*req
);
6877 NTSTATUS
copy_file(TALLOC_CTX
*ctx
,
6878 connection_struct
*conn
,
6879 struct smb_filename
*smb_fname_src
,
6880 struct smb_filename
*smb_fname_dst
,
6883 bool target_is_directory
);
6884 void reply_copy(struct smb_request
*req
);
6885 uint32
get_lock_pid(const uint8_t *data
, int data_offset
,
6886 bool large_file_format
);
6887 uint64_t get_lock_count(const uint8_t *data
, int data_offset
,
6888 bool large_file_format
);
6889 uint64_t get_lock_offset(const uint8_t *data
, int data_offset
,
6890 bool large_file_format
, bool *err
);
6891 void reply_lockingX(struct smb_request
*req
);
6892 void reply_readbmpx(struct smb_request
*req
);
6893 void reply_readbs(struct smb_request
*req
);
6894 void reply_setattrE(struct smb_request
*req
);
6895 void reply_writebmpx(struct smb_request
*req
);
6896 void reply_writebs(struct smb_request
*req
);
6897 void reply_getattrE(struct smb_request
*req
);
6899 /* The following definitions come from smbd/seal.c */
6901 uint16_t srv_enc_ctx(void);
6902 bool is_encrypted_packet(const uint8_t *inbuf
);
6903 void srv_free_enc_buffer(char *buf
);
6904 NTSTATUS
srv_decrypt_buffer(char *buf
);
6905 NTSTATUS
srv_encrypt_buffer(char *buf
, char **buf_out
);
6906 NTSTATUS
srv_request_encryption_setup(connection_struct
*conn
,
6907 unsigned char **ppdata
,
6908 size_t *p_data_size
,
6909 unsigned char **pparam
,
6910 size_t *p_param_size
);
6911 NTSTATUS
srv_encryption_start(connection_struct
*conn
);
6912 void server_encryption_shutdown(void);
6914 /* The following definitions come from smbd/sec_ctx.c */
6916 bool unix_token_equal(const UNIX_USER_TOKEN
*t1
, const UNIX_USER_TOKEN
*t2
);
6917 bool push_sec_ctx(void);
6918 void set_sec_ctx(uid_t uid
, gid_t gid
, int ngroups
, gid_t
*groups
, NT_USER_TOKEN
*token
);
6919 void set_root_sec_ctx(void);
6920 bool pop_sec_ctx(void);
6921 void init_sec_ctx(void);
6923 /* The following definitions come from smbd/server.c */
6925 int smbd_server_fd(void);
6926 int get_client_fd(void);
6927 struct event_context
*smbd_event_context(void);
6928 struct messaging_context
*smbd_messaging_context(void);
6929 struct memcache
*smbd_memcache(void);
6930 void reload_printers(void);
6931 bool reload_services(bool test
);
6932 void exit_server(const char *const explanation
);
6933 void exit_server_cleanly(const char *const explanation
);
6934 void exit_server_fault(void);
6936 /* The following definitions come from smbd/service.c */
6938 bool set_conn_connectpath(connection_struct
*conn
, const char *connectpath
);
6939 bool set_current_service(connection_struct
*conn
, uint16 flags
, bool do_chdir
);
6940 void load_registry_shares(void);
6941 int add_home_service(const char *service
, const char *username
, const char *homedir
);
6942 int find_service(fstring service
);
6943 connection_struct
*make_connection_snum(struct smbd_server_connection
*sconn
,
6944 int snum
, user_struct
*vuser
,
6948 connection_struct
*make_connection(struct smbd_server_connection
*sconn
,
6949 const char *service_in
, DATA_BLOB password
,
6950 const char *pdev
, uint16 vuid
,
6952 void close_cnum(struct smbd_server_connection
*sconn
,
6953 connection_struct
*conn
, uint16 vuid
);
6955 /* The following definitions come from smbd/session.c */
6957 bool session_init(void);
6958 bool session_claim(user_struct
*vuser
);
6959 void session_yield(user_struct
*vuser
);
6960 int list_sessions(TALLOC_CTX
*mem_ctx
, struct sessionid
**session_list
);
6962 /* The following definitions come from smbd/sesssetup.c */
6964 NTSTATUS
parse_spnego_mechanisms(DATA_BLOB blob_in
,
6965 DATA_BLOB
*pblob_out
,
6966 char **kerb_mechOID
);
6967 void reply_sesssetup_and_X(struct smb_request
*req
);
6969 /* The following definitions come from smbd/share_access.c */
6971 bool token_contains_name_in_list(const char *username
,
6973 const char *sharename
,
6974 const struct nt_user_token
*token
,
6976 bool user_ok_token(const char *username
, const char *domain
,
6977 const struct nt_user_token
*token
, int snum
);
6978 bool is_share_read_only_for_token(const char *username
,
6980 const struct nt_user_token
*token
,
6981 connection_struct
*conn
);
6983 /* The following definitions come from smbd/srvstr.c */
6985 size_t srvstr_push_fn(const char *function
, unsigned int line
,
6986 const char *base_ptr
, uint16 smb_flags2
, void *dest
,
6987 const char *src
, int dest_len
, int flags
);
6988 ssize_t
message_push_string(uint8
**outbuf
, const char *str
, int flags
);
6990 /* The following definitions come from smbd/statcache.c */
6992 void stat_cache_add( const char *full_orig_name
,
6993 char *translated_path
,
6994 bool case_sensitive
);
6995 bool stat_cache_lookup(connection_struct
*conn
,
6999 SMB_STRUCT_STAT
*pst
);
7000 void send_stat_cache_delete_message(const char *name
);
7001 void stat_cache_delete(const char *name
);
7002 unsigned int fast_string_hash(TDB_DATA
*key
);
7003 bool reset_stat_cache( void );
7005 /* The following definitions come from smbd/statvfs.c */
7007 int sys_statvfs(const char *path
, vfs_statvfs_struct
*statbuf
);
7009 /* The following definitions come from smbd/trans2.c */
7011 uint64_t smb_roundup(connection_struct
*conn
, uint64_t val
);
7012 NTSTATUS
get_ea_value(TALLOC_CTX
*mem_ctx
, connection_struct
*conn
,
7013 files_struct
*fsp
, const char *fname
,
7014 const char *ea_name
, struct ea_struct
*pea
);
7015 NTSTATUS
get_ea_names_from_file(TALLOC_CTX
*mem_ctx
, connection_struct
*conn
,
7016 files_struct
*fsp
, const char *fname
,
7017 char ***pnames
, size_t *pnum_names
);
7018 NTSTATUS
set_ea(connection_struct
*conn
, files_struct
*fsp
,
7019 const struct smb_filename
*smb_fname
, struct ea_list
*ea_list
);
7020 struct ea_list
*read_ea_list_entry(TALLOC_CTX
*ctx
, const char *pdata
, size_t data_size
, size_t *pbytes_used
);
7021 void send_trans2_replies(connection_struct
*conn
,
7022 struct smb_request
*req
,
7027 int max_data_bytes
);
7028 unsigned char *create_volume_objectid(connection_struct
*conn
, unsigned char objid
[16]);
7029 NTSTATUS
hardlink_internals(TALLOC_CTX
*ctx
,
7030 connection_struct
*conn
,
7031 const struct smb_filename
*smb_fname_old
,
7032 const struct smb_filename
*smb_fname_new
);
7033 NTSTATUS
smb_set_file_time(connection_struct
*conn
,
7036 const SMB_STRUCT_STAT
*psbuf
,
7037 struct smb_file_time
*ft
,
7038 bool setting_write_time
);
7039 void reply_findclose(struct smb_request
*req
);
7040 void reply_findnclose(struct smb_request
*req
);
7041 void reply_trans2(struct smb_request
*req
);
7042 void reply_transs2(struct smb_request
*req
);
7044 /* The following definitions come from smbd/uid.c */
7046 bool change_to_guest(void);
7047 void conn_clear_vuid_cache(connection_struct
*conn
, uint16_t vuid
);
7048 bool change_to_user(connection_struct
*conn
, uint16 vuid
);
7049 bool change_to_root_user(void);
7050 bool become_authenticated_pipe_user(pipes_struct
*p
);
7051 bool unbecome_authenticated_pipe_user(void);
7052 void become_root(void);
7053 void unbecome_root(void);
7054 bool become_user(connection_struct
*conn
, uint16 vuid
);
7055 bool unbecome_user(void);
7057 /* The following definitions come from smbd/utmp.c */
7059 void sys_utmp_claim(const char *username
, const char *hostname
,
7060 const char *ip_addr_str
,
7061 const char *id_str
, int id_num
);
7062 void sys_utmp_yield(const char *username
, const char *hostname
,
7063 const char *ip_addr_str
,
7064 const char *id_str
, int id_num
);
7065 void sys_utmp_yield(const char *username
, const char *hostname
,
7066 const char *ip_addr_str
,
7067 const char *id_str
, int id_num
);
7068 void sys_utmp_claim(const char *username
, const char *hostname
,
7069 const char *ip_addr_str
,
7070 const char *id_str
, int id_num
);
7072 /* The following definitions come from smbd/vfs.c */
7074 NTSTATUS
smb_register_vfs(int version
, const char *name
, const vfs_op_tuple
*vfs_op_tuples
);
7075 bool vfs_init_custom(connection_struct
*conn
, const char *vfs_object
);
7076 void *vfs_add_fsp_extension_notype(vfs_handle_struct
*handle
,
7077 files_struct
*fsp
, size_t ext_size
,
7078 void (*destroy_fn
)(void *p_data
));
7079 void vfs_remove_fsp_extension(vfs_handle_struct
*handle
, files_struct
*fsp
);
7080 void *vfs_memctx_fsp_extension(vfs_handle_struct
*handle
, files_struct
*fsp
);
7081 void *vfs_fetch_fsp_extension(vfs_handle_struct
*handle
, files_struct
*fsp
);
7082 bool smbd_vfs_init(connection_struct
*conn
);
7083 NTSTATUS
vfs_file_exist(connection_struct
*conn
, struct smb_filename
*smb_fname
);
7084 ssize_t
vfs_read_data(files_struct
*fsp
, char *buf
, size_t byte_count
);
7085 ssize_t
vfs_pread_data(files_struct
*fsp
, char *buf
,
7086 size_t byte_count
, SMB_OFF_T offset
);
7087 ssize_t
vfs_write_data(struct smb_request
*req
,
7091 ssize_t
vfs_pwrite_data(struct smb_request
*req
,
7096 int vfs_allocate_file_space(files_struct
*fsp
, uint64_t len
);
7097 int vfs_set_filelen(files_struct
*fsp
, SMB_OFF_T len
);
7098 int vfs_fill_sparse(files_struct
*fsp
, SMB_OFF_T len
);
7099 SMB_OFF_T
vfs_transfer_file(files_struct
*in
, files_struct
*out
, SMB_OFF_T n
);
7100 char *vfs_readdirname(connection_struct
*conn
, void *p
, SMB_STRUCT_STAT
*sbuf
);
7101 int vfs_ChDir(connection_struct
*conn
, const char *path
);
7102 char *vfs_GetWd(TALLOC_CTX
*ctx
, connection_struct
*conn
);
7103 NTSTATUS
check_reduced_name(connection_struct
*conn
, const char *fname
);
7105 /* The following definitions come from torture/denytest.c */
7107 bool torture_denytest1(int dummy
);
7108 bool torture_denytest2(int dummy
);
7110 /* The following definitions come from torture/mangle_test.c */
7112 bool torture_mangle(int dummy
);
7114 /* The following definitions come from torture/nbio.c */
7116 double nbio_total(void);
7117 void nb_alarm(int ignore
);
7118 void nbio_shmem(int n
);
7119 void nb_setup(struct cli_state
*cli
);
7120 void nb_unlink(const char *fname
);
7121 void nb_createx(const char *fname
,
7122 unsigned create_options
, unsigned create_disposition
, int handle
);
7123 void nb_writex(int handle
, int offset
, int size
, int ret_size
);
7124 void nb_readx(int handle
, int offset
, int size
, int ret_size
);
7125 void nb_close(int handle
);
7126 void nb_rmdir(const char *fname
);
7127 void nb_rename(const char *oldname
, const char *newname
);
7128 void nb_qpathinfo(const char *fname
);
7129 void nb_qfileinfo(int fnum
);
7130 void nb_qfsinfo(int level
);
7131 void nb_findfirst(const char *mask
);
7132 void nb_flush(int fnum
);
7133 void nb_deltree(const char *dname
);
7134 void nb_cleanup(void);
7136 /* The following definitions come from torture/scanner.c */
7138 bool torture_trans2_scan(int dummy
);
7139 bool torture_nttrans_scan(int dummy
);
7141 /* The following definitions come from torture/torture.c */
7143 void start_timer(void);
7144 double end_timer(void);
7145 void *shm_setup(int size
);
7146 bool smbcli_parse_unc(const char *unc_name
, TALLOC_CTX
*mem_ctx
,
7147 char **hostname
, char **sharename
);
7148 void torture_open_connection_free_unclist(char **unc_list
);
7149 bool torture_open_connection(struct cli_state
**c
, int conn_index
);
7150 bool torture_cli_session_setup2(struct cli_state
*cli
, uint16
*new_vuid
);
7151 bool torture_close_connection(struct cli_state
*c
);
7152 bool torture_ioctl_test(int dummy
);
7153 bool torture_chkpath_test(int dummy
);
7155 /* The following definitions come from torture/utable.c */
7157 bool torture_utable(int dummy
);
7158 bool torture_casetable(int dummy
);
7160 /* The following definitions come from utils/passwd_util.c */
7162 char *stdin_new_passwd( void);
7163 char *get_pass( const char *prompt
, bool stdin_get
);
7165 /* The following definitions come from winbindd/idmap.c */
7167 bool idmap_is_offline(void);
7168 bool idmap_is_online(void);
7169 NTSTATUS
smb_register_idmap(int version
, const char *name
,
7170 struct idmap_methods
*methods
);
7171 NTSTATUS
smb_register_idmap_alloc(int version
, const char *name
,
7172 struct idmap_alloc_methods
*methods
);
7173 void idmap_close(void);
7174 NTSTATUS
idmap_init_cache(void);
7175 NTSTATUS
idmap_allocate_uid(struct unixid
*id
);
7176 NTSTATUS
idmap_allocate_gid(struct unixid
*id
);
7177 NTSTATUS
idmap_set_uid_hwm(struct unixid
*id
);
7178 NTSTATUS
idmap_set_gid_hwm(struct unixid
*id
);
7179 NTSTATUS
idmap_backends_unixid_to_sid(const char *domname
,
7181 NTSTATUS
idmap_backends_sid_to_unixid(const char *domname
,
7183 NTSTATUS
idmap_new_mapping(const struct dom_sid
*psid
, enum id_type type
,
7184 struct unixid
*pxid
);
7185 NTSTATUS
idmap_set_mapping(const struct id_map
*map
);
7186 NTSTATUS
idmap_remove_mapping(const struct id_map
*map
);
7188 /* The following definitions come from winbindd/idmap_cache.c */
7190 bool idmap_cache_find_sid2uid(const struct dom_sid
*sid
, uid_t
*puid
,
7192 bool idmap_cache_find_uid2sid(uid_t uid
, struct dom_sid
*sid
, bool *expired
);
7193 void idmap_cache_set_sid2uid(const struct dom_sid
*sid
, uid_t uid
);
7194 bool idmap_cache_find_sid2gid(const struct dom_sid
*sid
, gid_t
*pgid
,
7196 bool idmap_cache_find_gid2sid(gid_t gid
, struct dom_sid
*sid
, bool *expired
);
7197 void idmap_cache_set_sid2gid(const struct dom_sid
*sid
, gid_t gid
);
7200 /* The following definitions come from winbindd/idmap_nss.c */
7202 NTSTATUS
idmap_nss_init(void);
7204 /* The following definitions come from winbindd/idmap_passdb.c */
7206 NTSTATUS
idmap_passdb_init(void);
7208 /* The following definitions come from winbindd/idmap_tdb.c */
7210 bool idmap_tdb_tdb_close(TDB_CONTEXT
*tdbctx
);
7211 NTSTATUS
idmap_alloc_tdb_init(void);
7212 NTSTATUS
idmap_tdb_init(void);
7214 /* The following definitions come from winbindd/idmap_util.c */
7216 NTSTATUS
idmap_uid_to_sid(const char *domname
, DOM_SID
*sid
, uid_t uid
);
7217 NTSTATUS
idmap_gid_to_sid(const char *domname
, DOM_SID
*sid
, gid_t gid
);
7218 NTSTATUS
idmap_sid_to_uid(const char *dom_name
, DOM_SID
*sid
, uid_t
*uid
);
7219 NTSTATUS
idmap_sid_to_gid(const char *domname
, DOM_SID
*sid
, gid_t
*gid
);
7221 /* The following definitions come from winbindd/nss_info.c */
7224 /* The following definitions come from winbindd/nss_info_template.c */
7226 NTSTATUS
nss_info_template_init( void );
7228 /* The following definitions come from lib/avahi.c */
7230 struct AvahiPoll
*tevent_avahi_poll(TALLOC_CTX
*mem_ctx
,
7231 struct tevent_context
*ev
);
7233 /* The following definitions come from smbd/avahi_register.c */
7235 void *avahi_start_register(TALLOC_CTX
*mem_ctx
, struct tevent_context
*ev
,
7240 struct fncall_context
*fncall_context_init(TALLOC_CTX
*mem_ctx
,
7242 struct tevent_req
*fncall_send(TALLOC_CTX
*mem_ctx
, struct tevent_context
*ev
,
7243 struct fncall_context
*ctx
,
7244 void (*fn
)(void *private_data
),
7245 void *private_data
);
7246 int fncall_recv(struct tevent_req
*req
, int *perr
);
7248 /* The following definitions come from rpc_server/srv_samr_nt.c */
7249 NTSTATUS
access_check_object( SEC_DESC
*psd
, NT_USER_TOKEN
*token
,
7250 SE_PRIV
*rights
, uint32 rights_mask
,
7251 uint32 des_access
, uint32
*acc_granted
,
7253 void map_max_allowed_access(const NT_USER_TOKEN
*token
,
7254 uint32_t *pacc_requested
);
7255 #endif /* _PROTO_H_ */