add more error codes
authorJohn Kohl <jtkohl@mit.edu>
Fri, 30 Mar 1990 16:27:11 +0000 (16:27 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 30 Mar 1990 16:27:11 +0000 (16:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@445 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index f94322c4b0f42667191cfa8c9db445a1d021580c..0ea97ac96e805e5ab95d3586d6f89918a372a558 100644 (file)
@@ -173,4 +173,16 @@ error_code KRB5_NO_TKT_SUPPLIED,   "Request did not supply a ticket"
 
 error_code KRB5KRB_AP_WRONG_PRINC,             "Wrong principal in request"
 error_code KRB5KRB_AP_ERR_TKT_INVALID, "Ticket has invalid flag set"
+
+error_code KRB5_PRINC_NOMATCH,         "Requested principal and ticket don't match"
+error_code KRB5_KDCREP_MODIFIED,       "KDC reply did not match expectations"
+
+error_code KRB5_PROG_ETYPE_NOSUPP,     "Program lacks support for encryption type"
+error_code KRB5_PROG_KEYTYPE_NOSUPP,   "Program lacks support for key type"
+error_code KRB5_WRONG_ETYPE,           "Requested encryption type not used in message"
+error_code KRB5_PROG_SUMTYPE_NOSUPP,   "Program lacks support for checksum type"
+
+error_code KRB5_REALM_UNKNOWN,         "Cannot find KDC for requested realm"
+error_code KRB5_KDC_UNREACH,           "Cannot contact any KDC for requested realm"
+error_code KRB5_NO_LOCALNAME,          "No local name found for principal name"
 end