diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-12-21 23:50:16 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-12-21 23:50:16 +0000 |
| commit | ac6812acc7d22a8e4391a38d7f1aa37ccb660631 (patch) | |
| tree | 4f0bf604b072057b35fda94dad195b6fc0728cd2 /src/lib | |
| parent | e4b06eea45477674968600bd92001c0ad34aa822 (diff) | |
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
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/error_tables/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/error_tables/krb5_err.et | 4 |
2 files changed, 10 insertions, 1 deletions
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 <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. 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 |
