add KT codes
authorJohn Kohl <jtkohl@mit.edu>
Wed, 25 Apr 1990 16:54:51 +0000 (16:54 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 25 Apr 1990 16:54:51 +0000 (16:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@584 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index ad7960d82e3ab0dbc18e24f2199718a53425dde4..092aa4d19417421e3d6758accf1f47c2e2986c29 100644 (file)
@@ -212,4 +212,11 @@ error_code KRB5_LNAME_NOTRANS,             "No translation available for requested principa
 error_code KRB5_LNAME_BADFORMAT,       "Improper format of translation database entry"
 
 error_code KRB5_CRYPTO_INTERNAL,       "Cryptosystem internal error"
+
+error_code KRB5_KT_BADNAME,            "Key table name malformed"
+error_code KRB5_KT_UNKNOWN_TYPE,       "Unknown Key table type" 
+error_code KRB5_KT_NOTFOUND,           "Key table entry not found"
+error_code KRB5_KT_END,                        "End of key table reached"
+error_code KRB5_KT_NOWRITE,            "Cannot write to specified key table"
+
 end