net: Split out "net group"
[kai/samba.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 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);
90
91 /* The following definitions come from utils/net_ads.c  */
92
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);
119
120 /* The following definitions come from utils/net_ads_gpo.c  */
121
122 int net_ads_gpo(struct net_context *c, int argc, const char **argv);
123
124 /* The following definitions come from utils/net_cache.c  */
125
126 int net_cache(struct net_context *c, int argc, const char **argv);
127
128 /* The following definitions come from utils/net_conf.c  */
129
130 int net_conf(struct net_context *c, int argc, const char **argv);
131
132 /* The following definitions come from utils/net_dns.c  */
133
134 int get_my_ip_address( struct sockaddr_storage **pp_ss );
135
136 /* The following definitions come from utils/net_dom.c  */
137
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);
140
141 /* The following definitions come from utils/net_group.c  */
142
143 int net_group_usage(struct net_context *c, int argc, const char **argv);
144 int net_group(struct net_context *c, int argc, const char **argv);
145
146 /* The following definitions come from utils/net_groupmap.c  */
147
148 int net_help_groupmap(struct net_context *c, int argc, const char **argv);
149 int net_groupmap(struct net_context *c, int argc, const char **argv);
150
151 /* The following definitions come from utils/net_help.c  */
152
153 int net_help_share(struct net_context *c, int argc, const char **argv);
154 int net_help_file(struct net_context *c, int argc, const char **argv);
155 int net_help_printer(struct net_context *c, int argc, const char **argv);
156 int net_help_status(struct net_context *c, int argc, const char **argv);
157 int net_help(struct net_context *c, int argc, const char **argv);
158
159 /* The following definitions come from utils/net_idmap.c  */
160
161 bool idmap_store_secret(const char *backend, bool alloc,
162                         const char *domain, const char *identity,
163                         const char *secret);
164 int net_help_idmap(struct net_context *c, int argc, const char **argv);
165 int net_idmap(struct net_context *c, int argc, const char **argv);
166
167 /* The following definitions come from utils/net_join.c  */
168
169 int net_join_usage(struct net_context *c, int argc, const char **argv);
170 int net_join(struct net_context *c, int argc, const char **argv);
171
172 /* The following definitions come from utils/net_lookup.c  */
173
174 int net_lookup_usage(struct net_context *c, int argc, const char **argv);
175 int net_lookup(struct net_context *c, int argc, const char **argv);
176
177 /* The following definitions come from utils/net_rap.c  */
178
179 int net_rap_file_usage(struct net_context *c, int argc, const char **argv);
180 int net_rap_file(struct net_context *c, int argc, const char **argv);
181 int net_rap_share_usage(struct net_context *c, int argc, const char **argv);
182 int net_rap_share(struct net_context *c, int argc, const char **argv);
183 int net_rap_session_usage(struct net_context *c, int argc, const char **argv);
184 int net_rap_session(struct net_context *c, int argc, const char **argv);
185 int net_rap_server_usage(struct net_context *c, int argc, const char **argv);
186 int net_rap_server(struct net_context *c, int argc, const char **argv);
187 int net_rap_domain_usage(struct net_context *c, int argc, const char **argv);
188 int net_rap_domain(struct net_context *c, int argc, const char **argv);
189 int net_rap_printq_usage(struct net_context *c, int argc, const char **argv);
190 int net_rap_printq(struct net_context *c, int argc, const char **argv);
191 int net_rap_user(struct net_context *c, int argc, const char **argv);
192 int net_rap_group_usage(struct net_context *c, int argc, const char **argv);
193 int net_rap_group(struct net_context *c, int argc, const char **argv);
194 int net_rap_groupmember_usage(struct net_context *c, int argc, const char **argv);
195 int net_rap_groupmember(struct net_context *c, int argc, const char **argv);
196 int net_rap_validate_usage(struct net_context *c, int argc, const char **argv);
197 int net_rap_validate(struct net_context *c, int argc, const char **argv);
198 int net_rap_service_usage(struct net_context *c, int argc, const char **argv);
199 int net_rap_service(struct net_context *c, int argc, const char **argv);
200 int net_rap_password_usage(struct net_context *c, int argc, const char **argv);
201 int net_rap_password(struct net_context *c, int argc, const char **argv);
202 int net_rap_admin_usage(struct net_context *c, int argc, const char **argv);
203 int net_rap_admin(struct net_context *c, int argc, const char **argv);
204 int net_rap_usage(struct net_context *c, int argc, const char **argv);
205 int net_rap_help(struct net_context *c, int argc, const char **argv);
206 int net_rap(struct net_context *c, int argc, const char **argv);
207
208 /* The following definitions come from utils/net_registry.c  */
209
210 int net_registry(struct net_context *c, int argc, const char **argv);
211
212 /* The following definitions come from utils/net_rpc.c  */
213
214 NTSTATUS net_get_remote_domain_sid(struct cli_state *cli, TALLOC_CTX *mem_ctx,
215                                    DOM_SID **domain_sid,
216                                    const char **domain_name);
217 int run_rpc_command(struct net_context *c,
218                         struct cli_state *cli_arg,
219                         const int pipe_idx,
220                         int conn_flags,
221                         rpc_command_fn fn,
222                         int argc,
223                         const char **argv);
224 int net_rpc_changetrustpw(struct net_context *c, int argc, const char **argv);
225 int net_rpc_join(struct net_context *c, int argc, const char **argv);
226 NTSTATUS rpc_info_internals(struct net_context *c,
227                         const DOM_SID *domain_sid,
228                         const char *domain_name,
229                         struct cli_state *cli,
230                         struct rpc_pipe_client *pipe_hnd,
231                         TALLOC_CTX *mem_ctx,
232                         int argc,
233                         const char **argv);
234 int net_rpc_info(struct net_context *c, int argc, const char **argv);
235 int net_rpc_getsid(struct net_context *c, int argc, const char **argv);
236 int net_rpc_user(struct net_context *c, int argc, const char **argv);
237 struct rpc_sh_cmd *net_rpc_user_edit_cmds(struct net_context *c,
238                                           TALLOC_CTX *mem_ctx,
239                                           struct rpc_sh_ctx *ctx);
240 struct rpc_sh_cmd *net_rpc_user_cmds(struct net_context *c,
241                                      TALLOC_CTX *mem_ctx,
242                                      struct rpc_sh_ctx *ctx);
243 int net_rpc_group(struct net_context *c, int argc, const char **argv);
244 bool copy_top_level_perms(struct net_context *c,
245                                 struct copy_clistate *cp_clistate,
246                                 const char *sharename);
247 int net_usersidlist(struct net_context *c, int argc, const char **argv);
248 int net_usersidlist_usage(struct net_context *c, int argc, const char **argv);
249 int net_rpc_share(struct net_context *c, int argc, const char **argv);
250 struct rpc_sh_cmd *net_rpc_share_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
251                                       struct rpc_sh_ctx *ctx);
252 int net_rpc_file(struct net_context *c, int argc, const char **argv);
253 NTSTATUS rpc_init_shutdown_internals(struct net_context *c,
254                                      const DOM_SID *domain_sid,
255                                      const char *domain_name,
256                                      struct cli_state *cli,
257                                      struct rpc_pipe_client *pipe_hnd,
258                                      TALLOC_CTX *mem_ctx,
259                                      int argc,
260                                      const char **argv);
261 NTSTATUS rpc_reg_shutdown_internals(struct net_context *c,
262                                     const DOM_SID *domain_sid,
263                                     const char *domain_name,
264                                     struct cli_state *cli,
265                                     struct rpc_pipe_client *pipe_hnd,
266                                     TALLOC_CTX *mem_ctx,
267                                     int argc,
268                                     const char **argv);
269 bool net_rpc_check(struct net_context *c, unsigned flags);
270 int rpc_printer_migrate(struct net_context *c, int argc, const char **argv);
271 int rpc_printer_usage(struct net_context *c, int argc, const char **argv);
272 int net_rpc_printer(struct net_context *c, int argc, const char **argv);
273 int net_rpc_usage(struct net_context *c, int argc, const char **argv);
274 int net_rpc_help(struct net_context *c, int argc, const char **argv);
275 int net_rpc(struct net_context *c, int argc, const char **argv);
276
277 /* The following definitions come from utils/net_rpc_audit.c  */
278
279 int net_rpc_audit(struct net_context *c, int argc, const char **argv);
280
281 /* The following definitions come from utils/net_rpc_join.c  */
282
283 NTSTATUS net_rpc_join_ok(struct net_context *c, const char *domain,
284                          const char *server, struct sockaddr_storage *pss);
285 int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv);
286 int net_rpc_testjoin(struct net_context *c, int argc, const char **argv);
287
288 /* The following definitions come from utils/net_rpc_printer.c  */
289
290 NTSTATUS net_copy_fileattr(struct net_context *c,
291                   TALLOC_CTX *mem_ctx,
292                   struct cli_state *cli_share_src,
293                   struct cli_state *cli_share_dst,
294                   const char *src_name, const char *dst_name,
295                   bool copy_acls, bool copy_attrs,
296                   bool copy_timestamps, bool is_file);
297 NTSTATUS net_copy_file(struct net_context *c,
298                        TALLOC_CTX *mem_ctx,
299                        struct cli_state *cli_share_src,
300                        struct cli_state *cli_share_dst,
301                        const char *src_name, const char *dst_name,
302                        bool copy_acls, bool copy_attrs,
303                        bool copy_timestamps, bool is_file);
304 NTSTATUS rpc_printer_list_internals(struct net_context *c,
305                                         const DOM_SID *domain_sid,
306                                         const char *domain_name,
307                                         struct cli_state *cli,
308                                         struct rpc_pipe_client *pipe_hnd,
309                                         TALLOC_CTX *mem_ctx,
310                                         int argc,
311                                         const char **argv);
312 NTSTATUS rpc_printer_driver_list_internals(struct net_context *c,
313                                                 const DOM_SID *domain_sid,
314                                                 const char *domain_name,
315                                                 struct cli_state *cli,
316                                                 struct rpc_pipe_client *pipe_hnd,
317                                                 TALLOC_CTX *mem_ctx,
318                                                 int argc,
319                                                 const char **argv);
320 NTSTATUS rpc_printer_publish_publish_internals(struct net_context *c,
321                                                 const DOM_SID *domain_sid,
322                                                 const char *domain_name,
323                                                 struct cli_state *cli,
324                                                 struct rpc_pipe_client *pipe_hnd,
325                                                 TALLOC_CTX *mem_ctx,
326                                                 int argc,
327                                                 const char **argv);
328 NTSTATUS rpc_printer_publish_unpublish_internals(struct net_context *c,
329                                                 const DOM_SID *domain_sid,
330                                                 const char *domain_name,
331                                                 struct cli_state *cli,
332                                                 struct rpc_pipe_client *pipe_hnd,
333                                                 TALLOC_CTX *mem_ctx,
334                                                 int argc,
335                                                 const char **argv);
336 NTSTATUS rpc_printer_publish_update_internals(struct net_context *c,
337                                                 const DOM_SID *domain_sid,
338                                                 const char *domain_name,
339                                                 struct cli_state *cli,
340                                                 struct rpc_pipe_client *pipe_hnd,
341                                                 TALLOC_CTX *mem_ctx,
342                                                 int argc,
343                                                 const char **argv);
344 NTSTATUS rpc_printer_publish_list_internals(struct net_context *c,
345                                                 const DOM_SID *domain_sid,
346                                                 const char *domain_name,
347                                                 struct cli_state *cli,
348                                                 struct rpc_pipe_client *pipe_hnd,
349                                                 TALLOC_CTX *mem_ctx,
350                                                 int argc,
351                                                 const char **argv);
352 NTSTATUS rpc_printer_migrate_security_internals(struct net_context *c,
353                                                 const DOM_SID *domain_sid,
354                                                 const char *domain_name,
355                                                 struct cli_state *cli,
356                                                 struct rpc_pipe_client *pipe_hnd,
357                                                 TALLOC_CTX *mem_ctx,
358                                                 int argc,
359                                                 const char **argv);
360 NTSTATUS rpc_printer_migrate_forms_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);
368 NTSTATUS rpc_printer_migrate_drivers_internals(struct net_context *c,
369                                                 const DOM_SID *domain_sid,
370                                                 const char *domain_name,
371                                                 struct cli_state *cli,
372                                                 struct rpc_pipe_client *pipe_hnd,
373                                                 TALLOC_CTX *mem_ctx,
374                                                 int argc,
375                                                 const char **argv);
376 NTSTATUS rpc_printer_migrate_printers_internals(struct net_context *c,
377                                                 const DOM_SID *domain_sid,
378                                                 const char *domain_name,
379                                                 struct cli_state *cli,
380                                                 struct rpc_pipe_client *pipe_hnd,
381                                                 TALLOC_CTX *mem_ctx,
382                                                 int argc,
383                                                 const char **argv);
384 NTSTATUS rpc_printer_migrate_settings_internals(struct net_context *c,
385                                                 const DOM_SID *domain_sid,
386                                                 const char *domain_name,
387                                                 struct cli_state *cli,
388                                                 struct rpc_pipe_client *pipe_hnd,
389                                                 TALLOC_CTX *mem_ctx,
390                                                 int argc,
391                                                 const char **argv);
392
393 /* The following definitions come from utils/net_rpc_registry.c  */
394
395 int net_rpc_registry(struct net_context *c, int argc, const char **argv);
396
397 /* The following definitions come from utils/net_rpc_rights.c  */
398
399 int net_rpc_rights(struct net_context *c, int argc, const char **argv);
400 struct rpc_sh_cmd *net_rpc_rights_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
401                                        struct rpc_sh_ctx *ctx);
402
403 /* The following definitions come from utils/net_rpc_samsync.c  */
404
405 NTSTATUS rpc_samdump_internals(struct net_context *c,
406                                 const DOM_SID *domain_sid,
407                                 const char *domain_name,
408                                 struct cli_state *cli,
409                                 struct rpc_pipe_client *pipe_hnd,
410                                 TALLOC_CTX *mem_ctx,
411                                 int argc,
412                                 const char **argv);
413 int rpc_vampire_usage(struct net_context *c, int argc, const char **argv);
414 NTSTATUS rpc_vampire_internals(struct net_context *c,
415                                 const DOM_SID *domain_sid,
416                                 const char *domain_name,
417                                 struct cli_state *cli,
418                                 struct rpc_pipe_client *pipe_hnd,
419                                 TALLOC_CTX *mem_ctx,
420                                 int argc,
421                                 const char **argv);
422
423 /* The following definitions come from utils/net_rpc_service.c  */
424
425 const char *svc_status_string( uint32 state );
426 int net_rpc_service(struct net_context *c, int argc, const char **argv);
427
428 /* The following definitions come from utils/net_rpc_sh_acct.c  */
429
430 struct rpc_sh_cmd *net_rpc_acct_cmds(struct net_context *c, TALLOC_CTX *mem_ctx,
431                                      struct rpc_sh_ctx *ctx);
432
433 /* The following definitions come from utils/net_rpc_shell.c  */
434
435 int net_rpc_shell(struct net_context *c, int argc, const char **argv);
436
437 /* The following definitions come from utils/net_sam.c  */
438
439 int net_sam(struct net_context *c, int argc, const char **argv);
440
441 /* The following definitions come from utils/net_status.c  */
442
443 int net_status(struct net_context *c, int argc, const char **argv);
444
445 /* The following definitions come from utils/net_time.c  */
446
447 int net_time_usage(struct net_context *c, int argc, const char **argv);
448 int net_time(struct net_context *c, int argc, const char **argv);
449
450 /* The following definitions come from utils/net_user.c  */
451
452 int net_user_usage(struct net_context *c, int argc, const char **argv);
453 int net_user(struct net_context *c, int argc, const char **argv);
454
455 /* The following definitions come from utils/net_usershare.c  */
456
457 int net_usershare_usage(struct net_context *c, int argc, const char **argv);
458 int net_usershare_help(struct net_context *c, int argc, const char **argv);
459 int net_usershare(struct net_context *c, int argc, const char **argv);
460
461 /* The following definitions come from utils/net_util.c  */
462
463 NTSTATUS net_rpc_lookup_name(struct net_context *c,
464                              TALLOC_CTX *mem_ctx, struct cli_state *cli,
465                              const char *name, const char **ret_domain,
466                              const char **ret_name, DOM_SID *ret_sid,
467                              enum lsa_SidType *ret_type);
468
469 /* The following definitions come from utils/netlookup.c  */
470
471 NTSTATUS net_lookup_name_from_sid(struct net_context *c,
472                                 TALLOC_CTX *ctx,
473                                 DOM_SID *psid,
474                                 const char **ppdomain,
475                                 const char **ppname);
476 NTSTATUS net_lookup_sid_from_name(struct net_context *c, TALLOC_CTX *ctx,
477                                   const char *full_name, DOM_SID *pret_sid);
478
479 /* The following definitions come from utils/passwd_util.c  */
480
481 char *stdin_new_passwd( void);
482 char *get_pass( const char *prompt, bool stdin_get);
483
484 #endif /*  _NET_PROTO_H_  */