Fix for OpenSSH interoperability
authorLuke Howard <lukeh@padl.com>
Tue, 15 Mar 2011 08:48:40 +0000 (19:48 +1100)
committerLuke Howard <lukeh@padl.com>
Tue, 15 Mar 2011 08:48:40 +0000 (19:48 +1100)
commit4afa2568882ed3cbdafb5cbf32ddb0c92eeef218
treeb7473020378c54c53bf56b4373dd87dc0e643c79
parent69f197dde2ffa382ad73605b55fa13e620b2fd14
Fix for OpenSSH interoperability

OpenSSH requires the exported name token to include the actual OID
of the selected mechanism. We were using an OID that identified a
family of GSS EAP mechanisms. We now use the concrete OID where
possible.
mech_eap/accept_sec_context.c
mech_eap/gssapiP_eap.h
mech_eap/import_name.c
mech_eap/init_sec_context.c
mech_eap/util.h
mech_eap/util_cred.c
mech_eap/util_name.c
mech_eap/util_reauth.c