Searched refs:CUPSD_AUTH_NEGOTIATE (Results 1 – 7 of 7) sorted by relevance
24 #define CUPSD_AUTH_NEGOTIATE 2 /* Kerberos authentication */ macro
824 con->type = CUPSD_AUTH_NEGOTIATE; in cupsdAuthorize()1641 !(type == CUPSD_AUTH_NEGOTIATE || in cupsdIsAuthorized()1643 cupsdDefaultAuthType() == CUPSD_AUTH_NEGOTIATE))) in cupsdIsAuthorized()1702 (type != CUPSD_AUTH_NEGOTIATE || con->gss_uid <= 0) && in cupsdIsAuthorized()
494 return (default_auth_type = CUPSD_AUTH_NEGOTIATE); in cupsdDefaultAuthType()2252 loc->type = CUPSD_AUTH_NEGOTIATE; in parse_aaa()3199 default_auth_type = CUPSD_AUTH_NEGOTIATE; in read_cupsd_conf()
1957 if (code >= HTTP_STATUS_BAD_REQUEST && con->type != CUPSD_AUTH_NEGOTIATE) in cupsdSendError()2110 else if (auth_type == CUPSD_AUTH_NEGOTIATE) in cupsdSendHeader()2120 …if (con->best && auth_type != CUPSD_AUTH_NEGOTIATE && !con->is_browser && !_cups_strcasecmp(httpGe… in cupsdSendHeader()
1638 case CUPSD_AUTH_NEGOTIATE : in get_auth_info_required()
2298 else if (auth_type == CUPSD_AUTH_NEGOTIATE) in cupsdSetPrinterAttrs()
10009 auth_type = CUPSD_AUTH_NEGOTIATE; in send_http_error()