source: trunk/server/source3/winbindd/winbindd_proto.h

Last change on this file was 862, checked in by Silvan Scherrer, 11 years ago

Samba Server: update trunk to 3.6.23

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