Home
last modified time | relevance | path

Searched refs:get_canonical_hostname (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-sia.c58 host = get_canonical_hostname(options.verify_reverse_mapping); in auth_sia_password()
86 host = get_canonical_hostname (options.verify_reverse_mapping); in session_setup_sia()
H A Dauth-rh-rsa.c66 chost = (char *)get_canonical_hostname(options.verify_reverse_mapping); in auth_rhosts_rsa()
H A Dauth.c156 hostname = get_canonical_hostname(options.verify_reverse_mapping); in allowed_user()
298 get_canonical_hostname(options.verify_reverse_mapping), in auth_log()
588 get_canonical_hostname(options.verify_reverse_mapping), get_remote_ipaddr()); in getpwnamallow()
H A Dauth-passwd.c148 get_canonical_hostname(options.verify_reverse_mapping), in auth_password()
H A Dauth2-hostbased.c169 resolvedname = get_canonical_hostname(options.verify_reverse_mapping); in hostbased_key_allowed()
H A Dauth-rhosts.c160 hostname = get_canonical_hostname(options.verify_reverse_mapping); in auth_rhosts()
H A Dauth-options.c176 const char *remote_host = get_canonical_hostname( in auth_parse_options()
/titanic_41/usr/src/cmd/ssh/include/
H A Dcanohost.h25 const char *get_canonical_hostname(int);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcanohost.c135 get_canonical_hostname(int verify_reverse_mapping) in get_canonical_hostname() function
296 remote = get_canonical_hostname(verify_reverse_mapping); in get_remote_name_or_ip()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c409 strlcpy(inst, (char *)krb_get_phost(get_canonical_hostname(1)), in try_krb4_authentication()
412 realm = (char *)krb_realmofhost(get_canonical_hostname(1)); in try_krb4_authentication()
414 debug("Kerberos v4: no realm for %s", get_canonical_hostname(1)); in try_krb4_authentication()
568 remotehost = get_canonical_hostname(1); in try_krb5_authentication()
672 remotehost = get_canonical_hostname(1); in send_krb5_tgt()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c110 fsent.host = (char *)get_canonical_hostname(options.verify_reverse_mapping); in cray_login_failure()
201 (char *)get_canonical_hostname(options.verify_reverse_mapping), in cray_setup()