Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dkrb5_locl.h243 const char *http_proxy; member
Dsend_to_kdc.c531 if (context->http_proxy) in prepare_http()
797 if (hi->proto == KRB5_KRBHST_HTTP && context->http_proxy) { in submit_request()
798 char *proxy2 = strdup(context->http_proxy); in submit_request()
Dcontext.c116 INIT_FIELD(context, string, http_proxy, NULL, "http_proxy"); in init_context_from_config_file()
193 roken_gethostby_setup(context->http_proxy, tmp); in init_context_from_config_file()
/netbsd/src/crypto/external/bsd/heimdal/dist/
DChangeLog.1998659 * lib/krb5/context.c: Initialize `http_proxy' from
660 `libdefaults/http_proxy'.
662 * lib/krb5/krb5.h: Add `http_proxy' to context.
/netbsd/src/doc/
DCHANGES.prev4822 ftp(1): support `[user[:password]@]' in http URLs and $http_proxy.