From a69cb9c9639dc06a0be16958cbc29867b71f584e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 05:31:01 +0000 Subject: Remove more unused portions of the 'password cache'. Andrew Bartlett (This used to be commit 318e11748a86d92bfc6ebf0e58f3c8360cbf4b69) --- source3/include/smb.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'source3/include') 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 -- cgit