Searched refs:resolvedname (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | auth2-hostbased.c | 175 const char *resolvedname, *ipaddr, *lookup, *reason; in hostbased_key_allowed() local 183 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed() 187 chost, resolvedname, ipaddr); in hostbased_key_allowed() 203 if (strcasecmp(resolvedname, chost) != 0) in hostbased_key_allowed() 206 chost, ipaddr, resolvedname); in hostbased_key_allowed() 207 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed() 210 __func__, cuser, resolvedname, ipaddr); in hostbased_key_allowed() 213 lookup = resolvedname; in hostbased_key_allowed()
|
D | sftp-server.c | 1166 char resolvedname[PATH_MAX]; in process_realpath() local 1179 if (sftp_realpath(path, resolvedname) == NULL) { in process_realpath() 1184 s.name = s.long_name = resolvedname; in process_realpath()
|