| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | get_host_realm.c | 164 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 D | sn2princ.c | 89 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 D | locate_kdc.c | 56 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 D | auth.c | 142 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 D | auth-sia.c | 60 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 D | servconf.h | 199 int use_dns; member
|
| H A D | auth2-hostbased.c | 182 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed()
|
| H A D | monitor_wrap.c | 1238 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 D | servconf.c | 183 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 D | auth2-pubkey.c | 810 remote_host = auth_get_canonical_hostname(ssh, options.use_dns); in user_key_allowed()
|
| H A D | sshd-session.c | 1185 auth_get_canonical_hostname(ssh, options.use_dns); in main()
|
| H A D | auth-pam.c | 744 options.use_dns)); in sshpam_init()
|
| H A D | session.c | 2691 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 D | monitor.c | 1687 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns), in mm_record_login()
|
| /freebsd/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | import_name.c | 86 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 D | init_sec_context.c | 208 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 D | ChangeLog.2001 | 732 `use_dns' parameter boolean
|