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