Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 25 of 25) sorted by relevance

/curl/docs/cmdline-opts/
H A Dftp-ssl-control.md5 Help: Require TLS for login, clear for transfer
18 Require SSL/TLS for the FTP login, clear for transfer. Allows secure
H A Dkrb.md16 - --krb clear ftp://example.com/
22 be one of 'clear', 'safe', 'confidential', or 'private'. Should you use a
H A Ddigest.md22 the password over the wire in clear text. Use this in combination with the
H A Dproxy-user.md29 similar and never used in clear text in a command line.
H A Duser.md33 similar and never used in clear text in a command line.
/curl/docs/libcurl/opts/
H A DCURLMOPT_PIPELINING_SITE_BL.md36 Pass a NULL pointer to clear the block list.
H A DCURLMOPT_PIPELINING_SERVER_BL.md41 Pass a NULL pointer to clear the block list.
H A DCURLOPT_FTP_SSL_CCC.md65 /* go back to clear-text FTP after authenticating */
H A DCURLOPT_HSTS_CTRL.md35 the client to not contact it again over clear-text HTTP for a certain period
H A DCURLOPT_KRBLEVEL.md31 of the following: &'clear', &'safe', &'confidential' or &'private'. If the
H A DCURLINFO_OS_ERRNO.md38 transfer. Prior versions did not clear the saved errno, which means if a saved
H A DCURLOPT_TCP_NODELAY.md31 cleared (1L = set, 0 = clear). The option is set by default. This has no
H A DCURLOPT_HSTS.md37 without reading from or writing to any file. NULL also makes libcurl clear the
H A DCURLOPT_HTTP_VERSION.md66 cannot be negotiated with the HTTPS server. For clear text HTTP servers,
H A DCURLOPT_QUOTE.md37 curl_slist_append(3) to append strings (commands) to the list, and clear
H A DCURLINFO_TLS_SSL_PTR.md117 This option has not been thoroughly tested with clear text protocols that can
/curl/docs/libcurl/
H A Dcurl_multi_poll.md88 events such as the socket being clear to write without blocking.
117 myown.revents = 0; /* clear it */
H A Dcurl_multi_wait.md81 write events such as the socket being clear to write without blocking.
H A Dlibcurl-security.md52 clear text and is a real security risk. In some cases, your .netrc is also
54 based file system, so the clear text password flies through your network every
66 clear text (HTTP Basic authentication, FTP, TELNET etc). It is easy for anyone
225 and password being sent in clear text to an HTTP server. Instead, use
230 username and password being sent in clear text to an FTP server. Instead, use
478 needed, libcurl does not explicitly clear memory before freeing it, so
H A Dlibcurl-tutorial.md426 method is called 'Basic', which is sending the name and password in clear-text
763 therefore necessary to clear it for *CURLFORM_FILECONTENT* emulation.
/curl/lib/
H A Dmulti.c1589 static bool multi_ischanged(struct Curl_multi *multi, bool clear) argument
1592 if(clear)
1944 bool clear = FALSE;
1962 clear = TRUE;
1977 clear = TRUE;
1981 if(clear) {
/curl/docs/
H A DKNOWN_BUGS51 6.7 Do not clear digest for single realm
339 6.7 Do not clear digest for single realm
H A DTODO434 However: most secrets are passed to libcurl as clear text from the
736 using the simple authentication mechanism (as clear text). However, it should
H A DFAQ889 The first part is to avoid having clear-text passwords in the command line
/curl/.github/workflows/
H A Dwindows.yml623 VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'

Completed in 177 milliseconds