Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-hostbased.c174 const char *resolvedname, *ipaddr, *lookup, *reason; in hostbased_key_allowed() local
182 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed()
186 chost, resolvedname, ipaddr); in hostbased_key_allowed()
201 if (strcasecmp(resolvedname, chost) != 0) in hostbased_key_allowed()
204 chost, ipaddr, resolvedname); in hostbased_key_allowed()
205 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { in hostbased_key_allowed()
208 cuser, resolvedname, ipaddr); in hostbased_key_allowed()
211 lookup = resolvedname; in hostbased_key_allowed()
H A Dsftp-server.c1236 char resolvedname[PATH_MAX]; in process_realpath() local
1249 if (sftp_realpath(path, resolvedname) == NULL) { in process_realpath()
1254 s.name = s.long_name = resolvedname; in process_realpath()
1546 char cwd[PATH_MAX], resolvedname[PATH_MAX]; in process_extended_expand() local
1591 if (sftp_realpath(path, resolvedname) == NULL) { in process_extended_expand()
1596 s.name = s.long_name = resolvedname; in process_extended_expand()