Add support for krb5_address table; rename KV5M_AUTH_DATA to follow
authorTheodore Tso <tytso@mit.edu>
Sat, 12 Nov 1994 02:04:36 +0000 (02:04 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 12 Nov 1994 02:04:36 +0000 (02:04 +0000)
the convention properly.

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

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

index 74adf1778f476b05c1beb5ae6a16b914ecb374a3..3c2d6a5d4f6919af853938836dec001a4c9c1b4e 100644 (file)
@@ -2,6 +2,11 @@ Fri Nov 11 07:10:25 1994  Tom Yu  (tlyu@dragons-lair)
 
        * Makefile.in: fix some typos for kv5m_err.et
 
+Thu Nov 10 22:12:43 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * kv5m_err.et: Add support for krb5_address table; rename
+               KV5M_AUTH_DATA to follow the convention properly.
+
 Thu Nov  3 16:39:49 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * configure.in:
index f5b0f482c7ff51c78ecddc227e843988d91197f9..bba0f6d6b424c068d6ca284f443b4724d4129d3a 100644 (file)
@@ -36,7 +36,7 @@ error_code KV5M_CRYPTOSYSTEM_ENTRY,   "Bad magic number for krb5_cryptosystem_entr
 error_code KV5M_CS_TABLE_ENTRY,        "Bad magic number for krb5_cs_table_entry structure"
 error_code KV5M_CHECKSUM_ENTRY,        "Bad magic number for krb5_checksum_entry structure"
 
-error_code KV5M_AUTH_DATA,     "Bad magic number for krb5_authdata structure"
+error_code KV5M_AUTHDATA,      "Bad magic number for krb5_authdata structure"
 error_code KV5M_TRANSITED,     "Bad magic number for krb5_transited structure"
 error_code KV5M_ENC_TKT_PART,  "Bad magic number for krb5_enc_tkt_part structure"
 error_code KV5M_TICKET,                "Bad magic number for krb5_ticket structure"
@@ -60,4 +60,5 @@ error_code KV5M_CRED,         "Bad magic number for krb5_cred structure"
 error_code KV5M_CRED_INFO,     "Bad magic number for krb5_cred_info structure"
 error_code KV5M_CRED_ENC_PART, "Bad magic number for krb5_cred_enc_part structure"
 error_code KV5M_PWD_DATA,      "Bad magic number for krb5_pwd_data structure"
+error_code  KV5M_ADDRESS,      "Bad magic number for krb5_address structure"
 end