Add a comment about the low 128 error codes being defined by the Krb5
authorTheodore Tso <tytso@mit.edu>
Fri, 6 Feb 1998 04:48:01 +0000 (04:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 6 Feb 1998 04:48:01 +0000 (04:48 +0000)
protocol spec.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10414 dc483132-0cff-0310-8789-dd5450dbe970

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

index fe820d90bf57486d3333c61abda2c6ae9bc9a183..a3d187665479eabdb980782447c282734299fb4c 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb  5 22:58:09 1998  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * krb5_err.et: Add a comment about the low 128 error codes being
+               defined by the Krb5 protocol spec.
+
 Sat Dec  6 02:27:37 1997  Tom Yu  <tlyu@mit.edu>
 
        * krb5_err.et: Add codes for Cygnus chpw.
index 90a4ebe6a42539c5ccd009893cebe6085ca454a1..ce595e368aaeb74437020d9e2131efe081668749 100644 (file)
 #
 error_table krb5
 
+
+#
+# Note: the first 128 error codes are hard-coded and must match the error
+# numbers defined in the Kerberos protocol specification, RFC-1510 or
+# its successors.
+#
+
 # vv 0
 error_code KRB5KDC_ERR_NONE,           "No error"
 error_code KRB5KDC_ERR_NAME_EXP,       "Client's entry in database has expired"