net: Split out "net user"
[Samba/vfs_proxy.git] / source3 / utils / net_proto.h
blob2462135a2e9a2b9adfda3d3a2ed893d8f1dd24c9
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);
46 int net_run_function(struct net_context *c, int argc, const char **argv,
47 struct functable *table,
48 int (*usage_fn)(struct net_context *c,
49 int argc, const char **argv));
50 int net_run_function2(struct net_context *c, int argc, const char **argv,
51 const char *whoami, struct functable2 *table);
52 NTSTATUS connect_to_service(struct net_context *c,
53 struct cli_state **cli_ctx,
54 struct sockaddr_storage *server_ss,
55 const char *server_name,
56 const char *service_name,
57 const char *service_type);
58 NTSTATUS connect_to_ipc(struct net_context *c,
59 struct cli_state **cli_ctx,
60 struct sockaddr_storage *server_ss,
61 const char *server_name);
62 NTSTATUS connect_to_ipc_anonymous(struct net_context *c,
63 struct cli_state **cli_ctx,
64 struct sockaddr_storage *server_ss,
65 const char *server_name);
66 NTSTATUS connect_to_ipc_krb5(struct net_context *c,
67 struct cli_state **cli_ctx,
68 struct sockaddr_storage *server_ss,
69 const char *server_name);
70 NTSTATUS connect_dst_pipe(struct net_context *c, struct cli_state **cli_dst,
71 struct rpc_pipe_client **pp_pipe_hnd, int pipe_num);
72 int net_use_krb_machine_account(struct net_context *c);
73 int net_use_machine_account(struct net_context *c);
74 bool net_find_server(struct net_context *c,
75 const char *domain,
76 unsigned flags,
77 struct sockaddr_storage *server_ss,
78 char **server_name);
79 bool net_find_pdc(struct sockaddr_storage *server_ss,
80 fstring server_name,
81 const char *domain_name);
82 NTSTATUS net_make_ipc_connection(struct net_context *c, unsigned flags,
83 struct cli_state **pcli);
84 NTSTATUS net_make_ipc_connection_ex(struct net_context *c ,const char *domain,
85 const char *server,
86 struct sockaddr_storage *pss,
87 unsigned flags, struct cli_state **pcli);
88 int net_help_afs(struct net_context *c, int argc, const char **argv);
89 const char *net_prompt_pass(struct net_context *c, const char *user);
91 /* The following definitions come from utils/net_ads.c */
93 int net_ads_usage(struct net_context *c, int argc, const char **argv);
94 ADS_STATUS ads_startup(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads);
95 ADS_STATUS ads_startup_nobind(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads);
96 int net_ads_check_our_domain(struct net_context *c);
97 int net_ads_check(struct net_context *c);
98 int net_ads_user(struct net_context *c, int argc, const char **argv);
99 int net_ads_group(struct net_context *c, int argc, const char **argv);
100 int net_ads_testjoin(struct net_context *c, int argc, const char **argv);
101 int net_ads_join(struct net_context *c, int argc, const char **argv);
102 int net_ads_printer_usage(struct net_context *c, int argc, const char **argv);
103 int net_ads_changetrustpw(struct net_context *c, int argc, const char **argv);
104 int net_ads_keytab(struct net_context *c, int argc, const char **argv);
105 int net_ads_kerberos(struct net_context *c, int argc, const char **argv);
106 int net_ads_help(struct net_context *c, int argc, const char **argv);
107 int net_ads(struct net_context *c, int argc, const char **argv);
108 int net_ads_keytab(struct net_context *c, int argc, const char **argv);
109 int net_ads_kerberos(struct net_context *c, int argc, const char **argv);
110 int net_ads_usage(struct net_context *c, int argc, const char **argv);
111 int net_ads_help(struct net_context *c, int argc, const char **argv);
112 int net_ads_changetrustpw(struct net_context *c, int argc, const char **argv);
113 int net_ads_join(struct net_context *c, int argc, const char **argv);
114 int net_ads_user(struct net_context *c, int argc, const char **argv);
115 int net_ads_group(struct net_context *c, int argc, const char **argv);
116 int net_ads_check(struct net_context *c);
117 int net_ads_check_our_domain(struct net_context *c);
118 int net_ads(struct net_context *c, int argc, const char **argv);
120 /* The following definitions come from utils/net_ads_gpo.c */
122 int net_ads_gpo(struct net_context *c, int argc, const char **argv);
124 /* The following definitions come from utils/net_cache.c */
126 int net_cache(struct net_context *c, int argc, const char **argv);
128 /* The following definitions come from utils/net_conf.c */
130 int net_conf(struct net_context *c, int argc, const char **argv);
132 /* The following definitions come from utils/net_dns.c */
134 int get_my_ip_address( struct sockaddr_storage **pp_ss );
136 /* The following definitions come from utils/net_dom.c */
138 int net_help_dom(struct net_context *c, int argc, const char **argv);
139 int net_dom(struct net_context *c, int argc, const char **argv);
141 /* The following definitions come from utils/net_groupmap.c */
143 int net_help_groupmap(struct net_context *c, int argc, const char **argv);
144 int net_groupmap(struct net_context *c, int argc, const char **argv);
146 /* The following definitions come from utils/net_help.c */
148 int net_help_group(struct net_context *c, int argc, const char **argv);
149 int net_help_share(struct net_context *c, int argc, const char **argv);
150 int net_help_file(struct net_context *c, int argc, const char **argv);
151 int net_help_printer(struct net_context *c, int argc, const char **argv);
152 int net_help_status(struct net_context *c, int argc, const char **argv);
153 int net_help(struct net_context *c, int argc, const char **argv);
155 /* The following definitions come from utils/net_idmap.c */
157 bool idmap_store_secret(const char *backend, bool alloc,
158 const char *domain, const char *identity,
159 const char *secret);
160 int net_help_idmap(struct net_context *c, int argc, const char **argv);
161 int net_idmap(struct net_context *c, int argc, const char **argv);
163 /* The following definitions come from utils/net_join.c */
165 int net_join_usage(struct net_context *c, int argc, const char **argv);
166 int net_join(struct net_context *c, int argc, const char **argv);
168 /* The following definitions come from utils/net_lookup.c */
170 int net_lookup_usage(struct net_context *c, int argc, const char **argv);
171 int net_lookup(struct net_context *c, int argc, const char **argv);
173 /* The following definitions come from utils/net_rap.c */
175 int net_rap_file_usage(struct net_context *c, int argc, const char **argv);
176 int net_rap_file(struct net_context *c, int argc, const char **argv);
177 int net_rap_share_usage(struct net_context *c, int argc, const char **argv);
178 int net_rap_share(struct net_context *c, int argc, const char **argv);
179 int net_rap_session_usage(struct net_context *c, int argc, const char **argv);
180 int net_rap_session(struct net_context *c, int argc, const char **argv);
181 int net_rap_server_usage(struct net_context *c, int argc, const char **argv);
182 int net_rap_server(struct net_context *c, int argc, const char **argv);
183 int net_rap_domain_usage(struct net_context *c, int argc, const char **argv);
184 int net_rap_domain(struct net_context *c, int argc, const char **argv);
185 int net_rap_printq_usage(struct net_context *c, int argc, const char **argv);
186 int net_rap_printq(struct net_context *c, int argc, const char **argv);
187 int net_rap_user(struct net_context *c, int argc, const char **argv);
188 int net_rap_group_usage(struct net_context *c, int argc, const char **argv);
189 int net_rap_group(struct net_context *c, int argc, const char **argv);
190 int net_rap_groupmember_usage(struct net_context *c, int argc, const char **argv);
191 int net_rap_groupmember(struct net_context *c, int argc, const char **argv);
192 int net_rap_validate_usage(struct net_context *c, int argc, const char **argv);
193 int net_rap_validate(struct net_context *c, int argc, const char **argv);
194 int net_rap_service_usage(struct net_context *c, int argc, const char **argv);
195 int net_rap_service(struct net_context *c, int argc, const char **argv);
196 int net_rap_password_usage(struct net_context *c, int argc, const char **argv);
197 int net_rap_password(struct net_context *c, int argc, const char **argv);
198 int net_rap_admin_usage(struct net_context *c, int argc, const char **argv);
199 int net_rap_admin(struct net_context *c, int argc, const char **argv);
200 int net_rap_usage(struct net_context *c, int argc, const char **argv);
201 int net_rap_help(struct net_context *c, int argc, const char **argv);
202 int net_rap(struct net_context *c, int argc, const char **argv);
204 /* The following definitions come from utils/net_registry.c */
206 int net_registry(struct net_context *c, int argc, const char **argv);
208 /* The following definitions come from utils/net_rpc.c */
210 NTSTATUS net_get_remote_domain_sid(struct cli_state *cli, TALLOC_CTX *mem_ctx,
211 DOM_SID **domain_sid,
212 const char **domain_name);
213 int run_rpc_command(struct net_context *c,
214 struct cli_state *cli_arg,
215 const int pipe_idx,
216 int conn_flags,
217 rpc_command_fn fn,
218 int argc,
219 const char **argv);
220 int net_rpc_changetrustpw(struct net_context *c, int argc, const char **argv);
221 int net_rpc_join(struct net_context *c, int argc, const char **argv);
222 NTSTATUS rpc_info_internals(struct net_context *c,
223 const DOM_SID *domain_sid,
224 const char *domain_name,
225 struct cli_state *cli,
226 struct rpc_pipe_client *pipe_hnd,
227 TALLOC_CTX *mem_ctx,
228 int argc,
229 const char **argv);
230 int net_rpc_info(struct net_context *c, int argc, const char **argv);
231 int net_rpc_getsid(struct net_context *c, int argc, const char **argv);
232 int net_rpc_user(struct net_context *c, int argc, const char **argv);
233 struct rpc_sh_cmd *net_rpc_user_edit_cmds(struct net_context *c,
234 TALLOC_CTX *mem_ctx,
235 struct rpc_sh_ctx *ctx);
236 struct rpc_sh_cmd *net_rpc_user_cmds(struct net_context *c,
237 TALLOC_CTX *mem_ctx,
238 struct rpc_sh_ctx *ctx);
239 int net_rpc_group(struct net_context *c, int argc, const char **argv);
240 bool copy_top_level_perms(struct net_context *c,
241 struct copy_clistate *cp_clistate,
242 const char *sharename);
243 int net_usersidlist(struct net_context *c, int argc, const char **argv);
244 int net_usersidlist_usage(struct net_context *c, int argc, const char **argv);
245 int net_rpc_share(struct net_context *c, int argc, const char **argv);
246 struct rpc_sh_cmd *net_rpc_share_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
247 struct rpc_sh_ctx *ctx);
248 int net_rpc_file(struct net_context *c, int argc, const char **argv);
249 NTSTATUS rpc_init_shutdown_internals(struct net_context *c,
250 const DOM_SID *domain_sid,
251 const char *domain_name,
252 struct cli_state *cli,
253 struct rpc_pipe_client *pipe_hnd,
254 TALLOC_CTX *mem_ctx,
255 int argc,
256 const char **argv);
257 NTSTATUS rpc_reg_shutdown_internals(struct net_context *c,
258 const DOM_SID *domain_sid,
259 const char *domain_name,
260 struct cli_state *cli,
261 struct rpc_pipe_client *pipe_hnd,
262 TALLOC_CTX *mem_ctx,
263 int argc,
264 const char **argv);
265 bool net_rpc_check(struct net_context *c, unsigned flags);
266 int rpc_printer_migrate(struct net_context *c, int argc, const char **argv);
267 int rpc_printer_usage(struct net_context *c, int argc, const char **argv);
268 int net_rpc_printer(struct net_context *c, int argc, const char **argv);
269 int net_rpc_usage(struct net_context *c, int argc, const char **argv);
270 int net_rpc_help(struct net_context *c, int argc, const char **argv);
271 int net_rpc(struct net_context *c, int argc, const char **argv);
273 /* The following definitions come from utils/net_rpc_audit.c */
275 int net_rpc_audit(struct net_context *c, int argc, const char **argv);
277 /* The following definitions come from utils/net_rpc_join.c */
279 NTSTATUS net_rpc_join_ok(struct net_context *c, const char *domain,
280 const char *server, struct sockaddr_storage *pss);
281 int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv);
282 int net_rpc_testjoin(struct net_context *c, int argc, const char **argv);
284 /* The following definitions come from utils/net_rpc_printer.c */
286 NTSTATUS net_copy_fileattr(struct net_context *c,
287 TALLOC_CTX *mem_ctx,
288 struct cli_state *cli_share_src,
289 struct cli_state *cli_share_dst,
290 const char *src_name, const char *dst_name,
291 bool copy_acls, bool copy_attrs,
292 bool copy_timestamps, bool is_file);
293 NTSTATUS net_copy_file(struct net_context *c,
294 TALLOC_CTX *mem_ctx,
295 struct cli_state *cli_share_src,
296 struct cli_state *cli_share_dst,
297 const char *src_name, const char *dst_name,
298 bool copy_acls, bool copy_attrs,
299 bool copy_timestamps, bool is_file);
300 NTSTATUS rpc_printer_list_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,
305 TALLOC_CTX *mem_ctx,
306 int argc,
307 const char **argv);
308 NTSTATUS rpc_printer_driver_list_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,
313 TALLOC_CTX *mem_ctx,
314 int argc,
315 const char **argv);
316 NTSTATUS rpc_printer_publish_publish_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,
321 TALLOC_CTX *mem_ctx,
322 int argc,
323 const char **argv);
324 NTSTATUS rpc_printer_publish_unpublish_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,
329 TALLOC_CTX *mem_ctx,
330 int argc,
331 const char **argv);
332 NTSTATUS rpc_printer_publish_update_internals(struct net_context *c,
333 const DOM_SID *domain_sid,
334 const char *domain_name,
335 struct cli_state *cli,
336 struct rpc_pipe_client *pipe_hnd,
337 TALLOC_CTX *mem_ctx,
338 int argc,
339 const char **argv);
340 NTSTATUS rpc_printer_publish_list_internals(struct net_context *c,
341 const DOM_SID *domain_sid,
342 const char *domain_name,
343 struct cli_state *cli,
344 struct rpc_pipe_client *pipe_hnd,
345 TALLOC_CTX *mem_ctx,
346 int argc,
347 const char **argv);
348 NTSTATUS rpc_printer_migrate_security_internals(struct net_context *c,
349 const DOM_SID *domain_sid,
350 const char *domain_name,
351 struct cli_state *cli,
352 struct rpc_pipe_client *pipe_hnd,
353 TALLOC_CTX *mem_ctx,
354 int argc,
355 const char **argv);
356 NTSTATUS rpc_printer_migrate_forms_internals(struct net_context *c,
357 const DOM_SID *domain_sid,
358 const char *domain_name,
359 struct cli_state *cli,
360 struct rpc_pipe_client *pipe_hnd,
361 TALLOC_CTX *mem_ctx,
362 int argc,
363 const char **argv);
364 NTSTATUS rpc_printer_migrate_drivers_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,
369 TALLOC_CTX *mem_ctx,
370 int argc,
371 const char **argv);
372 NTSTATUS rpc_printer_migrate_printers_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,
377 TALLOC_CTX *mem_ctx,
378 int argc,
379 const char **argv);
380 NTSTATUS rpc_printer_migrate_settings_internals(struct net_context *c,
381 const DOM_SID *domain_sid,
382 const char *domain_name,
383 struct cli_state *cli,
384 struct rpc_pipe_client *pipe_hnd,
385 TALLOC_CTX *mem_ctx,
386 int argc,
387 const char **argv);
389 /* The following definitions come from utils/net_rpc_registry.c */
391 int net_rpc_registry(struct net_context *c, int argc, const char **argv);
393 /* The following definitions come from utils/net_rpc_rights.c */
395 int net_rpc_rights(struct net_context *c, int argc, const char **argv);
396 struct rpc_sh_cmd *net_rpc_rights_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
397 struct rpc_sh_ctx *ctx);
399 /* The following definitions come from utils/net_rpc_samsync.c */
401 NTSTATUS rpc_samdump_internals(struct net_context *c,
402 const DOM_SID *domain_sid,
403 const char *domain_name,
404 struct cli_state *cli,
405 struct rpc_pipe_client *pipe_hnd,
406 TALLOC_CTX *mem_ctx,
407 int argc,
408 const char **argv);
409 int rpc_vampire_usage(struct net_context *c, int argc, const char **argv);
410 NTSTATUS rpc_vampire_internals(struct net_context *c,
411 const DOM_SID *domain_sid,
412 const char *domain_name,
413 struct cli_state *cli,
414 struct rpc_pipe_client *pipe_hnd,
415 TALLOC_CTX *mem_ctx,
416 int argc,
417 const char **argv);
419 /* The following definitions come from utils/net_rpc_service.c */
421 const char *svc_status_string( uint32 state );
422 int net_rpc_service(struct net_context *c, int argc, const char **argv);
424 /* The following definitions come from utils/net_rpc_sh_acct.c */
426 struct rpc_sh_cmd *net_rpc_acct_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
427 struct rpc_sh_ctx *ctx);
429 /* The following definitions come from utils/net_rpc_shell.c */
431 int net_rpc_shell(struct net_context *c, int argc, const char **argv);
433 /* The following definitions come from utils/net_sam.c */
435 int net_sam(struct net_context *c, int argc, const char **argv);
437 /* The following definitions come from utils/net_status.c */
439 int net_status(struct net_context *c, int argc, const char **argv);
441 /* The following definitions come from utils/net_time.c */
443 int net_time_usage(struct net_context *c, int argc, const char **argv);
444 int net_time(struct net_context *c, int argc, const char **argv);
446 /* The following definitions come from utils/net_user.c */
448 int net_user_usage(struct net_context *c, int argc, const char **argv);
449 int net_user(struct net_context *c, int argc, const char **argv);
451 /* The following definitions come from utils/net_usershare.c */
453 int net_usershare_usage(struct net_context *c, int argc, const char **argv);
454 int net_usershare_help(struct net_context *c, int argc, const char **argv);
455 int net_usershare(struct net_context *c, int argc, const char **argv);
457 /* The following definitions come from utils/net_util.c */
459 NTSTATUS net_rpc_lookup_name(struct net_context *c,
460 TALLOC_CTX *mem_ctx, struct cli_state *cli,
461 const char *name, const char **ret_domain,
462 const char **ret_name, DOM_SID *ret_sid,
463 enum lsa_SidType *ret_type);
465 /* The following definitions come from utils/netlookup.c */
467 NTSTATUS net_lookup_name_from_sid(struct net_context *c,
468 TALLOC_CTX *ctx,
469 DOM_SID *psid,
470 const char **ppdomain,
471 const char **ppname);
472 NTSTATUS net_lookup_sid_from_name(struct net_context *c, TALLOC_CTX *ctx,
473 const char *full_name, DOM_SID *pret_sid);
475 /* The following definitions come from utils/passwd_util.c */
477 char *stdin_new_passwd( void);
478 char *get_pass( const char *prompt, bool stdin_get);
480 #endif /* _NET_PROTO_H_ */