summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-04 10:48:08 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-04 10:48:08 +0000
commitc3e71c40cfa8ec3261957fd32c6c43d3b58a150c (patch)
tree3e15bf7a964a7412c4df1bcf5bb7c9188150a5eb
parenta8a5051f86cd6aa8cb0246a855ac4a143f009f0e (diff)
downloadkrb5-c3e71c40cfa8ec3261957fd32c6c43d3b58a150c.tar.gz
krb5-c3e71c40cfa8ec3261957fd32c6c43d3b58a150c.tar.xz
krb5-c3e71c40cfa8ec3261957fd32c6c43d3b58a150c.zip
fix copyrights
add 'replay cache needed' code .j git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1835 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 4e932b48a1..28274fb011 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -2,7 +2,8 @@
# $Source$
# $Author$
#
-# Copyright 1989,1990 by the Massachusetts Institute of Technology.
+# Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+# All Rights Reserved.
#
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
@@ -259,5 +260,6 @@ error_code KRB5_KEYTAB_BADVNO, "Unsupported key table format version number"
#
error_code KRB5_PROG_ATYPE_NOSUPP, "Program lacks support for address type"
+error_code KRB5_RC_REQUIRED, "Message replay detection requires rcache parameter"
end