/curl/docs/cmdline-opts/ |
H A D | service-name.md | 4 Long: service-name 5 Help: SPNEGO service name 12 - proxy-service-name 14 - --service-name sockd/server $URL 17 # `--service-name` 19 Set the service name for SPNEGO.
|
H A D | proxy-service-name.md | 4 Long: proxy-service-name 6 Help: SPNEGO proxy service name 11 - service-name 15 - --proxy-service-name "shrubbery" -x proxy $URL 18 # `--proxy-service-name` 20 Set the service name for SPNEGO when doing proxy authentication.
|
H A D | socks5-gssapi-service.md | 4 Long: socks5-gssapi-service 6 Help: SOCKS5 proxy service name for GSS-API 13 - --socks5-gssapi-service sockd --socks5 hostname:4096 $URL 16 # `--socks5-gssapi-service` 18 Set the service name for a socks server. Default is **rcmd/server-fqdn**.
|
H A D | aws-sigv4.md | 29 The service argument is a string that points to a function provided by a cloud 30 (service-code) when the service name is omitted from the endpoint.
|
H A D | proxy-negotiate.md | 12 - proxy-service-name
|
H A D | delegation.md | 27 service ticket, which is a matter of realm policy.
|
H A D | haproxy-protocol.md | 22 This option is primarily useful when sending test requests to a service that
|
/curl/lib/vauth/ |
H A D | vauth.c | 57 char *Curl_auth_build_spn(const char *service, const char *host, in Curl_auth_build_spn() argument 64 spn = aprintf("%s/%s@%s", service, host, realm); in Curl_auth_build_spn() 66 spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn() 68 spn = aprintf("%s@%s", service, realm); in Curl_auth_build_spn() 74 TCHAR *Curl_auth_build_spn(const char *service, const char *host, in Curl_auth_build_spn() argument 91 utf8_spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn()
|
H A D | vauth.h | 65 char *Curl_auth_build_spn(const char *service, const char *host, 68 TCHAR *Curl_auth_build_spn(const char *service, const char *host, 102 const char *service, 151 const char *service, 193 const char *service, 221 const char *service,
|
H A D | krb5_gssapi.c | 83 const char *service, in Curl_auth_create_gssapi_user_message() argument 103 char *spn = Curl_auth_build_spn(service, NULL, host); in Curl_auth_create_gssapi_user_message()
|
H A D | spnego_gssapi.c | 80 const char *service, in Curl_auth_decode_spnego_message() argument 110 char *spn = Curl_auth_build_spn(service, NULL, host); in Curl_auth_decode_spnego_message()
|
/curl/lib/ |
H A D | socks_gssapi.c | 118 gss_buffer_desc service = GSS_C_EMPTY_BUFFER; in Curl_SOCKS5_gssapi_negotiate() local 142 service.length = serviceptr_length; in Curl_SOCKS5_gssapi_negotiate() 143 service.value = Curl_memdup(serviceptr, service.length); in Curl_SOCKS5_gssapi_negotiate() 144 if(!service.value) in Curl_SOCKS5_gssapi_negotiate() 147 gss_major_status = gss_import_name(&gss_minor_status, &service, in Curl_SOCKS5_gssapi_negotiate() 151 service.value = malloc(serviceptr_length + in Curl_SOCKS5_gssapi_negotiate() 153 if(!service.value) in Curl_SOCKS5_gssapi_negotiate() 155 service.length = serviceptr_length + in Curl_SOCKS5_gssapi_negotiate() 157 msnprintf(service.value, service.length + 1, "%s@%s", in Curl_SOCKS5_gssapi_negotiate() 160 gss_major_status = gss_import_name(&gss_minor_status, &service, in Curl_SOCKS5_gssapi_negotiate() [all …]
|
H A D | http_negotiate.c | 49 const char *service; in Curl_input_negotiate() local 60 service = data->set.str[STRING_PROXY_SERVICE_NAME] ? in Curl_input_negotiate() 72 service = data->set.str[STRING_SERVICE_NAME] ? in Curl_input_negotiate() 124 result = Curl_auth_decode_spnego_message(data, userp, passwdp, service, in Curl_input_negotiate()
|
H A D | http_ntlm.c | 142 const char *service = NULL; in Curl_output_ntlm() local 159 service = data->set.str[STRING_PROXY_SERVICE_NAME] ? in Curl_output_ntlm() 173 service = data->set.str[STRING_SERVICE_NAME] ? in Curl_output_ntlm() 213 service, hostname, in Curl_output_ntlm()
|
H A D | curl_sasl.c | 356 const char *service = data->set.str[STRING_SERVICE_NAME] ? in Curl_sasl_start() local 358 sasl->params->service; in Curl_sasl_start() 394 service, in Curl_sasl_start() 455 service, in Curl_sasl_start() 543 const char *service = data->set.str[STRING_SERVICE_NAME] ? in Curl_sasl_continue() local 545 sasl->params->service; in Curl_sasl_continue() 609 service, &resp); in Curl_sasl_continue() 623 service, hostname, in Curl_sasl_continue() 644 service, in Curl_sasl_continue()
|
H A D | http_aws_sigv4.c | 578 char service[MAX_SIGV4_LEN + 1]=""; in Curl_output_aws_sigv4() local 639 provider0, provider1, region, service); in Curl_output_aws_sigv4() 648 if(!service[0]) { in Curl_output_aws_sigv4() 661 memcpy(service, hostname, len); in Curl_output_aws_sigv4() 662 service[len] = '\0'; in Curl_output_aws_sigv4() 664 infof(data, "aws_sigv4: picked service %s from host", service); in Curl_output_aws_sigv4() 691 strcasecompare(service, "s3")); in Curl_output_aws_sigv4() 781 date, region, service, request_type); in Curl_output_aws_sigv4() 819 HMAC_SHA256(sign1, sizeof(sign1), service, strlen(service), sign0); in Curl_output_aws_sigv4()
|
H A D | curl_addrinfo.h | 97 curl_dbg_getaddrinfo(const char *hostname, const char *service,
|
H A D | krb5.c | 201 const char *service = data->set.str[STRING_SERVICE_NAME] ? in krb5_auth() local 232 if(service == srv_host) { in krb5_auth() 247 stringp = aprintf("%s@%s", service, host); in krb5_auth() 258 if(service == srv_host) { in krb5_auth() 259 failf(data, "Error importing service name %s@%s", service, host); in krb5_auth() 262 service = srv_host; in krb5_auth() 366 if(ret == AUTH_OK || service == srv_host) in krb5_auth() 369 service = srv_host; in krb5_auth()
|
H A D | socks_sspi.c | 91 const char *service = data->set.str[STRING_PROXY_SERVICE_NAME] ? in Curl_SOCKS5_gssapi_negotiate() local 93 const size_t service_length = strlen(service); in Curl_SOCKS5_gssapi_negotiate() 104 if(strchr(service, '/')) { in Curl_SOCKS5_gssapi_negotiate() 105 service_name = strdup(service); in Curl_SOCKS5_gssapi_negotiate() 116 service, conn->socks_proxy.host.name); in Curl_SOCKS5_gssapi_negotiate()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SOCKS5_GSSAPI_SERVICE.md | 17 CURLOPT_SOCKS5_GSSAPI_SERVICE - SOCKS5 proxy authentication service name 33 service. The default service name for a SOCKS5 server is *rcmd*. This option
|
H A D | CURLOPT_PROXY_SERVICE_NAME.md | 18 CURLOPT_PROXY_SERVICE_NAME - proxy authentication service name 32 service. The default service name is **"HTTP"** for HTTP based proxies and
|
H A D | CURLOPT_SERVICE_NAME.md | 23 CURLOPT_SERVICE_NAME - authentication service name 35 Pass a char pointer as parameter to a string holding the *name* of the service 37 service names are "ftp", "HTTP", "imap", "ldap", "pop" and "smtp". This option
|
H A D | CURLOPT_AWS_SIGV4.md | 37 ## provider1[:provider2[:region[:service]]] 49 ## service section 92 "https://service.region.example.com/uri"); 95 /* service and region can also be set in CURLOPT_AWS_SIGV4 */ 98 "provider1:provider2:region:service");
|
/curl/tests/data/ |
H A D | test2077 | 29 curl --fail --negotiate to unauthenticated service fails
|
/curl/docs/ |
H A D | options-in-versions | 184 --proxy-service-name 7.43.0 217 --service-name 7.43.0 228 --socks5-gssapi-service 7.19.4
|