Searched refs:match_hostname (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | match.c | 176 match_hostname(const char *host, const char *pattern, u_int len) in match_hostname() function 192 if ((mip = match_hostname(ipaddr, patterns, strlen(patterns))) == -1) in match_host_and_ip() 195 if ((mhost = match_hostname(host, patterns, strlen(patterns))) == -1) in match_host_and_ip()
|
H A D | hostfile.c | 241 if (match_hostname(host, cp, (u_int) (cp2 - cp)) != 1) { in check_host_in_hostfile_by_key_or_type()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | match.h | 25 int match_hostname(const char *, const char *, u_int);
|
/titanic_50/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 654 c = (match_hostname(name, cp, in do_known_hosts()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | servconf.c | 700 if (match_hostname(host, arg, len) != 1) in match_cfg_line()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1007 fix match_hostname() logic for auth-rsa: deny access if we have a
|