Bugzilla – Attachment 1175 Details for
Bug 1218
GSSAPI client code permits SPNEGO usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to incorrect return code in patch
openssh-no-spnego-fixed.patch (text/plain), 542 bytes, created by
Simon Wilkinson
on 2006-08-19 03:27:00 AEST
(
hide
)
Description:
Fix to incorrect return code in patch
Filename:
MIME Type:
Creator:
Simon Wilkinson
Created:
2006-08-19 03:27:00 AEST
Size:
542 bytes
patch
obsolete
>Index: gss-genr.c >=================================================================== >RCS file: /cvs/openssh/gss-genr.c,v >retrieving revision 1.17 >diff -u -r1.17 gss-genr.c >--- gss-genr.c 18 Aug 2006 14:46:44 -0000 1.17 >+++ gss-genr.c 18 Aug 2006 17:24:32 -0000 >@@ -301,7 +301,7 @@ > /* RFC 4462 says we MUST NOT do SPNEGO */ > if (oid->length == spnego_oid.length && > (memcmp(oid->elements, spnego_oid.elements, oid->length) == 0)) >- return -1; >+ return 0; /* false */ > > ssh_gssapi_build_ctx(ctx); > ssh_gssapi_set_oid(*ctx, oid);
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 1218
:
1174
| 1175