summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-07-03 15:44:56 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-07-03 15:44:56 +0000
commita83755b89a84e1f8fcec1b42c44cb57bebcebab7 (patch)
treeeb382d929c3899ef9a24fc7032d95358d9692f0c
parent89bd3ffd7194a36097e38600cc3baa4cf6e259f2 (diff)
add CC & FCC codes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1038 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 7a3e6796d..2504c4f8e 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -231,4 +231,10 @@ error_code KRB5_BAD_MSIZE, "Message size is incompatible with encryption type"
error_code KRB5_CC_TYPE_EXISTS, "Credentials cache type is already registered."
error_code KRB5_KT_TYPE_EXISTS, "Key table type is already registered."
+error_code KRB5_CC_IO, "Credentials cache I/O operation failed XXX"
+error_code KRB5_FCC_PERM, "Credentials cache file permissions incorrect"
+error_code KRB5_FCC_NOFILE, "No credentials cache file found"
+error_code KRB5_FCC_INTERNAL, "Internal file credentials cache error"
+error_code KRB5_CC_NOMEM, "No more memory to allocate (in credentials cache code)"
+
end