Home
last modified time | relevance | path

Searched refs:use_dns (Results 1 – 15 of 15) 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/openssh/
H A Dauth.c144 hostname = auth_get_canonical_hostname(ssh, options.use_dns); in allowed_user()
321 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in auth_log()
331 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()
670 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) in auth_get_canonical_hostname() argument
674 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.h197 int use_dns; member
H A Dauth2-hostbased.c181 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed()
H A Dmonitor_wrap.c1151 server_get_connection_info(struct ssh *ssh, int populate, int use_dns) in server_get_connection_info() argument
1157 ci.host = use_dns ? ssh_remote_hostname(ssh) : ssh_remote_ipaddr(ssh); in server_get_connection_info()
H A Dservconf.c188 options->use_dns = -1; in initialize_server_options()
462 if (options->use_dns == -1) in fill_default_server_options()
463 options->use_dns = 1; in fill_default_server_options()
1783 intptr = &options->use_dns; in process_server_config_line_depth()
3271 dump_cfg_fmtint(sUseDNS, o->use_dns); in dump_config()
H A Dauth2-pubkey.c773 remote_host = auth_get_canonical_hostname(ssh, options.use_dns); in user_key_allowed()
H A Dsession.c2725 session_get_remote_name_or_ip(struct ssh *ssh, u_int utmp_size, int use_dns) in session_get_remote_name_or_ip() argument
2730 remote = auth_get_canonical_hostname(ssh, use_dns); in session_get_remote_name_or_ip()
H A Dauth-pam.c735 options.use_dns)); in sshpam_init()
H A Dsshd-session.c1252 auth_get_canonical_hostname(ssh, options.use_dns); in main()
H A Dmonitor.c1556 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