summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/error_tables
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-18 17:40:09 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-18 17:40:09 +0000
commit0542708adbb5cecf3d1e3e012b16fe8e82f50f1e (patch)
tree069405985b1d79b1de34f80cd831110facdc74fe /src/lib/krb5/error_tables
parent22d5830116b79c6e9944669a1d04f8fbc6575e39 (diff)
downloadkrb5-0542708adbb5cecf3d1e3e012b16fe8e82f50f1e.tar.gz
krb5-0542708adbb5cecf3d1e3e012b16fe8e82f50f1e.tar.xz
krb5-0542708adbb5cecf3d1e3e012b16fe8e82f50f1e.zip
add LIBOS and PARSE errors
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@133 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/error_tables')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index a337631e88..6203da6608 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -2,7 +2,7 @@
# $Source$
# $Author$
#
-# Copyright 1989 by the Massachusetts Institute of Technology.
+# Copyright 1989,1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information, please see the file
# <krb5/mit-copyright.h>.
@@ -149,4 +149,12 @@ error_code KRB5PLACEHOLD_126, "KRB5 error code 126"
error_code KRB5PLACEHOLD_127, "KRB5 error code 127"
error_code KRB5_ERR_RCSID, "$Id$"
+
+error_code KRB5_LIBOS_BADLOCKFLAG, "Invalid flag for file lock mode"
+error_code KRB5_LIBOS_CANTREADPWD, "Cannot read password"
+error_code KRB5_LIBOS_BADPWDMATCH, "Password mismatch"
+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"
end