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