af4d8ead38
a number of (ex-)Athena programs. Breaking my own rules for importing somewhat, as this code does not appear to be actively maintained by anyone (not that it really needs it).
70 lines
1.1 KiB
Plaintext
70 lines
1.1 KiB
Plaintext
error_table krb
|
|
|
|
error_code KRB_MK_AP_TKFIL,
|
|
"Can't read ticket file"
|
|
|
|
ec KRB_MK_AP_NOTKT,
|
|
"Can't find ticket or TGT"
|
|
|
|
ec KRB_MK_AP_TGTEXP,
|
|
"TGT expired"
|
|
|
|
ec KRB_RD_AP_UNDEC,
|
|
"Can't decode authenticator"
|
|
|
|
ec KRB_RD_AP_EXP,
|
|
"Ticket expired"
|
|
|
|
ec KRB_RD_AP_REPEAT,
|
|
"Repeated request"
|
|
|
|
ec KRB_RD_AP_NOT_US,
|
|
"The ticket isn't for us"
|
|
|
|
ec KRB_RD_AP_INCON,
|
|
"Request is inconsistent"
|
|
|
|
ec KRB_RD_AP_TIME,
|
|
"Delta-T too big"
|
|
|
|
ec KRB_RD_AP_BADD,
|
|
"Incorrect net address"
|
|
|
|
ec KRB_RD_AP_VERSION,
|
|
"Protocol version mismatch"
|
|
|
|
ec KRB_RD_AP_MSG_TYPE,
|
|
"Invalid message type"
|
|
|
|
ec KRB_RD_AP_MODIFIED,
|
|
"Message stream modified"
|
|
|
|
ec KRB_RD_AP_ORDER,
|
|
"Message out of order"
|
|
|
|
ec KRB_RD_AP_UNAUTHOR,
|
|
"Unauthorized request"
|
|
|
|
ec KRB_GT_PW_NULL,
|
|
"Current password is null"
|
|
|
|
ec KRB_GT_PW_BADPW,
|
|
"Incorrect current password"
|
|
|
|
ec KRB_GT_PW_PROT,
|
|
"Protocol error"
|
|
|
|
ec KRB_GT_PW_KDCERR,
|
|
"Error returned by KDC"
|
|
|
|
ec KRB_GT_PW_NULLTKT,
|
|
"Null ticket returned by KDC"
|
|
|
|
ec KRB_SKDC_RETRY,
|
|
"Retry count exceeded"
|
|
|
|
ec KRB_SKDC_CANT,
|
|
"Can't send request"
|
|
|
|
end
|