Home
last modified time | relevance | path

Searched refs:verify_reverse_mapping (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcanohost.c38 get_remote_hostname(int socket, int verify_reverse_mapping) in get_remote_hostname() argument
68 if (!verify_reverse_mapping) in get_remote_hostname()
135 get_canonical_hostname(int verify_reverse_mapping) in get_canonical_hostname() argument
142 if (verify_reverse_mapping_done != verify_reverse_mapping) in get_canonical_hostname()
151 packet_get_connection_in(), verify_reverse_mapping); in get_canonical_hostname()
155 verify_reverse_mapping_done = verify_reverse_mapping; in get_canonical_hostname()
292 get_remote_name_or_ip(u_int utmp_len, int verify_reverse_mapping) in get_remote_name_or_ip() argument
296 remote = get_canonical_hostname(verify_reverse_mapping); in get_remote_name_or_ip()
/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 Dsshlogin.c105 options.verify_reverse_mapping); in record_login()
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.c177 options.verify_reverse_mapping); in auth_parse_options()
H A Dservconf.c140 options->verify_reverse_mapping = -1; in initialize_server_options()
356 if (options->verify_reverse_mapping == -1) in fill_default_server_options()
357 options->verify_reverse_mapping = 0; in fill_default_server_options()
1089 intptr = &options->verify_reverse_mapping; in process_server_config_line()
H A Dauth-pam.c218 rhost = get_remote_name_or_ip(utmp_len, options.verify_reverse_mapping); in new_start_pam()
/titanic_41/usr/src/cmd/ssh/include/
H A Dservconf.h144 int verify_reverse_mapping; /* cross-check ip and dns */ member
/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()