Searched refs:cupsdIsAuthorized (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/cups-408/cups/scheduler/
H A Dauth.h141 extern http_status_t cupsdIsAuthorized(cupsd_client_t *con, const char *owner);
H A Dpolicy.c144 return (cupsdIsAuthorized(con, owner));
H A Dauth.c1598 * 'cupsdIsAuthorized()' - Check to see if the user is authorized...
1602 cupsdIsAuthorized(cupsd_client_t *con, /* I - Connection */ function
1635 "cupsdIsAuthorized: con->uri=\"%s\", con->best=%p(%s)",
1640 "cupsdIsAuthorized: owner=\"%s\"", owner);
1664 "cupsdIsAuthorized: level=CUPSD_AUTH_%s, type=%s, "
1670 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdIsAuthorized: op=%x(%s)",
1710 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdIsAuthorized: auth=CUPSD_AUTH_%s...",
1730 "cupsdIsAuthorized: Need upgrade to TLS...");
1757 "cupsdIsAuthorized: requesting-user-name=\"%s\"",
1768 cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdIsAuthorized
[all...]
H A Dclient.c1004 if ((status = cupsdIsAuthorized(con, NULL)) != HTTP_STATUS_OK)

Completed in 105 milliseconds