diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 11:50:30 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 11:50:30 +0000 |
commit | 7b6591ee59ed7fe76375bc90fdced33b846c724f (patch) | |
tree | 9328530bb41a3e4c4399106bc35c0663e5bd8434 /source3/include/smb.h | |
parent | e81074ea20a2f65683d2ef719aaaf8a5c765e8cb (diff) | |
download | samba-7b6591ee59ed7fe76375bc90fdced33b846c724f.tar.gz samba-7b6591ee59ed7fe76375bc90fdced33b846c724f.tar.bz2 samba-7b6591ee59ed7fe76375bc90fdced33b846c724f.zip |
(merge from 3.0)
Remove more unused portions of the 'password cache'.
Andrew Bartlett
(This used to be commit 33cdb2bd18daca31461bbc45251679f50fd3567f)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index ea39206f47..7ffbe8f720 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1510,22 +1510,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 |