comment out dumping code
[mech_eap.orig] / gsseap_err.et
index 9569512..5dfa3d4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, JANET(UK)
+# Copyright (c) 2011, JANET(UK)
 #  All rights reserved.
 # 
 #  Redistribution and use in source and binary forms, with or without
@@ -43,8 +43,10 @@ error_code GSSEAP_BAD_TOK_HEADER,               "Token header is malformed or co
 error_code GSSEAP_TOK_TRUNC,                    "Token is missing data"
 error_code GSSEAP_BAD_DIRECTION,                "Packet was replayed in wrong direction"
 error_code GSSEAP_WRONG_TOK_ID,                 "Received token ID does not match expected token ID"
-error_code GSSEAP_CRIT_EXT_UNAVAILABLE,         "Critical extension unavailable"
-error_code GSSEAP_MISSING_REQUIRED_EXT,         "Missing required extension"
+error_code GSSEAP_CRIT_ITOK_UNAVAILABLE,        "Critical inner token type unavailable"
+error_code GSSEAP_MISSING_REQUIRED_ITOK,        "Missing required inner token"
+error_code GSSEAP_DUPLICATE_ITOK,               "Duplicate inner token received"
+error_code GSSEAP_WRONG_ITOK,                   "Recieved invalid inner token for current state"
 error_code GSSEAP_KEY_UNAVAILABLE,              "EAP key unavailable"
 error_code GSSEAP_KEY_TOO_SHORT,                "EAP key too short"
 error_code GSSEAP_RADIUS_AUTH_FAILURE,          "Authentication rejected by RADIUS server"
@@ -67,6 +69,7 @@ error_code GSSEAP_BAD_CONTEXT_OPTION,           "Bad context option"
 error_code GSSEAP_BAD_SERVICE_NAME,             "Name is not a valid service name"
 error_code GSSEAP_BAD_INITIATOR_NAME,           "Initiator identity must be a valid name"
 error_code GSSEAP_NO_HOSTNAME,                  "Could not determine local host name"
+error_code GSSEAP_NO_ACCEPTOR_NAME,             "Could not determine acceptor identity"
 
 #
 # Credential errors
@@ -75,7 +78,8 @@ 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_BAD_CRED_OPTION,              "Bad credential option"
-error_code GSSEAP_MISSING_PASSWORD,             "Missing initiator credential password"
+error_code GSSEAP_NO_DEFAULT_IDENTITY,          "Default credentials identity unavailable"
+error_code GSSEAP_NO_DEFAULT_CRED,              "Missing default password or other credentials"
 
 #
 # Wrap/unwrap/PRF errors
@@ -93,6 +97,7 @@ error_code GSSEAP_BAD_PRF_KEY,                  "PRF key usage type is unknown"
 #
 error_code GSSEAP_LIBEAP_INIT_FAILURE,          "Failed to initialize EAP library"
 error_code GSSEAP_PEER_SM_INIT_FAILURE,         "Failed to create EAP state machine"
+error_code GSSEAP_PEER_SM_STEP_FAILURE,         "Failed to step EAP state machine"
 error_code GSSEAP_PEER_AUTH_FAILURE,            "EAP peer authentication failure"
 error_code GSSEAP_PEER_BAD_MESSAGE,             "Received bad EAP message"