xref: /freebsd/crypto/heimdal/lib/krb5/heim_err.et (revision 6a068746777241722b2b32c5d0bc443a2a64d80b)
1b528cefcSMark Murray#
2b528cefcSMark Murray# Error messages for the krb5 library
3b528cefcSMark Murray#
4b528cefcSMark Murray# This might look like a com_err file, but is not
5b528cefcSMark Murray#
6*ae771770SStanislav Sedovid "$Id$"
7b528cefcSMark Murray
8b528cefcSMark Murrayerror_table heim
9b528cefcSMark Murray
10b528cefcSMark Murrayprefix HEIM_ERR
11b528cefcSMark Murray
12b528cefcSMark Murrayerror_code LOG_PARSE,		"Error parsing log destination"
13b528cefcSMark Murrayerror_code V4_PRINC_NO_CONV,	"Failed to convert v4 principal"
14b528cefcSMark Murrayerror_code SALTTYPE_NOSUPP,	"Salt type is not supported by enctype"
15b528cefcSMark Murrayerror_code NOHOST,		"Host not found"
16b528cefcSMark Murrayerror_code OPNOTSUPP,		"Operation not supported"
175e9cd1aeSAssar Westerlunderror_code EOF,			"End of file"
185e9cd1aeSAssar Westerlunderror_code BAD_MKEY,		"Failed to get the master key"
194137ff4cSJacques Vidrineerror_code SERVICE_NOMATCH,	"Unacceptable service used"
20*ae771770SStanislav Sedoverror_code NOT_SEEKABLE,	"File descriptor not seekable"
21*ae771770SStanislav Sedoverror_code TOO_BIG,		"Offset too large"
22*ae771770SStanislav Sedoverror_code BAD_HDBENT_ENCODING,	"Invalid HDB entry encoding"
235e9cd1aeSAssar Westerlund
24c19800e8SDoug Rabsonindex 64
25c19800e8SDoug Rabsonprefix HEIM_PKINIT
26c19800e8SDoug Rabsonerror_code NO_CERTIFICATE,	"Certificate missing"
27c19800e8SDoug Rabsonerror_code NO_PRIVATE_KEY,	"Private key missing"
28c19800e8SDoug Rabsonerror_code NO_VALID_CA,		"No valid certificate authority"
29c19800e8SDoug Rabsonerror_code CERTIFICATE_INVALID,	"Certificate invalid"
30c19800e8SDoug Rabsonerror_code PRIVATE_KEY_INVALID,	"Private key invalid"
31c19800e8SDoug Rabson
325e9cd1aeSAssar Westerlundindex 128
335e9cd1aeSAssar Westerlundprefix HEIM_EAI
345e9cd1aeSAssar Westerlund#error_code NOERROR,		"no error"
355e9cd1aeSAssar Westerlunderror_code UNKNOWN,		"unknown error from getaddrinfo"
365e9cd1aeSAssar Westerlunderror_code ADDRFAMILY,		"address family for nodename not supported"
375e9cd1aeSAssar Westerlunderror_code AGAIN,		"temporary failure in name resolution"
385e9cd1aeSAssar Westerlunderror_code BADFLAGS,		"invalid value for ai_flags"
395e9cd1aeSAssar Westerlunderror_code FAIL,		"non-recoverable failure in name resolution"
405e9cd1aeSAssar Westerlunderror_code FAMILY,		"ai_family not supported"
415e9cd1aeSAssar Westerlunderror_code MEMORY,		"memory allocation failure"
425e9cd1aeSAssar Westerlunderror_code NODATA,		"no address associated with nodename"
435e9cd1aeSAssar Westerlunderror_code NONAME,		"nodename nor servname provided, or not known"
445e9cd1aeSAssar Westerlunderror_code SERVICE,		"servname not supported for ai_socktype"
455e9cd1aeSAssar Westerlunderror_code SOCKTYPE,		"ai_socktype not supported"
465e9cd1aeSAssar Westerlunderror_code SYSTEM,		"system error returned in errno"
47b528cefcSMark Murrayend
48