Searched refs:resolvedname (Results 1 – 2 of 2) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | auth2-hostbased.c | 154 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()
|
| HD | sftp-server.c | 1115 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()
|