From: John Kohl Date: Thu, 18 Jan 1990 17:40:09 +0000 (+0000) Subject: add LIBOS and PARSE errors X-Git-Tag: krb5-1.0-alpha2~1249 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0542708adbb5cecf3d1e3e012b16fe8e82f50f1e;p=krb5.git add LIBOS and PARSE errors git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@133 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index a337631e8..6203da660 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 # . @@ -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