1*ebfedea0SLionel Sambuc# 2*ebfedea0SLionel Sambuc# extended gss krb5 error messages 3*ebfedea0SLionel Sambuc# 4*ebfedea0SLionel Sambuc 5*ebfedea0SLionel Sambucid "Id" 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel Sambucerror_table gk5 8*ebfedea0SLionel Sambuc 9*ebfedea0SLionel Sambucprefix GSS_KRB5_S 10*ebfedea0SLionel Sambuc 11*ebfedea0SLionel Sambucerror_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string" 12*ebfedea0SLionel Sambucerror_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits" 13*ebfedea0SLionel Sambucerror_code G_NOUSER, "UID does not resolve to username" 14*ebfedea0SLionel Sambucerror_code G_VALIDATE_FAILED, "Validation error" 15*ebfedea0SLionel Sambucerror_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data" 16*ebfedea0SLionel Sambucerror_code G_BAD_MSG_CTX, "Message context invalid" 17*ebfedea0SLionel Sambucerror_code G_WRONG_SIZE, "Buffer is the wrong size" 18*ebfedea0SLionel Sambucerror_code G_BAD_USAGE, "Credential usage type is unknown" 19*ebfedea0SLionel Sambucerror_code G_UNKNOWN_QOP, "Unknown quality of protection specified" 20*ebfedea0SLionel Sambuc 21*ebfedea0SLionel Sambucindex 128 22*ebfedea0SLionel Sambuc 23*ebfedea0SLionel Sambucerror_code KG_CCACHE_NOMATCH, "Principal in credential cache does not match desired name" 24*ebfedea0SLionel Sambucerror_code KG_KEYTAB_NOMATCH, "No principal in keytab matches desired name" 25*ebfedea0SLionel Sambucerror_code KG_TGT_MISSING, "Credential cache has no TGT" 26*ebfedea0SLionel Sambucerror_code KG_NO_SUBKEY, "Authenticator has no subkey" 27*ebfedea0SLionel Sambucerror_code KG_CONTEXT_ESTABLISHED, "Context is already fully established" 28*ebfedea0SLionel Sambucerror_code KG_BAD_SIGN_TYPE, "Unknown signature type in token" 29*ebfedea0SLionel Sambucerror_code KG_BAD_LENGTH, "Invalid field length in token" 30*ebfedea0SLionel Sambucerror_code KG_CTX_INCOMPLETE, "Attempt to use incomplete security context" 31*ebfedea0SLionel Sambucerror_code KG_INPUT_TOO_LONG, "Input too long" 32