Initial import
[samba] / source / utils / ntlm_auth_proto.h
1 #ifndef _NTLM_AUTH_PROTO_H_
2 #define _NTLM_AUTH_PROTO_H_
3
4 /* This file is automatically generated with "make proto". DO NOT EDIT */
5
6
7 /* The following definitions come from utils/ntlm_auth.c  */
8
9 const char *get_winbind_domain(void);
10 const char *get_winbind_netbios_name(void);
11 DATA_BLOB get_challenge(void) ;
12 NTSTATUS contact_winbind_auth_crap(const char *username, 
13                                    const char *domain, 
14                                    const char *workstation,
15                                    const DATA_BLOB *challenge, 
16                                    const DATA_BLOB *lm_response, 
17                                    const DATA_BLOB *nt_response, 
18                                    uint32 flags, 
19                                    uint8 lm_key[8], 
20                                    uint8 user_session_key[16], 
21                                    char **error_string, 
22                                    char **unix_name) ;
23
24 /* The following definitions come from utils/ntlm_auth_diagnostics.c  */
25
26 BOOL diagnose_ntlm_auth(void);
27
28 #endif /*  _NTLM_AUTH_PROTO_H_  */