Home
last modified time | relevance | path

Searched refs:use_dns (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dget_host_realm.c164 krb5_boolean use_dns, in _krb5_get_host_realm_int() argument
175 if(use_dns) in _krb5_get_host_realm_int()
183 else if(use_dns && dns_locate_enable) { in _krb5_get_host_realm_int()
226 int use_dns; in krb5_get_host_realm() local
240 use_dns = (strchr(host, '.') != NULL); in krb5_get_host_realm()
242 ret = _krb5_get_host_realm_int (context, host, use_dns, realms); in krb5_get_host_realm()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dsn2princ.c89 expand_hostname(krb5_context context, const char *host, krb5_boolean use_dns, in expand_hostname() argument
100 if (use_dns) { in expand_hostname()
160 int use_dns = (context->dns_canonicalize_hostname == CANONHOST_TRUE); in krb5_expand_hostname() local
162 return expand_hostname(context, host, use_dns, canonhost_out); in krb5_expand_hostname()
186 krb5_boolean use_dns, krb5_const_principal *princ_out) in canonicalize_princ() argument
204 ret = expand_hostname(context, hostname, use_dns, &canonhost); in canonicalize_princ()
338 krb5_boolean use_dns; in krb5_sname_to_principal() local
372 use_dns = (context->dns_canonicalize_hostname == CANONHOST_TRUE); in krb5_sname_to_principal()
374 ret = canonicalize_princ(context, &iter, use_dns, &cprinc); in krb5_sname_to_principal()
H A Dlocate_kdc.c56 int use_dns = 0; in maybe_use_dns() local
70 use_dns = _krb5_conf_boolean(value); in maybe_use_dns()
72 return use_dns; in maybe_use_dns()
761 int use_dns = _krb5_use_dns_kdc(context); in dns_locate_server_srv() local
764 if (!use_dns) in dns_locate_server_srv()
/freebsd/crypto/openssh/
H A Dauth.c142 hostname = auth_get_canonical_hostname(ssh, options.use_dns); in allowed_user()
320 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in auth_log()
330 auth_get_canonical_hostname(ssh, options.use_dns), "ssh", in auth_log()
481 ci = server_get_connection_info(ssh, 1, options.use_dns); in getpwnamallow()
506 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in getpwnamallow()
521 from_host = auth_get_canonical_hostname(ssh, options.use_dns); in getpwnamallow()
674 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) in auth_get_canonical_hostname() argument
678 if (!use_dns) in auth_get_canonical_hostname()
H A Dauth-sia.c60 host = get_canonical_hostname(options.use_dns); in sys_auth_passwd()
89 host = get_canonical_hostname(options.use_dns); in session_setup_sia()
H A Dservconf.h199 int use_dns; member
H A Dauth2-hostbased.c182 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed()
H A Dmonitor_wrap.c1238 server_get_connection_info(struct ssh *ssh, int populate, int use_dns) in server_get_connection_info() argument
1244 ci.host = use_dns ? ssh_remote_hostname(ssh) : ssh_remote_ipaddr(ssh); in server_get_connection_info()
H A Dservconf.c183 options->use_dns = -1; in initialize_server_options()
459 if (options->use_dns == -1) in fill_default_server_options()
460 options->use_dns = 1; in fill_default_server_options()
1802 intptr = &options->use_dns; in process_server_config_line_depth()
3329 dump_cfg_fmtint(sUseDNS, o->use_dns); in dump_config()
H A Dauth2-pubkey.c810 remote_host = auth_get_canonical_hostname(ssh, options.use_dns); in user_key_allowed()
H A Dsshd-session.c1185 auth_get_canonical_hostname(ssh, options.use_dns); in main()
H A Dauth-pam.c744 options.use_dns)); in sshpam_init()
H A Dsession.c2691 session_get_remote_name_or_ip(struct ssh *ssh, u_int utmp_size, int use_dns) in session_get_remote_name_or_ip() argument
2696 remote = auth_get_canonical_hostname(ssh, use_dns); in session_get_remote_name_or_ip()
H A Dmonitor.c1687 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns), in mm_record_login()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_name.c86 int use_dns, krb5_const_principal sourcename, gss_name_t targetname, in _gsskrb5_canon_name() argument
98 } else if (!use_dns) { in _gsskrb5_canon_name()
H A Dinit_sec_context.c208 int use_dns, in gsskrb5_get_creds() argument
226 ret = _gsskrb5_canon_name(minor_status, context, use_dns, in gsskrb5_get_creds()
/freebsd/crypto/heimdal/
H A DChangeLog.2001732 `use_dns' parameter boolean