Added the error codes KRB5_APPL_EXPIRED and KRB5_LIB_EXPIRED
authorTheodore Tso <tytso@mit.edu>
Fri, 13 Dec 1996 19:57:13 +0000 (19:57 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 13 Dec 1996 19:57:13 +0000 (19:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9633 dc483132-0cff-0310-8789-dd5450dbe970

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

index 6eff8a21aa76f6a43c5957fca7b9948595addf24..ce88cc63db3ca7f7ee3ac09379ae3ddf71e58f21 100644 (file)
@@ -1,3 +1,8 @@
+Fri Dec 13 14:55:43 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * krb5_err.et: Added the error codes KRB5_APPL_EXPIRED and
+               KRB5_LIB_EXPIRED.
+
 Tue Nov 19 17:06:26 1996  Barry Jaspan  <bjaspan@mit.edu>
 
        * krb5_err.et: add KRB5_KT_KVNONOTFOUND [krb5-libs/198]
index 1b42232425397db6e7031bfe8ea3a6e23390a962..33f297967e71e6ec3093c6e0f3fb6f5dac996cad 100644 (file)
@@ -301,5 +301,7 @@ error_code KRB5_CONFIG_NODEFREALM,  "Configuration file does not specify default
 error_code KRB5_SAM_UNSUPPORTED,  "Bad SAM flags in obtain_sam_padata"
 error_code KRB5_KT_NAME_TOOLONG,       "Keytab name too long"
 error_code KRB5_KT_KVNONOTFOUND,       "Key version number for principal in key table is incorrect"
+error_code KRB5_APPL_EXPIRED,  "This application has expired"
+error_code KRB5_LIB_EXPIRED,   "This Krb5 library has expired"
 
 end