1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

Remove more unused portions of the 'password cache'.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
-
parent 66569546e8
commit 318e11748a
2 changed files with 8 additions and 51 deletions

View File

@@ -1508,22 +1508,9 @@ struct pwd_info
{
BOOL null_pwd;
BOOL cleartext;
BOOL crypted;
fstring password;
uchar smb_lm_pwd[16];
uchar smb_nt_pwd[16];
uchar smb_lm_owf[24];
uchar smb_nt_owf[128];
size_t nt_owf_len;
uchar lm_cli_chal[8];
uchar nt_cli_chal[128];
size_t nt_cli_chal_len;
uchar sess_key[16];
};
typedef struct user_struct