winbind: Remove unused wbint_Gid2Sid
[samba.git] / source3 / winbindd / winbindd_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 _WINBINDD_PROTO_H_
24 #define _WINBINDD_PROTO_H_
25
26 #include "ads.h"
27
28 /* The following definitions come from winbindd/winbindd.c  */
29 struct messaging_context *winbind_messaging_context(void);
30 struct imessaging_context *winbind_imessaging_context(void);
31 void request_error(struct winbindd_cli_state *state);
32 void request_ok(struct winbindd_cli_state *state);
33 bool winbindd_setup_sig_term_handler(bool parent);
34 bool winbindd_setup_stdin_handler(bool parent, bool foreground);
35 bool winbindd_setup_sig_hup_handler(const char *lfile);
36 bool winbindd_use_idmap_cache(void);
37 bool winbindd_use_cache(void);
38 char *get_winbind_priv_pipe_dir(void);
39 struct tevent_context *winbind_event_context(void);
40
41 /* The following definitions come from winbindd/winbindd_ads.c  */
42
43 /* The following definitions come from winbindd/winbindd_rpc.c  */
44
45 NTSTATUS winbindd_lookup_sids(TALLOC_CTX *mem_ctx,
46                               struct winbindd_domain *domain,
47                               uint32_t num_sids,
48                               const struct dom_sid *sids,
49                               char ***domains,
50                               char ***names,
51                               enum lsa_SidType **types);
52 NTSTATUS rpc_lookup_sids(TALLOC_CTX *mem_ctx,
53                          struct winbindd_domain *domain,
54                          struct lsa_SidArray *sids,
55                          struct lsa_RefDomainList **pdomains,
56                          struct lsa_TransNameArray **pnames);
57
58 /* The following definitions come from winbindd/winbindd_cache.c  */
59
60 NTSTATUS wcache_cached_creds_exist(struct winbindd_domain *domain, const struct dom_sid *sid);
61 NTSTATUS wcache_get_creds(struct winbindd_domain *domain, 
62                           TALLOC_CTX *mem_ctx, 
63                           const struct dom_sid *sid,
64                           const uint8_t **cached_nt_pass,
65                           const uint8_t **cached_salt);
66 NTSTATUS wcache_save_creds(struct winbindd_domain *domain, 
67                            const struct dom_sid *sid,
68                            const uint8_t nt_pass[NT_HASH_LEN]);
69 void wcache_invalidate_samlogon(struct winbindd_domain *domain, 
70                                 const struct dom_sid *user_sid);
71 bool wcache_invalidate_cache(void);
72 bool wcache_invalidate_cache_noinit(void);
73 bool init_wcache(void);
74 bool initialize_winbindd_cache(void);
75 void close_winbindd_cache(void);
76 NTSTATUS wcache_lookup_groupmem(struct winbindd_domain *domain,
77                                 TALLOC_CTX *mem_ctx,
78                                 const struct dom_sid *group_sid,
79                                 uint32_t *num_names,
80                                 struct dom_sid **sid_mem, char ***names,
81                                 uint32_t **name_types);
82 bool lookup_cached_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
83                        char **domain_name, char **name,
84                        enum lsa_SidType *type);
85 bool lookup_cached_name(const char *domain_name,
86                         const char *name,
87                         struct dom_sid *sid,
88                         enum lsa_SidType *type);
89 void cache_name2sid(struct winbindd_domain *domain, 
90                     const char *domain_name, const char *name,
91                     enum lsa_SidType type, const struct dom_sid *sid);
92 NTSTATUS wcache_name_to_sid(struct winbindd_domain *domain,
93                             const char *domain_name,
94                             const char *name,
95                             struct dom_sid *sid,
96                             enum lsa_SidType *type);
97 NTSTATUS wcache_query_user(struct winbindd_domain *domain,
98                            TALLOC_CTX *mem_ctx,
99                            const struct dom_sid *user_sid,
100                            struct wbint_userinfo *info);
101 NTSTATUS wcache_query_user_fullname(struct winbindd_domain *domain,
102                                     TALLOC_CTX *mem_ctx,
103                                     const struct dom_sid *user_sid,
104                                     const char **full_name);
105 NTSTATUS wcache_lookup_useraliases(struct winbindd_domain *domain,
106                                    TALLOC_CTX *mem_ctx,
107                                    uint32_t num_sids, const struct dom_sid *sids,
108                                    uint32_t *pnum_aliases, uint32_t **paliases);
109 NTSTATUS wcache_lookup_usergroups(struct winbindd_domain *domain,
110                                   TALLOC_CTX *mem_ctx,
111                                   const struct dom_sid *user_sid,
112                                   uint32_t *pnum_sids,
113                                   struct dom_sid **psids);
114
115 void wcache_flush_cache(void);
116 NTSTATUS wcache_count_cached_creds(struct winbindd_domain *domain, int *count);
117 NTSTATUS wcache_remove_oldest_cached_creds(struct winbindd_domain *domain, const struct dom_sid *sid) ;
118 bool set_global_winbindd_state_offline(void);
119 void set_global_winbindd_state_online(void);
120 bool get_global_winbindd_state_offline(void);
121 int winbindd_validate_cache(void);
122 int winbindd_validate_cache_nobackup(void);
123 bool winbindd_cache_validate_and_initialize(void);
124 bool wcache_tdc_fetch_list( struct winbindd_tdc_domain **domains, size_t *num_domains );
125 bool wcache_tdc_add_domain( struct winbindd_domain *domain );
126 struct winbindd_tdc_domain * wcache_tdc_fetch_domain( TALLOC_CTX *ctx, const char *name );
127 struct winbindd_tdc_domain* wcache_tdc_fetch_domainbysid(TALLOC_CTX *ctx, const struct dom_sid *sid);
128 void wcache_tdc_clear( void );
129 #ifdef HAVE_ADS
130 struct ads_struct;
131 NTSTATUS nss_get_info_cached( struct winbindd_domain *domain, 
132                               const struct dom_sid *user_sid,
133                               TALLOC_CTX *ctx,
134                               const char **homedir, const char **shell,
135                               const char **gecos, gid_t *p_gid);
136 #endif
137 bool wcache_store_seqnum(const char *domain_name, uint32_t seqnum,
138                          time_t last_seq_check);
139 bool wcache_fetch_ndr(TALLOC_CTX *mem_ctx, struct winbindd_domain *domain,
140                       uint32_t opnum, const DATA_BLOB *req, DATA_BLOB *resp);
141 void wcache_store_ndr(struct winbindd_domain *domain, uint32_t opnum,
142                       const DATA_BLOB *req, const DATA_BLOB *resp);
143
144 /* The following definitions come from winbindd/winbindd_ccache_access.c  */
145
146 void winbindd_ccache_ntlm_auth(struct winbindd_cli_state *state);
147 enum winbindd_result winbindd_dual_ccache_ntlm_auth(struct winbindd_domain *domain,
148                                                 struct winbindd_cli_state *state);
149 void winbindd_ccache_save(struct winbindd_cli_state *state);
150
151 /* The following definitions come from winbindd/winbindd_cm.c  */
152 void winbind_msg_domain_offline(struct messaging_context *msg_ctx,
153                                 void *private_data,
154                                 uint32_t msg_type,
155                                 struct server_id server_id,
156                                 DATA_BLOB *data);
157 void winbind_msg_domain_online(struct messaging_context *msg_ctx,
158                                 void *private_data,
159                                 uint32_t msg_type,
160                                 struct server_id server_id,
161                                 DATA_BLOB *data);
162
163 void set_domain_offline(struct winbindd_domain *domain);
164 void set_domain_online_request(struct winbindd_domain *domain);
165
166 struct ndr_interface_table;
167 NTSTATUS wb_open_internal_pipe(TALLOC_CTX *mem_ctx,
168                                const struct ndr_interface_table *table,
169                                struct rpc_pipe_client **ret_pipe);
170 void invalidate_cm_connection(struct winbindd_domain *domain);
171 void close_conns_after_fork(void);
172 NTSTATUS init_dc_connection(struct winbindd_domain *domain, bool need_rw_dc);
173 NTSTATUS cm_connect_sam(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
174                         bool need_rw_dc,
175                         struct rpc_pipe_client **cli, struct policy_handle *sam_handle);
176 NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
177                         struct rpc_pipe_client **cli, struct policy_handle *lsa_policy);
178 NTSTATUS cm_connect_lsat(struct winbindd_domain *domain,
179                          TALLOC_CTX *mem_ctx,
180                          struct rpc_pipe_client **cli,
181                          struct policy_handle *lsa_policy);
182 NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain,
183                              struct rpc_pipe_client **cli);
184 bool fetch_current_dc_from_gencache(TALLOC_CTX *mem_ctx,
185                                     const char *domain_name,
186                                     char **p_dc_name, char **p_dc_ip);
187
188 /* The following definitions come from winbindd/winbindd_cred_cache.c  */
189
190 bool ccache_entry_exists(const char *username);
191 bool ccache_entry_identical(const char *username,
192                             uid_t uid,
193                             const char *ccname);
194 void ccache_remove_all_after_fork(void);
195 void ccache_regain_all_now(void);
196 NTSTATUS add_ccache_to_list(const char *princ_name,
197                             const char *ccname,
198                             const char *service,
199                             const char *username,
200                             const char *password,
201                             const char *realm,
202                             uid_t uid,
203                             time_t create_time,
204                             time_t ticket_end,
205                             time_t renew_until,
206                             bool postponed_request);
207 NTSTATUS remove_ccache(const char *username);
208 struct WINBINDD_MEMORY_CREDS *find_memory_creds_by_name(const char *username);
209 NTSTATUS winbindd_add_memory_creds(const char *username,
210                                    uid_t uid,
211                                    const char *pass);
212 NTSTATUS winbindd_delete_memory_creds(const char *username);
213 NTSTATUS winbindd_replace_memory_creds(const char *username,
214                                        const char *pass);
215
216 /* The following definitions come from winbindd/winbindd_creds.c  */
217
218 NTSTATUS winbindd_get_creds(struct winbindd_domain *domain,
219                             TALLOC_CTX *mem_ctx,
220                             const struct dom_sid *sid,
221                             struct netr_SamInfo3 **info3,
222                             const uint8_t *cached_nt_pass[NT_HASH_LEN],
223                             const uint8_t *cred_salt[NT_HASH_LEN]);
224 NTSTATUS winbindd_store_creds(struct winbindd_domain *domain,
225                               const char *user, 
226                               const char *pass, 
227                               struct netr_SamInfo3 *info3);
228 NTSTATUS winbindd_update_creds_by_info3(struct winbindd_domain *domain,
229                                         const char *user,
230                                         const char *pass,
231                                         struct netr_SamInfo3 *info3);
232 NTSTATUS winbindd_update_creds_by_name(struct winbindd_domain *domain,
233                                        const char *user,
234                                        const char *pass);
235
236 /* The following definitions come from winbindd/winbindd_domain.c  */
237
238 void setup_domain_child(struct winbindd_domain *domain);
239
240 /* The following definitions come from winbindd/winbindd_dual.c  */
241
242 struct dcerpc_binding_handle *dom_child_handle(struct winbindd_domain *domain);
243 struct winbindd_child *choose_domain_child(struct winbindd_domain *domain);
244
245 struct tevent_req *wb_child_request_send(TALLOC_CTX *mem_ctx,
246                                          struct tevent_context *ev,
247                                          struct winbindd_child *child,
248                                          struct winbindd_request *request);
249 int wb_child_request_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
250                           struct winbindd_response **presponse, int *err);
251 struct tevent_req *wb_domain_request_send(TALLOC_CTX *mem_ctx,
252                                           struct tevent_context *ev,
253                                           struct winbindd_domain *domain,
254                                           struct winbindd_request *request);
255 int wb_domain_request_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
256                            struct winbindd_response **presponse, int *err);
257
258 void setup_child(struct winbindd_domain *domain, struct winbindd_child *child,
259                  const struct winbindd_child_dispatch_table *table,
260                  const char *logprefix,
261                  const char *logname);
262 void winbind_child_died(pid_t pid);
263 void winbindd_flush_negative_conn_cache(struct winbindd_domain *domain);
264 void winbind_msg_debug(struct messaging_context *msg_ctx,
265                          void *private_data,
266                          uint32_t msg_type,
267                          struct server_id server_id,
268                          DATA_BLOB *data);
269 void winbind_msg_offline(struct messaging_context *msg_ctx,
270                          void *private_data,
271                          uint32_t msg_type,
272                          struct server_id server_id,
273                          DATA_BLOB *data);
274 void winbind_msg_online(struct messaging_context *msg_ctx,
275                         void *private_data,
276                         uint32_t msg_type,
277                         struct server_id server_id,
278                         DATA_BLOB *data);
279 void winbind_msg_onlinestatus(struct messaging_context *msg_ctx,
280                               void *private_data,
281                               uint32_t msg_type,
282                               struct server_id server_id,
283                               DATA_BLOB *data);
284 void winbind_msg_dump_event_list(struct messaging_context *msg_ctx,
285                                  void *private_data,
286                                  uint32_t msg_type,
287                                  struct server_id server_id,
288                                  DATA_BLOB *data);
289 void winbind_msg_dump_domain_list(struct messaging_context *msg_ctx,
290                                   void *private_data,
291                                   uint32_t msg_type,
292                                   struct server_id server_id,
293                                   DATA_BLOB *data);
294 void winbind_msg_ip_dropped(struct messaging_context *msg_ctx,
295                             void *private_data,
296                             uint32_t msg_type,
297                             struct server_id server_id,
298                             DATA_BLOB *data);
299 void winbind_msg_ip_dropped_parent(struct messaging_context *msg_ctx,
300                                    void *private_data,
301                                    uint32_t msg_type,
302                                    struct server_id server_id,
303                                    DATA_BLOB *data);
304 NTSTATUS winbindd_reinit_after_fork(const struct winbindd_child *myself,
305                                     const char *logfilename);
306 struct winbindd_domain *wb_child_domain(void);
307
308 /* The following definitions come from winbindd/winbindd_group.c  */
309
310 void winbindd_getgrnam(struct winbindd_cli_state *state);
311 void winbindd_getgrgid(struct winbindd_cli_state *state);
312 void winbindd_setgrent(struct winbindd_cli_state *state);
313 void winbindd_endgrent(struct winbindd_cli_state *state);
314 void winbindd_getgrent(struct winbindd_cli_state *state);
315 void winbindd_list_groups(struct winbindd_cli_state *state);
316 void winbindd_getgroups(struct winbindd_cli_state *state);
317 void winbindd_getusersids(struct winbindd_cli_state *state);
318 void winbindd_getuserdomgroups(struct winbindd_cli_state *state);
319 void winbindd_getsidaliases(struct winbindd_cli_state *state);
320 bool fill_grent(TALLOC_CTX *mem_ctx, struct winbindd_gr *gr,
321                 const char *dom_name, const char *gr_name, gid_t unix_gid);
322 NTSTATUS winbindd_print_groupmembers(struct talloc_dict *members,
323                                      TALLOC_CTX *mem_ctx,
324                                      int *num_members, char **result);
325
326
327 /* The following definitions come from winbindd/winbindd_idmap.c  */
328
329 void init_idmap_child(void);
330 struct winbindd_child *idmap_child(void);
331 struct idmap_domain *idmap_find_domain_with_sid(const char *domname,
332                                                 const struct dom_sid *sid);
333
334 /* The following definitions come from winbindd/winbindd_locator.c  */
335
336 void init_locator_child(void);
337 struct winbindd_child *locator_child(void);
338
339 /* The following definitions come from winbindd/winbindd_misc.c  */
340
341 void winbindd_list_trusted_domains(struct winbindd_cli_state *state);
342 enum winbindd_result winbindd_dual_list_trusted_domains(struct winbindd_domain *domain,
343                                                         struct winbindd_cli_state *state);
344 void winbindd_show_sequence(struct winbindd_cli_state *state);
345 void winbindd_domain_info(struct winbindd_cli_state *state);
346 void winbindd_dc_info(struct winbindd_cli_state *state);
347 void winbindd_ping(struct winbindd_cli_state *state);
348 void winbindd_info(struct winbindd_cli_state *state);
349 void winbindd_interface_version(struct winbindd_cli_state *state);
350 void winbindd_domain_name(struct winbindd_cli_state *state);
351 void winbindd_netbios_name(struct winbindd_cli_state *state);
352 void winbindd_priv_pipe_dir(struct winbindd_cli_state *state);
353
354 /* The following definitions come from winbindd/winbindd_ndr.c  */
355 struct ndr_print;
356 void ndr_print_winbindd_child(struct ndr_print *ndr,
357                               const char *name,
358                               const struct winbindd_child *r);
359 void ndr_print_winbindd_cm_conn(struct ndr_print *ndr,
360                                 const char *name,
361                                 const struct winbindd_cm_conn *r);
362 void ndr_print_winbindd_methods(struct ndr_print *ndr,
363                                 const char *name,
364                                 const struct winbindd_methods *r);
365 void ndr_print_winbindd_domain(struct ndr_print *ndr,
366                                const char *name,
367                                const struct winbindd_domain *r);
368
369 /* The following definitions come from winbindd/winbindd_pam.c  */
370
371 bool check_request_flags(uint32_t flags);
372 NTSTATUS append_auth_data(TALLOC_CTX *mem_ctx,
373                           struct winbindd_response *resp,
374                           uint32_t request_flags,
375                           struct netr_SamInfo3 *info3,
376                           const char *name_domain,
377                           const char *name_user);
378 uid_t get_uid_from_request(struct winbindd_request *request);
379 struct winbindd_domain *find_auth_domain(uint8_t flags,
380                                          const char *domain_name);
381 enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
382                                             struct winbindd_cli_state *state) ;
383 enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain,
384                                                  struct winbindd_cli_state *state) ;
385 enum winbindd_result winbindd_dual_pam_chauthtok(struct winbindd_domain *contact_domain,
386                                                  struct winbindd_cli_state *state);
387 enum winbindd_result winbindd_dual_pam_logoff(struct winbindd_domain *domain,
388                                               struct winbindd_cli_state *state) ;
389 enum winbindd_result winbindd_dual_pam_chng_pswd_auth_crap(struct winbindd_domain *domainSt, struct winbindd_cli_state *state);
390 NTSTATUS winbindd_pam_auth_pac_send(struct winbindd_cli_state *state,
391                                     struct netr_SamInfo3 **info3);
392
393 NTSTATUS winbind_dual_SamLogon(struct winbindd_domain *domain,
394                                TALLOC_CTX *mem_ctx,
395                                uint32_t logon_parameters,
396                                const char *name_user,
397                                const char *name_domain,
398                                const char *workstation,
399                                const uint8_t chal[8],
400                                DATA_BLOB lm_response,
401                                DATA_BLOB nt_response,
402                                struct netr_SamInfo3 **info3);
403
404 /* The following definitions come from winbindd/winbindd_util.c  */
405
406 struct winbindd_domain *domain_list(void);
407 struct winbindd_domain *wb_next_domain(struct winbindd_domain *domain);
408 bool domain_is_forest_root(const struct winbindd_domain *domain);
409 void rescan_trusted_domains(struct tevent_context *ev, struct tevent_timer *te,
410                             struct timeval now, void *private_data);
411 enum winbindd_result winbindd_dual_init_connection(struct winbindd_domain *domain,
412                                                    struct winbindd_cli_state *state);
413 bool init_domain_list(void);
414 struct winbindd_domain *find_domain_from_name_noinit(const char *domain_name);
415 struct winbindd_domain *find_domain_from_name(const char *domain_name);
416 struct winbindd_domain *find_domain_from_sid_noinit(const struct dom_sid *sid);
417 struct winbindd_domain *find_domain_from_sid(const struct dom_sid *sid);
418 struct winbindd_domain *find_our_domain(void);
419 struct winbindd_domain *find_root_domain(void);
420 struct winbindd_domain *find_builtin_domain(void);
421 struct winbindd_domain *find_lookup_domain_from_sid(const struct dom_sid *sid);
422 struct winbindd_domain *find_lookup_domain_from_name(const char *domain_name);
423 bool parse_domain_user(const char *domuser, fstring domain, fstring user);
424 bool parse_domain_user_talloc(TALLOC_CTX *mem_ctx, const char *domuser,
425                               char **domain, char **user);
426 bool canonicalize_username(fstring username_inout, fstring domain, fstring user);
427 void fill_domain_username(fstring name, const char *domain, const char *user, bool can_assume);
428 char *fill_domain_username_talloc(TALLOC_CTX *ctx,
429                                   const char *domain,
430                                   const char *user,
431                                   bool can_assume);
432 struct winbindd_cli_state *winbindd_client_list(void);
433 struct winbindd_cli_state *winbindd_client_list_tail(void);
434 struct winbindd_cli_state *
435 winbindd_client_list_prev(struct winbindd_cli_state *cli);
436 void winbindd_add_client(struct winbindd_cli_state *cli);
437 void winbindd_remove_client(struct winbindd_cli_state *cli);
438 void winbindd_promote_client(struct winbindd_cli_state *cli);
439 int winbindd_num_clients(void);
440 NTSTATUS lookup_usergroups_cached(struct winbindd_domain *domain,
441                                   TALLOC_CTX *mem_ctx,
442                                   const struct dom_sid *user_sid,
443                                   uint32_t *p_num_groups, struct dom_sid **user_sids);
444
445 NTSTATUS normalize_name_map(TALLOC_CTX *mem_ctx,
446                              struct winbindd_domain *domain,
447                              const char *name,
448                              char **normalized);
449 NTSTATUS normalize_name_unmap(TALLOC_CTX *mem_ctx,
450                               char *name,
451                               char **normalized);
452
453 NTSTATUS resolve_username_to_alias(TALLOC_CTX *mem_ctx,
454                                    struct winbindd_domain *domain,
455                                    const char *name, char **alias);
456 NTSTATUS resolve_alias_to_username(TALLOC_CTX *mem_ctx,
457                                    struct winbindd_domain *domain,
458                                    const char *alias, char **name);
459
460 bool winbindd_can_contact_domain(struct winbindd_domain *domain);
461 bool winbindd_internal_child(struct winbindd_child *child);
462 void winbindd_set_locator_kdc_envs(const struct winbindd_domain *domain);
463 void winbindd_unset_locator_kdc_env(const struct winbindd_domain *domain);
464 void winbindd_set_locator_kdc_envs(const struct winbindd_domain *domain);
465 void winbindd_unset_locator_kdc_env(const struct winbindd_domain *domain);
466 void set_auth_errors(struct winbindd_response *resp, NTSTATUS result);
467 bool is_domain_offline(const struct winbindd_domain *domain);
468 bool is_domain_online(const struct winbindd_domain *domain);
469 bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr,
470                    struct dom_sid **sids, uint32_t *num_sids);
471 bool parse_xidlist(TALLOC_CTX *mem_ctx, const char *xidstr,
472                    struct unixid **pxids, uint32_t *pnum_xids);
473
474 /* The following definitions come from winbindd/winbindd_wins.c  */
475
476 void winbindd_wins_byname(struct winbindd_cli_state *state);
477
478 struct tevent_req *wb_ping_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
479                                 struct winbindd_cli_state *cli,
480                                 struct winbindd_request *request);
481 NTSTATUS wb_ping_recv(struct tevent_req *req,
482                       struct winbindd_response *resp);
483
484 enum winbindd_result winbindd_dual_ping(struct winbindd_domain *domain,
485                                         struct winbindd_cli_state *state);
486
487 struct dcerpc_binding_handle *wbint_binding_handle(TALLOC_CTX *mem_ctx,
488                                                 struct winbindd_domain *domain,
489                                                 struct winbindd_child *child);
490 enum winbindd_result winbindd_dual_ndrcmd(struct winbindd_domain *domain,
491                                           struct winbindd_cli_state *state);
492
493 struct tevent_req *wb_lookupsid_send(TALLOC_CTX *mem_ctx,
494                                      struct tevent_context *ev,
495                                      const struct dom_sid *sid);
496 NTSTATUS wb_lookupsid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
497                            enum lsa_SidType *type, const char **domain,
498                            const char **name);
499
500 struct tevent_req *winbindd_lookupsid_send(TALLOC_CTX *mem_ctx,
501                                            struct tevent_context *ev,
502                                            struct winbindd_cli_state *cli,
503                                            struct winbindd_request *request);
504 NTSTATUS winbindd_lookupsid_recv(struct tevent_req *req,
505                                  struct winbindd_response *response);
506
507 struct tevent_req *winbindd_lookupsids_send(TALLOC_CTX *mem_ctx,
508                                             struct tevent_context *ev,
509                                             struct winbindd_cli_state *cli,
510                                             struct winbindd_request *request);
511 NTSTATUS winbindd_lookupsids_recv(struct tevent_req *req,
512                                   struct winbindd_response *response);
513
514 struct tevent_req *wb_lookupname_send(TALLOC_CTX *mem_ctx,
515                                       struct tevent_context *ev,
516                                       const char *dom_name, const char *name,
517                                       uint32_t flags);
518 NTSTATUS wb_lookupname_recv(struct tevent_req *req, struct dom_sid *sid,
519                             enum lsa_SidType *type);
520
521 struct tevent_req *winbindd_lookupname_send(TALLOC_CTX *mem_ctx,
522                                             struct tevent_context *ev,
523                                             struct winbindd_cli_state *cli,
524                                             struct winbindd_request *request);
525 NTSTATUS winbindd_lookupname_recv(struct tevent_req *req,
526                                   struct winbindd_response *response);
527
528 struct tevent_req *winbindd_sid_to_uid_send(TALLOC_CTX *mem_ctx,
529                                             struct tevent_context *ev,
530                                             struct winbindd_cli_state *cli,
531                                             struct winbindd_request *request);
532 NTSTATUS winbindd_sid_to_uid_recv(struct tevent_req *req,
533                                   struct winbindd_response *response);
534
535 struct tevent_req *winbindd_sid_to_gid_send(TALLOC_CTX *mem_ctx,
536                                             struct tevent_context *ev,
537                                             struct winbindd_cli_state *cli,
538                                             struct winbindd_request *request);
539 NTSTATUS winbindd_sid_to_gid_recv(struct tevent_req *req,
540                                   struct winbindd_response *response);
541
542 struct tevent_req *winbindd_uid_to_sid_send(TALLOC_CTX *mem_ctx,
543                                             struct tevent_context *ev,
544                                             struct winbindd_cli_state *cli,
545                                             struct winbindd_request *request);
546 NTSTATUS winbindd_uid_to_sid_recv(struct tevent_req *req,
547                                   struct winbindd_response *response);
548
549 struct tevent_req *winbindd_gid_to_sid_send(TALLOC_CTX *mem_ctx,
550                                             struct tevent_context *ev,
551                                             struct winbindd_cli_state *cli,
552                                             struct winbindd_request *request);
553 NTSTATUS winbindd_gid_to_sid_recv(struct tevent_req *req,
554                                   struct winbindd_response *response);
555
556 struct tevent_req *winbindd_allocate_uid_send(TALLOC_CTX *mem_ctx,
557                                               struct tevent_context *ev,
558                                               struct winbindd_cli_state *cli,
559                                               struct winbindd_request *request);
560 NTSTATUS winbindd_allocate_uid_recv(struct tevent_req *req,
561                                     struct winbindd_response *response);
562
563 struct tevent_req *winbindd_allocate_gid_send(TALLOC_CTX *mem_ctx,
564                                               struct tevent_context *ev,
565                                               struct winbindd_cli_state *cli,
566                                               struct winbindd_request *request);
567 NTSTATUS winbindd_allocate_gid_recv(struct tevent_req *req,
568                                     struct winbindd_response *response);
569
570 struct tevent_req *wb_queryuser_send(TALLOC_CTX *mem_ctx,
571                                      struct tevent_context *ev,
572                                      const struct dom_sid *user_sid);
573 NTSTATUS wb_queryuser_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
574                            struct wbint_userinfo **pinfo);
575
576 struct tevent_req *wb_getpwsid_send(TALLOC_CTX *mem_ctx,
577                                     struct tevent_context *ev,
578                                     const struct dom_sid *user_sid,
579                                     struct winbindd_pw *pw);
580 NTSTATUS wb_getpwsid_recv(struct tevent_req *req);
581
582 struct tevent_req *winbindd_getpwsid_send(TALLOC_CTX *mem_ctx,
583                                           struct tevent_context *ev,
584                                           struct winbindd_cli_state *cli,
585                                           struct winbindd_request *request);
586 NTSTATUS winbindd_getpwsid_recv(struct tevent_req *req,
587                                 struct winbindd_response *response);
588
589 struct tevent_req *winbindd_getpwnam_send(TALLOC_CTX *mem_ctx,
590                                           struct tevent_context *ev,
591                                           struct winbindd_cli_state *cli,
592                                           struct winbindd_request *request);
593 NTSTATUS winbindd_getpwnam_recv(struct tevent_req *req,
594                                 struct winbindd_response *response);
595
596 struct tevent_req *winbindd_getpwuid_send(TALLOC_CTX *mem_ctx,
597                                           struct tevent_context *ev,
598                                           struct winbindd_cli_state *cli,
599                                           struct winbindd_request *request);
600 NTSTATUS winbindd_getpwuid_recv(struct tevent_req *req,
601                                 struct winbindd_response *response);
602 struct tevent_req *wb_lookupuseraliases_send(TALLOC_CTX *mem_ctx,
603                                              struct tevent_context *ev,
604                                              struct winbindd_domain *domain,
605                                              int num_sids,
606                                              const struct dom_sid *sids);
607 NTSTATUS wb_lookupuseraliases_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
608                                    uint32_t *num_aliases, uint32_t **aliases);
609 struct tevent_req *winbindd_getsidaliases_send(TALLOC_CTX *mem_ctx,
610                                                struct tevent_context *ev,
611                                                struct winbindd_cli_state *cli,
612                                                struct winbindd_request *request);
613 NTSTATUS winbindd_getsidaliases_recv(struct tevent_req *req,
614                                      struct winbindd_response *response);
615 struct tevent_req *wb_lookupusergroups_send(TALLOC_CTX *mem_ctx,
616                                             struct tevent_context *ev,
617                                             struct winbindd_domain *domain,
618                                             const struct dom_sid *sid);
619 NTSTATUS wb_lookupusergroups_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
620                                   int *num_sids, struct dom_sid **sids);
621
622 struct tevent_req *winbindd_getuserdomgroups_send(TALLOC_CTX *mem_ctx,
623                                                   struct tevent_context *ev,
624                                                   struct winbindd_cli_state *cli,
625                                                   struct winbindd_request *request);
626 NTSTATUS winbindd_getuserdomgroups_recv(struct tevent_req *req,
627                                         struct winbindd_response *response);
628 struct tevent_req *wb_gettoken_send(TALLOC_CTX *mem_ctx,
629                                     struct tevent_context *ev,
630                                     const struct dom_sid *sid);
631 NTSTATUS wb_gettoken_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
632                           int *num_sids, struct dom_sid **sids);
633 struct tevent_req *winbindd_getgroups_send(TALLOC_CTX *mem_ctx,
634                                            struct tevent_context *ev,
635                                            struct winbindd_cli_state *cli,
636                                            struct winbindd_request *request);
637 NTSTATUS winbindd_getgroups_recv(struct tevent_req *req,
638                                  struct winbindd_response *response);
639
640 struct tevent_req *wb_seqnum_send(TALLOC_CTX *mem_ctx,
641                                   struct tevent_context *ev,
642                                   struct winbindd_domain *domain);
643 NTSTATUS wb_seqnum_recv(struct tevent_req *req, uint32_t *seqnum);
644
645 struct tevent_req *wb_seqnums_send(TALLOC_CTX *mem_ctx,
646                                    struct tevent_context *ev);
647 NTSTATUS wb_seqnums_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
648                          int *num_domains, struct winbindd_domain ***domains,
649                          NTSTATUS **stati, uint32_t **seqnums);
650
651 struct tevent_req *winbindd_show_sequence_send(TALLOC_CTX *mem_ctx,
652                                                struct tevent_context *ev,
653                                                struct winbindd_cli_state *cli,
654                                                struct winbindd_request *request);
655 NTSTATUS winbindd_show_sequence_recv(struct tevent_req *req,
656                                      struct winbindd_response *response);
657
658 struct tevent_req *wb_group_members_send(TALLOC_CTX *mem_ctx,
659                                          struct tevent_context *ev,
660                                          const struct dom_sid *sid,
661                                          enum lsa_SidType type,
662                                          int max_depth);
663 NTSTATUS wb_group_members_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
664                                struct talloc_dict **members);
665 NTSTATUS add_wbint_Principal_to_dict(TALLOC_CTX *mem_ctx,
666                                      struct dom_sid *sid,
667                                      const char **name,
668                                      enum lsa_SidType type,
669                                      struct talloc_dict *dict);
670
671 struct tevent_req *wb_getgrsid_send(TALLOC_CTX *mem_ctx,
672                                     struct tevent_context *ev,
673                                     const struct dom_sid *group_sid,
674                                     int max_nesting);
675 NTSTATUS wb_getgrsid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
676                           const char **domname, const char **name, gid_t *gid,
677                           struct talloc_dict **members);
678
679 struct tevent_req *winbindd_getgrgid_send(TALLOC_CTX *mem_ctx,
680                                           struct tevent_context *ev,
681                                           struct winbindd_cli_state *cli,
682                                           struct winbindd_request *request);
683 NTSTATUS winbindd_getgrgid_recv(struct tevent_req *req,
684                                 struct winbindd_response *response);
685
686 struct tevent_req *winbindd_getgrnam_send(TALLOC_CTX *mem_ctx,
687                                           struct tevent_context *ev,
688                                           struct winbindd_cli_state *cli,
689                                           struct winbindd_request *request);
690 NTSTATUS winbindd_getgrnam_recv(struct tevent_req *req,
691                                 struct winbindd_response *response);
692
693 struct tevent_req *winbindd_getusersids_send(TALLOC_CTX *mem_ctx,
694                                              struct tevent_context *ev,
695                                              struct winbindd_cli_state *cli,
696                                              struct winbindd_request *request);
697 NTSTATUS winbindd_getusersids_recv(struct tevent_req *req,
698                                    struct winbindd_response *response);
699
700 struct tevent_req *winbindd_lookuprids_send(TALLOC_CTX *mem_ctx,
701                                             struct tevent_context *ev,
702                                             struct winbindd_cli_state *cli,
703                                             struct winbindd_request *request);
704 NTSTATUS winbindd_lookuprids_recv(struct tevent_req *req,
705                                   struct winbindd_response *response);
706
707 struct tevent_req *wb_query_user_list_send(TALLOC_CTX *mem_ctx,
708                                            struct tevent_context *ev,
709                                            struct winbindd_domain *domain);
710 NTSTATUS wb_query_user_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
711                                  int *num_users,
712                                  struct wbint_userinfo **users);
713
714 struct tevent_req *wb_query_group_list_send(TALLOC_CTX *mem_ctx,
715                                             struct tevent_context *ev,
716                                             struct winbindd_domain *domain);
717 NTSTATUS wb_query_group_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
718                                   int *num_users,
719                                   struct wbint_Principal **groups);
720
721
722 struct tevent_req *wb_fill_pwent_send(TALLOC_CTX *mem_ctx,
723                                       struct tevent_context *ev,
724                                       const struct wbint_userinfo *info,
725                                       struct winbindd_pw *pw);
726 NTSTATUS wb_fill_pwent_recv(struct tevent_req *req);
727
728 struct tevent_req *wb_next_pwent_send(TALLOC_CTX *mem_ctx,
729                                       struct tevent_context *ev,
730                                       struct getpwent_state *gstate,
731                                       struct winbindd_pw *pw);
732 NTSTATUS wb_next_pwent_recv(struct tevent_req *req);
733
734 struct tevent_req *winbindd_setpwent_send(TALLOC_CTX *mem_ctx,
735                                           struct tevent_context *ev,
736                                           struct winbindd_cli_state *cli,
737                                           struct winbindd_request *request);
738 NTSTATUS winbindd_setpwent_recv(struct tevent_req *req,
739                                 struct winbindd_response *presp);
740
741 struct tevent_req *winbindd_getpwent_send(TALLOC_CTX *mem_ctx,
742                                           struct tevent_context *ev,
743                                           struct winbindd_cli_state *cli,
744                                           struct winbindd_request *request);
745 NTSTATUS winbindd_getpwent_recv(struct tevent_req *req,
746                                 struct winbindd_response *response);
747
748 struct tevent_req *winbindd_endpwent_send(TALLOC_CTX *mem_ctx,
749                                           struct tevent_context *ev,
750                                           struct winbindd_cli_state *cli,
751                                           struct winbindd_request *request);
752 NTSTATUS winbindd_endpwent_recv(struct tevent_req *req,
753                                 struct winbindd_response *response);
754
755 struct tevent_req *winbindd_dsgetdcname_send(TALLOC_CTX *mem_ctx,
756                                              struct tevent_context *ev,
757                                              struct winbindd_cli_state *cli,
758                                              struct winbindd_request *request);
759 NTSTATUS winbindd_dsgetdcname_recv(struct tevent_req *req,
760                                    struct winbindd_response *response);
761
762 struct tevent_req *wb_dsgetdcname_send(TALLOC_CTX *mem_ctx,
763                                        struct tevent_context *ev,
764                                        const char *domain_name,
765                                        const struct GUID *domain_guid,
766                                        const char *site_name,
767                                        uint32_t flags);
768 NTSTATUS wb_dsgetdcname_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
769                              struct netr_DsRGetDCNameInfo **pdcinfo);
770
771 struct tevent_req *winbindd_getdcname_send(TALLOC_CTX *mem_ctx,
772                                            struct tevent_context *ev,
773                                            struct winbindd_cli_state *cli,
774                                            struct winbindd_request *request);
775 NTSTATUS winbindd_getdcname_recv(struct tevent_req *req,
776                                  struct winbindd_response *response);
777
778 struct tevent_req *wb_next_grent_send(TALLOC_CTX *mem_ctx,
779                                       struct tevent_context *ev,
780                                       int max_nesting,
781                                       struct getgrent_state *gstate,
782                                       struct winbindd_gr *gr);
783 NTSTATUS wb_next_grent_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
784                             struct talloc_dict **members);
785
786 struct tevent_req *winbindd_setgrent_send(TALLOC_CTX *mem_ctx,
787                                           struct tevent_context *ev,
788                                           struct winbindd_cli_state *cli,
789                                           struct winbindd_request *request);
790 NTSTATUS winbindd_setgrent_recv(struct tevent_req *req,
791                                 struct winbindd_response *response);
792 struct tevent_req *winbindd_getgrent_send(TALLOC_CTX *mem_ctx,
793                                           struct tevent_context *ev,
794                                           struct winbindd_cli_state *cli,
795                                           struct winbindd_request *request);
796 NTSTATUS winbindd_getgrent_recv(struct tevent_req *req,
797                                 struct winbindd_response *response);
798 struct tevent_req *winbindd_endgrent_send(TALLOC_CTX *mem_ctx,
799                                           struct tevent_context *ev,
800                                           struct winbindd_cli_state *cli,
801                                           struct winbindd_request *request);
802 NTSTATUS winbindd_endgrent_recv(struct tevent_req *req,
803                                 struct winbindd_response *response);
804
805 struct tevent_req *winbindd_list_users_send(TALLOC_CTX *mem_ctx,
806                                             struct tevent_context *ev,
807                                             struct winbindd_cli_state *cli,
808                                             struct winbindd_request *request);
809 NTSTATUS winbindd_list_users_recv(struct tevent_req *req,
810                                   struct winbindd_response *response);
811
812 struct tevent_req *winbindd_list_groups_send(TALLOC_CTX *mem_ctx,
813                                              struct tevent_context *ev,
814                                              struct winbindd_cli_state *cli,
815                                              struct winbindd_request *request);
816 NTSTATUS winbindd_list_groups_recv(struct tevent_req *req,
817                                    struct winbindd_response *response);
818
819 struct tevent_req *winbindd_check_machine_acct_send(TALLOC_CTX *mem_ctx,
820                                                     struct tevent_context *ev,
821                                                     struct winbindd_cli_state *cli,
822                                                     struct winbindd_request *request);
823 NTSTATUS winbindd_check_machine_acct_recv(struct tevent_req *req,
824                                           struct winbindd_response *presp);
825
826 struct tevent_req *winbindd_ping_dc_send(TALLOC_CTX *mem_ctx,
827                                          struct tevent_context *ev,
828                                          struct winbindd_cli_state *cli,
829                                          struct winbindd_request *request);
830 NTSTATUS winbindd_ping_dc_recv(struct tevent_req *req,
831                                struct winbindd_response *presp);
832
833 struct tevent_req *winbindd_change_machine_acct_send(TALLOC_CTX *mem_ctx,
834                                                      struct tevent_context *ev,
835                                                      struct winbindd_cli_state *cli,
836                                                      struct winbindd_request *request);
837 NTSTATUS winbindd_change_machine_acct_recv(struct tevent_req *req,
838                                            struct winbindd_response *presp);
839
840 struct tevent_req *winbindd_pam_auth_send(TALLOC_CTX *mem_ctx,
841                                           struct tevent_context *ev,
842                                           struct winbindd_cli_state *cli,
843                                           struct winbindd_request *request);
844 NTSTATUS winbindd_pam_auth_recv(struct tevent_req *req,
845                                 struct winbindd_response *response);
846
847 struct tevent_req *winbindd_pam_auth_crap_send(
848         TALLOC_CTX *mem_ctx,
849         struct tevent_context *ev,
850         struct winbindd_cli_state *cli,
851         struct winbindd_request *request);
852 NTSTATUS winbindd_pam_auth_crap_recv(struct tevent_req *req,
853                                      struct winbindd_response *response);
854
855 struct tevent_req *winbindd_pam_chauthtok_send(
856         TALLOC_CTX *mem_ctx,
857         struct tevent_context *ev,
858         struct winbindd_cli_state *cli,
859         struct winbindd_request *request);
860 NTSTATUS winbindd_pam_chauthtok_recv(struct tevent_req *req,
861                                      struct winbindd_response *response);
862
863 struct tevent_req *winbindd_pam_logoff_send(TALLOC_CTX *mem_ctx,
864                                             struct tevent_context *ev,
865                                             struct winbindd_cli_state *cli,
866                                             struct winbindd_request *request);
867 NTSTATUS winbindd_pam_logoff_recv(struct tevent_req *req,
868                                   struct winbindd_response *response);
869
870 struct tevent_req *winbindd_pam_chng_pswd_auth_crap_send(
871         TALLOC_CTX *mem_ctx,
872         struct tevent_context *ev,
873         struct winbindd_cli_state *cli,
874         struct winbindd_request *request);
875 NTSTATUS winbindd_pam_chng_pswd_auth_crap_recv(
876         struct tevent_req *req,
877         struct winbindd_response *response);
878
879 struct tevent_req *wb_lookupsids_send(TALLOC_CTX *mem_ctx,
880                                       struct tevent_context *ev,
881                                       struct dom_sid *sids,
882                                       uint32_t num_sids);
883 NTSTATUS wb_lookupsids_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
884                             struct lsa_RefDomainList **domains,
885                             struct lsa_TransNameArray **names);
886
887 struct tevent_req *wb_sids2xids_send(TALLOC_CTX *mem_ctx,
888                                      struct tevent_context *ev,
889                                      const struct dom_sid *sids,
890                                      const uint32_t num_sids);
891 NTSTATUS wb_sids2xids_recv(struct tevent_req *req,
892                            struct unixid xids[], uint32_t num_xids);
893 struct tevent_req *winbindd_sids_to_xids_send(TALLOC_CTX *mem_ctx,
894                                               struct tevent_context *ev,
895                                               struct winbindd_cli_state *cli,
896                                               struct winbindd_request *request);
897 NTSTATUS winbindd_sids_to_xids_recv(struct tevent_req *req,
898                                     struct winbindd_response *response);
899 struct tevent_req *wb_xids2sids_send(TALLOC_CTX *mem_ctx,
900                                      struct tevent_context *ev,
901                                      struct unixid *xids,
902                                      uint32_t num_xids);
903 NTSTATUS wb_xids2sids_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
904                            struct dom_sid **sids);
905 struct tevent_req *winbindd_xids_to_sids_send(TALLOC_CTX *mem_ctx,
906                                               struct tevent_context *ev,
907                                               struct winbindd_cli_state *cli,
908                                               struct winbindd_request *request);
909 NTSTATUS winbindd_xids_to_sids_recv(struct tevent_req *req,
910                                     struct winbindd_response *response);
911 struct tevent_req *winbindd_wins_byip_send(TALLOC_CTX *mem_ctx,
912                                            struct tevent_context *ev,
913                                            struct winbindd_cli_state *cli,
914                                            struct winbindd_request *request);
915 NTSTATUS winbindd_wins_byip_recv(struct tevent_req *req,
916                                  struct winbindd_response *presp);
917 struct tevent_req *winbindd_wins_byname_send(TALLOC_CTX *mem_ctx,
918                                              struct tevent_context *ev,
919                                              struct winbindd_cli_state *cli,
920                                              struct winbindd_request *request);
921 NTSTATUS winbindd_wins_byname_recv(struct tevent_req *req,
922                                    struct winbindd_response *presp);
923
924
925 /* The following definitions come from winbindd/winbindd_samr.c  */
926
927 NTSTATUS open_internal_samr_conn(TALLOC_CTX *mem_ctx,
928                                  struct winbindd_domain *domain,
929                                  struct rpc_pipe_client **samr_pipe,
930                                  struct policy_handle *samr_domain_hnd);
931 NTSTATUS open_internal_lsa_conn(TALLOC_CTX *mem_ctx,
932                                 struct rpc_pipe_client **lsa_pipe,
933                                 struct policy_handle *lsa_hnd);
934
935 /* The following definitions come from winbindd/winbindd_ads.c  */
936 ADS_STATUS ads_idmap_cached_connection(ADS_STRUCT **adsp, const char *dom_name);
937
938 /* The following definitions come from winbindd/winbindd_irpc.c  */
939 NTSTATUS wb_irpc_register(void);
940
941 /* The following definitions come from winbindd/winbindd_reconnect.c  */
942 bool reconnect_need_retry(NTSTATUS status, struct winbindd_domain *domain);
943
944 #endif /*  _WINBINDD_PROTO_H_  */