X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Fgsseap_err.et;h=f8ec5ef26d267816ff669bcaccaf410c0c68e0c8;hb=3e8ad5e079b54db722a97f41d45e098e80fad863;hp=d85c1340282cb72fa1a757b4cc633443990ad376;hpb=2454ef4d7af9cc402d9c3404482ceb7c77c2b076;p=mech_eap.git diff --git a/mech_eap/gsseap_err.et b/mech_eap/gsseap_err.et index d85c134..f8ec5ef 100644 --- a/mech_eap/gsseap_err.et +++ b/mech_eap/gsseap_err.et @@ -79,10 +79,20 @@ error_code GSSEAP_BAD_USAGE, "Credential usage type is unknow error_code GSSEAP_CRED_USAGE_MISMATCH, "Credential usage does not match requested usage" error_code GSSEAP_CRED_MECH_MISMATCH, "Credential is not usable with this mechanism" error_code GSSEAP_CRED_EXPIRED, "Attributes indicate credentials have expired" -error_code GSSEAP_BAD_CRED_TYPE, "Bad credential type" 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