Add magic code for GSS OID, which is needed for the serialization
authorTheodore Tso <tytso@mit.edu>
Fri, 18 Oct 1996 21:51:01 +0000 (21:51 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 18 Oct 1996 21:51:01 +0000 (21:51 +0000)
routines.

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

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

index 834035c25e1f9cfcdd996c891faea65f86b1b08c..abd1ab6ac2b1c85de28cbeae4b43fee2da666835 100644 (file)
@@ -1,3 +1,8 @@
+Fri Oct 18 17:49:51 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * kv5m_err.et: Add magic code for GSS OID, which is needed for the
+               serialization routines.
+
 Wed Jul 24 16:03:52 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * krb5_err.et: Added new error code KRB5_KT_NAME_TOOLONG
index 17a2713a7bd3c5d8816262a7fa41e866c3b6f74e..f37187b664c5511d69025ad312ebce090ba0f143 100644 (file)
@@ -78,5 +78,6 @@ error_code KV5M_ENC_SAM_RESPONSE_ENC, "Bad magic number for krb5_enc_sam_respons
 error_code KV5M_SAM_RESPONSE,  "Bad magic number for krb5_sam_response"
 error_code KV5M_PREDICTED_SAM_RESPONSE,        "Bad magic number for krb5_predicted_sam_response"
 error_code KV5M_PASSWD_PHRASE_ELEMENT, "Bad magic number for passwd_phrase_element"
+error_code KV5M_GSS_OID,       "Bad magic number for GSSAPI OID"
 
 end