* kdb5_err.et: Add KRB5_KDB_NO_PERMITTED_KEY,
authorTom Yu <tlyu@mit.edu>
Thu, 25 Oct 2001 20:20:57 +0000 (20:20 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 25 Oct 2001 20:20:57 +0000 (20:20 +0000)
KRB5_KDB_NO_MATCHING_KEY for libkdb so we can return something
other than ENOENT (which was Just Wrong).

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

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

index ab2a6a5200b3d4af47348417365bbf96bc6290b6..cdb2145ae3bb3a53ea9dca6ff1958baf10ae7245 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-24  Tom Yu  <tlyu@mit.edu>
+
+       * kdb5_err.et: Add KRB5_KDB_NO_PERMITTED_KEY,
+       KRB5_KDB_NO_MATCHING_KEY for libkdb so we can return something
+       other than ENOENT (which was Just Wrong).
+
 2001-04-17  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (includes): New target.  Copy headers into proper
index 982a9c11a91f33d5aadacfd44a2e094cd8ed683f..aee3c4a6dd03e26ae432d649f287eae7a6bb269f 100644 (file)
@@ -66,4 +66,6 @@ ec KRB5_KDB_BAD_VERSION,      "Unsupported version in database entry"
 ec KRB5_KDB_BAD_SALTTYPE,      "Unsupported salt type"
 ec KRB5_KDB_BAD_ENCTYPE,       "Unsupported encryption type"
 ec KRB5_KDB_BAD_CREATEFLAGS,   "Bad database creation flags"
+ec KRB5_KDB_NO_PERMITTED_KEY,  "No matching key in entry having a permitted enctype"
+ec KRB5_KDB_NO_MATCHING_KEY,   "No matching key in entry"
 end