projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e75ec
)
add DES key codes & generic key codes
author
John Kohl
<jtkohl@mit.edu>
Wed, 9 May 1990 14:32:52 +0000
(14:32 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 9 May 1990 14:32:52 +0000
(14:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@797
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/error_tables/krb5_err.et
patch
|
blob
|
history
diff --git
a/src/lib/krb5/error_tables/krb5_err.et
b/src/lib/krb5/error_tables/krb5_err.et
index 0704662f77b717aef2dcd3c0cae367b375ec32bd..34f918509135c0d142ba3507085d314aa4dd2994 100644
(file)
--- a/
src/lib/krb5/error_tables/krb5_err.et
+++ b/
src/lib/krb5/error_tables/krb5_err.et
@@
-221,4
+221,9
@@
error_code KRB5_KT_NOWRITE, "Cannot write to specified key table"
error_code KRB5_KT_IOERR, "Error writing to key table"
error_code KRB5_NO_TKT_IN_RLM, "Cannot find ticket for requested realm"
+error_code KRB5DES_BAD_KEYPAR, "DES key has bad parity"
+error_code KRB5DES_WEAK_KEY, "DES key is a weak key"
+
+error_code KRB5_BAD_KEYTYPE, "Keytype is incompatible with encryption type"
+error_code KRB5_BAD_KEYSIZE, "Key size is incompatible with encryption type"
end