net: Add net_run_function3
[Samba/ekacnet.git] / source3 / utils / net_proto.h
blob31ee584c4c01b83d2fed08beef177f087c4c8452
1 /*
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/>.
23 #ifndef _NET_PROTO_H_
24 #define _NET_PROTO_H_
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,
36 bool is_guest,
37 int num_groupsids,
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 int net_ads_help(struct net_context *c, int argc, const char **argv);
50 ADS_STATUS ads_startup(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads);
51 ADS_STATUS ads_startup_nobind(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads);
52 int net_ads_check_our_domain(struct net_context *c);
53 int net_ads_check(struct net_context *c);
54 int net_ads_user(struct net_context *c, int argc, const char **argv);
55 int net_ads_group(struct net_context *c, int argc, const char **argv);
56 int net_ads_testjoin(struct net_context *c, int argc, const char **argv);
57 int net_ads_join(struct net_context *c, int argc, const char **argv);
58 int net_ads_printer_usage(struct net_context *c, int argc, const char **argv);
59 int net_ads_changetrustpw(struct net_context *c, int argc, const char **argv);
60 int net_ads_keytab(struct net_context *c, int argc, const char **argv);
61 int net_ads_kerberos(struct net_context *c, int argc, const char **argv);
62 int net_ads_usage(struct net_context *c, int argc, const char **argv);
63 int net_ads(struct net_context *c, int argc, const char **argv);
65 /* The following definitions come from utils/net_ads_gpo.c */
67 int net_ads_gpo(struct net_context *c, int argc, const char **argv);
69 /* The following definitions come from utils/net_cache.c */
71 int net_cache(struct net_context *c, int argc, const char **argv);
73 /* The following definitions come from utils/net_conf.c */
75 int net_conf(struct net_context *c, int argc, const char **argv);
77 /* The following definitions come from utils/net_dns.c */
79 int get_my_ip_address( struct sockaddr_storage **pp_ss );
81 /* The following definitions come from utils/net_dom.c */
83 int net_dom_usage(struct net_context *c, int argc, const char **argv);
84 int net_dom(struct net_context *c, int argc, const char **argv);
86 /* The following definitions come from utils/net_file.c */
88 int net_file_usage(struct net_context *c, int argc, const char **argv);
89 int net_file(struct net_context *c, int argc, const char **argv);
91 /* The following definitions come from utils/net_group.c */
93 int net_group_usage(struct net_context *c, int argc, const char **argv);
94 int net_group(struct net_context *c, int argc, const char **argv);
96 /* The following definitions come from utils/net_groupmap.c */
98 int net_groupmap_usage(struct net_context *c, int argc, const char **argv);
99 int net_groupmap(struct net_context *c, int argc, const char **argv);
101 /* The following definitions come from utils/net_help.c */
103 int net_help(struct net_context *c, int argc, const char **argv);
105 /* The following definitions come from utils/net_idmap.c */
107 bool idmap_store_secret(const char *backend, bool alloc,
108 const char *domain, const char *identity,
109 const char *secret);
110 int net_help_idmap(struct net_context *c, int argc, const char **argv);
111 int net_idmap(struct net_context *c, int argc, const char **argv);
113 /* The following definitions come from utils/net_join.c */
115 int net_join_usage(struct net_context *c, int argc, const char **argv);
116 int net_join(struct net_context *c, int argc, const char **argv);
118 /* The following definitions come from utils/net_lookup.c */
120 int net_lookup_usage(struct net_context *c, int argc, const char **argv);
121 int net_lookup(struct net_context *c, int argc, const char **argv);
123 /* The following definitions come from utils/net_rap.c */
125 int net_rap_file_usage(struct net_context *c, int argc, const char **argv);
126 int net_rap_file(struct net_context *c, int argc, const char **argv);
127 int net_rap_share_usage(struct net_context *c, int argc, const char **argv);
128 int net_rap_share(struct net_context *c, int argc, const char **argv);
129 int net_rap_session_usage(struct net_context *c, int argc, const char **argv);
130 int net_rap_session(struct net_context *c, int argc, const char **argv);
131 int net_rap_server_usage(struct net_context *c, int argc, const char **argv);
132 int net_rap_server(struct net_context *c, int argc, const char **argv);
133 int net_rap_domain_usage(struct net_context *c, int argc, const char **argv);
134 int net_rap_domain(struct net_context *c, int argc, const char **argv);
135 int net_rap_printq_usage(struct net_context *c, int argc, const char **argv);
136 int net_rap_printq(struct net_context *c, int argc, const char **argv);
137 int net_rap_user(struct net_context *c, int argc, const char **argv);
138 int net_rap_group_usage(struct net_context *c, int argc, const char **argv);
139 int net_rap_group(struct net_context *c, int argc, const char **argv);
140 int net_rap_groupmember_usage(struct net_context *c, int argc, const char **argv);
141 int net_rap_groupmember(struct net_context *c, int argc, const char **argv);
142 int net_rap_validate_usage(struct net_context *c, int argc, const char **argv);
143 int net_rap_validate(struct net_context *c, int argc, const char **argv);
144 int net_rap_service_usage(struct net_context *c, int argc, const char **argv);
145 int net_rap_service(struct net_context *c, int argc, const char **argv);
146 int net_rap_password_usage(struct net_context *c, int argc, const char **argv);
147 int net_rap_password(struct net_context *c, int argc, const char **argv);
148 int net_rap_admin_usage(struct net_context *c, int argc, const char **argv);
149 int net_rap_admin(struct net_context *c, int argc, const char **argv);
150 int net_rap_help(struct net_context *c, int argc, const char **argv);
151 int net_rap_usage(struct net_context *c, int argc, const char **argv);
152 int net_rap(struct net_context *c, int argc, const char **argv);
154 /* The following definitions come from utils/net_registry.c */
156 int net_registry(struct net_context *c, int argc, const char **argv);
158 /* The following definitions come from utils/net_rpc.c */
160 NTSTATUS net_get_remote_domain_sid(struct cli_state *cli, TALLOC_CTX *mem_ctx,
161 DOM_SID **domain_sid,
162 const char **domain_name);
163 int run_rpc_command(struct net_context *c,
164 struct cli_state *cli_arg,
165 const int pipe_idx,
166 int conn_flags,
167 rpc_command_fn fn,
168 int argc,
169 const char **argv);
170 int net_rpc_changetrustpw(struct net_context *c, int argc, const char **argv);
171 int net_rpc_join(struct net_context *c, int argc, const char **argv);
172 NTSTATUS rpc_info_internals(struct net_context *c,
173 const DOM_SID *domain_sid,
174 const char *domain_name,
175 struct cli_state *cli,
176 struct rpc_pipe_client *pipe_hnd,
177 TALLOC_CTX *mem_ctx,
178 int argc,
179 const char **argv);
180 int net_rpc_info(struct net_context *c, int argc, const char **argv);
181 int net_rpc_getsid(struct net_context *c, int argc, const char **argv);
182 int net_rpc_user(struct net_context *c, int argc, const char **argv);
183 struct rpc_sh_cmd *net_rpc_user_edit_cmds(struct net_context *c,
184 TALLOC_CTX *mem_ctx,
185 struct rpc_sh_ctx *ctx);
186 struct rpc_sh_cmd *net_rpc_user_cmds(struct net_context *c,
187 TALLOC_CTX *mem_ctx,
188 struct rpc_sh_ctx *ctx);
189 int net_rpc_group(struct net_context *c, int argc, const char **argv);
190 bool copy_top_level_perms(struct net_context *c,
191 struct copy_clistate *cp_clistate,
192 const char *sharename);
193 int net_usersidlist(struct net_context *c, int argc, const char **argv);
194 int net_usersidlist_usage(struct net_context *c, int argc, const char **argv);
195 int net_rpc_share(struct net_context *c, int argc, const char **argv);
196 struct rpc_sh_cmd *net_rpc_share_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
197 struct rpc_sh_ctx *ctx);
198 int net_rpc_file(struct net_context *c, int argc, const char **argv);
199 NTSTATUS rpc_init_shutdown_internals(struct net_context *c,
200 const DOM_SID *domain_sid,
201 const char *domain_name,
202 struct cli_state *cli,
203 struct rpc_pipe_client *pipe_hnd,
204 TALLOC_CTX *mem_ctx,
205 int argc,
206 const char **argv);
207 NTSTATUS rpc_reg_shutdown_internals(struct net_context *c,
208 const DOM_SID *domain_sid,
209 const char *domain_name,
210 struct cli_state *cli,
211 struct rpc_pipe_client *pipe_hnd,
212 TALLOC_CTX *mem_ctx,
213 int argc,
214 const char **argv);
215 bool net_rpc_check(struct net_context *c, unsigned flags);
216 int rpc_printer_migrate(struct net_context *c, int argc, const char **argv);
217 int rpc_printer_usage(struct net_context *c, int argc, const char **argv);
218 int net_rpc_printer(struct net_context *c, int argc, const char **argv);
219 int net_rpc_help(struct net_context *c, int argc, const char **argv);
220 int net_rpc_usage(struct net_context *c, int argc, const char **argv);
221 int net_rpc(struct net_context *c, int argc, const char **argv);
223 /* The following definitions come from utils/net_rpc_audit.c */
225 int net_rpc_audit(struct net_context *c, int argc, const char **argv);
227 /* The following definitions come from utils/net_rpc_join.c */
229 NTSTATUS net_rpc_join_ok(struct net_context *c, const char *domain,
230 const char *server, struct sockaddr_storage *pss);
231 int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv);
232 int net_rpc_testjoin(struct net_context *c, int argc, const char **argv);
234 /* The following definitions come from utils/net_rpc_printer.c */
236 NTSTATUS net_copy_fileattr(struct net_context *c,
237 TALLOC_CTX *mem_ctx,
238 struct cli_state *cli_share_src,
239 struct cli_state *cli_share_dst,
240 const char *src_name, const char *dst_name,
241 bool copy_acls, bool copy_attrs,
242 bool copy_timestamps, bool is_file);
243 NTSTATUS net_copy_file(struct net_context *c,
244 TALLOC_CTX *mem_ctx,
245 struct cli_state *cli_share_src,
246 struct cli_state *cli_share_dst,
247 const char *src_name, const char *dst_name,
248 bool copy_acls, bool copy_attrs,
249 bool copy_timestamps, bool is_file);
250 NTSTATUS rpc_printer_list_internals(struct net_context *c,
251 const DOM_SID *domain_sid,
252 const char *domain_name,
253 struct cli_state *cli,
254 struct rpc_pipe_client *pipe_hnd,
255 TALLOC_CTX *mem_ctx,
256 int argc,
257 const char **argv);
258 NTSTATUS rpc_printer_driver_list_internals(struct net_context *c,
259 const DOM_SID *domain_sid,
260 const char *domain_name,
261 struct cli_state *cli,
262 struct rpc_pipe_client *pipe_hnd,
263 TALLOC_CTX *mem_ctx,
264 int argc,
265 const char **argv);
266 NTSTATUS rpc_printer_publish_publish_internals(struct net_context *c,
267 const DOM_SID *domain_sid,
268 const char *domain_name,
269 struct cli_state *cli,
270 struct rpc_pipe_client *pipe_hnd,
271 TALLOC_CTX *mem_ctx,
272 int argc,
273 const char **argv);
274 NTSTATUS rpc_printer_publish_unpublish_internals(struct net_context *c,
275 const DOM_SID *domain_sid,
276 const char *domain_name,
277 struct cli_state *cli,
278 struct rpc_pipe_client *pipe_hnd,
279 TALLOC_CTX *mem_ctx,
280 int argc,
281 const char **argv);
282 NTSTATUS rpc_printer_publish_update_internals(struct net_context *c,
283 const DOM_SID *domain_sid,
284 const char *domain_name,
285 struct cli_state *cli,
286 struct rpc_pipe_client *pipe_hnd,
287 TALLOC_CTX *mem_ctx,
288 int argc,
289 const char **argv);
290 NTSTATUS rpc_printer_publish_list_internals(struct net_context *c,
291 const DOM_SID *domain_sid,
292 const char *domain_name,
293 struct cli_state *cli,
294 struct rpc_pipe_client *pipe_hnd,
295 TALLOC_CTX *mem_ctx,
296 int argc,
297 const char **argv);
298 NTSTATUS rpc_printer_migrate_security_internals(struct net_context *c,
299 const DOM_SID *domain_sid,
300 const char *domain_name,
301 struct cli_state *cli,
302 struct rpc_pipe_client *pipe_hnd,
303 TALLOC_CTX *mem_ctx,
304 int argc,
305 const char **argv);
306 NTSTATUS rpc_printer_migrate_forms_internals(struct net_context *c,
307 const DOM_SID *domain_sid,
308 const char *domain_name,
309 struct cli_state *cli,
310 struct rpc_pipe_client *pipe_hnd,
311 TALLOC_CTX *mem_ctx,
312 int argc,
313 const char **argv);
314 NTSTATUS rpc_printer_migrate_drivers_internals(struct net_context *c,
315 const DOM_SID *domain_sid,
316 const char *domain_name,
317 struct cli_state *cli,
318 struct rpc_pipe_client *pipe_hnd,
319 TALLOC_CTX *mem_ctx,
320 int argc,
321 const char **argv);
322 NTSTATUS rpc_printer_migrate_printers_internals(struct net_context *c,
323 const DOM_SID *domain_sid,
324 const char *domain_name,
325 struct cli_state *cli,
326 struct rpc_pipe_client *pipe_hnd,
327 TALLOC_CTX *mem_ctx,
328 int argc,
329 const char **argv);
330 NTSTATUS rpc_printer_migrate_settings_internals(struct net_context *c,
331 const DOM_SID *domain_sid,
332 const char *domain_name,
333 struct cli_state *cli,
334 struct rpc_pipe_client *pipe_hnd,
335 TALLOC_CTX *mem_ctx,
336 int argc,
337 const char **argv);
339 /* The following definitions come from utils/net_rpc_registry.c */
341 int net_rpc_registry(struct net_context *c, int argc, const char **argv);
343 /* The following definitions come from utils/net_rpc_rights.c */
345 int net_rpc_rights(struct net_context *c, int argc, const char **argv);
346 struct rpc_sh_cmd *net_rpc_rights_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
347 struct rpc_sh_ctx *ctx);
349 /* The following definitions come from utils/net_rpc_samsync.c */
351 NTSTATUS rpc_samdump_internals(struct net_context *c,
352 const DOM_SID *domain_sid,
353 const char *domain_name,
354 struct cli_state *cli,
355 struct rpc_pipe_client *pipe_hnd,
356 TALLOC_CTX *mem_ctx,
357 int argc,
358 const char **argv);
359 int rpc_vampire_usage(struct net_context *c, int argc, const char **argv);
360 NTSTATUS rpc_vampire_internals(struct net_context *c,
361 const DOM_SID *domain_sid,
362 const char *domain_name,
363 struct cli_state *cli,
364 struct rpc_pipe_client *pipe_hnd,
365 TALLOC_CTX *mem_ctx,
366 int argc,
367 const char **argv);
369 /* The following definitions come from utils/net_rpc_service.c */
371 const char *svc_status_string( uint32 state );
372 int net_rpc_service(struct net_context *c, int argc, const char **argv);
374 /* The following definitions come from utils/net_rpc_sh_acct.c */
376 struct rpc_sh_cmd *net_rpc_acct_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
377 struct rpc_sh_ctx *ctx);
379 /* The following definitions come from utils/net_rpc_shell.c */
381 int net_rpc_shell(struct net_context *c, int argc, const char **argv);
383 /* The following definitions come from utils/net_sam.c */
385 int net_sam(struct net_context *c, int argc, const char **argv);
387 /* The following definitions come from utils/net_share.c */
389 int net_share_usage(struct net_context *c, int argc, const char **argv);
390 int net_share(struct net_context *c, int argc, const char **argv);
392 /* The following definitions come from utils/net_status.c */
394 int net_status_usage(struct net_context *c, int argc, const char **argv);
395 int net_status(struct net_context *c, int argc, const char **argv);
397 /* The following definitions come from utils/net_time.c */
399 int net_time_usage(struct net_context *c, int argc, const char **argv);
400 int net_time(struct net_context *c, int argc, const char **argv);
402 /* The following definitions come from utils/net_user.c */
404 int net_user_usage(struct net_context *c, int argc, const char **argv);
405 int net_user(struct net_context *c, int argc, const char **argv);
407 /* The following definitions come from utils/net_usershare.c */
409 int net_usershare_usage(struct net_context *c, int argc, const char **argv);
410 int net_usershare_help(struct net_context *c, int argc, const char **argv);
411 int net_usershare(struct net_context *c, int argc, const char **argv);
413 /* The following definitions come from utils/net_util.c */
415 NTSTATUS net_rpc_lookup_name(struct net_context *c,
416 TALLOC_CTX *mem_ctx, struct cli_state *cli,
417 const char *name, const char **ret_domain,
418 const char **ret_name, DOM_SID *ret_sid,
419 enum lsa_SidType *ret_type);
420 NTSTATUS connect_to_service(struct net_context *c,
421 struct cli_state **cli_ctx,
422 struct sockaddr_storage *server_ss,
423 const char *server_name,
424 const char *service_name,
425 const char *service_type);
426 NTSTATUS connect_to_ipc(struct net_context *c,
427 struct cli_state **cli_ctx,
428 struct sockaddr_storage *server_ss,
429 const char *server_name);
430 NTSTATUS connect_to_ipc_anonymous(struct net_context *c,
431 struct cli_state **cli_ctx,
432 struct sockaddr_storage *server_ss,
433 const char *server_name);
434 NTSTATUS connect_to_ipc_krb5(struct net_context *c,
435 struct cli_state **cli_ctx,
436 struct sockaddr_storage *server_ss,
437 const char *server_name);
438 NTSTATUS connect_dst_pipe(struct net_context *c, struct cli_state **cli_dst,
439 struct rpc_pipe_client **pp_pipe_hnd, int pipe_num);
440 int net_use_krb_machine_account(struct net_context *c);
441 int net_use_machine_account(struct net_context *c);
442 bool net_find_server(struct net_context *c,
443 const char *domain,
444 unsigned flags,
445 struct sockaddr_storage *server_ss,
446 char **server_name);
447 bool net_find_pdc(struct sockaddr_storage *server_ss,
448 fstring server_name,
449 const char *domain_name);
450 NTSTATUS net_make_ipc_connection(struct net_context *c, unsigned flags,
451 struct cli_state **pcli);
452 NTSTATUS net_make_ipc_connection_ex(struct net_context *c ,const char *domain,
453 const char *server,
454 struct sockaddr_storage *pss,
455 unsigned flags, struct cli_state **pcli);
456 const char *net_prompt_pass(struct net_context *c, const char *user);
457 int net_run_function(struct net_context *c, int argc, const char **argv,
458 struct functable *table,
459 int (*usage_fn)(struct net_context *c,
460 int argc, const char **argv));
461 int net_run_function2(struct net_context *c, int argc, const char **argv,
462 const char *whoami, struct functable2 *table);
463 int net_run_function3(struct net_context *c, int argc, const char **argv,
464 const char *whoami, struct functable3 *table);
466 /* The following definitions come from utils/netlookup.c */
468 NTSTATUS net_lookup_name_from_sid(struct net_context *c,
469 TALLOC_CTX *ctx,
470 DOM_SID *psid,
471 const char **ppdomain,
472 const char **ppname);
473 NTSTATUS net_lookup_sid_from_name(struct net_context *c, TALLOC_CTX *ctx,
474 const char *full_name, DOM_SID *pret_sid);
476 /* The following definitions come from utils/passwd_util.c */
478 char *stdin_new_passwd( void);
479 char *get_pass( const char *prompt, bool stdin_get);
481 #endif /* _NET_PROTO_H_ */