xref: /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc#
2*ebfedea0SLionel Sambuc# Error messages for the krb5 library
3*ebfedea0SLionel Sambuc#
4*ebfedea0SLionel Sambuc# This might look like a com_err file, but is not
5*ebfedea0SLionel Sambuc#
6*ebfedea0SLionel Sambucid "Id"
7*ebfedea0SLionel Sambuc
8*ebfedea0SLionel Sambucerror_table heim
9*ebfedea0SLionel Sambuc
10*ebfedea0SLionel Sambucprefix HEIM_ERR
11*ebfedea0SLionel Sambuc
12*ebfedea0SLionel Sambucerror_code LOG_PARSE,		"Error parsing log destination"
13*ebfedea0SLionel Sambucerror_code V4_PRINC_NO_CONV,	"Failed to convert v4 principal"
14*ebfedea0SLionel Sambucerror_code SALTTYPE_NOSUPP,	"Salt type is not supported by enctype"
15*ebfedea0SLionel Sambucerror_code NOHOST,		"Host not found"
16*ebfedea0SLionel Sambucerror_code OPNOTSUPP,		"Operation not supported"
17*ebfedea0SLionel Sambucerror_code EOF,			"End of file"
18*ebfedea0SLionel Sambucerror_code BAD_MKEY,		"Failed to get the master key"
19*ebfedea0SLionel Sambucerror_code SERVICE_NOMATCH,	"Unacceptable service used"
20*ebfedea0SLionel Sambucerror_code NOT_SEEKABLE,	"File descriptor not seekable"
21*ebfedea0SLionel Sambucerror_code TOO_BIG,		"Offset too large"
22*ebfedea0SLionel Sambucerror_code BAD_HDBENT_ENCODING,	"Invalid HDB entry encoding"
23*ebfedea0SLionel Sambuc
24*ebfedea0SLionel Sambucindex 64
25*ebfedea0SLionel Sambucprefix HEIM_PKINIT
26*ebfedea0SLionel Sambucerror_code NO_CERTIFICATE,	"Certificate missing"
27*ebfedea0SLionel Sambucerror_code NO_PRIVATE_KEY,	"Private key missing"
28*ebfedea0SLionel Sambucerror_code NO_VALID_CA,		"No valid certificate authority"
29*ebfedea0SLionel Sambucerror_code CERTIFICATE_INVALID,	"Certificate invalid"
30*ebfedea0SLionel Sambucerror_code PRIVATE_KEY_INVALID,	"Private key invalid"
31*ebfedea0SLionel Sambuc
32*ebfedea0SLionel Sambucindex 128
33*ebfedea0SLionel Sambucprefix HEIM_EAI
34*ebfedea0SLionel Sambuc#error_code NOERROR,		"no error"
35*ebfedea0SLionel Sambucerror_code UNKNOWN,		"unknown error from getaddrinfo"
36*ebfedea0SLionel Sambucerror_code ADDRFAMILY,		"address family for nodename not supported"
37*ebfedea0SLionel Sambucerror_code AGAIN,		"temporary failure in name resolution"
38*ebfedea0SLionel Sambucerror_code BADFLAGS,		"invalid value for ai_flags"
39*ebfedea0SLionel Sambucerror_code FAIL,		"non-recoverable failure in name resolution"
40*ebfedea0SLionel Sambucerror_code FAMILY,		"ai_family not supported"
41*ebfedea0SLionel Sambucerror_code MEMORY,		"memory allocation failure"
42*ebfedea0SLionel Sambucerror_code NODATA,		"no address associated with nodename"
43*ebfedea0SLionel Sambucerror_code NONAME,		"nodename nor servname provided, or not known"
44*ebfedea0SLionel Sambucerror_code SERVICE,		"servname not supported for ai_socktype"
45*ebfedea0SLionel Sambucerror_code SOCKTYPE,		"ai_socktype not supported"
46*ebfedea0SLionel Sambucerror_code SYSTEM,		"system error returned in errno"
47*ebfedea0SLionel Sambucend
48