Added new error code KRB5_GET_IN_TKT_LOOP
authorTheodore Tso <tytso@mit.edu>
Tue, 24 Oct 1995 01:25:28 +0000 (01:25 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 24 Oct 1995 01:25:28 +0000 (01:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6991 dc483132-0cff-0310-8789-dd5450dbe970

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

index 76b94205b1af1e0a3d20a5d95f8ffecca361c63e..3a941e9fdef8909f90f409e42a04edcd36aeac29 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct 23 21:24:12 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * krb5_err.et: Added new error code KRB5_GET_IN_TKT_LOOP.
+
 Fri Oct  6 22:03:44 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in: Remove ##DOS!include of config/windows.in.
index e730603b0664c987aa771486e01959078096d5f6..369a5446c57e61c98a7619b72c6196cb0cbed557 100644 (file)
@@ -292,4 +292,7 @@ error_code KRB5_SNAME_UNSUPP_NAMETYPE,      "Conversion to service principal undefine
 error_code KRB5KRB_AP_ERR_V4_REPLY, "Initial Ticket response appears to be Version 4 error"
 error_code KRB5_REALM_CANT_RESOLVE,    "Cannot resolve KDC for requested realm"
 error_code KRB5_TKT_NOT_FORWARDABLE,   "Requesting ticket can't get forwardable tickets"
+
+error_code KRB5_GET_IN_TKT_LOOP,  "Looping detected inside krb5_get_in_tkt"
+
 end