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