X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Fgsseap_err.et;h=5008e1c3b96e7da50eb2e5026586977e17d6c370;hp=2f0774b759df6aa28e1cbad8f8721f5ccbfb5750;hb=HEAD;hpb=d81b9e4605c7bd3da62f3679effe124778592b13 diff --git a/mech_eap/gsseap_err.et b/mech_eap/gsseap_err.et index 2f0774b..5008e1c 100644 --- a/mech_eap/gsseap_err.et +++ b/mech_eap/gsseap_err.et @@ -33,7 +33,7 @@ error_table eapg # -# Protocol errors that can be returned in an error token. This should match +# Standards-track Protocol errors that can be returned in an error token. This should match # up with makeErrorToken in accept_sec_context.c. # error_code GSSEAP_RESERVED, "" @@ -54,6 +54,12 @@ error_code GSSEAP_UNKNOWN_RADIUS_CODE, "Received unknown response code error_code GSSEAP_MISSING_EAP_REQUEST, "RADIUS response is missing EAP request" error_code GSSEAP_RADIUS_PROT_FAILURE, "Generic RADIUS failure" +# Extension errors starting with 128 that can be returned in a +#protocol token; again should match accept_sec_context.c + +error_code GSSEAP_RADIUS_UNROUTABLE, "Proxy had no route to identity provider realm" + +error_code GSSEAP_RADIUS_ADMIN_PROHIBIT, "IDP Administratively Prohibits Request" # # Context errors # @@ -86,6 +92,7 @@ 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" +error_code GSSEAP_BAD_CACERTIFICATE, "CA Certificate blob could not be parsed" # # Local identity service errors