Searched refs:http_proxy (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/tnftp/ |
H A D | README | 14 - http proxies (see $http_proxy, $ftp_proxy)
|
H A D | ChangeLog | 528 - Expand description of http_proxy by suggesting the use of 904 - be more explicit that $ftp_proxy and $http_proxy are not
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_locl.h | 270 const char *http_proxy; member
|
H A D | send_to_kdc.c | 262 char *proxy2 = strdup(context->http_proxy); in send_via_proxy() 405 if(hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) { in krb5_sendto()
|
H A D | context.c | 106 INIT_FIELD(context, string, http_proxy, NULL, "http_proxy"); in init_context_from_config_file() 178 roken_gethostby_setup(context->http_proxy, tmp); in init_context_from_config_file()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_cmp_http.t | 45 my $proxy = chop_dblquot($ENV{http_proxy} // $ENV{HTTP_PROXY} // "");
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | rules.in | 184 …http_proxy='127.0.0.1:9' sphinx-build -N -bhtml "$(CURDIR)/contrib/pyzfs/docs/source/" debian/open…
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_parse_url.pod | 38 If I<proxy> is NULL, take any default value from the C<http_proxy>
|
H A D | OSSL_HTTP_transfer.pod | 76 If TLS is not used this defaults to the environment variable C<http_proxy> 249 C<http_proxy>, C<HTTP_PROXY>, C<https_proxy>, C<HTTPS_PROXY>, C<no_proxy>, and
|
H A D | OSSL_CMP_CTX_new.pod | 355 the environment variable C<http_proxy> if set, else C<HTTP_PROXY>.
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 1171 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then 1172 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 189 Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
|
H A D | openssl-cmp.pod.in | 479 Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY> 1154 via the environment variable B<http_proxy> or via the B<-proxy> option in the
|
H A D | openssl-s_server.pod.in | 519 Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 659 * lib/krb5/context.c: Initialize `http_proxy' from 660 `libdefaults/http_proxy'. 662 * lib/krb5/krb5.h: Add `http_proxy' to context.
|