The Samba-Bugzilla – Attachment 2262 Details for
Bug 2002
plain text password failure with passwords longer than 8 chars
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fix
samba-3.0.22-02-fix_win98_password.diff (text/plain), 621 bytes, created by
Jan Engelhardt
on 2007-01-30 19:01:10 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Jan Engelhardt
Created:
2007-01-30 19:01:10 UTC
Size:
621 bytes
patch
obsolete
># ># If passwords have uppercase characters beginning at the 9th position ># (counting from 1), then login from plaintext-password Win98 ># mysteriously failed. ># >diff -dpru samba-3.0.4/source/auth/pass_check.c samba-3.0.4-HX/source/auth/pass_check.c >--- samba-3.0.4/source/auth/pass_check.c 2004-04-04 09:37:32.000000000 +0200 >+++ samba-3.0.4-HX/source/auth/pass_check.c 2004-09-21 16:29:33.578854360 +0200 >@@ -443,10 +443,6 @@ static NTSTATUS string_combinations2(cha > int i; > NTSTATUS nt_status; > >-#ifdef PASSWORD_LENGTH >- len = MIN(len, PASSWORD_LENGTH); >-#endif >- > if (N <= 0 || offset >= len) > return (fn(s)); >
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 2002
: 2262