Bugzilla – Attachment 427 Details for
Bug 678
PermitEmptyPasswords broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to auth-passwd.c in 3.7.1p1
patch (text/plain), 447 bytes, created by
Charles Jardine
on 2003-09-18 21:33:12 AEST
(
hide
)
Description:
patch to auth-passwd.c in 3.7.1p1
Filename:
MIME Type:
Creator:
Charles Jardine
Created:
2003-09-18 21:33:12 AEST
Size:
447 bytes
patch
obsolete
>--- auth-passwd.c.orig Thu Sep 18 12:14:26 2003 >+++ auth-passwd.c Thu Sep 18 12:14:27 2003 >@@ -143,7 +143,7 @@ > char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd; > > /* Check for users with no password. */ >- if (strcmp(pw_password, "") == 0 && strcmp(pw->pw_passwd, "") == 0) >+ if (strcmp(pw_password, "") == 0 && strcmp(password, "") == 0) > return ok; > else { > /* Encrypt the candidate password using the proper salt. */
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 678
: 427