Home
last modified time | relevance | path

Searched refs:resolvedname (Results 1 – 2 of 2) sorted by relevance

/trueos/crypto/openssh/
HDauth2-hostbased.c154 const char *resolvedname, *ipaddr, *lookup, *reason; in hostbased_key_allowed() local
162 resolvedname = get_canonical_hostname(options.use_dns); in hostbased_key_allowed()
166 chost, resolvedname, ipaddr); in hostbased_key_allowed()
178 if (strcasecmp(resolvedname, chost) != 0) in hostbased_key_allowed()
181 chost, ipaddr, resolvedname); in hostbased_key_allowed()
182 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) in hostbased_key_allowed()
184 lookup = resolvedname; in hostbased_key_allowed()
HDsftp-server.c1115 char resolvedname[MAXPATHLEN]; in process_realpath() local
1125 if (realpath(path, resolvedname) == NULL) { in process_realpath()
1130 s.name = s.long_name = resolvedname; in process_realpath()