Searched refs:hostname (Results 176 - 200 of 463) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssh/
H A Dauth.c102 const char *hostname = NULL, *ipaddr = NULL, *passwd = NULL; local
186 hostname = get_canonical_hostname(options.use_dns);
193 if (match_user(pw->pw_name, hostname, ipaddr,
197 pw->pw_name, hostname);
204 if (match_user(pw->pw_name, hostname, ipaddr,
210 "not listed in AllowUsers", pw->pw_name, hostname);
218 "not in any group", pw->pw_name, hostname);
229 pw->pw_name, hostname);
242 "in AllowGroups", pw->pw_name, hostname);
/freebsd-11.0-release/usr.sbin/timed/timed/
H A Dslave.c147 (void)strcpy(to.tsp_name, hostname);
410 (void)strcpy(to.tsp_name, hostname);
421 (void)strcpy(to.tsp_name, hostname);
440 (void)strcpy(to.tsp_name, hostname);
474 (void)strcpy(to.tsp_name, hostname);
514 if (!strcmp(msg->tsp_name, hostname)) {
534 (void)strcpy(to.tsp_name, hostname);
587 (void)strcpy(to.tsp_name, hostname);
668 (void)strcpy(to.tsp_name, hostname);
H A Dmaster.c141 (void)strcpy(to.tsp_name, hostname);
237 (void)strcpy(to.tsp_name, hostname);
254 (void)strcpy(to.tsp_name, hostname);
262 (void)strcpy(to.tsp_name, hostname);
299 || !strcmp(msg->tsp_name, hostname))
307 (void)strcpy(to.tsp_name, hostname);
476 (void)strcpy(to.tsp_name, hostname);
753 (void)strcpy(to.tsp_name, hostname);
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dtest_ca.in145 --hostname="www.test.h5l.se" \
146 --hostname="ftp.test.h5l.se" \
150 echo "verify certificate hostname (ok)"
152 --hostname=www.test.h5l.se \
156 echo "verify certificate hostname (fail)"
158 --hostname=www2.test.h5l.se \
162 echo "verify certificate hostname (fail)"
164 --hostname=2www.test.h5l.se \
168 echo "issue certificate (hostname in CN)"
176 echo "verify certificate hostname (o
[all...]
H A Dtest_cert.in70 --hostname=foo.com \
H A Dreq.c140 const char *hostname)
146 name.u.dNSName.data = rk_UNCONST(hostname);
147 name.u.dNSName.length = strlen(hostname);
138 _hx509_request_add_dns_name(hx509_context context, hx509_request req, const char *hostname) argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c211 return len; /* Only a hostname is found */
347 /* This might be the hostname */
363 /* Found a hostname, convert to lowercase and copy to dst. */
1688 /* TODO: Scan hostname and sharename and fall back to part code */
1778 * - lowercase URL hostname
1814 /* This might be the hostname */
1822 /* Found a hostname, check that it's all lowercase. */
2335 const char *hostname, *path;
2352 hostname = url + 7;
2353 path = strchr(hostname, '/');
2333 const char *hostname, *path; local
2634 svn_cert__match_dns_identity(svn_string_t *pattern, svn_string_t *hostname) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c147 char hostname[128]; local
191 if(strsep_copy(&p, ":", hostname, sizeof(hostname)) < 0) {
194 hostname[strcspn(hostname, "/")] = '\0';
206 ret = getaddrinfo(hostname, service, &hints, &ai);
209 ret = getaddrinfo(hostname, service, &hints, &ai);
212 krb5_warnx(context, "%s: %s (%s)", path, gai_strerror(ret), hostname);
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dbounce-resender.pl33 chomp($hostname = `hostname`);
75 print STDERR "$0: running on $hostname ($uname)\n";
209 print MSGHDR "HMessage-ID: <$messageid@$hostname>\n"
240 print MSGHDR "HMessage-ID: <$messageid@$hostname>\n"
/freebsd-11.0-release/contrib/serf/auth/
H A Dauth_spnego_gss.c152 const char *hostname,
168 bufdesc.value = apr_pstrcat(scratch_pool, service, "@", hostname, NULL);
149 serf__spnego_init_sec_context(serf_connection_t *conn, serf__spnego_context_t *ctx, const char *service, const char *hostname, serf__spnego_buffer_t *input_buf, serf__spnego_buffer_t *output_buf, apr_pool_t *result_pool, apr_pool_t *scratch_pool ) argument
H A Dauth_spnego.c186 const char *hostname,
208 KRB_HTTP_SERVICE, hostname,
334 conn->host_info.hostname,
338 char *proxy_host = conn->ctx->proxy_address->hostname;
184 gss_api_get_credentials(serf_connection_t *conn, char *token, apr_size_t token_len, const char *hostname, const char **buf, apr_size_t *buf_len, gss_authn_info_t *gss_info) argument
/freebsd-11.0-release/etc/mail/
H A DMakefile68 SENDMAIL_MC!= hostname
76 SENDMAIL_SUBMIT_MC!= hostname
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c177 record_failed_login(const char *user, const char *hostname, const char *ttyname) argument
206 char hostname[MAXHOSTNAMELEN]; local
225 hostname[0] = '\0';
226 strlcpy(hostname,
269 usent.host = hostname;
391 fsent.host = hostname;
427 fsent.host = hostname;
471 ssent.host = hostname;
H A Dport-aix.c308 record_failed_login(const char *user, const char *hostname, const char *ttyname) argument
315 loginfailed((char *)user, (char *)hostname, (char *)ttyname,
318 loginfailed((char *)user, (char *)hostname, (char *)ttyname);
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintstatefields.c224 PRINTF("%s", hostname(sp->is_v, &sp->is_src.in4));
228 PRINTF("%s", hostname(sp->is_v, &sp->is_dst.in4));
/freebsd-11.0-release/usr.bin/login/
H A Dlogin.c52 * login -h hostname (for telnetd, etc.)
129 static char *hostname; /* hostname from command line */ variable
216 "hostname size", optarg);
218 hostname = optarg;
315 pam_err = pam_set_item(pamh, PAM_RHOST, hostname);
498 hostname, tty, pwd->pw_name);
511 username, tty, hostname);
814 (void)fprintf(stderr, "usage: login [-fp] [-h hostname] [username]\n");
913 failures, failures > 1 ? "S" : "", hostname);
[all...]
/freebsd-11.0-release/usr.sbin/crunch/examples/
H A Dfixit.conf16 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h74 std::string hostname,
/freebsd-11.0-release/contrib/subversion/subversion/svnserve/
H A Dcyrus_auth.c264 char hostname[APRMAXHOSTLEN + 1]; local
271 apr_err = apr_gethostname(hostname, sizeof(hostname), pool);
274 svn_error_t *err = svn_error_wrap_apr(apr_err, _("Can't get hostname"));
282 hostname, b->repository->realm,
/freebsd-11.0-release/contrib/telnet/telnet/
H A Dnetwork.c158 perror(hostname);
/freebsd-11.0-release/sys/kern/
H A Dkern_xxx.c55 char *hostname; member in struct:gethostname_args
70 return (userland_sysctl(td, name, 2, uap->hostname, &len,
76 char *hostname; member in struct:sethostname_args
90 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname,
186 int bsdi_hostname; /* hostname on BSD/386 */
/freebsd-11.0-release/lib/libstand/
H A Dnet.h73 extern char hostname[FNAME_SIZE];
/freebsd-11.0-release/sys/sys/
H A Dkerneldump.h81 char hostname[64]; member in struct:kerneldumpheader
/freebsd-11.0-release/tools/tools/vimage/
H A Dvimage.c56 char hostname[MAXPATHLEN]; member in struct:vimage_status
197 printf(" Hostname: %s\n", vst[i].hostname);
348 jailparam_init(&params[psize], "host.hostname");
349 jailparam_import_raw(&params[psize++], &vs->hostname,
350 sizeof(vs->hostname));
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_name.c91 char *hostname = NULL, *service; local
95 /* If its not a hostname */
109 hostname = p->name.name_string.val[1];
114 hostname,

Completed in 186 milliseconds

1234567891011>>