Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109230 Details for
Bug 165444
net-misc/openssh - GSSAPI authentication fails with Round Robin DNS hosts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch for openssh-4.5p1
openssh-4.5p1-gssapi-dns.patch (text/plain), 665 bytes, created by
Alex Iribarren
on 2007-02-05 13:47:32 UTC
(
hide
)
Description:
Patch for openssh-4.5p1
Filename:
MIME Type:
Creator:
Alex Iribarren
Created:
2007-02-05 13:47:32 UTC
Size:
665 bytes
patch
obsolete
>--- sshconnect2.c.orig 2007-02-05 13:34:10.986163640 +0100 >+++ sshconnect2.c 2007-02-05 13:34:52.068536086 +0100 >@@ -530,6 +530,7 @@ > static u_int mech = 0; > OM_uint32 min; > int ok = 0; >+ const char* remotehost = get_canonical_hostname(1); > > /* Try one GSSAPI method at a time, rather than sending them all at > * once. */ >@@ -542,7 +543,7 @@ > /* My DER encoding requires length<128 */ > if (gss_supported->elements[mech].length < 128 && > ssh_gssapi_check_mechanism(&gssctxt, >- &gss_supported->elements[mech], authctxt->host)) { >+ &gss_supported->elements[mech], remotehost)) { > ok = 1; /* Mechanism works */ > } else { > mech++;
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 165444
: 109230