net: Move printer help to net_rpc where it's used.
[metze/samba/wip.git] / source3 / utils / net_proto.h
1 /*
2  * Unix SMB/CIFS implementation.
3  * collected prototypes header
4  *
5  * frozen from "make proto" in May 2008
6  *
7  * Copyright (C) Michael Adam 2008
8  *
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.
13  *
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.
18  *
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/>.
21  */
22
23 #ifndef _NET_PROTO_H_
24 #define _NET_PROTO_H_
25
26
27 /* The following definitions come from auth/token_util.c  */
28
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);
42
43 /* The following definitions come from utils/net.c  */
44
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
53 /* The following definitions come from utils/net_ads.c  */
54
55 int net_ads_usage(struct net_context *c, int argc, const char **argv);
56 ADS_STATUS ads_startup(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads);
57 ADS_STATUS ads_startup_nobind(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads);
58 int net_ads_check_our_domain(struct net_context *c);
59 int net_ads_check(struct net_context *c);
60 int net_ads_user(struct net_context *c, int argc, const char **argv);
61 int net_ads_group(struct net_context *c, int argc, const char **argv);
62 int net_ads_testjoin(struct net_context *c, int argc, const char **argv);
63 int net_ads_join(struct net_context *c, int argc, const char **argv);
64 int net_ads_printer_usage(struct net_context *c, int argc, const char **argv);
65 int net_ads_changetrustpw(struct net_context *c, int argc, const char **argv);
66 int net_ads_keytab(struct net_context *c, int argc, const char **argv);
67 int net_ads_kerberos(struct net_context *c, int argc, const char **argv);
68 int net_ads_help(struct net_context *c, int argc, const char **argv);
69 int net_ads(struct net_context *c, int argc, const char **argv);
70 int net_ads_keytab(struct net_context *c, int argc, const char **argv);
71 int net_ads_kerberos(struct net_context *c, int argc, const char **argv);
72 int net_ads_usage(struct net_context *c, int argc, const char **argv);
73 int net_ads_help(struct net_context *c, int argc, const char **argv);
74 int net_ads_changetrustpw(struct net_context *c, int argc, const char **argv);
75 int net_ads_join(struct net_context *c, int argc, const char **argv);
76 int net_ads_user(struct net_context *c, int argc, const char **argv);
77 int net_ads_group(struct net_context *c, int argc, const char **argv);
78 int net_ads_check(struct net_context *c);
79 int net_ads_check_our_domain(struct net_context *c);
80 int net_ads(struct net_context *c, int argc, const char **argv);
81
82 /* The following definitions come from utils/net_ads_gpo.c  */
83
84 int net_ads_gpo(struct net_context *c, int argc, const char **argv);
85
86 /* The following definitions come from utils/net_cache.c  */
87
88 int net_cache(struct net_context *c, int argc, const char **argv);
89
90 /* The following definitions come from utils/net_conf.c  */
91
92 int net_conf(struct net_context *c, int argc, const char **argv);
93
94 /* The following definitions come from utils/net_dns.c  */
95
96 int get_my_ip_address( struct sockaddr_storage **pp_ss );
97
98 /* The following definitions come from utils/net_dom.c  */
99
100 int net_help_dom(struct net_context *c, int argc, const char **argv);
101 int net_dom(struct net_context *c, int argc, const char **argv);
102
103 /* The following definitions come from utils/net_file.c  */
104
105 int net_file_usage(struct net_context *c, int argc, const char **argv);
106 int net_file(struct net_context *c, int argc, const char **argv);
107
108 /* The following definitions come from utils/net_group.c  */
109
110 int net_group_usage(struct net_context *c, int argc, const char **argv);
111 int net_group(struct net_context *c, int argc, const char **argv);
112
113 /* The following definitions come from utils/net_groupmap.c  */
114
115 int net_help_groupmap(struct net_context *c, int argc, const char **argv);
116 int net_groupmap(struct net_context *c, int argc, const char **argv);
117
118 /* The following definitions come from utils/net_help.c  */
119
120 int net_help_status(struct net_context *c, int argc, const char **argv);
121 int net_help(struct net_context *c, int argc, const char **argv);
122
123 /* The following definitions come from utils/net_idmap.c  */
124
125 bool idmap_store_secret(const char *backend, bool alloc,
126                         const char *domain, const char *identity,
127                         const char *secret);
128 int net_help_idmap(struct net_context *c, int argc, const char **argv);
129 int net_idmap(struct net_context *c, int argc, const char **argv);
130
131 /* The following definitions come from utils/net_join.c  */
132
133 int net_join_usage(struct net_context *c, int argc, const char **argv);
134 int net_join(struct net_context *c, int argc, const char **argv);
135
136 /* The following definitions come from utils/net_lookup.c  */
137
138 int net_lookup_usage(struct net_context *c, int argc, const char **argv);
139 int net_lookup(struct net_context *c, int argc, const char **argv);
140
141 /* The following definitions come from utils/net_rap.c  */
142
143 int net_rap_file_usage(struct net_context *c, int argc, const char **argv);
144 int net_rap_file(struct net_context *c, int argc, const char **argv);
145 int net_rap_share_usage(struct net_context *c, int argc, const char **argv);
146 int net_rap_share(struct net_context *c, int argc, const char **argv);
147 int net_rap_session_usage(struct net_context *c, int argc, const char **argv);
148 int net_rap_session(struct net_context *c, int argc, const char **argv);
149 int net_rap_server_usage(struct net_context *c, int argc, const char **argv);
150 int net_rap_server(struct net_context *c, int argc, const char **argv);
151 int net_rap_domain_usage(struct net_context *c, int argc, const char **argv);
152 int net_rap_domain(struct net_context *c, int argc, const char **argv);
153 int net_rap_printq_usage(struct net_context *c, int argc, const char **argv);
154 int net_rap_printq(struct net_context *c, int argc, const char **argv);
155 int net_rap_user(struct net_context *c, int argc, const char **argv);
156 int net_rap_group_usage(struct net_context *c, int argc, const char **argv);
157 int net_rap_group(struct net_context *c, int argc, const char **argv);
158 int net_rap_groupmember_usage(struct net_context *c, int argc, const char **argv);
159 int net_rap_groupmember(struct net_context *c, int argc, const char **argv);
160 int net_rap_validate_usage(struct net_context *c, int argc, const char **argv);
161 int net_rap_validate(struct net_context *c, int argc, const char **argv);
162 int net_rap_service_usage(struct net_context *c, int argc, const char **argv);
163 int net_rap_service(struct net_context *c, int argc, const char **argv);
164 int net_rap_password_usage(struct net_context *c, int argc, const char **argv);
165 int net_rap_password(struct net_context *c, int argc, const char **argv);
166 int net_rap_admin_usage(struct net_context *c, int argc, const char **argv);
167 int net_rap_admin(struct net_context *c, int argc, const char **argv);
168 int net_rap_usage(struct net_context *c, int argc, const char **argv);
169 int net_rap_help(struct net_context *c, int argc, const char **argv);
170 int net_rap(struct net_context *c, int argc, const char **argv);
171
172 /* The following definitions come from utils/net_registry.c  */
173
174 int net_registry(struct net_context *c, int argc, const char **argv);
175
176 /* The following definitions come from utils/net_rpc.c  */
177
178 NTSTATUS net_get_remote_domain_sid(struct cli_state *cli, TALLOC_CTX *mem_ctx,
179                                    DOM_SID **domain_sid,
180                                    const char **domain_name);
181 int run_rpc_command(struct net_context *c,
182                         struct cli_state *cli_arg,
183                         const int pipe_idx,
184                         int conn_flags,
185                         rpc_command_fn fn,
186                         int argc,
187                         const char **argv);
188 int net_rpc_changetrustpw(struct net_context *c, int argc, const char **argv);
189 int net_rpc_join(struct net_context *c, int argc, const char **argv);
190 NTSTATUS rpc_info_internals(struct net_context *c,
191                         const DOM_SID *domain_sid,
192                         const char *domain_name,
193                         struct cli_state *cli,
194                         struct rpc_pipe_client *pipe_hnd,
195                         TALLOC_CTX *mem_ctx,
196                         int argc,
197                         const char **argv);
198 int net_rpc_info(struct net_context *c, int argc, const char **argv);
199 int net_rpc_getsid(struct net_context *c, int argc, const char **argv);
200 int net_rpc_user(struct net_context *c, int argc, const char **argv);
201 struct rpc_sh_cmd *net_rpc_user_edit_cmds(struct net_context *c,
202                                           TALLOC_CTX *mem_ctx,
203                                           struct rpc_sh_ctx *ctx);
204 struct rpc_sh_cmd *net_rpc_user_cmds(struct net_context *c,
205                                      TALLOC_CTX *mem_ctx,
206                                      struct rpc_sh_ctx *ctx);
207 int net_rpc_group(struct net_context *c, int argc, const char **argv);
208 bool copy_top_level_perms(struct net_context *c,
209                                 struct copy_clistate *cp_clistate,
210                                 const char *sharename);
211 int net_usersidlist(struct net_context *c, int argc, const char **argv);
212 int net_usersidlist_usage(struct net_context *c, int argc, const char **argv);
213 int net_rpc_share(struct net_context *c, int argc, const char **argv);
214 struct rpc_sh_cmd *net_rpc_share_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
215                                       struct rpc_sh_ctx *ctx);
216 int net_rpc_file(struct net_context *c, int argc, const char **argv);
217 NTSTATUS rpc_init_shutdown_internals(struct net_context *c,
218                                      const DOM_SID *domain_sid,
219                                      const char *domain_name,
220                                      struct cli_state *cli,
221                                      struct rpc_pipe_client *pipe_hnd,
222                                      TALLOC_CTX *mem_ctx,
223                                      int argc,
224                                      const char **argv);
225 NTSTATUS rpc_reg_shutdown_internals(struct net_context *c,
226                                     const DOM_SID *domain_sid,
227                                     const char *domain_name,
228                                     struct cli_state *cli,
229                                     struct rpc_pipe_client *pipe_hnd,
230                                     TALLOC_CTX *mem_ctx,
231                                     int argc,
232                                     const char **argv);
233 bool net_rpc_check(struct net_context *c, unsigned flags);
234 int rpc_printer_migrate(struct net_context *c, int argc, const char **argv);
235 int rpc_printer_usage(struct net_context *c, int argc, const char **argv);
236 int net_rpc_printer(struct net_context *c, int argc, const char **argv);
237 int net_rpc_usage(struct net_context *c, int argc, const char **argv);
238 int net_rpc_help(struct net_context *c, int argc, const char **argv);
239 int net_rpc(struct net_context *c, int argc, const char **argv);
240
241 /* The following definitions come from utils/net_rpc_audit.c  */
242
243 int net_rpc_audit(struct net_context *c, int argc, const char **argv);
244
245 /* The following definitions come from utils/net_rpc_join.c  */
246
247 NTSTATUS net_rpc_join_ok(struct net_context *c, const char *domain,
248                          const char *server, struct sockaddr_storage *pss);
249 int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv);
250 int net_rpc_testjoin(struct net_context *c, int argc, const char **argv);
251
252 /* The following definitions come from utils/net_rpc_printer.c  */
253
254 NTSTATUS net_copy_fileattr(struct net_context *c,
255                   TALLOC_CTX *mem_ctx,
256                   struct cli_state *cli_share_src,
257                   struct cli_state *cli_share_dst,
258                   const char *src_name, const char *dst_name,
259                   bool copy_acls, bool copy_attrs,
260                   bool copy_timestamps, bool is_file);
261 NTSTATUS net_copy_file(struct net_context *c,
262                        TALLOC_CTX *mem_ctx,
263                        struct cli_state *cli_share_src,
264                        struct cli_state *cli_share_dst,
265                        const char *src_name, const char *dst_name,
266                        bool copy_acls, bool copy_attrs,
267                        bool copy_timestamps, bool is_file);
268 NTSTATUS rpc_printer_list_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,
273                                         TALLOC_CTX *mem_ctx,
274                                         int argc,
275                                         const char **argv);
276 NTSTATUS rpc_printer_driver_list_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,
281                                                 TALLOC_CTX *mem_ctx,
282                                                 int argc,
283                                                 const char **argv);
284 NTSTATUS rpc_printer_publish_publish_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,
289                                                 TALLOC_CTX *mem_ctx,
290                                                 int argc,
291                                                 const char **argv);
292 NTSTATUS rpc_printer_publish_unpublish_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,
297                                                 TALLOC_CTX *mem_ctx,
298                                                 int argc,
299                                                 const char **argv);
300 NTSTATUS rpc_printer_publish_update_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_publish_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_migrate_security_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_migrate_forms_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_migrate_drivers_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_migrate_printers_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_settings_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
357 /* The following definitions come from utils/net_rpc_registry.c  */
358
359 int net_rpc_registry(struct net_context *c, int argc, const char **argv);
360
361 /* The following definitions come from utils/net_rpc_rights.c  */
362
363 int net_rpc_rights(struct net_context *c, int argc, const char **argv);
364 struct rpc_sh_cmd *net_rpc_rights_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
365                                        struct rpc_sh_ctx *ctx);
366
367 /* The following definitions come from utils/net_rpc_samsync.c  */
368
369 NTSTATUS rpc_samdump_internals(struct net_context *c,
370                                 const DOM_SID *domain_sid,
371                                 const char *domain_name,
372                                 struct cli_state *cli,
373                                 struct rpc_pipe_client *pipe_hnd,
374                                 TALLOC_CTX *mem_ctx,
375                                 int argc,
376                                 const char **argv);
377 int rpc_vampire_usage(struct net_context *c, int argc, const char **argv);
378 NTSTATUS rpc_vampire_internals(struct net_context *c,
379                                 const DOM_SID *domain_sid,
380                                 const char *domain_name,
381                                 struct cli_state *cli,
382                                 struct rpc_pipe_client *pipe_hnd,
383                                 TALLOC_CTX *mem_ctx,
384                                 int argc,
385                                 const char **argv);
386
387 /* The following definitions come from utils/net_rpc_service.c  */
388
389 const char *svc_status_string( uint32 state );
390 int net_rpc_service(struct net_context *c, int argc, const char **argv);
391
392 /* The following definitions come from utils/net_rpc_sh_acct.c  */
393
394 struct rpc_sh_cmd *net_rpc_acct_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
395                                      struct rpc_sh_ctx *ctx);
396
397 /* The following definitions come from utils/net_rpc_shell.c  */
398
399 int net_rpc_shell(struct net_context *c, int argc, const char **argv);
400
401 /* The following definitions come from utils/net_sam.c  */
402
403 int net_sam(struct net_context *c, int argc, const char **argv);
404
405 /* The following definitions come from utils/net_share.c  */
406
407 int net_share_usage(struct net_context *c, int argc, const char **argv);
408 int net_share(struct net_context *c, int argc, const char **argv);
409
410 /* The following definitions come from utils/net_status.c  */
411
412 int net_status(struct net_context *c, int argc, const char **argv);
413
414 /* The following definitions come from utils/net_time.c  */
415
416 int net_time_usage(struct net_context *c, int argc, const char **argv);
417 int net_time(struct net_context *c, int argc, const char **argv);
418
419 /* The following definitions come from utils/net_user.c  */
420
421 int net_user_usage(struct net_context *c, int argc, const char **argv);
422 int net_user(struct net_context *c, int argc, const char **argv);
423
424 /* The following definitions come from utils/net_usershare.c  */
425
426 int net_usershare_usage(struct net_context *c, int argc, const char **argv);
427 int net_usershare_help(struct net_context *c, int argc, const char **argv);
428 int net_usershare(struct net_context *c, int argc, const char **argv);
429
430 /* The following definitions come from utils/net_util.c  */
431
432 NTSTATUS net_rpc_lookup_name(struct net_context *c,
433                              TALLOC_CTX *mem_ctx, struct cli_state *cli,
434                              const char *name, const char **ret_domain,
435                              const char **ret_name, DOM_SID *ret_sid,
436                              enum lsa_SidType *ret_type);
437 NTSTATUS connect_to_service(struct net_context *c,
438                                         struct cli_state **cli_ctx,
439                                         struct sockaddr_storage *server_ss,
440                                         const char *server_name,
441                                         const char *service_name,
442                                         const char *service_type);
443 NTSTATUS connect_to_ipc(struct net_context *c,
444                         struct cli_state **cli_ctx,
445                         struct sockaddr_storage *server_ss,
446                         const char *server_name);
447 NTSTATUS connect_to_ipc_anonymous(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_krb5(struct net_context *c,
452                         struct cli_state **cli_ctx,
453                         struct sockaddr_storage *server_ss,
454                         const char *server_name);
455 NTSTATUS connect_dst_pipe(struct net_context *c, struct cli_state **cli_dst,
456                           struct rpc_pipe_client **pp_pipe_hnd, int pipe_num);
457 int net_use_krb_machine_account(struct net_context *c);
458 int net_use_machine_account(struct net_context *c);
459 bool net_find_server(struct net_context *c,
460                         const char *domain,
461                         unsigned flags,
462                         struct sockaddr_storage *server_ss,
463                         char **server_name);
464 bool net_find_pdc(struct sockaddr_storage *server_ss,
465                 fstring server_name,
466                 const char *domain_name);
467 NTSTATUS net_make_ipc_connection(struct net_context *c, unsigned flags,
468                                  struct cli_state **pcli);
469 NTSTATUS net_make_ipc_connection_ex(struct net_context *c ,const char *domain,
470                                     const char *server,
471                                     struct sockaddr_storage *pss,
472                                     unsigned flags, struct cli_state **pcli);
473 const char *net_prompt_pass(struct net_context *c, const char *user);
474
475 /* The following definitions come from utils/netlookup.c  */
476
477 NTSTATUS net_lookup_name_from_sid(struct net_context *c,
478                                 TALLOC_CTX *ctx,
479                                 DOM_SID *psid,
480                                 const char **ppdomain,
481                                 const char **ppname);
482 NTSTATUS net_lookup_sid_from_name(struct net_context *c, TALLOC_CTX *ctx,
483                                   const char *full_name, DOM_SID *pret_sid);
484
485 /* The following definitions come from utils/passwd_util.c  */
486
487 char *stdin_new_passwd( void);
488 char *get_pass( const char *prompt, bool stdin_get);
489
490 #endif /*  _NET_PROTO_H_  */