Lines Matching refs:remotehost
349 strlcpy(remotehost, p, MAXHOSTNAMELEN + 1); in main()
1142 } else if (fnmatch(p, remotehost, FNM_CASEFOLD) != 0) in checkuser()
1462 if (!auth_hostok(lc, remotehost, remote_ip)) { in do_pass()
1505 login_utmp(ttyline, pw->pw_name, remotehost, &his_addr); in do_pass()
1654 "%s: anonymous/%s", remotehost, passwd); in do_pass()
1671 "%s: %s", remotehost, pw->pw_name); in do_pass()
2585 && strcmp(remotehost, hbuf) != 0) in statcmd()
2586 reply(0, "Connected to %s (%s)", remotehost, hbuf); in statcmd()
2588 reply(0, "Connected to %s", remotehost); in statcmd()
2885 if (getnameinfo(sa, who->su_len, remotehost, sizeof(remotehost), NULL, in logremotehost()
2887 strlcpy(remotehost, "?", sizeof(remotehost)); in logremotehost()
2890 snprintf(remoteloghost, sizeof(remoteloghost), "%s(%s)", remotehost, in logremotehost()
2893 strlcpy(remoteloghost, remotehost, sizeof(remoteloghost)); in logremotehost()
2897 snprintf(proctitle, sizeof(proctitle), "%s: connected", remotehost); in logremotehost()
3660 remotehost, in logxfer()
3911 e = pam_set_item(pamh, PAM_RHOST, remotehost); in auth_pam()