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/token_util.c */
29 bool nt_token_check_sid ( const DOM_SID
*sid
, const NT_USER_TOKEN
*token
);
30 bool nt_token_check_domain_rid( NT_USER_TOKEN
*token
, uint32 rid
);
31 NT_USER_TOKEN
*get_root_nt_token( void );
32 NTSTATUS
add_aliases(const DOM_SID
*domain_sid
,
33 struct nt_user_token
*token
);
34 struct nt_user_token
*create_local_nt_token(TALLOC_CTX
*mem_ctx
,
35 const DOM_SID
*user_sid
,
38 const DOM_SID
*groupsids
);
39 void debug_nt_user_token(int dbg_class
, int dbg_lev
, NT_USER_TOKEN
*token
);
40 void debug_unix_user_token(int dbg_class
, int dbg_lev
, uid_t uid
, gid_t gid
,
41 int n_groups
, gid_t
*groups
);
43 /* The following definitions come from utils/net.c */
45 uint32
get_sec_channel_type(const char *param
);
47 /* The following definitions come from utils/net_ads.c */
49 ADS_STATUS
ads_startup(struct net_context
*c
, bool only_own_domain
, ADS_STRUCT
**ads
);
50 ADS_STATUS
ads_startup_nobind(struct net_context
*c
, bool only_own_domain
, ADS_STRUCT
**ads
);
51 int net_ads_check_our_domain(struct net_context
*c
);
52 int net_ads_check(struct net_context
*c
);
53 int net_ads_user(struct net_context
*c
, int argc
, const char **argv
);
54 int net_ads_group(struct net_context
*c
, int argc
, const char **argv
);
55 int net_ads_testjoin(struct net_context
*c
, int argc
, const char **argv
);
56 int net_ads_join(struct net_context
*c
, int argc
, const char **argv
);
57 int net_ads_printer_usage(struct net_context
*c
, int argc
, const char **argv
);
58 int net_ads_changetrustpw(struct net_context
*c
, int argc
, const char **argv
);
59 int net_ads_keytab(struct net_context
*c
, int argc
, const char **argv
);
60 int net_ads_kerberos(struct net_context
*c
, int argc
, const char **argv
);
61 int net_ads(struct net_context
*c
, int argc
, const char **argv
);
63 /* The following definitions come from utils/net_ads_gpo.c */
65 int net_ads_gpo(struct net_context
*c
, int argc
, const char **argv
);
67 /* The following definitions come from utils/net_cache.c */
69 int net_cache(struct net_context
*c
, int argc
, const char **argv
);
71 /* The following definitions come from utils/net_conf.c */
73 int net_conf(struct net_context
*c
, int argc
, const char **argv
);
75 /* The following definitions come from utils/net_dns.c */
77 int get_my_ip_address( struct sockaddr_storage
**pp_ss
);
79 /* The following definitions come from utils/net_dom.c */
81 int net_dom_usage(struct net_context
*c
, int argc
, const char **argv
);
82 int net_dom(struct net_context
*c
, int argc
, const char **argv
);
84 /* The following definitions come from utils/net_file.c */
86 int net_file_usage(struct net_context
*c
, int argc
, const char **argv
);
87 int net_file(struct net_context
*c
, int argc
, const char **argv
);
89 /* The following definitions come from utils/net_group.c */
91 int net_group_usage(struct net_context
*c
, int argc
, const char **argv
);
92 int net_group(struct net_context
*c
, int argc
, const char **argv
);
94 /* The following definitions come from utils/net_groupmap.c */
96 int net_groupmap_usage(struct net_context
*c
, int argc
, const char **argv
);
97 int net_groupmap(struct net_context
*c
, int argc
, const char **argv
);
99 /* The following definitions come from utils/net_help.c */
101 int net_help(struct net_context
*c
, int argc
, const char **argv
);
103 /* The following definitions come from utils/net_idmap.c */
105 bool idmap_store_secret(const char *backend
, bool alloc
,
106 const char *domain
, const char *identity
,
108 int net_help_idmap(struct net_context
*c
, int argc
, const char **argv
);
109 int net_idmap(struct net_context
*c
, int argc
, const char **argv
);
111 /* The following definitions come from utils/net_join.c */
113 int net_join_usage(struct net_context
*c
, int argc
, const char **argv
);
114 int net_join(struct net_context
*c
, int argc
, const char **argv
);
116 /* The following definitions come from utils/net_lookup.c */
118 int net_lookup_usage(struct net_context
*c
, int argc
, const char **argv
);
119 int net_lookup(struct net_context
*c
, int argc
, const char **argv
);
121 /* The following definitions come from utils/net_rap.c */
123 int net_rap_file_usage(struct net_context
*c
, int argc
, const char **argv
);
124 int net_rap_file(struct net_context
*c
, int argc
, const char **argv
);
125 int net_rap_share_usage(struct net_context
*c
, int argc
, const char **argv
);
126 int net_rap_share(struct net_context
*c
, int argc
, const char **argv
);
127 int net_rap_session_usage(struct net_context
*c
, int argc
, const char **argv
);
128 int net_rap_session(struct net_context
*c
, int argc
, const char **argv
);
129 int net_rap_server_usage(struct net_context
*c
, int argc
, const char **argv
);
130 int net_rap_server(struct net_context
*c
, int argc
, const char **argv
);
131 int net_rap_domain_usage(struct net_context
*c
, int argc
, const char **argv
);
132 int net_rap_domain(struct net_context
*c
, int argc
, const char **argv
);
133 int net_rap_printq_usage(struct net_context
*c
, int argc
, const char **argv
);
134 int net_rap_printq(struct net_context
*c
, int argc
, const char **argv
);
135 int net_rap_user(struct net_context
*c
, int argc
, const char **argv
);
136 int net_rap_group_usage(struct net_context
*c
, int argc
, const char **argv
);
137 int net_rap_group(struct net_context
*c
, int argc
, const char **argv
);
138 int net_rap_groupmember_usage(struct net_context
*c
, int argc
, const char **argv
);
139 int net_rap_groupmember(struct net_context
*c
, int argc
, const char **argv
);
140 int net_rap_validate_usage(struct net_context
*c
, int argc
, const char **argv
);
141 int net_rap_validate(struct net_context
*c
, int argc
, const char **argv
);
142 int net_rap_service_usage(struct net_context
*c
, int argc
, const char **argv
);
143 int net_rap_service(struct net_context
*c
, int argc
, const char **argv
);
144 int net_rap_password_usage(struct net_context
*c
, int argc
, const char **argv
);
145 int net_rap_password(struct net_context
*c
, int argc
, const char **argv
);
146 int net_rap_admin_usage(struct net_context
*c
, int argc
, const char **argv
);
147 int net_rap_admin(struct net_context
*c
, int argc
, const char **argv
);
148 int net_rap(struct net_context
*c
, int argc
, const char **argv
);
150 /* The following definitions come from utils/net_registry.c */
152 int net_registry(struct net_context
*c
, int argc
, const char **argv
);
154 /* The following definitions come from utils/net_rpc.c */
156 NTSTATUS
net_get_remote_domain_sid(struct cli_state
*cli
, TALLOC_CTX
*mem_ctx
,
157 DOM_SID
**domain_sid
,
158 const char **domain_name
);
159 int run_rpc_command(struct net_context
*c
,
160 struct cli_state
*cli_arg
,
161 const struct ndr_syntax_id
*interface
,
166 int net_rpc_changetrustpw(struct net_context
*c
, int argc
, const char **argv
);
167 int net_rpc_join(struct net_context
*c
, int argc
, const char **argv
);
168 NTSTATUS
rpc_info_internals(struct net_context
*c
,
169 const DOM_SID
*domain_sid
,
170 const char *domain_name
,
171 struct cli_state
*cli
,
172 struct rpc_pipe_client
*pipe_hnd
,
176 int net_rpc_info(struct net_context
*c
, int argc
, const char **argv
);
177 int net_rpc_getsid(struct net_context
*c
, int argc
, const char **argv
);
178 int net_rpc_user(struct net_context
*c
, int argc
, const char **argv
);
179 struct rpc_sh_cmd
*net_rpc_user_edit_cmds(struct net_context
*c
,
181 struct rpc_sh_ctx
*ctx
);
182 struct rpc_sh_cmd
*net_rpc_user_cmds(struct net_context
*c
,
184 struct rpc_sh_ctx
*ctx
);
185 int net_rpc_group(struct net_context
*c
, int argc
, const char **argv
);
186 bool copy_top_level_perms(struct net_context
*c
,
187 struct copy_clistate
*cp_clistate
,
188 const char *sharename
);
189 int net_usersidlist(struct net_context
*c
, int argc
, const char **argv
);
190 int net_usersidlist_usage(struct net_context
*c
, int argc
, const char **argv
);
191 int net_rpc_share(struct net_context
*c
, int argc
, const char **argv
);
192 struct rpc_sh_cmd
*net_rpc_share_cmds(struct net_context
*c
, TALLOC_CTX
*mem_ctx
,
193 struct rpc_sh_ctx
*ctx
);
194 int net_rpc_file(struct net_context
*c
, int argc
, const char **argv
);
195 NTSTATUS
rpc_init_shutdown_internals(struct net_context
*c
,
196 const DOM_SID
*domain_sid
,
197 const char *domain_name
,
198 struct cli_state
*cli
,
199 struct rpc_pipe_client
*pipe_hnd
,
203 NTSTATUS
rpc_reg_shutdown_internals(struct net_context
*c
,
204 const DOM_SID
*domain_sid
,
205 const char *domain_name
,
206 struct cli_state
*cli
,
207 struct rpc_pipe_client
*pipe_hnd
,
211 bool net_rpc_check(struct net_context
*c
, unsigned flags
);
212 int rpc_printer_migrate(struct net_context
*c
, int argc
, const char **argv
);
213 int rpc_printer_usage(struct net_context
*c
, int argc
, const char **argv
);
214 int net_rpc_printer(struct net_context
*c
, int argc
, const char **argv
);
215 int net_rpc(struct net_context
*c
, int argc
, const char **argv
);
217 /* The following definitions come from utils/net_rpc_audit.c */
219 int net_rpc_audit(struct net_context
*c
, int argc
, const char **argv
);
221 /* The following definitions come from utils/net_rpc_join.c */
223 NTSTATUS
net_rpc_join_ok(struct net_context
*c
, const char *domain
,
224 const char *server
, struct sockaddr_storage
*pss
);
225 int net_rpc_join_newstyle(struct net_context
*c
, int argc
, const char **argv
);
226 int net_rpc_testjoin(struct net_context
*c
, int argc
, const char **argv
);
228 /* The following definitions come from utils/net_rpc_printer.c */
230 NTSTATUS
net_copy_fileattr(struct net_context
*c
,
232 struct cli_state
*cli_share_src
,
233 struct cli_state
*cli_share_dst
,
234 const char *src_name
, const char *dst_name
,
235 bool copy_acls
, bool copy_attrs
,
236 bool copy_timestamps
, bool is_file
);
237 NTSTATUS
net_copy_file(struct net_context
*c
,
239 struct cli_state
*cli_share_src
,
240 struct cli_state
*cli_share_dst
,
241 const char *src_name
, const char *dst_name
,
242 bool copy_acls
, bool copy_attrs
,
243 bool copy_timestamps
, bool is_file
);
244 NTSTATUS
rpc_printer_list_internals(struct net_context
*c
,
245 const DOM_SID
*domain_sid
,
246 const char *domain_name
,
247 struct cli_state
*cli
,
248 struct rpc_pipe_client
*pipe_hnd
,
252 NTSTATUS
rpc_printer_driver_list_internals(struct net_context
*c
,
253 const DOM_SID
*domain_sid
,
254 const char *domain_name
,
255 struct cli_state
*cli
,
256 struct rpc_pipe_client
*pipe_hnd
,
260 NTSTATUS
rpc_printer_publish_publish_internals(struct net_context
*c
,
261 const DOM_SID
*domain_sid
,
262 const char *domain_name
,
263 struct cli_state
*cli
,
264 struct rpc_pipe_client
*pipe_hnd
,
268 NTSTATUS
rpc_printer_publish_unpublish_internals(struct net_context
*c
,
269 const DOM_SID
*domain_sid
,
270 const char *domain_name
,
271 struct cli_state
*cli
,
272 struct rpc_pipe_client
*pipe_hnd
,
276 NTSTATUS
rpc_printer_publish_update_internals(struct net_context
*c
,
277 const DOM_SID
*domain_sid
,
278 const char *domain_name
,
279 struct cli_state
*cli
,
280 struct rpc_pipe_client
*pipe_hnd
,
284 NTSTATUS
rpc_printer_publish_list_internals(struct net_context
*c
,
285 const DOM_SID
*domain_sid
,
286 const char *domain_name
,
287 struct cli_state
*cli
,
288 struct rpc_pipe_client
*pipe_hnd
,
292 NTSTATUS
rpc_printer_migrate_security_internals(struct net_context
*c
,
293 const DOM_SID
*domain_sid
,
294 const char *domain_name
,
295 struct cli_state
*cli
,
296 struct rpc_pipe_client
*pipe_hnd
,
300 NTSTATUS
rpc_printer_migrate_forms_internals(struct net_context
*c
,
301 const DOM_SID
*domain_sid
,
302 const char *domain_name
,
303 struct cli_state
*cli
,
304 struct rpc_pipe_client
*pipe_hnd
,
308 NTSTATUS
rpc_printer_migrate_drivers_internals(struct net_context
*c
,
309 const DOM_SID
*domain_sid
,
310 const char *domain_name
,
311 struct cli_state
*cli
,
312 struct rpc_pipe_client
*pipe_hnd
,
316 NTSTATUS
rpc_printer_migrate_printers_internals(struct net_context
*c
,
317 const DOM_SID
*domain_sid
,
318 const char *domain_name
,
319 struct cli_state
*cli
,
320 struct rpc_pipe_client
*pipe_hnd
,
324 NTSTATUS
rpc_printer_migrate_settings_internals(struct net_context
*c
,
325 const DOM_SID
*domain_sid
,
326 const char *domain_name
,
327 struct cli_state
*cli
,
328 struct rpc_pipe_client
*pipe_hnd
,
333 /* The following definitions come from utils/net_rpc_registry.c */
335 int net_rpc_registry(struct net_context
*c
, int argc
, const char **argv
);
337 /* The following definitions come from utils/net_rpc_rights.c */
339 int net_rpc_rights(struct net_context
*c
, int argc
, const char **argv
);
340 struct rpc_sh_cmd
*net_rpc_rights_cmds(struct net_context
*c
, TALLOC_CTX
*mem_ctx
,
341 struct rpc_sh_ctx
*ctx
);
343 /* The following definitions come from utils/net_rpc_samsync.c */
345 NTSTATUS
rpc_samdump_internals(struct net_context
*c
,
346 const DOM_SID
*domain_sid
,
347 const char *domain_name
,
348 struct cli_state
*cli
,
349 struct rpc_pipe_client
*pipe_hnd
,
353 int rpc_vampire_usage(struct net_context
*c
, int argc
, const char **argv
);
354 NTSTATUS
rpc_vampire_internals(struct net_context
*c
,
355 const DOM_SID
*domain_sid
,
356 const char *domain_name
,
357 struct cli_state
*cli
,
358 struct rpc_pipe_client
*pipe_hnd
,
362 int rpc_vampire_passdb(struct net_context
*c
, int argc
, const char **argv
);
363 int rpc_vampire_ldif(struct net_context
*c
, int argc
, const char **argv
);
364 NTSTATUS
rpc_vampire_ldif_internals(struct net_context
*c
,
365 const DOM_SID
*domain_sid
,
366 const char *domain_name
,
367 struct cli_state
*cli
,
368 struct rpc_pipe_client
*pipe_hnd
,
372 NTSTATUS
rpc_vampire_keytab_internals(struct net_context
*c
,
373 const DOM_SID
*domain_sid
,
374 const char *domain_name
,
375 struct cli_state
*cli
,
376 struct rpc_pipe_client
*pipe_hnd
,
380 int rpc_vampire_keytab(struct net_context
*c
, int argc
, const char **argv
);
382 /* The following definitions come from utils/net_rpc_service.c */
384 const char *svc_status_string( uint32 state
);
385 int net_rpc_service(struct net_context
*c
, int argc
, const char **argv
);
387 /* The following definitions come from utils/net_rpc_sh_acct.c */
389 struct rpc_sh_cmd
*net_rpc_acct_cmds(struct net_context
*c
, TALLOC_CTX
*mem_ctx
,
390 struct rpc_sh_ctx
*ctx
);
392 /* The following definitions come from utils/net_rpc_shell.c */
394 int net_rpc_shell(struct net_context
*c
, int argc
, const char **argv
);
396 /* The following definitions come from utils/net_sam.c */
398 int net_sam(struct net_context
*c
, int argc
, const char **argv
);
400 /* The following definitions come from utils/net_share.c */
402 int net_share_usage(struct net_context
*c
, int argc
, const char **argv
);
403 int net_share(struct net_context
*c
, int argc
, const char **argv
);
405 /* The following definitions come from utils/net_status.c */
407 int net_status_usage(struct net_context
*c
, int argc
, const char **argv
);
408 int net_status(struct net_context
*c
, int argc
, const char **argv
);
410 /* The following definitions come from utils/net_time.c */
412 int net_time_usage(struct net_context
*c
, int argc
, const char **argv
);
413 int net_time(struct net_context
*c
, int argc
, const char **argv
);
415 /* The following definitions come from utils/net_user.c */
417 int net_user_usage(struct net_context
*c
, int argc
, const char **argv
);
418 int net_user(struct net_context
*c
, int argc
, const char **argv
);
420 /* The following definitions come from utils/net_usershare.c */
422 int net_usershare_usage(struct net_context
*c
, int argc
, const char **argv
);
423 int net_usershare_help(struct net_context
*c
, int argc
, const char **argv
);
424 int net_usershare(struct net_context
*c
, int argc
, const char **argv
);
426 /* The following definitions come from utils/net_lua.c */
428 int net_lua(struct net_context
*c
, int argc
, const char **argv
);
430 /* The following definitions come from utils/net_eventlog.c */
432 int net_eventlog(struct net_context
*c
, int argc
, const char **argv
);
434 /* The following definitions come from utils/net_util.c */
436 NTSTATUS
net_rpc_lookup_name(struct net_context
*c
,
437 TALLOC_CTX
*mem_ctx
, struct cli_state
*cli
,
438 const char *name
, const char **ret_domain
,
439 const char **ret_name
, DOM_SID
*ret_sid
,
440 enum lsa_SidType
*ret_type
);
441 NTSTATUS
connect_to_service(struct net_context
*c
,
442 struct cli_state
**cli_ctx
,
443 struct sockaddr_storage
*server_ss
,
444 const char *server_name
,
445 const char *service_name
,
446 const char *service_type
);
447 NTSTATUS
connect_to_ipc(struct net_context
*c
,
448 struct cli_state
**cli_ctx
,
449 struct sockaddr_storage
*server_ss
,
450 const char *server_name
);
451 NTSTATUS
connect_to_ipc_anonymous(struct net_context
*c
,
452 struct cli_state
**cli_ctx
,
453 struct sockaddr_storage
*server_ss
,
454 const char *server_name
);
455 NTSTATUS
connect_to_ipc_krb5(struct net_context
*c
,
456 struct cli_state
**cli_ctx
,
457 struct sockaddr_storage
*server_ss
,
458 const char *server_name
);
459 NTSTATUS
connect_dst_pipe(struct net_context
*c
, struct cli_state
**cli_dst
,
460 struct rpc_pipe_client
**pp_pipe_hnd
,
461 const struct ndr_syntax_id
*interface
);
462 bool net_find_server(struct net_context
*c
,
465 struct sockaddr_storage
*server_ss
,
467 bool net_find_pdc(struct sockaddr_storage
*server_ss
,
469 const char *domain_name
);
470 NTSTATUS
net_make_ipc_connection(struct net_context
*c
, unsigned flags
,
471 struct cli_state
**pcli
);
472 NTSTATUS
net_make_ipc_connection_ex(struct net_context
*c
,const char *domain
,
474 struct sockaddr_storage
*pss
,
475 unsigned flags
, struct cli_state
**pcli
);
476 int net_run_function(struct net_context
*c
, int argc
, const char **argv
,
477 const char *whoami
, struct functable
*table
);
478 void net_display_usage_from_functable(struct functable
*table
);
480 const char *net_share_type_str(int num_type
);
482 NTSTATUS
net_scan_dc(struct net_context
*c
,
483 struct cli_state
*cli
,
484 struct net_dc_info
*dc_info
);
486 /* The following definitions come from utils/netlookup.c */
488 NTSTATUS
net_lookup_name_from_sid(struct net_context
*c
,
491 const char **ppdomain
,
492 const char **ppname
);
493 NTSTATUS
net_lookup_sid_from_name(struct net_context
*c
, TALLOC_CTX
*ctx
,
494 const char *full_name
, DOM_SID
*pret_sid
);
496 /* The following definitions come from utils/passwd_util.c */
498 char *stdin_new_passwd( void);
499 char *get_pass( const char *prompt
, bool stdin_get
);
501 #endif /* _NET_PROTO_H_ */