s3: Add wbinfo --dc-info
[obnox/samba-ctdb.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 bool register_message_flags(bool doreg, uint32 msg_flags);
48
49 /* The following definitions come from winbindd/winbindd.c  */
50
51 struct event_context *winbind_event_context(void);
52 struct messaging_context *winbind_messaging_context(void);
53 void add_fd_event(struct winbindd_fd_event *ev);
54 void remove_fd_event(struct winbindd_fd_event *ev);
55 void setup_async_read(struct winbindd_fd_event *event, void *data, size_t length,
56                       void (*finished)(void *private_data, bool success),
57                       void *private_data);
58 void setup_async_write(struct winbindd_fd_event *event, void *data, size_t length,
59                        void (*finished)(void *private_data, bool success),
60                        void *private_data);
61 void request_error(struct winbindd_cli_state *state);
62 void request_ok(struct winbindd_cli_state *state);
63 bool winbindd_setup_sig_term_handler(bool parent);
64 bool winbindd_setup_sig_hup_handler(const char *lfile);
65 bool winbindd_use_idmap_cache(void);
66 bool winbindd_use_cache(void);
67 int main(int argc, char **argv, char **envp);
68
69 /* The following definitions come from winbindd/winbindd_ads.c  */
70
71 /* The following definitions come from winbindd/winbindd_rpc.c  */
72
73 NTSTATUS winbindd_lookup_sids(TALLOC_CTX *mem_ctx,
74                               struct winbindd_domain *domain,
75                               uint32_t num_sids,
76                               const struct dom_sid *sids,
77                               char ***domains,
78                               char ***names,
79                               enum lsa_SidType **types);
80 NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx,
81                                struct winbindd_domain *domain,
82                                uint32_t num_names,
83                                const char **names,
84                                const char ***domains,
85                                struct dom_sid **sids,
86                                enum lsa_SidType **types);
87
88 /* The following definitions come from winbindd/winbindd_async.c  */
89
90 void do_async(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
91               const struct winbindd_request *request,
92               void (*cont)(TALLOC_CTX *mem_ctx, bool success,
93                            struct winbindd_response *response,
94                            void *c, void *private_data),
95               void *c, void *private_data);
96 void winbindd_lookupsid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
97                               void (*cont)(void *private_data, bool success,
98                                            const char *dom_name,
99                                            const char *name,
100                                            enum lsa_SidType type),
101                               void *private_data);
102 enum winbindd_result winbindd_dual_lookupsid(struct winbindd_domain *domain,
103                                              struct winbindd_cli_state *state);
104 void winbindd_lookupname_async(TALLOC_CTX *mem_ctx,
105                                const char *dom_name, const char *name,
106                                void (*cont)(void *private_data, bool success,
107                                             const DOM_SID *sid,
108                                             enum lsa_SidType type),
109                                enum winbindd_cmd orig_cmd,
110                                void *private_data);
111 enum winbindd_result winbindd_dual_lookupname(struct winbindd_domain *domain,
112                                               struct winbindd_cli_state *state);
113 void winbindd_listent_async(TALLOC_CTX *mem_ctx,
114                                struct winbindd_domain *domain,
115                                void (*cont)(void *private_data, bool success,
116                                      fstring dom_name, char* extra_data),
117                                void *private_data, enum ent_type type);
118 enum winbindd_result winbindd_dual_list_users(struct winbindd_domain *domain,
119                                               struct winbindd_cli_state *state);
120 enum winbindd_result winbindd_dual_list_groups(struct winbindd_domain *domain,
121                                                struct winbindd_cli_state *state);
122 bool print_sidlist(TALLOC_CTX *mem_ctx, const DOM_SID *sids,
123                    size_t num_sids, char **result, ssize_t *len);
124 bool parse_sidlist(TALLOC_CTX *mem_ctx, char *sidstr,
125                    DOM_SID **sids, size_t *num_sids);
126 enum winbindd_result winbindd_dual_lookuprids(struct winbindd_domain *domain,
127                                               struct winbindd_cli_state *state);
128 void winbindd_getsidaliases_async(struct winbindd_domain *domain,
129                                   TALLOC_CTX *mem_ctx,
130                                   const DOM_SID *sids, size_t num_sids,
131                                   void (*cont)(void *private_data,
132                                                bool success,
133                                                const DOM_SID *aliases,
134                                                size_t num_aliases),
135                                   void *private_data);
136 enum winbindd_result winbindd_dual_getsidaliases(struct winbindd_domain *domain,
137                                                  struct winbindd_cli_state *state);
138 void winbindd_gettoken_async(TALLOC_CTX *mem_ctx, const DOM_SID *user_sid,
139                              void (*cont)(void *private_data, bool success,
140                                           DOM_SID *sids, size_t num_sids),
141                              void *private_data);
142 void query_user_async(TALLOC_CTX *mem_ctx, struct winbindd_domain *domain,
143                       const DOM_SID *sid,
144                       void (*cont)(void *private_data, bool success,
145                                    const char *acct_name,
146                                    const char *full_name,
147                                    const char *homedir,
148                                    const char *shell,
149                                    gid_t gid,
150                                    uint32 group_rid),
151                       void *private_data);
152
153 /* The following definitions come from winbindd/winbindd_cache.c  */
154
155 void winbindd_check_cache_size(time_t t);
156 struct cache_entry *centry_start(struct winbindd_domain *domain, NTSTATUS status);
157 NTSTATUS wcache_cached_creds_exist(struct winbindd_domain *domain, const DOM_SID *sid);
158 NTSTATUS wcache_get_creds(struct winbindd_domain *domain, 
159                           TALLOC_CTX *mem_ctx, 
160                           const DOM_SID *sid,
161                           const uint8 **cached_nt_pass,
162                           const uint8 **cached_salt);
163 NTSTATUS wcache_save_creds(struct winbindd_domain *domain, 
164                            TALLOC_CTX *mem_ctx, 
165                            const DOM_SID *sid, 
166                            const uint8 nt_pass[NT_HASH_LEN]);
167 void wcache_invalidate_samlogon(struct winbindd_domain *domain, 
168                                 struct netr_SamInfo3 *info3);
169 bool wcache_invalidate_cache(void);
170 bool init_wcache(void);
171 bool initialize_winbindd_cache(void);
172 void close_winbindd_cache(void);
173 void cache_store_response(pid_t pid, struct winbindd_response *response);
174 bool cache_retrieve_response(pid_t pid, struct winbindd_response * response);
175 void cache_cleanup_response(pid_t pid);
176 bool lookup_cached_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
177                        char **domain_name, char **name,
178                        enum lsa_SidType *type);
179 bool lookup_cached_name(TALLOC_CTX *mem_ctx,
180                         const char *domain_name,
181                         const char *name,
182                         DOM_SID *sid,
183                         enum lsa_SidType *type);
184 void cache_name2sid(struct winbindd_domain *domain, 
185                     const char *domain_name, const char *name,
186                     enum lsa_SidType type, const DOM_SID *sid);
187 void wcache_flush_cache(void);
188 NTSTATUS wcache_count_cached_creds(struct winbindd_domain *domain, int *count);
189 NTSTATUS wcache_remove_oldest_cached_creds(struct winbindd_domain *domain, const DOM_SID *sid) ;
190 bool set_global_winbindd_state_offline(void);
191 void set_global_winbindd_state_online(void);
192 bool get_global_winbindd_state_offline(void);
193 int winbindd_validate_cache(void);
194 int winbindd_validate_cache_nobackup(void);
195 bool winbindd_cache_validate_and_initialize(void);
196 bool wcache_tdc_fetch_list( struct winbindd_tdc_domain **domains, size_t *num_domains );
197 bool wcache_tdc_add_domain( struct winbindd_domain *domain );
198 struct winbindd_tdc_domain * wcache_tdc_fetch_domain( TALLOC_CTX *ctx, const char *name );
199 void wcache_tdc_clear( void );
200 NTSTATUS nss_get_info_cached( struct winbindd_domain *domain, 
201                               const DOM_SID *user_sid,
202                               TALLOC_CTX *ctx,
203                               ADS_STRUCT *ads, LDAPMessage *msg,
204                               char **homedir, char **shell, char **gecos,
205                               gid_t *p_gid);
206
207 /* The following definitions come from winbindd/winbindd_ccache_access.c  */
208
209 void winbindd_ccache_ntlm_auth(struct winbindd_cli_state *state);
210 enum winbindd_result winbindd_dual_ccache_ntlm_auth(struct winbindd_domain *domain,
211                                                 struct winbindd_cli_state *state);
212
213 /* The following definitions come from winbindd/winbindd_cm.c  */
214
215 void set_domain_offline(struct winbindd_domain *domain);
216 void set_domain_online_request(struct winbindd_domain *domain);
217 void winbind_add_failed_connection_entry(const struct winbindd_domain *domain,
218                                         const char *server,
219                                         NTSTATUS result);
220 void invalidate_cm_connection(struct winbindd_cm_conn *conn);
221 void close_conns_after_fork(void);
222 NTSTATUS init_dc_connection(struct winbindd_domain *domain);
223 NTSTATUS cm_connect_sam(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
224                         struct rpc_pipe_client **cli, struct policy_handle *sam_handle);
225 NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
226                         struct rpc_pipe_client **cli, struct policy_handle *lsa_policy);
227 NTSTATUS cm_connect_lsa_tcp(struct winbindd_domain *domain,
228                             TALLOC_CTX *mem_ctx,
229                             struct rpc_pipe_client **cli);
230 NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain,
231                              struct rpc_pipe_client **cli);
232 bool fetch_current_dc_from_gencache(TALLOC_CTX *mem_ctx,
233                                     const char *domain_name,
234                                     char **p_dc_name, char **p_dc_ip);
235
236 /* The following definitions come from winbindd/winbindd_cred_cache.c  */
237
238 bool ccache_entry_exists(const char *username);
239 bool ccache_entry_identical(const char *username,
240                             uid_t uid,
241                             const char *ccname);
242 void ccache_remove_all_after_fork(void);
243 void ccache_regain_all_now(void);
244 NTSTATUS add_ccache_to_list(const char *princ_name,
245                             const char *ccname,
246                             const char *service,
247                             const char *username,
248                             const char *realm,
249                             uid_t uid,
250                             time_t create_time,
251                             time_t ticket_end,
252                             time_t renew_until,
253                             bool postponed_request);
254 NTSTATUS remove_ccache(const char *username);
255 struct WINBINDD_MEMORY_CREDS *find_memory_creds_by_name(const char *username);
256 NTSTATUS winbindd_add_memory_creds(const char *username,
257                                    uid_t uid,
258                                    const char *pass);
259 NTSTATUS winbindd_delete_memory_creds(const char *username);
260 NTSTATUS winbindd_replace_memory_creds(const char *username,
261                                        const char *pass);
262
263 /* The following definitions come from winbindd/winbindd_creds.c  */
264
265 NTSTATUS winbindd_get_creds(struct winbindd_domain *domain,
266                             TALLOC_CTX *mem_ctx,
267                             const DOM_SID *sid,
268                             struct netr_SamInfo3 **info3,
269                             const uint8 *cached_nt_pass[NT_HASH_LEN],
270                             const uint8 *cred_salt[NT_HASH_LEN]);
271 NTSTATUS winbindd_store_creds(struct winbindd_domain *domain,
272                               TALLOC_CTX *mem_ctx, 
273                               const char *user, 
274                               const char *pass, 
275                               struct netr_SamInfo3 *info3,
276                               const DOM_SID *user_sid);
277 NTSTATUS winbindd_update_creds_by_info3(struct winbindd_domain *domain,
278                                         TALLOC_CTX *mem_ctx,
279                                         const char *user,
280                                         const char *pass,
281                                         struct netr_SamInfo3 *info3);
282 NTSTATUS winbindd_update_creds_by_sid(struct winbindd_domain *domain,
283                                       TALLOC_CTX *mem_ctx,
284                                       const DOM_SID *sid,
285                                       const char *pass);
286 NTSTATUS winbindd_update_creds_by_name(struct winbindd_domain *domain,
287                                        TALLOC_CTX *mem_ctx,
288                                        const char *user,
289                                        const char *pass);
290
291 /* The following definitions come from winbindd/winbindd_domain.c  */
292
293 void setup_domain_child(struct winbindd_domain *domain);
294
295 /* The following definitions come from winbindd/winbindd_dual.c  */
296
297 void async_request(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
298                    struct winbindd_request *request,
299                    struct winbindd_response *response,
300                    void (*continuation)(void *private_data, bool success),
301                    void *private_data);
302 void async_domain_request(TALLOC_CTX *mem_ctx,
303                           struct winbindd_domain *domain,
304                           struct winbindd_request *request,
305                           struct winbindd_response *response,
306                           void (*continuation)(void *private_data_data, bool success),
307                           void *private_data_data);
308 void sendto_child(struct winbindd_cli_state *state,
309                   struct winbindd_child *child);
310 void sendto_domain(struct winbindd_cli_state *state,
311                    struct winbindd_domain *domain);
312 void setup_child(struct winbindd_child *child,
313                  const struct winbindd_child_dispatch_table *table,
314                  const char *logprefix,
315                  const char *logname);
316 void winbind_child_died(pid_t pid);
317 void winbindd_flush_negative_conn_cache(struct winbindd_domain *domain);
318 void winbind_msg_debug(struct messaging_context *msg_ctx,
319                          void *private_data,
320                          uint32_t msg_type,
321                          struct server_id server_id,
322                          DATA_BLOB *data);
323 void winbind_msg_offline(struct messaging_context *msg_ctx,
324                          void *private_data,
325                          uint32_t msg_type,
326                          struct server_id server_id,
327                          DATA_BLOB *data);
328 void winbind_msg_online(struct messaging_context *msg_ctx,
329                         void *private_data,
330                         uint32_t msg_type,
331                         struct server_id server_id,
332                         DATA_BLOB *data);
333 void winbind_msg_onlinestatus(struct messaging_context *msg_ctx,
334                               void *private_data,
335                               uint32_t msg_type,
336                               struct server_id server_id,
337                               DATA_BLOB *data);
338 void winbind_msg_dump_event_list(struct messaging_context *msg_ctx,
339                                  void *private_data,
340                                  uint32_t msg_type,
341                                  struct server_id server_id,
342                                  DATA_BLOB *data);
343 void winbind_msg_dump_domain_list(struct messaging_context *msg_ctx,
344                                   void *private_data,
345                                   uint32_t msg_type,
346                                   struct server_id server_id,
347                                   DATA_BLOB *data);
348 void winbind_msg_ip_dropped(struct messaging_context *msg_ctx,
349                             void *private_data,
350                             uint32_t msg_type,
351                             struct server_id server_id,
352                             DATA_BLOB *data);
353 void winbind_msg_ip_dropped_parent(struct messaging_context *msg_ctx,
354                                    void *private_data,
355                                    uint32_t msg_type,
356                                    struct server_id server_id,
357                                    DATA_BLOB *data);
358 bool winbindd_reinit_after_fork(const char *logfilename);
359
360 /* The following definitions come from winbindd/winbindd_group.c  */
361
362 void winbindd_getgrnam(struct winbindd_cli_state *state);
363 void winbindd_getgrgid(struct winbindd_cli_state *state);
364 void winbindd_setgrent(struct winbindd_cli_state *state);
365 void winbindd_endgrent(struct winbindd_cli_state *state);
366 void winbindd_getgrent(struct winbindd_cli_state *state);
367 void winbindd_list_groups(struct winbindd_cli_state *state);
368 void winbindd_getgroups(struct winbindd_cli_state *state);
369 void winbindd_getusersids(struct winbindd_cli_state *state);
370 void winbindd_getuserdomgroups(struct winbindd_cli_state *state);
371 void winbindd_getsidaliases(struct winbindd_cli_state *state);
372 enum winbindd_result winbindd_dual_getuserdomgroups(struct winbindd_domain *domain,
373                                                     struct winbindd_cli_state *state);
374 bool get_sam_group_entries(struct getent_state *ent);
375
376
377 /* The following definitions come from winbindd/winbindd_idmap.c  */
378
379 void init_idmap_child(void);
380 struct winbindd_child *idmap_child(void);
381 void winbindd_sids2xids_async(TALLOC_CTX *mem_ctx, void *sids, int size,
382                          void (*cont)(void *private_data, bool success, void *data, int len),
383                          void *private_data);
384 enum winbindd_result winbindd_dual_sids2xids(struct winbindd_domain *domain,
385                                            struct winbindd_cli_state *state);
386 void winbindd_sid2uid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
387                          void (*cont)(void *private_data, bool success, uid_t uid),
388                          void *private_data);
389 enum winbindd_result winbindd_dual_sid2uid(struct winbindd_domain *domain,
390                                            struct winbindd_cli_state *state);
391 void winbindd_sid2gid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
392                          void (*cont)(void *private_data, bool success, gid_t gid),
393                          void *private_data);
394 enum winbindd_result winbindd_dual_sid2gid(struct winbindd_domain *domain,
395                                            struct winbindd_cli_state *state);
396 void winbindd_uid2sid_async(TALLOC_CTX *mem_ctx, uid_t uid,
397                             void (*cont)(void *private_data, bool success, const char *sid),
398                             void *private_data);
399 enum winbindd_result winbindd_dual_uid2sid(struct winbindd_domain *domain,
400                                            struct winbindd_cli_state *state);
401 void winbindd_gid2sid_async(TALLOC_CTX *mem_ctx, gid_t gid,
402                             void (*cont)(void *private_data, bool success, const char *sid),
403                             void *private_data);
404 enum winbindd_result winbindd_dual_gid2sid(struct winbindd_domain *domain,
405                                            struct winbindd_cli_state *state);
406
407 /* The following definitions come from winbindd/winbindd_locator.c  */
408
409 void init_locator_child(void);
410 struct winbindd_child *locator_child(void);
411 void winbindd_dsgetdcname(struct winbindd_cli_state *state);
412
413 /* The following definitions come from winbindd/winbindd_misc.c  */
414
415 void winbindd_check_machine_acct(struct winbindd_cli_state *state);
416 enum winbindd_result winbindd_dual_check_machine_acct(struct winbindd_domain *domain,
417                                                       struct winbindd_cli_state *state);
418 void winbindd_ping_dc(struct winbindd_cli_state *state);
419 enum winbindd_result winbindd_dual_ping_dc(struct winbindd_domain *domain,
420                                            struct winbindd_cli_state *state);
421 void winbindd_list_ent(struct winbindd_cli_state *state, enum ent_type type);
422 void winbindd_list_trusted_domains(struct winbindd_cli_state *state);
423 enum winbindd_result winbindd_dual_list_trusted_domains(struct winbindd_domain *domain,
424                                                         struct winbindd_cli_state *state);
425 void winbindd_getdcname(struct winbindd_cli_state *state);
426 enum winbindd_result winbindd_dual_getdcname(struct winbindd_domain *domain,
427                                              struct winbindd_cli_state *state);
428 void winbindd_show_sequence(struct winbindd_cli_state *state);
429 enum winbindd_result winbindd_dual_show_sequence(struct winbindd_domain *domain,
430                                                  struct winbindd_cli_state *state);
431 void winbindd_domain_info(struct winbindd_cli_state *state);
432 void winbindd_dc_info(struct winbindd_cli_state *state);
433 void winbindd_ping(struct winbindd_cli_state *state);
434 void winbindd_info(struct winbindd_cli_state *state);
435 void winbindd_interface_version(struct winbindd_cli_state *state);
436 void winbindd_domain_name(struct winbindd_cli_state *state);
437 void winbindd_netbios_name(struct winbindd_cli_state *state);
438 void winbindd_priv_pipe_dir(struct winbindd_cli_state *state);
439
440 /* The following definitions come from winbindd/winbindd_ndr.c  */
441
442 void ndr_print_winbindd_child(struct ndr_print *ndr,
443                               const char *name,
444                               const struct winbindd_child *r);
445 void ndr_print_winbindd_cm_conn(struct ndr_print *ndr,
446                                 const char *name,
447                                 const struct winbindd_cm_conn *r);
448 void ndr_print_winbindd_methods(struct ndr_print *ndr,
449                                 const char *name,
450                                 const struct winbindd_methods *r);
451 void ndr_print_winbindd_domain(struct ndr_print *ndr,
452                                const char *name,
453                                const struct winbindd_domain *r);
454
455 /* The following definitions come from winbindd/winbindd_pam.c  */
456
457 struct winbindd_domain *find_auth_domain(struct winbindd_cli_state *state, 
458                                         const char *domain_name);
459 void winbindd_pam_auth(struct winbindd_cli_state *state);
460 NTSTATUS winbindd_dual_pam_auth_cached(struct winbindd_domain *domain,
461                                        struct winbindd_cli_state *state,
462                                        struct netr_SamInfo3 **info3);
463 NTSTATUS winbindd_dual_pam_auth_kerberos(struct winbindd_domain *domain,
464                                          struct winbindd_cli_state *state, 
465                                          struct netr_SamInfo3 **info3);
466 NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
467                                          struct winbindd_cli_state *state,
468                                          struct netr_SamInfo3 **info3);
469 enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
470                                             struct winbindd_cli_state *state) ;
471 void winbindd_pam_auth_crap(struct winbindd_cli_state *state);
472 enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain,
473                                                  struct winbindd_cli_state *state) ;
474 void winbindd_pam_chauthtok(struct winbindd_cli_state *state);
475 enum winbindd_result winbindd_dual_pam_chauthtok(struct winbindd_domain *contact_domain,
476                                                  struct winbindd_cli_state *state);
477 void winbindd_pam_logoff(struct winbindd_cli_state *state);
478 enum winbindd_result winbindd_dual_pam_logoff(struct winbindd_domain *domain,
479                                               struct winbindd_cli_state *state) ;
480 void winbindd_pam_chng_pswd_auth_crap(struct winbindd_cli_state *state);
481 enum winbindd_result winbindd_dual_pam_chng_pswd_auth_crap(struct winbindd_domain *domainSt, struct winbindd_cli_state *state);
482
483 /* The following definitions come from winbindd/winbindd_passdb.c  */
484
485
486 /* The following definitions come from winbindd/winbindd_reconnect.c  */
487
488
489 /* The following definitions come from winbindd/winbindd_sid.c  */
490
491 void winbindd_lookupsid(struct winbindd_cli_state *state);
492 void winbindd_lookupname(struct winbindd_cli_state *state);
493 void winbindd_lookuprids(struct winbindd_cli_state *state);
494 void winbindd_sid_to_uid(struct winbindd_cli_state *state);
495 void winbindd_sid_to_gid(struct winbindd_cli_state *state);
496 void winbindd_uid_to_sid(struct winbindd_cli_state *state);
497 void winbindd_gid_to_sid(struct winbindd_cli_state *state);
498 void winbindd_allocate_uid(struct winbindd_cli_state *state);
499 enum winbindd_result winbindd_dual_allocate_uid(struct winbindd_domain *domain,
500                                                 struct winbindd_cli_state *state);
501 void winbindd_allocate_gid(struct winbindd_cli_state *state);
502 enum winbindd_result winbindd_dual_allocate_gid(struct winbindd_domain *domain,
503                                                 struct winbindd_cli_state *state);
504
505 /* The following definitions come from winbindd/winbindd_user.c  */
506
507 enum winbindd_result winbindd_dual_userinfo(struct winbindd_domain *domain,
508                                             struct winbindd_cli_state *state);
509 void winbindd_getpwnam(struct winbindd_cli_state *state);
510 void winbindd_getpwuid(struct winbindd_cli_state *state);
511 void winbindd_getpwsid(struct winbindd_cli_state *state);
512 void winbindd_setpwent(struct winbindd_cli_state *state);
513 void winbindd_endpwent(struct winbindd_cli_state *state);
514 void winbindd_getpwent(struct winbindd_cli_state *state);
515 void winbindd_list_users(struct winbindd_cli_state *state);
516
517 /* The following definitions come from winbindd/winbindd_util.c  */
518
519 struct winbindd_domain *domain_list(void);
520 void free_domain_list(void);
521 void rescan_trusted_domains( void );
522 enum winbindd_result init_child_connection(struct winbindd_domain *domain,
523                                            void (*continuation)(void *private_data,
524                                                                 bool success),
525                                            void *private_data);
526 enum winbindd_result winbindd_dual_init_connection(struct winbindd_domain *domain,
527                                                    struct winbindd_cli_state *state);
528 bool init_domain_list(void);
529 void check_domain_trusted( const char *name, const DOM_SID *user_sid );
530 struct winbindd_domain *find_domain_from_name_noinit(const char *domain_name);
531 struct winbindd_domain *find_domain_from_name(const char *domain_name);
532 struct winbindd_domain *find_domain_from_sid_noinit(const DOM_SID *sid);
533 struct winbindd_domain *find_domain_from_sid(const DOM_SID *sid);
534 struct winbindd_domain *find_our_domain(void);
535 struct winbindd_domain *find_root_domain(void);
536 struct winbindd_domain *find_builtin_domain(void);
537 struct winbindd_domain *find_lookup_domain_from_sid(const DOM_SID *sid);
538 struct winbindd_domain *find_lookup_domain_from_name(const char *domain_name);
539 bool winbindd_lookup_sid_by_name(TALLOC_CTX *mem_ctx,
540                                  enum winbindd_cmd orig_cmd,
541                                  struct winbindd_domain *domain, 
542                                  const char *domain_name,
543                                  const char *name, DOM_SID *sid, 
544                                  enum lsa_SidType *type);
545 bool winbindd_lookup_name_by_sid(TALLOC_CTX *mem_ctx,
546                                  struct winbindd_domain *domain,
547                                  DOM_SID *sid,
548                                  char **dom_name,
549                                  char **name,
550                                  enum lsa_SidType *type);
551 void free_getent_state(struct getent_state *state);
552 bool parse_domain_user(const char *domuser, fstring domain, fstring user);
553 bool parse_domain_user_talloc(TALLOC_CTX *mem_ctx, const char *domuser,
554                               char **domain, char **user);
555 void parse_add_domuser(void *buf, char *domuser, int *len);
556 bool canonicalize_username(fstring username_inout, fstring domain, fstring user);
557 void fill_domain_username(fstring name, const char *domain, const char *user, bool can_assume);
558 char *fill_domain_username_talloc(TALLOC_CTX *ctx,
559                                   const char *domain,
560                                   const char *user,
561                                   bool can_assume);
562 const char *get_winbind_pipe_dir(void) ;
563 char *get_winbind_priv_pipe_dir(void) ;
564 int open_winbindd_socket(void);
565 int open_winbindd_priv_socket(void);
566 struct winbindd_cli_state *winbindd_client_list(void);
567 void winbindd_add_client(struct winbindd_cli_state *cli);
568 void winbindd_remove_client(struct winbindd_cli_state *cli);
569 void winbindd_kill_all_clients(void);
570 int winbindd_num_clients(void);
571 NTSTATUS lookup_usergroups_cached(struct winbindd_domain *domain,
572                                   TALLOC_CTX *mem_ctx,
573                                   const DOM_SID *user_sid,
574                                   uint32 *p_num_groups, DOM_SID **user_sids);
575
576 NTSTATUS normalize_name_map(TALLOC_CTX *mem_ctx,
577                             struct winbindd_domain *domain,
578                             char *name,
579                             char **normalized);
580 NTSTATUS normalize_name_unmap(TALLOC_CTX *mem_ctx,
581                               char *name,
582                               char **normalized);
583
584 NTSTATUS resolve_username_to_alias(TALLOC_CTX *mem_ctx,
585                                    struct winbindd_domain *domain,
586                                    const char *name, char **alias);
587 NTSTATUS resolve_alias_to_username(TALLOC_CTX *mem_ctx,
588                                    struct winbindd_domain *domain,
589                                    const char *alias, char **name);
590
591 bool winbindd_can_contact_domain(struct winbindd_domain *domain);
592 bool winbindd_internal_child(struct winbindd_child *child);
593 void winbindd_set_locator_kdc_envs(const struct winbindd_domain *domain);
594 void winbindd_unset_locator_kdc_env(const struct winbindd_domain *domain);
595 void winbindd_set_locator_kdc_envs(const struct winbindd_domain *domain);
596 void winbindd_unset_locator_kdc_env(const struct winbindd_domain *domain);
597 void set_auth_errors(struct winbindd_response *resp, NTSTATUS result);
598
599 /* The following definitions come from winbindd/winbindd_wins.c  */
600
601 void winbindd_wins_byip(struct winbindd_cli_state *state);
602 void winbindd_wins_byname(struct winbindd_cli_state *state);
603
604 #endif /*  _WINBINDD_PROTO_H_  */