summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1992-05-19 16:57:06 +0000
committerTheodore Tso <tytso@mit.edu>1992-05-19 16:57:06 +0000
commit54044054dea7e9c84527d39e929d13616776dc01 (patch)
treee4c8e9022cfd55a7c07309b69f43ca0b90560bbf /src
parent0c54b0e8c2e21a951abf3036a0a060edb6bc3b05 (diff)
downloadkrb5-54044054dea7e9c84527d39e929d13616776dc01.tar.gz
krb5-54044054dea7e9c84527d39e929d13616776dc01.tar.xz
krb5-54044054dea7e9c84527d39e929d13616776dc01.zip
Added new error codes which appeared in the krb5 protocol draft
(errorcodes 18 through 23) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2278 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 435ec61e1..30fb555aa 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -45,15 +45,15 @@ error_code KRB5KDC_ERR_POLICY, "KDC policy rejects request"
error_code KRB5KDC_ERR_BADOPTION, "KDC can't fulfill requested option"
error_code KRB5KDC_ERR_ETYPE_NOSUPP, "KDC has no support for encryption type"
error_code KRB5KDC_ERR_SUMTYPE_NOSUPP, "KDC has no support for checksum type"
-error_code KRB5KDC_ERR_PADATA_TYPE_NOSUPP, "KDC has no support for padata type"
-error_code KRB5KDC_ERR_TRTYPE_NOSUPP, "KDC has no support for transited type"
-# ^^ 17
-error_code KRB5PLACEHOLD_18, "KRB5 error code 18"
-error_code KRB5PLACEHOLD_19, "KRB5 error code 19"
-error_code KRB5PLACEHOLD_20, "KRB5 error code 20"
-error_code KRB5PLACEHOLD_21, "KRB5 error code 21"
-error_code KRB5PLACEHOLD_22, "KRB5 error code 22"
-error_code KRB5PLACEHOLD_23, "KRB5 error code 23"
+error_code KRB5KDC_ERR_PADATA_TYPE_NOSUPP, "KDC has no support for padata type"
+error_code KRB5KDC_ERR_TRTYPE_NOSUPP, "KDC has no support for transited type"
+error_code KDC_ERR_CLIENT_REVOKED, "Clients credentials have been revoked"
+error_code KDC_ERR_SERVICE_REVOKED, "Credentials for server have been revoked"
+error_code KDC_ERR_TGT_REVOKED, "TGT has been revoked"
+error_code KDC_ERR_CLIENT_NOTYET, "Client not yet valid - try again later"
+error_code KDC_ERR_SERVICE_NOTYET, "Server not yet valid - try again later"
+error_code KDC_ERR_KEY_EXP, "Password has expired."
+# ^^ 23
error_code KRB5PLACEHOLD_24, "KRB5 error code 24"
error_code KRB5PLACEHOLD_25, "KRB5 error code 25"
error_code KRB5PLACEHOLD_26, "KRB5 error code 26"