• Home
  • Raw
  • Download

Lines Matching refs:DEBUG_printf

83DEBUG_printf(("cupsMakeServerCredentials(path=\"%s\", common_name=\"%s\", num_alt_names=%d, alt_na…  in cupsMakeServerCredentials()
120DEBUG_printf(("1cupsMakeServerCredentials: Unable to export private key: %s", gnutls_strerror(resu… in cupsMakeServerCredentials()
127 DEBUG_printf(("1cupsMakeServerCredentials: Writing private key to \"%s\".", keyfile)); in cupsMakeServerCredentials()
133DEBUG_printf(("1cupsMakeServerCredentials: Unable to create private key file \"%s\": %s", keyfile,… in cupsMakeServerCredentials()
195DEBUG_printf(("1cupsMakeServerCredentials: Unable to export public key and X.509 certificate: %s",… in cupsMakeServerCredentials()
203DEBUG_printf(("1cupsMakeServerCredentials: Writing public key and X.509 certificate to \"%s\".", c… in cupsMakeServerCredentials()
209DEBUG_printf(("1cupsMakeServerCredentials: Unable to create public key and X.509 certificate file … in cupsMakeServerCredentials()
247DEBUG_printf(("cupsSetServerCredentials(path=\"%s\", common_name=\"%s\", auto_create=%d)", path, c… in cupsSetServerCredentials()
308 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", http, credentials)); in httpCopyCredentials()
319 DEBUG_printf(("1httpCopyCredentials: certs=%p, count=%u", certs, count)); in httpCopyCredentials()
637DEBUG_printf(("httpCredentialsString(credentials=%p, buffer=%p, bufsize=" CUPS_LLFMT ")", credenti… in httpCredentialsString()
668 DEBUG_printf(("1httpCredentialsString: Returning \"%s\".", buffer)); in httpCredentialsString()
875 DEBUG_printf(("3http_gnutls_create_credential(credential=%p)", credential)); in http_gnutls_create_credential()
882 DEBUG_printf(("4http_gnutls_create_credential: init error: %s", gnutls_strerror(result))); in http_gnutls_create_credential()
891 DEBUG_printf(("4http_gnutls_create_credential: import error: %s", gnutls_strerror(result))); in http_gnutls_create_credential()
917 DEBUG_printf(("1http_gnutls_default_path: Making directory \"%s\".", buffer)); in http_gnutls_default_path()
920 DEBUG_printf(("1http_gnutls_default_path: Failed to make directory: %s", strerror(errno))); in http_gnutls_default_path()
928 DEBUG_printf(("1http_gnutls_default_path: Making directory \"%s\".", buffer)); in http_gnutls_default_path()
931 DEBUG_printf(("1http_gnutls_default_path: Failed to make directory: %s", strerror(errno))); in http_gnutls_default_path()
939 DEBUG_printf(("1http_gnutls_default_path: Using default path \"%s\".", buffer)); in http_gnutls_default_path()
1092 DEBUG_printf(("6http_gnutls_read(ptr=%p, data=%p, length=%d)", ptr, data, (int)length)); in http_gnutls_read()
1113 DEBUG_printf(("6http_gnutls_read: bytes=%d", (int)bytes)); in http_gnutls_read()
1131 DEBUG_printf(("6http_gnutls_write(ptr=%p, data=%p, length=%d)", ptr, data, in http_gnutls_write()
1134 DEBUG_printf(("http_gnutls_write: bytes=%d", (int)bytes)); in http_gnutls_write()
1268 DEBUG_printf(("3_httpTLSStart(http=%p)", http)); in _httpTLSStart()
1274 DEBUG_printf(("4_httpTLSStart: tls_options=%x", tls_options)); in _httpTLSStart()
1291 DEBUG_printf(("8_httpStartTLS: Unable to allocate credentials: %s", in _httpTLSStart()
1310DEBUG_printf(("4_httpTLSStart: Unable to initialize common TLS parameters: %s", gnutls_strerror(st… in _httpTLSStart()
1375 DEBUG_printf(("4_httpTLSStart: Unable to get socket address: %s", strerror(errno))); in _httpTLSStart()
1383 DEBUG_printf(("4_httpTLSStart: Resolved socket address to \"%s\".", hostname)); in _httpTLSStart()
1487DEBUG_printf(("4_httpTLSStart: Auto-create credentials for \"%s\".", hostname[0] ? hostname : tls_… in _httpTLSStart()
1500DEBUG_printf(("4_httpTLSStart: Using certificate \"%s\" and private key \"%s\".", crtfile, keyfile… in _httpTLSStart()
1514DEBUG_printf(("4_httpTLSStart: Unable to complete client/server setup: %s", gnutls_strerror(status… in _httpTLSStart()
1610 DEBUG_printf(("5_httpStartTLS: gnutls_handshake returned %d (%s)", in _httpTLSStart()
1681 DEBUG_printf(("2http_write_ssl(http=%p, buf=%p, len=%d)", http, buf, len)); in _httpTLSWrite()
1709 DEBUG_printf(("3http_write_ssl: Returning %d.", (int)result)); in _httpTLSWrite()