Bugzilla – Attachment 2229 Details for
Bug 2080
Add debug statements for gss_krb5_copy_ccache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
diff.patch (text/plain), 1.55 KB, created by
Miguel Sanders
on 2013-03-20 00:22:00 AEDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Miguel Sanders
Created:
2013-03-20 00:22:00 AEDT
Size:
1.55 KB
patch
obsolete
>--- gss-serv-krb5.c 2013-03-19 14:07:05.691978367 +0100 >+++ gss-serv-krb5-old.c 2006-09-01 07:38:36.000000000 +0200 >@@ -157,37 +157,20 @@ > krb5_free_principal(krb_context, princ); > krb5_cc_destroy(krb_context, ccache); > return; > } > > krb5_free_principal(krb_context, princ); > > if ((maj_status = gss_krb5_copy_ccache(&min_status, > client->creds, ccache))) { > logit("gss_krb5_copy_ccache() failed"); >- >- OM_uint32 gmajor, gminor; >- gss_buffer_desc msg; >- OM_uint32 msg_ctx = GSS_S_COMPLETE; >- do { >- gmajor = gss_display_status(&gminor, maj_status, GSS_C_GSS_CODE, GSS_C_NULL_OID, &msg_ctx, &msg); >- debug3("GSS error: %s", (char*)msg.value); >- gss_release_buffer(&gminor, &msg); >- } while (msg_ctx != GSS_S_COMPLETE); >- >- msg_ctx = GSS_S_COMPLETE; >- do { >- gmajor = gss_display_status(&gminor, min_status, GSS_C_MECH_CODE, GSS_C_NULL_OID, &msg_ctx, &msg); >- debug3("Mechanism error: %s", (char*)msg.value); >- gss_release_buffer(&gminor, &msg); >- } while (msg_ctx != GSS_S_COMPLETE); >- > krb5_cc_destroy(krb_context, ccache); > return; > } > > client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache)); > client->store.envvar = "KRB5CCNAME"; > len = strlen(client->store.filename) + 6; > client->store.envval = xmalloc(len); > snprintf(client->store.envval, len, "FILE:%s", client->store.filename); >
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 2080
: 2229