add sam-related error codes
authorMark Eichin <eichin@mit.edu>
Tue, 9 Apr 1996 22:52:06 +0000 (22:52 +0000)
committerMark Eichin <eichin@mit.edu>
Tue, 9 Apr 1996 22:52:06 +0000 (22:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7772 dc483132-0cff-0310-8789-dd5450dbe970

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

index 630d7736622ce0303f35727595876e3cfd0f0d1f..140fd5974db666e3fdbbec01064133e759aa8ddd 100644 (file)
@@ -298,4 +298,6 @@ error_code KRB5_FWD_BAD_PRINCIPAL, "Bad principal name while trying to forward c
 error_code KRB5_GET_IN_TKT_LOOP,  "Looping detected inside krb5_get_in_tkt"
 error_code KRB5_CONFIG_NODEFREALM,     "Configuration file does not specify default realm"
 
+error_code KRB5_SAM_UNSUPPORTED,  "Bad SAM flags in obtain_sam_padata"
+
 end
index 46eaa212807ca64ab2ac310bc0241fee48fd5666..17a2713a7bd3c5d8816262a7fa41e866c3b6f74e 100644 (file)
@@ -72,5 +72,11 @@ error_code KV5M_KEYTAB,              "Bad magic number for krb5_keytab structure"
 error_code KV5M_RCACHE,                "Bad magic number for krb5_rcache structure"
 error_code KV5M_CCACHE,                "Bad magic number for krb5_ccache structure"
 error_code KV5M_PREAUTH_OPS,   "Bad magic number for krb5_preauth_ops"
+error_code KV5M_SAM_CHALLENGE, "Bad magic number for krb5_sam_challenge"
+error_code KV5M_SAM_KEY,       "Bad magic number for krb5_sam_key"
+error_code KV5M_ENC_SAM_RESPONSE_ENC,  "Bad magic number for krb5_enc_sam_response_enc"
+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"
+
 end