mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
make proto
(This used to be commit 5f355a24430dcb260de52e8a0ca21e80cae53089)
This commit is contained in:
parent
78a4848e8d
commit
520bb0d775
File diff suppressed because it is too large
Load Diff
@ -27,8 +27,8 @@ BOOL cli_nt_login_interactive(struct cli_state *cli, char *domain, char *usernam
|
||||
uint32 smb_userid_low, char *password,
|
||||
NET_ID_INFO_CTR *ctr, NET_USER_INFO_3 *user_info3);
|
||||
BOOL cli_nt_login_network(struct cli_state *cli, char *domain, char *username,
|
||||
uint32 smb_userid_low, char lm_chal[8], char lm_chal_resp[24],
|
||||
char nt_chal_resp[24],
|
||||
uint32 smb_userid_low, char lm_chal[8],
|
||||
char *lm_chal_resp, char *nt_chal_resp,
|
||||
NET_ID_INFO_CTR *ctr, NET_USER_INFO_3 *user_info3);
|
||||
BOOL cli_nt_logoff(struct cli_state *cli, NET_ID_INFO_CTR *ctr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user