source: vendor/3.6.0/source3/winbindd/winbindd_proto.h

Last change on this file was 740, checked in by Silvan Scherrer, 13 years ago

Samba Server: update vendor to 3.6.0

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