Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tnftp/
DREADME14 - http proxies (see $http_proxy, $ftp_proxy)
DChangeLog528 - Expand description of http_proxy by suggesting the use of
904 - be more explicit that $ftp_proxy and $http_proxy are not
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dkrb5_locl.h269 const char *http_proxy; member
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()
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-12-stable/usr.sbin/portsnap/portsnap/
Dportsnap.sh389 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
390 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/freebsd-12-stable/usr.sbin/freebsd-update/
Dfreebsd-update.sh1100 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
1101 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/freebsd-12-stable/crypto/heimdal/
DChangeLog.1998659 * lib/krb5/context.c: Initialize `http_proxy' from
660 `libdefaults/http_proxy'.
662 * lib/krb5/krb5.h: Add `http_proxy' to context.