Bugzilla – Attachment 775 Details for
Bug 971
keyboard-interactive/pam leaks info about user existence
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Kerberos timing difference for Valid and Invalid user
Kerberos_Timing.patch (text/plain), 813 bytes, created by
senthilkumar
on 2005-01-20 17:45:38 AEDT
(
hide
)
Description:
Patch for Kerberos timing difference for Valid and Invalid user
Filename:
MIME Type:
Creator:
senthilkumar
Created:
2005-01-20 17:45:38 AEDT
Size:
813 bytes
patch
obsolete
>--- auth-krb5.c 2005-01-20 10:56:16.178146904 +0530 >+++ auth-krb5.c-patch 2005-01-20 10:58:44.166649232 +0530 >@@ -75,9 +75,6 @@ > krb5_ccache ccache = NULL; > int len; > >- if (!authctxt->valid) >- return (0); >- > temporarily_use_uid(authctxt->pw); > > problem = krb5_init(authctxt); >@@ -208,10 +205,10 @@ > > krb5_cleanup_proc(authctxt); > >- if (options.kerberos_or_local_passwd) >- return (-1); >- else >- return (0); >+ if((authctxt->valid && options.kerberos_or_local_passwd) + options.kerberos_or_local_passwd) >+ return (-1); >+ else >+ return (0); > } > return (1); > }
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 971
:
765
|
766
|
771
| 775