Home
last modified time | relevance | path

Searched refs:kdc_timeout (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5_locl.h232 time_t kdc_timeout; member
H A Dsend_to_kdc.c441 host->timeout = context->kdc_timeout / host->fun->ntries; in host_next_timeout()
780 ret = kdc_via_plugin(context, hi, context->kdc_timeout, in submit_request()
1159 ret = realm_via_plugin(context, realm, context->kdc_timeout, in krb5_sendto_context()
H A Dcontext.c112 INIT_FIELD(context, time, kdc_timeout, 30, "kdc_timeout"); in init_context_from_config_file()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.19982007 * lib/krb5/context.c: Fix kdc_timeout.
2412 * lib/krb5/context.c: Add kdc_timeout to context struct.