diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 05:31:01 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 05:31:01 +0000 |
commit | a69cb9c9639dc06a0be16958cbc29867b71f584e (patch) | |
tree | 6055a4bb3e57efbeb6b67c775dd4f46e43e3f80e /source3/include | |
parent | fac5f989d3e7ca34ceac692a1d2a5de9e4ac4f23 (diff) | |
download | samba-a69cb9c9639dc06a0be16958cbc29867b71f584e.tar.gz samba-a69cb9c9639dc06a0be16958cbc29867b71f584e.tar.bz2 samba-a69cb9c9639dc06a0be16958cbc29867b71f584e.zip |
Remove more unused portions of the 'password cache'.
Andrew Bartlett
(This used to be commit 318e11748a86d92bfc6ebf0e58f3c8360cbf4b69)
Diffstat (limited to 'source3/include')
-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 1024452e91..24cdde30d1 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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 |