add version number errors
authorJohn Kohl <jtkohl@mit.edu>
Thu, 7 Feb 1991 11:23:44 +0000 (11:23 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 7 Feb 1991 11:23:44 +0000 (11:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1656 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 3ee768650d698c04733313f1f471a8534fd4d0d8..cc538ef5fe1ab3923eab92822b4eff31a4ac1aea 100644 (file)
@@ -248,4 +248,11 @@ error_code KRB5_SENDAUTH_BADAPPLVERS,      "Bad application version was sent (via sen
 error_code KRB5_SENDAUTH_BADRESPONSE,  "Bad response (during sendauth exchange)"
 error_code KRB5_SENDAUTH_REJECTED,     "Server rejected authentication (during sendauth exchange)"
 error_code KRB5_SENDAUTH_MUTUAL_FAILED,        "Mutual authentication failed (during sendauth exchange)"
+
+# version number errors
+
+error_code KRB5_RCACHE_BADVNO, "Unsupported replay cache format version number"
+error_code KRB5_CCACHE_BADVNO, "Unsupported credentials cache format version number"
+error_code KRB5_KEYTAB_BADVNO, "Unsupported key table format version number"
+
 end