Bugzilla – Attachment 1176 Details for
Bug 1220
Fix error messages for multiple mechanism GSSAPI libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to pass the mechanism OID to gss_display_status
openssh-error-oid.patch (text/plain), 816 bytes, created by
Simon Wilkinson
on 2006-08-19 20:50:59 AEST
(
hide
)
Description:
Fix to pass the mechanism OID to gss_display_status
Filename:
MIME Type:
Creator:
Simon Wilkinson
Created:
2006-08-19 20:50:59 AEST
Size:
816 bytes
patch
obsolete
>Index: gss-genr.c >=================================================================== >RCS file: /cvs/openssh/gss-genr.c,v >retrieving revision 1.18 >diff -u -r1.18 gss-genr.c >--- gss-genr.c 18 Aug 2006 22:50:57 -0000 1.18 >+++ gss-genr.c 19 Aug 2006 10:42:59 -0000 >@@ -107,7 +107,7 @@ > /* The GSSAPI error */ > do { > gss_display_status(&lmin, ctxt->major, >- GSS_C_GSS_CODE, GSS_C_NULL_OID, &ctx, &msg); >+ GSS_C_GSS_CODE, ctxt->oid, &ctx, &msg); > > buffer_append(&b, msg.value, msg.length); > buffer_put_char(&b, '\n'); >@@ -118,7 +118,7 @@ > /* The mechanism specific error */ > do { > gss_display_status(&lmin, ctxt->minor, >- GSS_C_MECH_CODE, GSS_C_NULL_OID, &ctx, &msg); >+ GSS_C_MECH_CODE, ctxt->oid, &ctx, &msg); > > buffer_append(&b, msg.value, msg.length); > buffer_put_char(&b, '\n');
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 1220
: 1176