summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-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 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