• Home
  • Raw
  • Download

Lines Matching refs:cupsdLogClient

269cupsdLogClient(con, CUPSD_LOG_DEBUG2, "con->uri=\"%s\", con->best=%p(%s)", con->uri, con->best, co…  in cupsdAuthorize()
308 cupsdLogClient(con, CUPSD_LOG_DEBUG, "No authentication data provided."); in cupsdAuthorize()
334 cupsdLogClient(con, CUPSD_LOG_ERROR, "External Authorization reference size is incorrect."); in cupsdAuthorize()
340cupsdLogClient(con, CUPSD_LOG_ERROR, "AuthorizationCreateFromExternalForm returned %d", (int)statu… in cupsdAuthorize()
354 cupsdLogClient(con, CUPSD_LOG_DEBUG, "Authorized as \"%s\" using AuthRef.", username); in cupsdAuthorize()
374cupsdLogClient(con, CUPSD_LOG_ERROR, "Unable to get peer credentials - %s", strerror(errno)); in cupsdAuthorize()
380cupsdLogClient(con, CUPSD_LOG_ERROR, "Unable to find UID %d for peer credentials.", (int)CUPSD_UCR… in cupsdAuthorize()
386cupsdLogClient(con, CUPSD_LOG_DEBUG, "Authorized as \"%s\" using AuthRef + PeerCred.", username); in cupsdAuthorize()
431cupsdLogClient(con, CUPSD_LOG_ERROR, "PeerCred authentication not allowed for resource per AUTHKEY… in cupsdAuthorize()
438 cupsdLogClient(con, CUPSD_LOG_ERROR, "User \"%s\" does not exist.", authorization + 9); in cupsdAuthorize()
450 cupsdLogClient(con, CUPSD_LOG_ERROR, "Unable to get peer credentials - %s", strerror(errno)); in cupsdAuthorize()
456cupsdLogClient(con, CUPSD_LOG_ERROR, "Invalid peer credentials for \"%s\" - got %d, expected %d.",… in cupsdAuthorize()
458 cupsdLogClient(con, CUPSD_LOG_DEBUG2, "cr_version=%d", peercred.cr_version); in cupsdAuthorize()
459 cupsdLogClient(con, CUPSD_LOG_DEBUG2, "cr_uid=%d", peercred.cr_uid); in cupsdAuthorize()
460 cupsdLogClient(con, CUPSD_LOG_DEBUG2, "cr_ngroups=%d", peercred.cr_ngroups); in cupsdAuthorize()
461 cupsdLogClient(con, CUPSD_LOG_DEBUG2, "cr_groups[0]=%d", peercred.cr_groups[0]); in cupsdAuthorize()
472 cupsdLogClient(con, CUPSD_LOG_DEBUG, "Authorized as %s using PeerCred.", username); in cupsdAuthorize()
490 cupsdLogClient(con, CUPSD_LOG_ERROR, "Local authentication certificate not found."); in cupsdAuthorize()
497 cupsdLogClient(con, CUPSD_LOG_DEBUG, "Authorized as %s using Local.", username); in cupsdAuthorize()
521 cupsdLogClient(con, CUPSD_LOG_ERROR, "Missing Basic password."); in cupsdAuthorize()
533 cupsdLogClient(con, CUPSD_LOG_ERROR, "Empty Basic username."); in cupsdAuthorize()
543 cupsdLogClient(con, CUPSD_LOG_ERROR, "Empty Basic password."); in cupsdAuthorize()
585cupsdLogClient(con, CUPSD_LOG_ERROR, "pam_start() returned %d (%s)", pamerr, pam_strerror(pamh, pa… in cupsdAuthorize()
593cupsdLogClient(con, CUPSD_LOG_WARN, "pam_set_item(PAM_RHOST) returned %d (%s)", pamerr, pam_strerr… in cupsdAuthorize()
599cupsdLogClient(con, CUPSD_LOG_WARN, "pam_set_item(PAM_TTY) returned %d (%s)", pamerr, pam_strerror… in cupsdAuthorize()
606cupsdLogClient(con, CUPSD_LOG_ERROR, "pam_authenticate() returned %d (%s)", pamerr, pam_strerror(p… in cupsdAuthorize()
614cupsdLogClient(con, CUPSD_LOG_WARN, "pam_setcred() returned %d (%s)", pamerr, pam_strerror(pamh, p… in cupsdAuthorize()
620cupsdLogClient(con, CUPSD_LOG_ERROR, "pam_acct_mgmt() returned %d (%s)", pamerr, pam_strerror(pamh… in cupsdAuthorize()
648 cupsdLogClient(con, CUPSD_LOG_ERROR, "Unknown username \"%s\".", username); in cupsdAuthorize()
662 cupsdLogClient(con, CUPSD_LOG_ERROR, "Username \"%s\" has no shadow password.", username); in cupsdAuthorize()
675 cupsdLogClient(con, CUPSD_LOG_ERROR, "Username \"%s\" has no password.", username); in cupsdAuthorize()
695 cupsdLogClient(con, CUPSD_LOG_ERROR, "Authentication failed for user \"%s\".", username); in cupsdAuthorize()
702 cupsdLogClient(con, CUPSD_LOG_ERROR, "Authentication failed for user \"%s\".", username); in cupsdAuthorize()
709 cupsdLogClient(con, CUPSD_LOG_DEBUG, "Authorized as \"%s\" using Basic.", username); in cupsdAuthorize()
737cupsdLogClient(con, CUPSD_LOG_WARN, "GSSAPI/Kerberos authentication failed because the Kerberos fr… in cupsdAuthorize()
752 cupsdLogClient(con, CUPSD_LOG_DEBUG2, "No authentication data specified."); in cupsdAuthorize()
819 cupsdLogClient(con, CUPSD_LOG_DEBUG, "Authorized as \"%s\" using Negotiate.", username); in cupsdAuthorize()
849 cupsdLogClient(con, CUPSD_LOG_ERROR, "Unable to get peer credentials - %s", strerror(errno)); in cupsdAuthorize()
853 cupsdLogClient(con, CUPSD_LOG_DEBUG, "Using credentials for UID %d.", CUPSD_UCRED_UID(peercred)); in cupsdAuthorize()
868 cupsdLogClient(con, CUPSD_LOG_ERROR, "Bad authentication data \"%s ...\".", scheme); in cupsdAuthorize()