Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/krb5/
HDkrb5_locl.h269 const char *http_proxy; member
HDsend_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()
HDcontext.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()
/NextBSD/contrib/tnftp/
HDREADME14 - http proxies (see $http_proxy, $ftp_proxy)
HDChangeLog528 - Expand description of http_proxy by suggesting the use of
904 - be more explicit that $ftp_proxy and $http_proxy are not
/NextBSD/usr.sbin/portsnap/portsnap/
HDportsnap.sh387 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
388 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/NextBSD/usr.sbin/freebsd-update/
HDfreebsd-update.sh973 if [ -n "${HTTP_PROXY}${http_proxy}" ]; then
974 RANDVALUE=`sha256 -qs "${HTTP_PROXY}${http_proxy}" |
/NextBSD/crypto/heimdal/
HDChangeLog.1998659 * lib/krb5/context.c: Initialize `http_proxy' from
660 `libdefaults/http_proxy'.
662 * lib/krb5/krb5.h: Add `http_proxy' to context.