+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.
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"
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)"
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