Initial import from FreeBSD RELENG_4:
[games.git] / crypto / kerberosIV / lib / krb / krb_err.et
1 #       Copyright 1987,1988 Massachusetts Institute of Technology
2 #
3 #       For copying and distribution information, see the file
4 #       "mit-copyright.h".
5
6 # This might look like a com_err file, but is not
7 #
8 id "$Id: krb_err.et,v 1.7 1998/03/29 14:19:52 bg Exp $"
9
10 error_table krb
11
12 prefix KRBET
13 ec KSUCCESS,            "Kerberos successful"
14 ec KDC_NAME_EXP,        "Kerberos principal expired"
15 ec KDC_SERVICE_EXP,     "Kerberos service expired"
16 ec KDC_AUTH_EXP,        "Kerberos auth expired"
17 ec KDC_PKT_VER,         "Incorrect kerberos master key version"
18 ec KDC_P_MKEY_VER,      "Incorrect kerberos master key version"
19 ec KDC_S_MKEY_VER,      "Incorrect kerberos master key version"
20 ec KDC_BYTE_ORDER,      "Kerberos error: byte order unknown"
21 ec KDC_PR_UNKNOWN,      "Kerberos principal unknown"
22 ec KDC_PR_N_UNIQUE,     "Kerberos principal not unique"
23 ec KDC_NULL_KEY,        "Kerberos principal has null key"
24 index 20
25 ec KDC_GEN_ERR,         "Generic error from Kerberos KDC"
26 ec GC_TKFIL,            "Can't read Kerberos ticket file"
27 ec GC_NOTKT,            "Can't find Kerberos ticket or TGT"
28 index 26
29 ec MK_AP_TGTEXP,        "Kerberos TGT Expired"
30 index 31
31 ec RD_AP_UNDEC,         "Kerberos error: Can't decode authenticator"
32 ec RD_AP_EXP,           "Kerberos ticket expired"
33 ec RD_AP_NYV,           "Kerberos ticket not yet valid"
34 ec RD_AP_REPEAT,        "Kerberos error: Repeated request"
35 ec RD_AP_NOT_US,        "The kerberos ticket isn't for us"
36 ec RD_AP_INCON,         "Kerberos request inconsistent"
37 ec RD_AP_TIME,          "Kerberos error: delta_t too big"
38 ec RD_AP_BADD,          "Kerberos error: incorrect net address"
39 ec RD_AP_VERSION,       "Kerberos protocol version mismatch"
40 ec RD_AP_MSG_TYPE,      "Kerberos error: invalid msg type"
41 ec RD_AP_MODIFIED,      "Kerberos error: message stream modified"
42 ec RD_AP_ORDER,         "Kerberos error: message out of order"
43 ec RD_AP_UNAUTHOR,      "Kerberos error: unauthorized request"
44 index 51
45 ec GT_PW_NULL,          "Kerberos error: current PW is null"
46 ec GT_PW_BADPW,         "Kerberos error: Incorrect current password"
47 ec GT_PW_PROT,          "Kerberos protocol error"
48 ec GT_PW_KDCERR,        "Error returned by Kerberos KDC"
49 ec GT_PW_NULLTKT,       "Null Kerberos ticket returned by KDC"
50 ec SKDC_RETRY,          "Kerberos error: Retry count exceeded"
51 ec SKDC_CANT,           "Kerberos error: Can't send request"
52 index 61
53 ec INTK_W_NOTALL,       "Kerberos error: not all tickets returned"
54 ec INTK_BADPW,          "Kerberos error: incorrect password"
55 ec INTK_PROT,           "Kerberos error: Protocol Error"
56 index 70
57 ec INTK_ERR,            "Other error"
58 ec AD_NOTGT,            "Don't have Kerberos ticket-granting ticket"
59 index 76
60 ec NO_TKT_FIL,          "No ticket file found"
61 ec TKT_FIL_ACC,         "Couldn't access ticket file"
62 ec TKT_FIL_LCK,         "Couldn't lock ticket file"
63 ec TKT_FIL_FMT,         "Bad ticket file format"
64 ec TKT_FIL_INI,         "tf_init not called first"
65 ec KNAME_FMT,           "Bad Kerberos name format"