From: Theodore Tso Date: Thu, 21 Dec 1995 23:50:16 +0000 (+0000) Subject: Changed KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILED (since the X-Git-Tag: krb5-1.0-beta6~673 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac6812acc7d22a8e4391a38d7f1aa37ccb660631;p=krb5.git 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7246 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/error_tables/ChangeLog b/src/lib/krb5/error_tables/ChangeLog index 096b48ca0..c24798eb0 100644 --- a/src/lib/krb5/error_tables/ChangeLog +++ b/src/lib/krb5/error_tables/ChangeLog @@ -1,3 +1,10 @@ +Thu Dec 21 18:46:45 1995 Theodore Y. Ts'o + + * 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 * kv5m_err.et: Added magic number for krb5_preauth_ops. diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index fbe5d58d4..71b8c8e30 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -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