The Samba-Bugzilla – Attachment 3511 Details for
Bug 5319
Clear-text password connection on a Netapp Filer gives a 'Server Error (0x02)' with a 'Non specific error code'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix to allow plaintext lanman passwords
plaintext-lanman-pwd-fix.patch (text/plain), 477 bytes, created by
Steve French
on 2008-08-27 15:04:42 UTC
(
hide
)
Description:
fix to allow plaintext lanman passwords
Filename:
MIME Type:
Creator:
Steve French
Created:
2008-08-27 15:04:42 UTC
Size:
477 bytes
patch
obsolete
>diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c >index 83fd40d..bd5f13d 100644 >--- a/fs/cifs/cifsencrypt.c >+++ b/fs/cifs/cifsencrypt.c >@@ -294,6 +294,7 @@ void calc_lanman_hash(struct cifsSesInfo *ses, char *lnm_session_key) > > if ((ses->server->secMode & SECMODE_PW_ENCRYPT) == 0) > if (extended_security & CIFSSEC_MAY_PLNTXT) { >+ memset(lnm_session_key, 0, CIFS_SESS_KEY_SIZE); > memcpy(lnm_session_key, password_with_pad, > CIFS_ENCPWD_SIZE); > return;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5319
: 3511 |
3512
|
3513