add generic error, move field too long, add inapp_cksum
authorJohn Kohl <jtkohl@mit.edu>
Fri, 14 Dec 1990 16:59:55 +0000 (16:59 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 14 Dec 1990 16:59:55 +0000 (16:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1551 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index e2bf4349047a00b05c741b164ac6949ef35935f7..afc7515347e321b8bc9b1b39ee3f6292c9f22619 100644 (file)
@@ -66,9 +66,8 @@ error_code KRB5KRB_AP_ERR_MUT_FAIL,   "Mutual authentication failed"
 error_code KRB5KRB_AP_ERR_BADDIRECTION,        "Incorrect message direction"
 error_code KRB5KRB_AP_ERR_METHOD,      "Alternative authentication method required"
 error_code KRB5KRB_AP_ERR_BADSEQ,      "Incorrect sequence number in message"
-error_code KRB5KRB_ERR_FIELD_TOOLONG,  "Field is too long for impl."
-#^^ 50
-error_code KRB5PLACEHOLD_51,   "KRB5 error code 51"
+error_code KRB5KRB_AP_ERR_INAPP_CKSUM, "Inappropriate type of checksum in message"
+#^^ 51
 error_code KRB5PLACEHOLD_52,   "KRB5 error code 52"
 error_code KRB5PLACEHOLD_53,   "KRB5 error code 53"
 error_code KRB5PLACEHOLD_54,   "KRB5 error code 54"
@@ -77,8 +76,8 @@ error_code KRB5PLACEHOLD_56,  "KRB5 error code 56"
 error_code KRB5PLACEHOLD_57,   "KRB5 error code 57"
 error_code KRB5PLACEHOLD_58,   "KRB5 error code 58"
 error_code KRB5PLACEHOLD_59,   "KRB5 error code 59"
-error_code KRB5PLACEHOLD_60,   "KRB5 error code 60"
-error_code KRB5PLACEHOLD_61,   "KRB5 error code 61"
+error_code KRB5KRB_ERR_GENERIC,        "Generic error (see e-text)"
+error_code KRB5KRB_ERR_FIELD_TOOLONG,  "Field is too long for this implementation"
 error_code KRB5PLACEHOLD_62,   "KRB5 error code 62"
 error_code KRB5PLACEHOLD_63,   "KRB5 error code 63"
 error_code KRB5PLACEHOLD_64,   "KRB5 error code 64"