1#
2# Error messages for the krb5 library
3#
4# This might look like a com_err file, but is not
5#
6id "$Id$"
7
8error_table heim
9
10prefix HEIM_ERR
11
12error_code LOG_PARSE,		"Error parsing log destination"
13error_code V4_PRINC_NO_CONV,	"Failed to convert v4 principal"
14error_code SALTTYPE_NOSUPP,	"Salt type is not supported by enctype"
15error_code NOHOST,		"Host not found"
16error_code OPNOTSUPP,		"Operation not supported"
17error_code EOF,			"End of file"
18error_code BAD_MKEY,		"Failed to get the master key"
19error_code SERVICE_NOMATCH,	"Unacceptable service used"
20error_code NOT_SEEKABLE,	"File descriptor not seekable"
21error_code TOO_BIG,		"Offset too large"
22error_code STORAGE_UUID,	"Failed parsing/writing UUID"
23error_code BAD_HDBENT_ENCODING,	"Invalid HDB entry encoding"
24error_code PA_CONTINUE_NEEDED,	"Need to continue preauth stepping"
25error_code PA_CANT_CONTINUE,	"Can't continue with this preauth"
26error_code NO_MORE_PA_MECHS,	"No more PA mechanisms available"
27
28index 64
29prefix HEIM_PKINIT
30error_code NO_CERTIFICATE,	"Certificate missing"
31error_code NO_PRIVATE_KEY,	"Private key missing"
32error_code NO_VALID_CA,		"No valid certificate authority"
33error_code CERTIFICATE_INVALID,	"Certificate invalid"
34error_code PRIVATE_KEY_INVALID,	"Private key invalid"
35
36index 128
37prefix HEIM_EAI
38#error_code NOERROR,		"no error"
39error_code UNKNOWN,		"unknown error from getaddrinfo"
40error_code ADDRFAMILY,		"address family for nodename not supported"
41error_code AGAIN,		"temporary failure in name resolution"
42error_code BADFLAGS,		"invalid value for ai_flags"
43error_code FAIL,		"non-recoverable failure in name resolution"
44error_code FAMILY,		"ai_family not supported"
45error_code MEMORY,		"memory allocation failure"
46error_code NODATA,		"no address associated with nodename"
47error_code NONAME,		"nodename nor servname provided, or not known"
48error_code SERVICE,		"servname not supported for ai_socktype"
49error_code SOCKTYPE,		"ai_socktype not supported"
50error_code SYSTEM,		"system error returned in errno"
51
52index 192
53prefix HEIM_NET
54error_code CONN_REFUSED,	"connection refused"
55
56end
57
58