Searched refs:level (Results 1 – 25 of 43) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | krb.md | 5 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 D | vlan-priority.md | 21 This field is set on Ethernet level, and only works within a local network.
|
H A D | verbose.md | 32 increases the level of the trace output. However, as before, a single
|
H A D | header.md | 29 global level. It does not affect raw uploaded mails (Added in 7.56.0).
|
/curl/lib/ |
H A D | krb5.c | 129 if(level == PROT_CONFIDENTIAL) in krb5_check_prot() 143 (void)level; in krb5_decode() 398 unsigned char level; member 420 switch(level) { in level_to_char() 719 DEBUGASSERT(level > PROT_NONE && level < PROT_LAST); in Curl_sec_read_msg() 764 DEBUGASSERT(level > PROT_NONE && level < PROT_LAST); in sec_set_protection_level() 773 if(conn->data_prot == level) in sec_set_protection_level() 776 if(level) { in sec_set_protection_level() 814 conn->data_prot = level; in sec_set_protection_level() 815 if(level == PROT_PRIVATE) in sec_set_protection_level() [all …]
|
H A D | curl_krb5.h | 47 int Curl_sec_request_prot(struct connectdata *conn, const char *level);
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_KRBLEVEL.md | 17 CURLOPT_KRBLEVEL - FTP kerberos security level 24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_KRBLEVEL, char *level); 29 Pass a char pointer as parameter. Set the kerberos security level for FTP;
|
H A D | CURLOPT_GSSAPI_DELEGATION.md | 24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_GSSAPI_DELEGATION, long level); 29 Set the long parameter *level* to **CURLGSSAPI_DELEGATION_FLAG** to allow
|
H A D | CURLOPT_USE_SSL.md | 28 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_USE_SSL, long level); 34 desired *level* of SSL for the transfer.
|
H A D | CURLOPT_NETRC.md | 25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NETRC, long level); 30 This parameter controls the preference *level* of libcurl between using 52 *level* is a long that should be set to one of the values described below.
|
H A D | CURLOPT_PIPEWAIT.md | 50 and support level.
|
H A D | CURLOPT_ISSUERCERT.md | 37 is useful in multi-level PKI where one needs to enforce that the peer
|
H A D | CURLOPT_PROXY_ISSUERCERT.md | 39 additional check is useful in multi-level PKI where one needs to enforce that
|
H A D | CURLOPT_ISSUERCERT_BLOB.md | 39 multi-level PKI where one needs to enforce that the peer certificate is from a
|
H A D | CURLOPT_PROXY_ISSUERCERT_BLOB.md | 40 is useful in multi-level PKI where one needs to enforce that the peer
|
H A D | CURLOPT_HTTPHEADER.md | 41 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
|
/curl/tests/http/ |
H A D | conftest.py | 78 level = logging.DEBUG if env.verbose > 0 else logging.INFO 79 logging.getLogger('').setLevel(level=level)
|
/curl/.github/scripts/ |
H A D | yamlcheck.yaml | 12 level: warning
|
/curl/tests/http/testenv/ |
H A D | ws_echo_server.py | 58 level=logging.DEBUG,
|
/curl/scripts/ |
H A D | mk-ca-bundle.pl | 290 foreach my $level (@included_mozilla_trust_levels) { 293 …rst { is_in_list( $_, @included_mozilla_trust_purposes ) } @{$trust_purposes_by_level{$level}} ) );
|
H A D | managen | 285 my $level; 333 $level = 1; 458 push @desc, "[".(1 + $level)."$qstr]$d" if(!$manpage);
|
/curl/packages/vms/ |
H A D | build_vms.com | 146 $! * 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 D | curlmsg.msg | 32 ! the error severity level. With the exception of 112 USE_SSL_FAILED <requested FTP SSL level failed>
|
/curl/.github/workflows/ |
H A D | checksrc.yml | 5 # This workflow contains checks at the source code level only.
|
/curl/src/ |
H A D | curl.rc | 106 "<requestedExecutionLevel level=""asInvoker"" uiAccess=""false""/>"
|
Completed in 38 milliseconds
12