Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-hostbased.c164 const char *resolvedname, *ipaddr, *lookup, *reason; in hostbased_key_allowed() local
172 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed()
176 chost, resolvedname, ipaddr); in hostbased_key_allowed()
192 if (strcasecmp(resolvedname, chost) != 0) in hostbased_key_allowed()
195 chost, ipaddr, resolvedname); in hostbased_key_allowed()
196 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed()
199 __func__, cuser, resolvedname, ipaddr); in hostbased_key_allowed()
202 lookup = resolvedname; in hostbased_key_allowed()
Dsftp-server.c1148 char resolvedname[PATH_MAX]; in process_realpath() local
1161 if (realpath(path, resolvedname) == NULL) { in process_realpath()
1166 s.name = s.long_name = resolvedname; in process_realpath()