Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/libexec/ftpd/
H A Dftpd.c173 char remotehost[NI_MAXHOST]; variable
1074 remotehost, name); in user()
1439 remotehost); in pass()
1442 remotehost, curname); in pass()
1448 remotehost); in pass()
1663 remotehost, passwd); in pass()
1678 remotehost, pw->pw_name); in pass()
2749 realhostname_sa(remotehost, sizeof(remotehost) - 1, who, who->sa_len); in dolog()
2750 remotehost[sizeof(remotehost) - 1] = 0; in dolog()
2760 remotehost, hostname); in dolog()
[all …]
/freebsd-12.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-12.1/contrib/blacklist/diff/
H A Dftpd.diff87 if (!auth_hostok(lc, remotehost, remote_ip)) {
/freebsd-12.1/contrib/tcsh/
H A Dtc.decls.h115 extern void remotehost (void);
H A Dsh.c699 remotehost(); in main()
H A Dtc.func.c2019 remotehost(void) function
H A DFixes688 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
803 87. Fix remotehost again (kim)
805 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
1151 77. Alarm race with remotehost.
/freebsd-12.1/contrib/telnet/libtelnet/
H A Dsra.c540 e = pam_set_item(pamh, PAM_RHOST, remotehost); in check_user()