/curl/tests/ |
H A D | devtest.pl | 93 @protocols = split(' ', lc($line)); 99 push @protocols, map(("$_-ipv6", "$_-unix"), @protocols); 102 push @protocols, 'http-proxy'; 105 push @protocols, 'none'; 173 @protocols = split(",", $ARGV[0]); 175 print "Set " . scalar @protocols . " protocols\n";
|
H A D | globalconfig.pm | 69 @protocols 123 our @protocols; # array of lowercase supported protocol servers
|
/curl/docs/cmdline-opts/ |
H A D | proto.md | 5 Arg: <protocols> 19 Limit what protocols to allow for transfers. Protocols are evaluated left to 24 Permit this protocol in addition to protocols already permitted (this is 28 Deny this protocol, removing it from the list of protocols already permitted. 37 For example: --proto -ftps uses the default protocols, but disables ftps 43 Unknown and disabled protocols produce a warning. This allows scripts to 44 safely rely on being able to disable potentially dangerous protocols, without 48 as concatenating the protocols into one instance of the option.
|
H A D | proto-redir.md | 5 Arg: <protocols> 18 Limit what protocols to allow on redirects. Protocols denied by --proto are 19 not overridden by this option. See --proto for how protocols are represented. 26 (added in 7.65.2). Specifying *all* or *+all* enables all protocols on
|
H A D | insecure.md | 25 When this option is not used for protocols using TLS, curl verifies the 38 When curl uses secure protocols it trusts responses and allows for example
|
H A D | create-file-mode.md | 20 protocols, this option allows the user to set which 'mode' to set on the file
|
/curl/tests/data/ |
H A D | test2004 | 37 for several protocols 63 for several protocols 65 for several protocols 67 for several protocols 69 for several protocols 71 for several protocols
|
H A D | test1706 | 83 Arg: <protocols> 126 as concatenating the protocols into one instance of the option. 133 alternative proxy protocols. (Added in 7.21.7) 207 --proto <protocols> 215 Permit this protocol in addition to protocols already 220 Deny this protocol, removing it from the list of protocols 228 -ftps uses the default protocols, but disables ftps 234 Unknown and disabled protocols produce a warning. This allows 236 dangerous protocols, without relying upon support for that 240 effect is the same as concatenating the protocols into one [all …]
|
H A D | test1013 | 20 Compare curl --version with curl-config --protocols 31 %SRCDIR/libtest/test%TESTNUMBER.pl ../curl-config %LOGDIR/stdout%TESTNUMBER protocols
|
H A D | test1705 | 33 supports these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, 87 Arg: <protocols> 106 Permit this protocol in addition to protocols already permitted (this is 119 For example: --proto -ftps uses the default protocols, but disables ftps 125 Unknown and disabled protocols produce a warning. This allows scripts to 130 as concatenating the protocols into one instance of the option. 137 alternative proxy protocols. (Added in 7.21.7) 242 .IP "\-\-proto <protocols>" 248 Permit this protocol in addition to protocols already permitted (this is 269 as concatenating the protocols into one instance of the option. [all …]
|
H A D | test1474 | 27 --proto -all disables all protocols
|
H A D | test445 | 46 Refuse tunneling protocols through HTTP proxy
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROTOCOLS.md | 18 CURLOPT_PROTOCOLS - allowed protocols 32 available protocols. 35 limits what protocols libcurl may use in the transfer. This allows you to have 36 a libcurl built to support a wide range of protocols but still limit specific 38 accepts all protocols it supports (*CURLPROTO_ALL*). See also 75 All protocols built-in.
|
H A D | CURLOPT_PROTOCOLS_STR.md | 20 CURLOPT_PROTOCOLS_STR - allowed protocols 35 protocols but still limit specific transfers to only be allowed to use a 36 subset of them. By default, libcurl accepts all protocols it was built with 42 These are the available protocols: 48 You can set "ALL" as a short-cut to enable all protocols. Note that by setting 49 all, you may enable protocols that were not supported the day you write this 52 curl_version_info(3) can be used to get a list of all supported protocols in 61 All protocols built-in
|
H A D | CURLOPT_REDIR_PROTOCOLS.md | 19 CURLOPT_REDIR_PROTOCOLS - protocols allowed to redirect to 33 control all available protocols. 36 limits what protocols libcurl may use in a transfer that it follows to in a 38 limit specific transfers to only be allowed to use a subset of protocols in 45 *CURLPROTO_ALL* enables all protocols on redirect, including those 84 Older versions defaulted to all protocols except FILE, SCP and since 7.40.0
|
H A D | CURLOPT_REDIR_PROTOCOLS_STR.md | 20 CURLOPT_REDIR_PROTOCOLS_STR - protocols allowed to redirect to 34 insensitive protocol names (URL schemes). That list limits what protocols 37 specific transfers to only be allowed to use a subset of protocols in 46 These are the available protocols: 52 You can set "ALL" as a short-cut to enable all protocols. Note that by setting 53 all, you may enable protocols that were not supported the day you write this 69 Older versions defaulted to all protocols except FILE, SCP and since 7.40.0
|
H A D | CURLOPT_URL.md | 58 curl_version_info(3) for detailed information of which protocols are supported 61 CURLOPT_PROTOCOLS_STR(3) can be used to limit what protocols libcurl may 115 Accepting external URLs may also use other protocols than http:// or other 119 (possibly to other protocols too). Consider your
|
/curl/ |
H A D | curl-config.in | 53 --protocols newline separated list of enabled protocols 91 --protocols)
|
/curl/docs/examples/ |
H A D | protofeats.c | 44 for(ptr = ver->protocols; *ptr; ++ptr) in main()
|
/curl/scripts/ |
H A D | managen | 235 sub protocols { subroutine 500 my $protocols; 550 $protocols=$1; 678 if($protocols) { 679 push @leading, protocols($manpage, $standalone, $protocols); 874 my $protocols; 904 $protocols=$1; 921 $protolong{$long}=$protocols;
|
/curl/docs/ |
H A D | curl-config.md | 73 ## --protocols 75 Lists what particular protocols the installed libcurl was built to support. At 78 protocols are listed using uppercase and are separated by newlines. There may 79 be none, one, or several protocols in the list. (Added in 7.13.0)
|
/curl/src/ |
H A D | tool_libinfo.c | 150 if(curlinfo->protocols) { in get_libcurl_info() 153 built_in_protos = curlinfo->protocols; in get_libcurl_info()
|
/curl/docs/libcurl/ |
H A D | libcurl.m4 | 43 # where yyy are the various protocols supported by libcurl. Both xxx 47 # defined to 'yes' for those features and protocols that were found. 57 # include this script! Without curl-config, we can only guess what protocols 146 # Is it modern enough to have --protocols? (7.12.4) 148 _libcurl_protocols=`$_libcurl_config --protocols` 223 # We do not have --protocols, so just assume that all 224 # protocols are available
|
/curl/tests/libtest/ |
H A D | lib1597.c | 85 for(proto = curlinfo->protocols; *proto; proto++) { in test()
|
/curl/packages/OS400/ |
H A D | ccsidcurl.c | 467 if(p->protocols) { in curl_version_info_ccsid() 468 while(p->protocols[nproto]) in curl_version_info_ccsid() 469 n += strlen(p->protocols[nproto++]); in curl_version_info_ccsid() 498 if(id->protocols) { in curl_version_info_ccsid() 499 i = nproto * sizeof(id->protocols[0]); in curl_version_info_ccsid() 501 id->protocols = (const char * const *) cp; in curl_version_info_ccsid() 502 memcpy(cp, (char *) p->protocols, i); in curl_version_info_ccsid() 506 for(i = 0; id->protocols[i]; i++) in curl_version_info_ccsid() 507 if(convert_version_info_string(((const char * *) id->protocols) + i, in curl_version_info_ccsid()
|