Home
last modified time | relevance | path

Searched refs:user (Results 376 – 400 of 428) sorted by relevance

1...<<1112131415161718

/curl/lib/vssh/
H A Dlibssh2.c1046 conn->user, in ssh_statemach_act()
1047 curlx_uztoui(strlen(conn->user))); in ssh_statemach_act()
1165 conn->user, in ssh_statemach_act()
1167 strlen(conn->user)), in ssh_statemach_act()
1212 rc = libssh2_userauth_password_ex(sshc->ssh_session, conn->user, in ssh_statemach_act()
1213 curlx_uztoui(strlen(conn->user)), in ssh_statemach_act()
1310 rc = libssh2_agent_userauth(sshc->ssh_agent, conn->user, in ssh_statemach_act()
1352 conn->user, in ssh_statemach_act()
1354 strlen(conn->user)), in ssh_statemach_act()
3268 if(conn->user) { in ssh_connect()
[all …]
/curl/tests/data/
H A Dtest4643 # Explicitly set the time zone to a known good one, in case the user is
H A Dtest140493 # curl's default user-agent varies with version, libraries etc.
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTP_VERSION.md57 higher even though that is required by the specification. A user can add this
H A DCURLOPT_SSH_KEYFUNCTION.md141 curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, "/home/user/known_hosts");
H A DCURLOPT_PROXY.md94 user + password.
H A DCURLOPT_URL.md108 when accepting user provided URLs.
/curl/m4/
H A Dzz40-xc-ovr.m4360 dnl the user has already set it with a non-empty value.
366 dnl Non-empty user provided 'PATH_SEPARATOR' always
594 dnl the user has already set it with a non-empty value.
600 dnl Non-empty user provided 'PATH_SEPARATOR' always
H A Dcurl-wolfssl.m470 dnl use system defaults if user does not supply a path
H A Dxc-lt-iface.m4177 dnl are finally built depending on user input, default
312 dnl would be built with PIC depending on user input,
H A Dcurl-rustls.m462 dnl the user told us to look
/curl/packages/vms/
H A Dconfig_h.com955 $ define/user sys$output nl:
956 $ define/user sys$error nl:
1361 $ define/user sys$output nl:
1362 $ define/user sys$error nl:
1726 $ define/user sys$output nl:
1727 $ define/user sys$error nl:
H A Dcurl_release_note_start.txt48 $ define/user ssl$libcrypto_shr32 gnv$curl_ssl_libcryptoshr32
H A Dgenerate_vax_transfer.com187 $ define/user macro32 'patched_macro'
/curl/docs/cmdline-opts/
H A Dconfig.md54 user-agent = "superagent/1.0"
H A Dheader.md13 - user-agent
H A Dform.md23 For the HTTP protocol family, emulate a filled-in form in which a user has
/curl/docs/libcurl/
H A Dcurl_easy_nextheader.md37 then have different importance to the user and headers using the same name
H A Dlibcurl-thread.md47 OpenSSL, the user must set mutex callbacks.
H A Dcurl_version_info.md199 to use the current user credentials without the app having to pass them on.
309 Digest authentication. It also allows libcurl to use the current user
H A Dcurl_easy_header.md48 then have different importance to the user and headers using the same name
/curl/CMake/
H A DFindGSS.cmake54 # Try to find library using system pkg-config if user did not specify root dir
78 # If not found in user-supplied directories, maybe system knows better
/curl/docs/
H A DTODO452 example the user's debug function callback is not inherited because it would
609 The Retry-After is said to dicate "the minimum time that the user agent is
644 --user test:pass;auth=NTLM or --user test:pass --ntlm from the command line.
1037 Allow the user to make curl run a command and use its stdio to make requests
1054 When a user requests multiple lined based files using -Z and sends them to
1062 Allows a user to better specify exactly which error code(s) that are fine
1128 When the user only wants to send a small piece of the data provided with
1137 When a user gives a URL and uses -O, and curl follows a redirect to a new
1176 default .curlrc could a specific user-agent only when doing requests against
1247 Note that we do not decode -O without the user asking for it with some other
[all …]
/curl/lib/
H A Dtelnet.c803 if(data->state.aptr.user) { in check_telnet_options()
805 if(str_is_nonascii(data->conn->user)) { in check_telnet_options()
809 msnprintf(buffer, sizeof(buffer), "USER,%s", data->conn->user); in check_telnet_options()
H A Dtransfer.c684 result = Curl_setstropt(&data->state.aptr.user, in Curl_pretransfer()
855 Curl_safefree(data->state.aptr.user); in Curl_follow()

Completed in 65 milliseconds

1...<<1112131415161718