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