Bugzilla – Attachment 1029 Details for
Bug 975
Kerberos authentication timing can leak information about account validity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pass real username through to kerberos
openssh-krb5-invaliduser.patch (text/plain), 560 bytes, created by
Darren Tucker
on 2005-11-21 20:48:47 AEDT
(
hide
)
Description:
pass real username through to kerberos
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-11-21 20:48:47 AEDT
Size:
560 bytes
patch
obsolete
>Index: auth-krb5.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/auth-krb5.c,v >retrieving revision 1.16 >diff -u -p -r1.16 auth-krb5.c >--- auth-krb5.c 21 Nov 2005 09:42:10 -0000 1.16 >+++ auth-krb5.c 21 Nov 2005 09:45:20 -0000 >@@ -71,7 +71,7 @@ auth_krb5_password(Authctxt *authctxt, c > if (problem) > goto out; > >- problem = krb5_parse_name(authctxt->krb5_ctx, authctxt->pw->pw_name, >+ problem = krb5_parse_name(authctxt->krb5_ctx, authctxt->user, > &authctxt->krb5_user); > if (problem) > goto out;
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 975
:
778
|
790
| 1029