Home
last modified time | relevance | path

Searched refs:CUPSD_AUTH_NEGOTIATE (Results 1 – 7 of 7) sorted by relevance

/external/libcups/scheduler/
Dauth.h24 #define CUPSD_AUTH_NEGOTIATE 2 /* Kerberos authentication */ macro
Dauth.c824 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()
Dconf.c494 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()
Dclient.c1957 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()
Ddirsvc.c1638 case CUPSD_AUTH_NEGOTIATE : in get_auth_info_required()
Dprinters.c2298 else if (auth_type == CUPSD_AUTH_NEGOTIATE) in cupsdSetPrinterAttrs()
Dipp.c10009 auth_type = CUPSD_AUTH_NEGOTIATE; in send_http_error()