Home
last modified time | relevance | path

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

12

/curl/docs/cmdline-opts/
H A Dkrb.md5 Arg: <level>
6 Help: Enable Kerberos with security <level>
21 Enable Kerberos authentication and use. The level must be entered and should
23 level that is not one of these, 'private' is used.
H A Dheader.md29 global level. It does not affect raw uploaded mails (Added in 7.56.0).
/curl/lib/
H A Dkrb5.c129 if(level == PROT_CONFIDENTIAL) in krb5_check_prot()
143 (void)level; in krb5_decode()
394 unsigned char level; member
416 switch(level) { in level_to_char()
714 DEBUGASSERT(level > PROT_NONE && level < PROT_LAST); in Curl_sec_read_msg()
759 DEBUGASSERT(level > PROT_NONE && level < PROT_LAST); in sec_set_protection_level()
768 if(conn->data_prot == level) in sec_set_protection_level()
771 if(level) { in sec_set_protection_level()
809 conn->data_prot = level; in sec_set_protection_level()
810 if(level == PROT_PRIVATE) in sec_set_protection_level()
[all …]
H A Dcurl_krb5.h47 int Curl_sec_request_prot(struct connectdata *conn, const char *level);
H A Durlapi.c278 int level = 0; in concat_url() local
312 level++; in concat_url()
317 while(level--) { in concat_url()
/curl/tests/http/
H A Dconftest.py39 level = logging.DEBUG if env.verbose > 0 else logging.INFO
40 logging.getLogger('').setLevel(level=level)
/curl/docs/libcurl/opts/
H A DCURLOPT_KRBLEVEL.md16 CURLOPT_KRBLEVEL - FTP kerberos security level
23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_KRBLEVEL, char *level);
28 Pass a char pointer as parameter. Set the kerberos security level for FTP;
H A DCURLOPT_GSSAPI_DELEGATION.md23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_GSSAPI_DELEGATION, long level);
28 Set the long parameter *level* to **CURLGSSAPI_DELEGATION_FLAG** to allow
H A DCURLOPT_USE_SSL.md27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_USE_SSL, long level);
33 desired *level* of SSL for the transfer.
H A DCURLOPT_NETRC.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NETRC, long level);
29 This parameter controls the preference *level* of libcurl between using
49 *level* is a long that should be set to one of the values described below.
H A DCURLOPT_PIPEWAIT.md49 and support level.
H A DCURLOPT_ISSUERCERT.md36 is useful in multi-level PKI where one needs to enforce that the peer
H A DCURLOPT_PROXY_ISSUERCERT.md38 additional check is useful in multi-level PKI where one needs to enforce that
H A DCURLOPT_ISSUERCERT_BLOB.md38 multi-level PKI where one needs to enforce that the peer certificate is from a
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md39 is useful in multi-level PKI where one needs to enforce that the peer
H A DCURLOPT_HTTPHEADER.md40 header list establishes the document-level MIME headers to prepend to the
100 When used to build a MIME email for IMAP or SMTP, the following document-level
H A DCURLOPT_RTSP_REQUEST.md40 Used to get the low level description of a stream. The application should note
/curl/tests/http/testenv/
H A Dws_echo_server.py59 level=logging.DEBUG,
/curl/tests/data/
H A Dtest146238 connection Low level networking operations
/curl/scripts/
H A Dmk-ca-bundle.pl292 foreach my $level (@included_mozilla_trust_levels) {
295 …rst { is_in_list( $_, @included_mozilla_trust_purposes ) } @{$trust_purposes_by_level{$level}} ) );
H A Dmanagen270 my $level;
316 $level = 1;
430 push @desc, "[".(1 + $level)."$qstr]$d" if(!$manpage);
/curl/packages/vms/
H A Dbuild_vms.com146 $! * 1 space after $ for first level.
147 $! * 3 spaces after $ for second level. Line start + 4.
148 $! * 7 spaces after $ for third level. Line start + 8.
149 $! * Each level after that indents 4 characters.
H A Dcurlmsg.msg32 ! the error severity level. With the exception of
112 USE_SSL_FAILED <requested FTP SSL level failed>
/curl/src/
H A Dcurl.rc106 "<requestedExecutionLevel level=""asInvoker"" uiAccess=""false""/>"
/curl/tests/
H A Dsmbserver.py260 level=imp_smb.SMB_QUERY_FILE_ALL_INFO)

Completed in 58 milliseconds

12