Home
last modified time | relevance | path

Searched refs:remotehost (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/opie/
H A Dopieftpd.c210 char remotehost[MAXHOSTNAMELEN]; variable
546 pw->pw_name, remotehost);
636 setproctitle("%s: anonymous/%.*s", remotehost,
641 remotehost, passwd);
1110 printf(" Connected to %s", remotehost);
1111 if (!isdigit(remotehost[0]))
1260 opiestrncpy(remotehost, hp->h_name, sizeof(remotehost));
1262 opiestrncpy(remotehost, inet_ntoa(sin->sin_addr), sizeof(remotehost));
1264 setproctitle("%s: connected", remotehost);
1269 remotehost, ctime(&t));
[all …]
H A Dftpcmd.y111 extern char *remotehost;
219 cbuf, remotehost);
/freebsd-13.1/libexec/ftpd/
H A Dftpd.c173 char remotehost[NI_MAXHOST]; variable
1060 remotehost, name); in user()
1425 remotehost); in pass()
1428 remotehost, curname); in pass()
1434 remotehost); in pass()
1650 remotehost, passwd); in pass()
1665 remotehost, pw->pw_name); in pass()
2736 realhostname_sa(remotehost, sizeof(remotehost) - 1, who, who->sa_len); in dolog()
2737 remotehost[sizeof(remotehost) - 1] = 0; in dolog()
2747 remotehost, hostname); in dolog()
[all …]
/freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c92 char remotehost[MaxHostNameLen]; variable
532 remotehost, data_addr); in user()
563 remotehost, in user()
768 remotehost, in do_login()
782 remotehost, in do_login()
802 remotehost, in do_login()
929 remotehost, in pass()
936 remotehost, in pass()
1605 printf(" Connected to %s", remotehost); in statcmd()
1837 getnameinfo_verified (sa, len, remotehost, sizeof(remotehost), in dolog()
[all …]
H A Dextern.h144 extern char hostname[], remotehost[];
/freebsd-13.1/contrib/blacklist/diff/
H A Dftpd.diff87 if (!auth_hostok(lc, remotehost, remote_ip)) {
/freebsd-13.1/contrib/tcsh/
H A Dtc.decls.h114 extern void remotehost (void);
H A Dsh.c697 remotehost(); in main()
H A Dtc.func.c2022 remotehost(void) function
H A DFixes734 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
849 87. Fix remotehost again (kim)
851 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
1197 77. Alarm race with remotehost.
/freebsd-13.1/contrib/telnet/libtelnet/
H A Dsra.c540 e = pam_set_item(pamh, PAM_RHOST, remotehost); in check_user()