Searched refs:chost (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rh-rsa.c42 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, argument
55 chost, _PATH_SSH_SYSTEM_HOSTFILE,
68 char *chost; local
78 chost = (char *)get_canonical_hostname(options.use_dns);
79 debug("Rhosts RSA authentication: canonical host %.900s", chost);
81 if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {
91 chost);
100 pw->pw_name, cuser, chost);
H A Dauth2-hostbased.c61 char *pkalg, *cuser, *chost, *service; local
73 chost = packet_get_string(NULL);
77 debug("userauth_hostbased: cuser %s chost %s pkalg %s slen %d",
78 cuser, chost, pkalg, slen);
114 buffer_put_cstring(&b, chost);
121 if (PRIVSEP(hostbased_key_allowed(authctxt->pw, cuser, chost, key)) &&
134 xfree(chost);
141 hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, argument
155 debug2("userauth_hostbased: chost %s resolvedname %s ipaddr %s",
156 chost, resolvednam
[all...]
H A Dmux.c890 char *reserved, *chost; local
894 chost = reserved = NULL;
896 (chost = buffer_get_string_ret(m, NULL)) == NULL ||
900 if (chost != NULL)
901 xfree(chost);
908 __func__, c->self, chost, cport);
917 xfree(chost);
941 xfree(chost);
948 chost, cport)) {
964 nc = channel_connect_stdio_fwd(chost, cpor
[all...]
H A Dsshconnect2.c1808 char *chost, *pkalg, *p; local
1839 xasprintf(&chost, "%s.", p);
1840 debug2("userauth_hostbased: chost %s", chost);
1855 buffer_put_cstring(&b, chost);
1870 xfree(chost);
1881 packet_put_cstring(chost);
1886 xfree(chost);
H A Dmonitor.c1168 char *cuser, *chost; local
1178 chost = buffer_get_string(m, NULL);
1201 cuser, chost, key);
1208 cuser, chost, key);
1230 hostbased_chost = chost;
1237 xfree(chost);
1313 char *chost)
1351 if (strcmp(p, chost) != 0)
1312 monitor_valid_hostbasedblob(u_char *data, u_int datalen, char *cuser, char *chost) argument
/macosx-10.10/configd-699.1.5/tests/
H A DReachabilityTester.c117 char *chost = string2CString(host); local
119 reachRef = SCNetworkReachabilityCreateWithName(kCFAllocatorDefault, chost);
121 CFAllocatorDeallocate(kCFAllocatorDefault, chost);

Completed in 138 milliseconds