Searched refs:remotehost (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/libexec/rshd/ |
| H A D | rshd.c | 262 char remotehost[2 * MAXHOSTNAMELEN + 1]; in doit() local 403 (void)strlcpy(remotehost, saddr, sizeof(remotehost)); in doit() 404 errorhost = remotehost; in doit() 409 gaierror = getaddrinfo(remotehost, pbuf, &hints, &res0); in doit() 413 remotehost, gai_strerror(gaierror)); in doit()
|
| /netbsd-src/lib/libc/net/ |
| H A D | rcmd.c | 971 static char remotehost[NI_MAXHOST]; in __gethostloop() local 979 h1[0] = remotehost[0] = '\0'; in __gethostloop() 980 if (getnameinfo(raddr, salen, remotehost, (socklen_t)sizeof(remotehost), in __gethostloop() 996 error = getaddrinfo(remotehost, "0", &hints, &res); in __gethostloop() 1007 return remotehost; in __gethostloop() 1016 h1, res->ai_canonname ? res->ai_canonname : remotehost); in __gethostloop()
|
| /netbsd-src/libexec/ftpd/ |
| H A D | ftpd.c | 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() [all …]
|
| H A D | extern.h | 332 GLOBAL char remotehost[MAXHOSTNAMELEN+1]; variable
|
| H A D | conf.c | 667 cprintf(stdout, "%s", remotehost); in display_file()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | sanity.sh | 131 unset remotehost 230 remotehost="$OPTARG" 308 if test -n "$remotehost" && test -z "$TESTDIR"; then 310 echo "$remotehost is not the local machine, then it is unlikely that" >&2 338 if test -n "$remotehost"; then 340 result=`$CVS_RSH $remotehost 'echo test'` 342 echo "\`$CVS_RSH $remotehost' failed." >&2 376 if test -n "$remotehost"; then 377 if $CVS_RSH $remotehost "test ! -f ${servercvs} || test ! -r ${servercvs}" 379 echo "No such file or file not readable: $remotehost:${testcvs}" >&2 [all …]
|
| H A D | ChangeLog | 3111 * sanity.sh (TIMING): Make this work when not in $remotehost mode. 5324 * sanity.sh (env): Enable to work with $remotehost.
|
| /netbsd-src/external/bsd/blocklist/diff/ |
| H A D | ftpd.diff | 87 if (!auth_hostok(lc, remotehost, remote_ip)) {
|
| /netbsd-src/lib/libtelnet/ |
| H A D | sra.c | 573 e = pam_set_item(pamh, PAM_RHOST, remotehost); in check_user()
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | backends.sdf | 81 > uri ldap://localhost/ ldap://remotehost ldap://remotehost2
|