* krb5_err.et: Change several "credentials cache file" messages to just say
authorKen Raeburn <raeburn@mit.edu>
Thu, 7 Mar 2002 01:45:55 +0000 (01:45 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 7 Mar 2002 01:45:55 +0000 (01:45 +0000)
"credentials cache", so as to be applicable in the ccapi case too.  (Miro's
change from 1.2.x branch.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14241 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/ChangeLog
src/lib/krb5/error_tables/krb5_err.et

index eda0d92a6ed8b1dc3bdc23bc3c51a1b3ae85031e..f30ea8f8da06c2c1eb671c391c85663c6f546e68 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-06  Ken Raeburn  <raeburn@mit.edu>
+
+       * krb5_err.et: Change several "credentials cache file" messages to
+       just say "credentials cache", so as to be applicable in the ccapi
+       case too.  (Miro's change from 1.2.x branch.)
+
 2002-01-08  Ken Raeburn  <raeburn@mit.edu>
 
        * krb5_err.et (KRB5_EAI_FAIL, KRB5_EAI_NODATA, KRB5_EAI_NONAME,
index a7ff6eaf1a10dd583b5897a31e62a903a0314b78..4a91a7c717e125733945c1a62c42ced10c9f914f 100644 (file)
@@ -259,10 +259,10 @@ 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_WRITE,              "Error writing to credentials cache file"
+error_code KRB5_FCC_PERM,              "Credentials cache permissions incorrect"
+error_code KRB5_FCC_NOFILE,            "No credentials cache found"
+error_code KRB5_FCC_INTERNAL,          "Internal credentials cache error"
+error_code KRB5_CC_WRITE,              "Error writing to credentials cache"
 error_code KRB5_CC_NOMEM,              "No more memory to allocate (in credentials cache code)"
 error_code KRB5_CC_FORMAT,             "Bad format in credentials cache"
 error_code KRB5_CC_NOT_KTYPE,          "No credentials found with supported encryption types"