X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Fgsseap_err.et;h=d60c2c7a1855237b4229bf894c893d0f9736deb1;hb=3d6aee344d6a992d500869b336d68b09fc07cba3;hp=6bcfff0f3c01776ba248aa816ff92de9cf90c52c;hpb=1e1fbcb041f1220823d1089041f0f8432125e062;p=mech_eap.orig diff --git a/mech_eap/gsseap_err.et b/mech_eap/gsseap_err.et index 6bcfff0..d60c2c7 100644 --- a/mech_eap/gsseap_err.et +++ b/mech_eap/gsseap_err.et @@ -71,6 +71,7 @@ error_code GSSEAP_BAD_INITIATOR_NAME, "Initiator identity must be a va error_code GSSEAP_NO_HOSTNAME, "Could not determine local host name" error_code GSSEAP_NO_ACCEPTOR_NAME, "Could not determine acceptor identity" error_code GSSEAP_BAD_NAME_TOKEN, "Name token is malformed or corrupt" +error_code GSSEAP_NO_LOCAL_MAPPING, "Unable to map name to a local identity" # # Credential errors @@ -82,6 +83,18 @@ error_code GSSEAP_CRED_EXPIRED, "Attributes indicate credentials error_code GSSEAP_BAD_CRED_OPTION, "Bad credential option" error_code GSSEAP_NO_DEFAULT_IDENTITY, "Default credentials identity unavailable" error_code GSSEAP_NO_DEFAULT_CRED, "Missing default password or other credentials" +error_code GSSEAP_CRED_RESOLVED, "Credential is already fully resolved" + +# +# Local identity service errors +# +error_code GSSEAP_UNABLE_TO_START_IDENTITY_SERVICE, "Unable to start identity service" +error_code GSSEAP_NO_IDENTITY_SELECTED, "No identity selected" +error_code GSSEAP_IDENTITY_SERVICE_INSTALL_ERROR, "Identity service installation error" +error_code GSSEAP_IDENTITY_SERVICE_OS_ERROR, "Identity service OS error" +error_code GSSEAP_IDENTITY_SERVICE_IPC_ERROR, "Identity service IPC error" +error_code GSSEAP_IDENTITY_SERVICE_UNKNOWN_ERROR, "Unknown identity service error" + # # Wrap/unwrap/PRF errors #