diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/error_tables/krb5_err.et | 10 |
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 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 # <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 |
