Home
last modified time | relevance | path

Searched refs:http_proxy (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/tnftp/
H A DREADME14 - http proxies (see $http_proxy, $ftp_proxy)
H A DChangeLog528 - 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 Dkrb5_locl.h270 const char *http_proxy; member
H A Dsend_to_kdc.c262 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 Dcontext.c106 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 D80-test_cmp_http.t45 my $proxy = chop_dblquot($ENV{http_proxy} // $ENV{HTTP_PROXY} // "");
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Drules.in184http_proxy='127.0.0.1:9' sphinx-build -N -bhtml "$(CURDIR)/contrib/pyzfs/docs/source/" debian/open…
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_parse_url.pod38 If I<proxy> is NULL, take any default value from the C<http_proxy>
H A DOSSL_HTTP_transfer.pod76 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 DOSSL_CMP_CTX_new.pod355 the environment variable C<http_proxy> if set, else C<HTTP_PROXY>.
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1171 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
1172 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in189 Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
H A Dopenssl-cmp.pod.in479 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 Dopenssl-s_server.pod.in519 Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
/freebsd/crypto/heimdal/
H A DChangeLog.1998659 * lib/krb5/context.c: Initialize `http_proxy' from
660 `libdefaults/http_proxy'.
662 * lib/krb5/krb5.h: Add `http_proxy' to context.