add LIBOS and PARSE errors
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 17:40:09 +0000 (17:40 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 17:40:09 +0000 (17:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@133 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index a337631e8888b1ebe375999e8f7c893f007e9d73..6203da660853a66197b2c12dc17272a828454412 100644 (file)
@@ -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