summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-02-08 11:50:30 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-02-08 11:50:30 +0000
commit7b6591ee59ed7fe76375bc90fdced33b846c724f (patch)
tree9328530bb41a3e4c4399106bc35c0663e5bd8434 /source3/include/smb.h
parente81074ea20a2f65683d2ef719aaaf8a5c765e8cb (diff)
downloadsamba-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.h13
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