Lines Matching defs:error

149  * unexpected response, an error is returned.
193 /* now decode the reply...could be error or as_rep */
198 /* some other error code--??? */
202 if (err_reply->error == KRB_ERR_RESPONSE_TOO_BIG
248 /* some other error code ??? */
434 * Solaris Kerberos: Here we error only if renewable_ok was not set.
893 if (err_reply->error == KDC_ERR_PREAUTH_REQUIRED &&
906 } else if (canon_flag && err_reply->error == KDC_ERR_WRONG_REALM) {
914 /* Rewrite request.client with realm from error reply */
943 retval = (krb5_error_code) err_reply->error
1246 krb5_error **error)
1251 *error = NULL;
1265 ret->error = ctx->err_reply->error;
1288 *error = ret;
1302 * @param padata padata from an error if an error from the realm we now expect
1634 krb5_error *error = NULL;
1644 code = decode_krb5_error(reply, &error);
1648 assert(error != NULL);
1650 if (error->error == KRB_ERR_RESPONSE_TOO_BIG) {
1651 krb5_free_error(context, error);
1654 ctx->err_reply = error;
1755 * Retry after an error other than PREAUTH_NEEDED,
1781 code = ctx->err_reply->error + ERROR_TABLE_BASE_krb5;
1822 * First, if we get a PREAUTH_REQUIRED error including PADATA_FX_FAST back from
1855 (ctx->err_reply->error == KDC_ERR_PREAUTH_FAILED &&
1937 } else if (ctx->err_reply->error == KDC_ERR_PREAUTH_REQUIRED &&
1950 } else if (canon_flag && ctx->err_reply->error == KDC_ERR_WRONG_REALM) {
1956 /* Rewrite request.client with realm from error reply */
1975 /* error + no hints = give up */
1976 code = (krb5_error_code)ctx->err_reply->error +
1981 /* Return error code, or continue with next iteration */
2147 /* See if we can produce a more detailed error message. */
2211 * KDC and result in this error (at least w/MSFT AD KDC).