1*ebfedea0SLionel Sambuc# 2*ebfedea0SLionel Sambuc# Error messages for the k524 functions 3*ebfedea0SLionel Sambuc# 4*ebfedea0SLionel Sambuc# This might look like a com_err file, but is not 5*ebfedea0SLionel Sambuc# 6*ebfedea0SLionel Sambucid "Id" 7*ebfedea0SLionel Sambuc 8*ebfedea0SLionel Sambucerror_table k524 9*ebfedea0SLionel Sambuc 10*ebfedea0SLionel Sambucprefix KRB524 11*ebfedea0SLionel Sambucerror_code BADKEY, "wrong keytype in ticket" 12*ebfedea0SLionel Sambucerror_code BADADDR, "incorrect network address" 13*ebfedea0SLionel Sambucerror_code BADPRINC, "cannot convert V5 principal" #unused 14*ebfedea0SLionel Sambucerror_code BADREALM, "V5 realm name longer than V4 maximum" #unused 15*ebfedea0SLionel Sambucerror_code V4ERR, "kerberos V4 error server" 16*ebfedea0SLionel Sambucerror_code ENCFULL, "encoding too large at server" 17*ebfedea0SLionel Sambucerror_code DECEMPTY, "decoding out of data" #unused 18*ebfedea0SLionel Sambucerror_code NOTRESP, "service not responding" #unused 19*ebfedea0SLionel Sambucend 20*ebfedea0SLionel Sambuc 21