add CC & FCC codes
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:44:56 +0000 (15:44 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:44:56 +0000 (15:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1038 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 7a3e6796d2a2c8586b394de15df364152ed8efd5..2504c4f8edd371bf50191faf93ea723cb6ce4b7a 100644 (file)
@@ -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