Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 507 Fix call to gss_inquire_cred from spnego_gss_acquire_cred_impersonate_name. If desired_mechs is NULL (this should never happen when invoked from the MIT mechglue), we call gss_inquire_cred to get a list of mechs. This call needs to pass a union cred handle, not the SPNEGO handle we got as input. Reported by aberry@likewise.com. https://github.com/krb5/krb5/commit/12a2d660e9d106fb5c7d11bb61b3f956d00f9d17 Commit By: ghudson Revision: 25098 Changed Files: U trunk/src/lib/gssapi/spnego/spnego_mech.c