diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-03-04 10:48:08 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-03-04 10:48:08 +0000 |
| commit | c3e71c40cfa8ec3261957fd32c6c43d3b58a150c (patch) | |
| tree | 3e15bf7a964a7412c4df1bcf5bb7c9188150a5eb /src | |
| parent | a8a5051f86cd6aa8cb0246a855ac4a143f009f0e (diff) | |
fix copyrights
add 'replay cache needed' code
.j
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1835 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/error_tables/krb5_err.et | 4 |
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 4e932b48a..28274fb01 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 |
