Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h269 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-13.1/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-13.1/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh389 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
390 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/freebsd-13.1/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1100 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
1101 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/freebsd-13.1/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.