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