Changed KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILED (since the
authorTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:50:16 +0000 (23:50 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:50:16 +0000 (23:50 +0000)
error code is no longer used in sendauth).  Added KRB5_CC_FORMAT for
indicating a problem in the credentials cache format.

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

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

index 096b48ca0a19966cf911370b9097f8ce34ddc360..c24798eb01a6d584de1624af9c75d75f128c3318 100644 (file)
@@ -1,3 +1,10 @@
+Thu Dec 21 18:46:45 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * krb5_err.et: Changed KRB5_SENDAUTH_MUTUAL_FAILED to
+               KRB5_MUTUAL_FAILED (since the error code is no longer used
+               in sendauth).  Added KRB5_CC_FORMAT for indicating a
+               problem in the credentials cache format.
+
 Wed Nov  8 02:45:56 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * kv5m_err.et: Added magic number for krb5_preauth_ops.
index fbe5d58d41a416bce13160466a3ba34387361707..71b8c8e30b46449114d5abc8795825cd71a5de0d 100644 (file)
@@ -201,6 +201,8 @@ error_code KRB5_SERVICE_UNKNOWN,    "Kerberos service unknown"
 error_code KRB5_KDC_UNREACH,           "Cannot contact any KDC for requested realm"
 error_code KRB5_NO_LOCALNAME,          "No local name found for principal name"
 
+error_code KRB5_MUTUAL_FAILED,         "Mutual authentication failed"
+
 # some of these should be combined/supplanted by system codes
 
 error_code KRB5_RC_TYPE_EXISTS,                "Replay cache type is already registered"
@@ -252,6 +254,7 @@ 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_CC_NOMEM,              "No more memory to allocate (in credentials cache code)"
+error_code KRB5_CC_FORMAT              "Bad format in credentials cache"
 
 # errors for dual tgt library calls
 error_code KRB5_INVALID_FLAGS,         "Invalid KDC option combination (library internal error)"
@@ -265,7 +268,6 @@ error_code KRB5_SENDAUTH_BADAUTHVERS,       "Bad sendauth version was sent"
 error_code KRB5_SENDAUTH_BADAPPLVERS,  "Bad application version was sent (via sendauth)"
 error_code KRB5_SENDAUTH_BADRESPONSE,  "Bad response (during sendauth exchange)"
 error_code KRB5_SENDAUTH_REJECTED,     "Server rejected authentication (during sendauth exchange)"
-error_code KRB5_SENDAUTH_MUTUAL_FAILED,        "Mutual authentication failed (during sendauth exchange)"
 
 # errors for preauthentication