From: John Kohl Date: Tue, 3 Jul 1990 15:44:56 +0000 (+0000) Subject: add CC & FCC codes X-Git-Tag: krb5-1.0-alpha2~373 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a83755b89a84e1f8fcec1b42c44cb57bebcebab7;p=krb5.git add CC & FCC codes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1038 dc483132-0cff-0310-8789-dd5450dbe970 --- 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