projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfa372
)
add config file errors
author
John Kohl
<jtkohl@mit.edu>
Mon, 22 Jan 1990 13:35:40 +0000
(13:35 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 22 Jan 1990 13:35:40 +0000
(13:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@165
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 6203da660853a66197b2c12dc17272a828454412..9aa0524a689f6dd5c5f4b12c7161ac65c2771026 100644
(file)
--- a/
src/lib/krb5/error_tables/krb5_err.et
+++ b/
src/lib/krb5/error_tables/krb5_err.et
@@
-157,4
+157,8
@@
error_code KRB5_LIBOS_PWDINTR, "Password read interrupted"
error_code KRB5_PARSE_ILLCHAR, "Illegal character in component name"
error_code KRB5_PARSE_MALFORMED, "Malformed representation of principal"
+
+error_code KRB5_CONFIG_CANTOPEN, "Can't find configuration file"
+error_code KRB5_CONFIG_BADFORMAT, "Improper format of configuration file"
+error_code KRB5_CONFIG_NOTENUFSPACE, "Insufficient space to return complete information"
end