Searched refs:remotehost (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h143 extern char hostname[], remotehost[];
H A Dftpd.c92 char remotehost[MaxHostNameLen]; variable
552 remotehost, data_addr);
583 remotehost,
733 ftpd_logwtmp(ttyline, pw->pw_name, remotehost);
788 remotehost,
802 remotehost,
809 snprintf(proctitle, sizeof(proctitle), "%s: %s", remotehost, pw->pw_name);
822 remotehost,
964 remotehost,
971 remotehost,
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c210 char remotehost[MAXHOSTNAMELEN]; variable
430 syslog(LOG_INFO, "Anonymous FTP connection made from host %s.", remotehost);
460 syslog(LOG_WARNING, "Invalid FTP user name %s attempted from %s.", name, remotehost);
546 pw->pw_name, remotehost);
569 opielogwtmp(ttyline, pw->pw_name, remotehost, "ftp");
636 setproctitle("%s: anonymous/%.*s", remotehost,
637 sizeof(proctitle) - sizeof(remotehost) - sizeof(": anonymous/"),
641 remotehost, passwd);
648 setproctitle("%s: %s", remotehost, pw->pw_name);
650 syslog(LOG_INFO, "FTP login from %s with user name %s", remotehost, p
[all...]
H A Dftpcmd.y111 extern char *remotehost;
219 cbuf, remotehost);
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c173 char remotehost[NI_MAXHOST]; variable
1037 "ANONYMOUS FTP LOGIN REFUSED FROM %s", remotehost);
1061 remotehost, name);
1075 opieaccessfile(remotehost) &&
1296 e = pam_set_item(pamh, PAM_RHOST, remotehost);
1425 remotehost);
1428 remotehost, curname);
1434 remotehost);
1456 if (!auth_hostok(lc, remotehost, remote_ip)) {
1626 "%s: anonymous(%s)/%s", remotehost, hostnam
[all...]
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c904 remotehost);
973 remotehost, curname);
995 opieaccessfile(remotehost) &&
1103 } else if (fnmatch(p, remotehost, FNM_CASEFOLD) != 0)
1375 "FTP LOGIN FAILED FROM %s", remotehost);
1378 remotehost, curname);
1384 remotehost);
1396 remotehost, pw->pw_name);
1415 if (!auth_hostok(lc, remotehost, remote_ip)) {
1456 login_utmp(ttyline, pw->pw_name, remotehost,
[all...]
H A Dextern.h340 GLOBAL char remotehost[MAXHOSTNAMELEN+1]; variable
H A Dconf.c673 cprintf(stdout, "%s", remotehost);
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh96 unset remotehost
143 # Set a remotehost to run the remote tests on via :ext:
146 remotehost="$OPTARG"
196 # If $remotehost is set, warn if $TESTDIR isn't since we are pretty sure
199 if test -n "$remotehost" && test -z "$TESTDIR"; then
201 echo "$remotehost is not the local machine, then it is unlikely that" >&2
304 # the log file gets created when $remotehost is specified on some systems,
331 if test -n "$remotehost"; then
334 tmp=`$CVS_RSH $remotehost 'cd /tmp; /bin/pwd || pwd' 2>/dev/null`
336 echo "$CVS_RSH $remotehost faile
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.decls.h115 extern void remotehost (void);
H A Dsh.c686 remotehost();
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dsra.c540 e = pam_set_item(pamh, PAM_RHOST, remotehost);
/freebsd-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.c54 extern char hostname[], remotehost[];
H A Dftp.y58 extern char hostname[], remotehost[];

Completed in 249 milliseconds