summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-03-30 16:27:11 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-03-30 16:27:11 +0000
commit8df8403b1c8b59b0feabbdd44614ea5852bd6b46 (patch)
tree0e188b5a2fc94bc065d4b48fc2e2b10fdec182dd
parentb915ef7e103f8524d959549536e48a553ba36f8c (diff)
downloadkrb5-8df8403b1c8b59b0feabbdd44614ea5852bd6b46.tar.gz
krb5-8df8403b1c8b59b0feabbdd44614ea5852bd6b46.tar.xz
krb5-8df8403b1c8b59b0feabbdd44614ea5852bd6b46.zip
add more error codes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@445 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index f94322c4b..0ea97ac96 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -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