Added new error codes KV5M_ALT_METHOD and KV5M_ETYPE_INFO_ENTRY
authorTheodore Tso <tytso@mit.edu>
Mon, 28 Aug 1995 20:09:33 +0000 (20:09 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 28 Aug 1995 20:09:33 +0000 (20:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6605 dc483132-0cff-0310-8789-dd5450dbe970

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

index 051e75ee1adb966d978cdbd65734adb3dd25c038..21b63596d62fde96b4b5e5cbcfe5678ce6d27bb5 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 28 12:53:01 1995    <tytso@rsts-11.mit.edu>
+
+       * kv5m_err.et: Added new error codes KV5M_ALT_METHOD and
+               KV5M_ETYPE_INFO_ENTRY.
 
 Mon Aug 07 11:29:49 1995   Chris Provenzano  (proven@mit.edu)
 
index addd6283dd943625dbf2eea12baef7712a246caa..cb8542d1929d8bf2253d2a75d5c976ec5a3687ec 100644 (file)
@@ -64,4 +64,6 @@ error_code KV5M_ADDRESS,      "Bad magic number for krb5_address structure"
 error_code KV5M_KEYTAB_ENTRY,  "Bad magic number for krb5_keytab_entry structure"
 error_code KV5M_CONTEXT,       "Bad magic number for krb5_context structure"
 error_code KV5M_OS_CONTEXT,    "Bad magic number for krb5_os_context structure"
+error_code KV5M_ALT_METHOD,    "Bad magic number for krb5_alt_method structure"
+error_code KV5M_ETYPE_INFO_ENTRY, "Bad magic number for krb5_etype_info_entry structure"
 end