2 * Unix SMB/CIFS implementation.
3 * collected prototypes header
5 * frozen from "make proto" in May 2008
7 * Copyright (C) Michael Adam 2008
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 3 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, see <http://www.gnu.org/licenses/>.
26 #include "libads/ads_status.h"
28 /* The following definitions come from utils/net.c */
30 enum netr_SchannelType
get_sec_channel_type(const char *param
);
32 /* The following definitions come from utils/net_ads.c */
34 ADS_STATUS
ads_startup(struct net_context
*c
, bool only_own_domain
, struct ads_struct
**ads
);
35 ADS_STATUS
ads_startup_nobind(struct net_context
*c
, bool only_own_domain
, struct ads_struct
**ads
);
36 int net_ads_check_our_domain(struct net_context
*c
);
37 int net_ads_check(struct net_context
*c
);
38 int net_ads_user(struct net_context
*c
, int argc
, const char **argv
);
39 int net_ads_group(struct net_context
*c
, int argc
, const char **argv
);
40 int net_ads_testjoin(struct net_context
*c
, int argc
, const char **argv
);
41 int net_ads_join(struct net_context
*c
, int argc
, const char **argv
);
42 int net_ads_printer_usage(struct net_context
*c
, int argc
, const char **argv
);
43 int net_ads_changetrustpw(struct net_context
*c
, int argc
, const char **argv
);
44 int net_ads_keytab(struct net_context
*c
, int argc
, const char **argv
);
45 int net_ads_kerberos(struct net_context
*c
, int argc
, const char **argv
);
46 int net_ads_setspn(struct net_context
*c
, int argc
, const char **argv
);
47 int net_ads(struct net_context
*c
, int argc
, const char **argv
);
49 /* The following definitions come from utils/net_ads_gpo.c */
51 int net_ads_gpo(struct net_context
*c
, int argc
, const char **argv
);
53 /* The following definitions come from utils/net_cache.c */
55 int net_cache(struct net_context
*c
, int argc
, const char **argv
);
57 /* The following definitions come from utils/net_conf.c */
59 int net_conf(struct net_context
*c
, int argc
, const char **argv
);
61 /* The following definitions come from utils/net_dns.c */
63 int get_my_ip_address( struct sockaddr_storage
**pp_ss
);
65 /* The following definitions come from utils/net_dom.c */
67 int net_dom_usage(struct net_context
*c
, int argc
, const char **argv
);
68 int net_dom(struct net_context
*c
, int argc
, const char **argv
);
70 /* The following definitions come from utils/net_file.c */
72 int net_file_usage(struct net_context
*c
, int argc
, const char **argv
);
73 int net_file(struct net_context
*c
, int argc
, const char **argv
);
75 /* The following definitions come from utils/net_group.c */
77 int net_group_usage(struct net_context
*c
, int argc
, const char **argv
);
78 int net_group(struct net_context
*c
, int argc
, const char **argv
);
80 /* The following definitions come from utils/net_groupmap.c */
82 int net_groupmap_usage(struct net_context
*c
, int argc
, const char **argv
);
83 int net_groupmap(struct net_context
*c
, int argc
, const char **argv
);
85 /* The following definitions come from utils/net_help.c */
87 int net_help(struct net_context
*c
, int argc
, const char **argv
);
89 /* The following definitions come from utils/net_idmap.c */
91 int net_idmap(struct net_context
*c
, int argc
, const char **argv
);
93 /* The following definitions come from utils/net_join.c */
95 int net_join_usage(struct net_context
*c
, int argc
, const char **argv
);
96 int net_join(struct net_context
*c
, int argc
, const char **argv
);
98 /* The following definitions come from utils/net_lookup.c */
100 int net_lookup_usage(struct net_context
*c
, int argc
, const char **argv
);
101 int net_lookup(struct net_context
*c
, int argc
, const char **argv
);
103 /* The following definitions come from utils/net_rap.c */
105 int net_rap_file_usage(struct net_context
*c
, int argc
, const char **argv
);
106 int net_rap_file(struct net_context
*c
, int argc
, const char **argv
);
107 int net_rap_share_usage(struct net_context
*c
, int argc
, const char **argv
);
108 int net_rap_share(struct net_context
*c
, int argc
, const char **argv
);
109 int net_rap_session_usage(struct net_context
*c
, int argc
, const char **argv
);
110 int net_rap_session(struct net_context
*c
, int argc
, const char **argv
);
111 int net_rap_server_usage(struct net_context
*c
, int argc
, const char **argv
);
112 int net_rap_server(struct net_context
*c
, int argc
, const char **argv
);
113 int net_rap_domain_usage(struct net_context
*c
, int argc
, const char **argv
);
114 int net_rap_domain(struct net_context
*c
, int argc
, const char **argv
);
115 int net_rap_printq_usage(struct net_context
*c
, int argc
, const char **argv
);
116 int net_rap_printq(struct net_context
*c
, int argc
, const char **argv
);
117 int net_rap_user(struct net_context
*c
, int argc
, const char **argv
);
118 int net_rap_group_usage(struct net_context
*c
, int argc
, const char **argv
);
119 int net_rap_group(struct net_context
*c
, int argc
, const char **argv
);
120 int net_rap_groupmember_usage(struct net_context
*c
, int argc
, const char **argv
);
121 int net_rap_groupmember(struct net_context
*c
, int argc
, const char **argv
);
122 int net_rap_validate_usage(struct net_context
*c
, int argc
, const char **argv
);
123 int net_rap_validate(struct net_context
*c
, int argc
, const char **argv
);
124 int net_rap_service_usage(struct net_context
*c
, int argc
, const char **argv
);
125 int net_rap_service(struct net_context
*c
, int argc
, const char **argv
);
126 int net_rap_password_usage(struct net_context
*c
, int argc
, const char **argv
);
127 int net_rap_password(struct net_context
*c
, int argc
, const char **argv
);
128 int net_rap_admin_usage(struct net_context
*c
, int argc
, const char **argv
);
129 int net_rap_admin(struct net_context
*c
, int argc
, const char **argv
);
130 int net_rap(struct net_context
*c
, int argc
, const char **argv
);
132 /* The following definitions come from utils/net_registry.c */
134 int net_registry(struct net_context
*c
, int argc
, const char **argv
);
136 /* The following definitions come from utils/net_rpc.c */
138 NTSTATUS
net_get_remote_domain_sid(struct cli_state
*cli
, TALLOC_CTX
*mem_ctx
,
139 struct dom_sid
**domain_sid
,
140 const char **domain_name
);
141 int run_rpc_command(struct net_context
*c
,
142 struct cli_state
*cli_arg
,
143 const struct ndr_interface_table
*table
,
148 int net_rpc_changetrustpw(struct net_context
*c
, int argc
, const char **argv
);
149 int net_rpc_testjoin(struct net_context
*c
, int argc
, const char **argv
);
150 int net_rpc_join(struct net_context
*c
, int argc
, const char **argv
);
151 NTSTATUS
rpc_info_internals(struct net_context
*c
,
152 const struct dom_sid
*domain_sid
,
153 const char *domain_name
,
154 struct cli_state
*cli
,
155 struct rpc_pipe_client
*pipe_hnd
,
159 int net_rpc_info(struct net_context
*c
, int argc
, const char **argv
);
160 int net_rpc_getsid(struct net_context
*c
, int argc
, const char **argv
);
161 int net_rpc_user(struct net_context
*c
, int argc
, const char **argv
);
162 struct rpc_sh_cmd
*net_rpc_user_edit_cmds(struct net_context
*c
,
164 struct rpc_sh_ctx
*ctx
);
165 struct rpc_sh_cmd
*net_rpc_user_cmds(struct net_context
*c
,
167 struct rpc_sh_ctx
*ctx
);
168 int net_rpc_group(struct net_context
*c
, int argc
, const char **argv
);
169 bool copy_top_level_perms(struct net_context
*c
,
170 struct copy_clistate
*cp_clistate
,
171 const char *sharename
);
172 int net_usersidlist(struct net_context
*c
, int argc
, const char **argv
);
173 int net_usersidlist_usage(struct net_context
*c
, int argc
, const char **argv
);
174 int net_rpc_share(struct net_context
*c
, int argc
, const char **argv
);
175 struct rpc_sh_cmd
*net_rpc_share_cmds(struct net_context
*c
, TALLOC_CTX
*mem_ctx
,
176 struct rpc_sh_ctx
*ctx
);
177 int net_rpc_file(struct net_context
*c
, int argc
, const char **argv
);
178 NTSTATUS
rpc_init_shutdown_internals(struct net_context
*c
,
179 const struct dom_sid
*domain_sid
,
180 const char *domain_name
,
181 struct cli_state
*cli
,
182 struct rpc_pipe_client
*pipe_hnd
,
186 NTSTATUS
rpc_reg_shutdown_internals(struct net_context
*c
,
187 const struct dom_sid
*domain_sid
,
188 const char *domain_name
,
189 struct cli_state
*cli
,
190 struct rpc_pipe_client
*pipe_hnd
,
194 bool net_rpc_check(struct net_context
*c
, unsigned flags
);
195 int rpc_printer_migrate(struct net_context
*c
, int argc
, const char **argv
);
196 int rpc_printer_usage(struct net_context
*c
, int argc
, const char **argv
);
197 int net_rpc_printer(struct net_context
*c
, int argc
, const char **argv
);
198 int net_rpc(struct net_context
*c
, int argc
, const char **argv
);
200 /* The following definitions come from utils/net_rpc_audit.c */
202 int net_rpc_audit(struct net_context
*c
, int argc
, const char **argv
);
204 /* The following definitions come from utils/net_rpc_printer.c */
206 NTSTATUS
net_copy_fileattr(struct net_context
*c
,
208 struct cli_state
*cli_share_src
,
209 struct cli_state
*cli_share_dst
,
210 const char *src_name
, const char *dst_name
,
211 bool copy_acls
, bool copy_attrs
,
212 bool copy_timestamps
, bool is_file
);
213 NTSTATUS
net_copy_file(struct net_context
*c
,
215 struct cli_state
*cli_share_src
,
216 struct cli_state
*cli_share_dst
,
217 const char *src_name
, const char *dst_name
,
218 bool copy_acls
, bool copy_attrs
,
219 bool copy_timestamps
, bool is_file
);
220 NTSTATUS
rpc_printer_list_internals(struct net_context
*c
,
221 const struct dom_sid
*domain_sid
,
222 const char *domain_name
,
223 struct cli_state
*cli
,
224 struct rpc_pipe_client
*pipe_hnd
,
228 NTSTATUS
rpc_printer_driver_list_internals(struct net_context
*c
,
229 const struct dom_sid
*domain_sid
,
230 const char *domain_name
,
231 struct cli_state
*cli
,
232 struct rpc_pipe_client
*pipe_hnd
,
236 NTSTATUS
rpc_printer_publish_publish_internals(struct net_context
*c
,
237 const struct dom_sid
*domain_sid
,
238 const char *domain_name
,
239 struct cli_state
*cli
,
240 struct rpc_pipe_client
*pipe_hnd
,
244 NTSTATUS
rpc_printer_publish_unpublish_internals(struct net_context
*c
,
245 const struct 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_publish_update_internals(struct net_context
*c
,
253 const struct 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_list_internals(struct net_context
*c
,
261 const struct 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_migrate_security_internals(struct net_context
*c
,
269 const struct 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_migrate_forms_internals(struct net_context
*c
,
277 const struct 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_migrate_drivers_internals(struct net_context
*c
,
285 const struct 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_printers_internals(struct net_context
*c
,
293 const struct 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_settings_internals(struct net_context
*c
,
301 const struct dom_sid
*domain_sid
,
302 const char *domain_name
,
303 struct cli_state
*cli
,
304 struct rpc_pipe_client
*pipe_hnd
,
309 /* The following definitions come from utils/net_rpc_registry.c */
311 int net_rpc_registry(struct net_context
*c
, int argc
, const char **argv
);
313 /* The following definitions come from utils/net_rpc_rights.c */
315 int net_rpc_rights(struct net_context
*c
, int argc
, const char **argv
);
316 struct rpc_sh_cmd
*net_rpc_rights_cmds(struct net_context
*c
, TALLOC_CTX
*mem_ctx
,
317 struct rpc_sh_ctx
*ctx
);
319 /* The following definitions come from utils/net_rpc_samsync.c */
321 int rpc_vampire_usage(struct net_context
*c
, int argc
, const char **argv
);
322 int rpc_vampire_passdb(struct net_context
*c
, int argc
, const char **argv
);
323 int rpc_vampire_keytab(struct net_context
*c
, int argc
, const char **argv
);
325 /* The following definitions come from utils/net_rpc_service.c */
327 const char *svc_status_string( uint32_t state
);
328 int net_rpc_service(struct net_context
*c
, int argc
, const char **argv
);
330 /* The following definitions come from utils/net_rpc_sh_acct.c */
332 struct rpc_sh_cmd
*net_rpc_acct_cmds(struct net_context
*c
, TALLOC_CTX
*mem_ctx
,
333 struct rpc_sh_ctx
*ctx
);
335 /* The following definitions come from utils/net_rpc_shell.c */
337 int net_rpc_shell(struct net_context
*c
, int argc
, const char **argv
);
339 /* The following definitions come from utils/net_sam.c */
341 int net_sam(struct net_context
*c
, int argc
, const char **argv
);
343 /* The following definitions come from utils/net_share.c */
345 int net_share_usage(struct net_context
*c
, int argc
, const char **argv
);
346 int net_share(struct net_context
*c
, int argc
, const char **argv
);
348 /* The following definitions come from utils/net_status.c */
350 int net_status_usage(struct net_context
*c
, int argc
, const char **argv
);
351 int net_status(struct net_context
*c
, int argc
, const char **argv
);
353 /* The following definitions come from utils/net_time.c */
355 int net_time_usage(struct net_context
*c
, int argc
, const char **argv
);
356 int net_time(struct net_context
*c
, int argc
, const char **argv
);
358 /* The following definitions come from utils/net_user.c */
360 int net_user_usage(struct net_context
*c
, int argc
, const char **argv
);
361 int net_user(struct net_context
*c
, int argc
, const char **argv
);
363 /* The following definitions come from utils/net_usershare.c */
365 int net_usershare_usage(struct net_context
*c
, int argc
, const char **argv
);
366 int net_usershare_help(struct net_context
*c
, int argc
, const char **argv
);
367 int net_usershare(struct net_context
*c
, int argc
, const char **argv
);
369 /* The following definitions come from utils/net_eventlog.c */
371 int net_eventlog(struct net_context
*c
, int argc
, const char **argv
);
373 /* The following definitions come from utils/net_printing.c */
375 int net_printing(struct net_context
*c
, int argc
, const char **argv
);
377 /* The following definitions come from utils/net_serverid.c */
379 int net_serverid(struct net_context
*c
, int argc
, const char **argv
);
381 /* The following definitions come from utils/net_util.c */
383 NTSTATUS
net_rpc_lookup_name(struct net_context
*c
,
384 TALLOC_CTX
*mem_ctx
, struct cli_state
*cli
,
385 const char *name
, const char **ret_domain
,
386 const char **ret_name
, struct dom_sid
*ret_sid
,
387 enum lsa_SidType
*ret_type
);
388 NTSTATUS
connect_to_service(struct net_context
*c
,
389 struct cli_state
**cli_ctx
,
390 const struct sockaddr_storage
*server_ss
,
391 const char *server_name
,
392 const char *service_name
,
393 const char *service_type
);
394 NTSTATUS
connect_to_ipc(struct net_context
*c
,
395 struct cli_state
**cli_ctx
,
396 const struct sockaddr_storage
*server_ss
,
397 const char *server_name
);
398 NTSTATUS
connect_to_ipc_anonymous(struct net_context
*c
,
399 struct cli_state
**cli_ctx
,
400 const struct sockaddr_storage
*server_ss
,
401 const char *server_name
);
402 NTSTATUS
connect_dst_pipe(struct net_context
*c
, struct cli_state
**cli_dst
,
403 struct rpc_pipe_client
**pp_pipe_hnd
,
404 const struct ndr_interface_table
*table
);
405 int net_use_krb_machine_account(struct net_context
*c
);
406 int net_use_machine_account(struct net_context
*c
);
407 bool net_find_server(struct net_context
*c
,
410 struct sockaddr_storage
*server_ss
,
412 bool net_find_pdc(struct sockaddr_storage
*server_ss
,
414 const char *domain_name
);
415 NTSTATUS
net_make_ipc_connection(struct net_context
*c
, unsigned flags
,
416 struct cli_state
**pcli
);
417 NTSTATUS
net_make_ipc_connection_ex(struct net_context
*c
,const char *domain
,
419 const struct sockaddr_storage
*pss
,
420 unsigned flags
, struct cli_state
**pcli
);
421 const char *net_prompt_pass(struct net_context
*c
, const char *user
);
422 int net_run_function(struct net_context
*c
, int argc
, const char **argv
,
423 const char *whoami
, struct functable
*table
);
424 void net_display_usage_from_functable(struct functable
*table
);
426 const char *net_share_type_str(int num_type
);
428 NTSTATUS
net_scan_dc(struct net_context
*c
,
429 struct cli_state
*cli
,
430 struct net_dc_info
*dc_info
);
432 /* The following definitions come from utils/netlookup.c */
434 NTSTATUS
net_lookup_name_from_sid(struct net_context
*c
,
436 struct dom_sid
*psid
,
437 const char **ppdomain
,
438 const char **ppname
);
439 NTSTATUS
net_lookup_sid_from_name(struct net_context
*c
, TALLOC_CTX
*ctx
,
440 const char *full_name
, struct dom_sid
*pret_sid
);
442 /* The following definitions come from utils/passwd_util.c */
444 char *stdin_new_passwd( void);
445 char *get_pass( const char *prompt
, bool stdin_get
);
447 /* The following definitions come from utils/net_g_lock.c */
448 int net_g_lock(struct net_context
*c
, int argc
, const char **argv
);
450 /* The following definitions come from utils/net_rpc_trust.c */
451 int net_rpc_trust(struct net_context
*c
, int argc
, const char **argv
);
453 /* The following definitions come from utils/net_rpc_conf.c */
454 int net_rpc_conf(struct net_context
*c
, int argc
, const char **argv
);
456 int net_notify(struct net_context
*c
, int argc
, const char **argv
);
458 int net_tdb(struct net_context
*c
, int argc
, const char **argv
);
460 #endif /* _NET_PROTO_H_ */