/freebsd/usr.sbin/bsdconfig/networking/share/ |
H A D | hostname.subr | 32 f_dprintf "%s: loading includes..." networking/hostname.subr 43 # f_dialog_hnerror $error $hostname 64 # f_dialog_validate_hostname $hostname 66 # Returns zero if the given argument (a fully-qualified hostname) is compliant 75 # If the hostname is determined to be invalid, the appropriate error will be 93 # Edits the current hostname. 98 local hostname="$( f_sysrc_get 'hostname:-$(hostname)' )" 99 local hostname_orig="$hostname" # for change-tracking 112 f_dialog_input hostname "$msg" "$hostname" \ 115 f_dialog_validate_hostname "$hostname" && break [all …]
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | utmp_login.c | 42 shrink_hostname (const char *hostname, in shrink_hostname() argument 50 if (strlen(hostname) < dst_sz) { in shrink_hostname() 51 strlcpy (dst, hostname, dst_sz); in shrink_hostname() 55 hd = strchr (hostname, '.'); in shrink_hostname() 58 && hd - hostname < dst_sz) { in shrink_hostname() 59 strlcpy (dst, hostname, dst_sz); in shrink_hostname() 60 dst[hd - hostname] = '\0'; in shrink_hostname() 64 ret = getaddrinfo (hostname, NULL, NULL, &ai); in shrink_hostname() 66 strncpy (dst, hostname, dst_sz); in shrink_hostname() 75 strncpy (dst, hostname, dst_sz); in shrink_hostname() [all …]
|
/freebsd/etc/mail/ |
H A D | virtusertable.sample | 2 # Map one or all usernames at a source hostname to a specific (or the same) 3 # username at another target hostname. Remember to add the source hostname 5 # source hostname. 7 username@a.sample.hostname localuser 8 username@a.sample.hostname specificuser@a.possibly.different.hostname 9 @another.sample.hostname specificuser@a.possibly.different.hostname 10 @yet.another.sample.hostname %1@a.possibly.different.hostname
|
/freebsd/contrib/ntp/sntp/ |
H A D | kod_management.c | 23 const char *hostname, in search_entry() argument 30 if (!strcmp(kod_db[a]->hostname, hostname)) in search_entry() 42 if (!strcmp(kod_db[a]->hostname, hostname)) { in search_entry() 53 const char * hostname, in add_entry() argument 64 strlcpy(pke->hostname, hostname, sizeof(pke->hostname)); in add_entry() 70 if (strcmp(kod_db[n]->hostname, pke->hostname) >= 0) in add_entry() 74 0 == strcmp(kod_db[n]->hostname, pke->hostname)) { in add_entry() 91 const char * hostname, in delete_entry() argument 98 if (!strcmp(kod_db[a]->hostname, hostname) in delete_entry() 168 kod_db[a]->hostname); in write_kod_db() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | hostcheck.c | 163 static int hostmatch(const char *hostname, const char *pattern) in hostmatch() argument 170 return Curl_raw_equal(pattern, hostname) ? in hostmatch() 183 return Curl_raw_equal(pattern, hostname) ? in hostmatch() 186 hostname_label_end = strchr(hostname, '.'); in hostmatch() 194 if(hostname_label_end - hostname < pattern_label_end - pattern) in hostmatch() 199 return Curl_raw_nequal(pattern, hostname, prefixlen) && in hostmatch() 205 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) in Curl_cert_hostcheck() argument 208 !hostname || !*hostname) /* sanity check */ in Curl_cert_hostcheck() 211 if(Curl_raw_equal(hostname, match_pattern)) /* trivial case */ in Curl_cert_hostcheck() 214 if(hostmatch(hostname,match_pattern) == CURL_HOST_MATCH) in Curl_cert_hostcheck()
|
H A D | openssl_hostname_validation.c | 64 static HostnameValidationResult matches_common_name(const char *hostname, const X509 *server_cert) { in matches_common_name() argument 95 if (Curl_cert_hostcheck(common_name_str, hostname) == CURL_HOST_MATCH) { in matches_common_name() 112 static HostnameValidationResult matches_subject_alternative_name(const char *hostname, const X509 *… in matches_subject_alternative_name() argument 139 if (Curl_cert_hostcheck(dns_name, hostname) in matches_subject_alternative_name() 164 HostnameValidationResult validate_hostname(const char *hostname, const X509 *server_cert) { in validate_hostname() argument 167 if((hostname == NULL) || (server_cert == NULL)) in validate_hostname() 171 result = matches_subject_alternative_name(hostname, server_cert); in validate_hostname() 174 result = matches_common_name(hostname, server_cert); in validate_hostname()
|
/freebsd/contrib/libevent/sample/ |
H A D | hostcheck.c | 163 static int hostmatch(const char *hostname, const char *pattern) in hostmatch() argument 170 return Curl_raw_equal(pattern, hostname) ? in hostmatch() 183 return Curl_raw_equal(pattern, hostname) ? in hostmatch() 186 hostname_label_end = strchr(hostname, '.'); in hostmatch() 194 if(hostname_label_end - hostname < pattern_label_end - pattern) in hostmatch() 199 return Curl_raw_nequal(pattern, hostname, prefixlen) && in hostmatch() 205 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) in Curl_cert_hostcheck() argument 208 !hostname || !*hostname) /* sanity check */ in Curl_cert_hostcheck() 211 if(Curl_raw_equal(hostname, match_pattern)) /* trivial case */ in Curl_cert_hostcheck() 214 if(hostmatch(hostname,match_pattern) == CURL_HOST_MATCH) in Curl_cert_hostcheck()
|
H A D | openssl_hostname_validation.c | 64 static HostnameValidationResult matches_common_name(const char *hostname, const X509 *server_cert) { in matches_common_name() argument 95 if (Curl_cert_hostcheck(common_name_str, hostname) == CURL_HOST_MATCH) { in matches_common_name() 112 static HostnameValidationResult matches_subject_alternative_name(const char *hostname, const X509 *… in matches_subject_alternative_name() argument 139 if (Curl_cert_hostcheck(dns_name, hostname) in matches_subject_alternative_name() 164 HostnameValidationResult validate_hostname(const char *hostname, const X509 *server_cert) { in validate_hostname() argument 167 if((hostname == NULL) || (server_cert == NULL)) in validate_hostname() 171 result = matches_subject_alternative_name(hostname, server_cert); in validate_hostname() 174 result = matches_common_name(hostname, server_cert); in validate_hostname()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | rdma-ndd.c | 88 const char *device, const char *hostname) in build_node_desc() argument 101 field = hostname; in build_node_desc() 117 static int update_node_desc(const char *device, const char *hostname, int force) in update_node_desc() argument 142 build_node_desc(new_nd, sizeof(new_nd), device, hostname); in update_node_desc() 159 static int set_rdma_node_desc(const char *hostname, int force) in set_rdma_node_desc() argument 179 while (update_node_desc(dent->d_name, hostname, force) && retry > 0) { in set_rdma_node_desc() 282 static void process_udev_event(int ud_fd, const char *hostname) in process_udev_event() argument 297 update_node_desc(device, hostname, 1); in process_udev_event() 305 char hostname[128]; in monitor() local 337 if (read_hostname(hn_fd, hostname, sizeof(hostname)) != 0) in monitor() [all …]
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | http.subr | 147 # http://hostname:OTHER_PORT 148 # http://hostname:OTHER_PORT/* 232 local hostname="${url#*://}" port=80 dir=/ 233 case "$hostname" in 239 "$hostname" 240 hostname="${hostname#\[}" 241 port="${hostname#*\]:}" 243 dir="/${hostname#*/}" 244 hostname="${hostname%%\]:*}" 247 f_dprintf "Looks like an IPv6 addr with port: %s" "$hostname" [all …]
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | file.c | 77 HostInfo *find_host(char *hostname, int create) in find_host() argument 86 if (getaddrinfo(hostname, NULL, NULL, &ai1) != 0) in find_host() 90 if (!strncasecmp(hostname, hp->hostname, SM_MAXSTRLEN)) in find_host() 95 if (hp->hostname[0] != '\0' && in find_host() 96 getaddrinfo(hp->hostname, NULL, NULL, &ai2) != 0) in find_host() 155 strncpy(spare_slot->hostname, hostname, SM_MAXSTRLEN); in find_host() 254 static int notify_one_host(char *hostname, int verbose) in notify_one_host() argument 267 if (debug) syslog (LOG_DEBUG, "Sending SM_NOTIFY to host %s from %s", hostname, our_hostname); in notify_one_host() 269 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host() 272 syslog(LOG_ERR, "Failed to contact host %s%s", hostname, in notify_one_host() [all …]
|
/freebsd/crypto/openssh/ |
H A D | auth-rhosts.c | 58 check_rhosts_file(const char *filename, const char *hostname, in check_rhosts_file() argument 154 if (!innetgr(host + 1, hostname, NULL, NULL) && in check_rhosts_file() 157 } else if (strcasecmp(host, hostname) && in check_rhosts_file() 192 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() argument 202 client_user, hostname, ipaddr); in auth_rhosts2() 243 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2() 246 "/etc/hosts.equiv.", hostname, ipaddr); in auth_rhosts2() 249 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2() 252 "%.100s.", hostname, ipaddr, _PATH_SSH_HOSTS_EQUIV); in auth_rhosts2() 320 if (check_rhosts_file(path, hostname, ipaddr, in auth_rhosts2() [all …]
|
H A D | dns.c | 166 is_numeric_hostname(const char *hostname) in is_numeric_hostname() argument 174 if (hostname == NULL) { in is_numeric_hostname() 183 if (getaddrinfo(hostname, NULL, &hints, &ai) == 0) { in is_numeric_hostname() 196 verify_host_key_dns(const char *hostname, struct sockaddr *address, in verify_host_key_dns() argument 218 if (is_numeric_hostname(hostname)) { in verify_host_key_dns() 223 result = getrrsetbyname(hostname, DNS_RDATACLASS_IN, in verify_host_key_dns() 305 export_dns_rr(const char *hostname, struct sshkey *key, FILE *f, int generic, in export_dns_rr() argument 323 hostname, DNS_RDATATYPE_SSHFP, in export_dns_rr() 327 fprintf(f, "%s IN SSHFP %d %d ", hostname, in export_dns_rr()
|
/freebsd/libexec/rc/rc.d/ |
H A D | hostname | 53 if [ -z "${hostname}" -a \ 55 hostname=`/bin/kenv dhcp.host-name` 61 if [ -z "${hostname}" ]; then 74 startmsg -n "Setting hostname: ${hostname}" 75 /bin/hostname "${hostname}"
|
/freebsd/usr.sbin/rpc.umntall/ |
H A D | rpc.umntall.c | 169 do_umntall(char *hostname) { in do_umntall() argument 176 clp = clnt_create_timed(hostname, MOUNTPROG, MOUNTVERS, "udp", in do_umntall() 179 warnx("%s: %s", hostname, clnt_spcreateerror("MOUNTPROG")); in do_umntall() 187 warnx("%s: %s", hostname, clnt_sperror(clp, "MOUNTPROC_UMNTALL")); in do_umntall() 197 do_umount(char *hostname, char *dirp) { in do_umount() argument 204 clp = clnt_create_timed(hostname, MOUNTPROG, MOUNTVERS, "udp", in do_umount() 207 warnx("%s: %s", hostname, clnt_spcreateerror("MOUNTPROG")); in do_umount() 214 warnx("%s: %s", hostname, clnt_sperror(clp, "MOUNTPROC_UMNT")); in do_umount() 224 is_mounted(char *hostname, char *dirp) { in is_mounted() argument 230 if (strlen(hostname) + strlen(dirp) >= MNAMELEN) in is_mounted() [all …]
|
/freebsd/tools/test/stress2/testcases/udp/ |
H A D | udp.c | 61 const char *hostname; in test() local 75 hostname = "localhost"; in test() 77 hostname = getenv("BLASTHOST"); in test() 78 host = gethostbyname(hostname); in test() 84 sock_in.sin_addr.s_addr = inet_addr(hostname); in test() 86 err(1, "host: %s", hostname); in test() 98 printf("udp %s:9 with %d bytes\n", hostname, bufsize); in test()
|
/freebsd/bin/hostname/ |
H A D | hostname.c | 46 char hostname[MAXHOSTNAMELEN], *hostp, *p; in main() local 79 hostp = hostname; in main() 80 if (gethostname(hostname, (int)sizeof(hostname))) in main() 83 p = strchr(hostname, '.'); in main() 87 p = strchr(hostname, '.'); in main()
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | pam_start.c | 68 char hostname[HOST_NAME_MAX + 1]; in pam_start() local 77 if (gethostname(hostname, sizeof hostname) != 0) in pam_start() 78 strlcpy(hostname, "localhost", sizeof hostname); in pam_start() 79 if ((r = pam_set_item(ph, PAM_HOST, hostname)) != PAM_SUCCESS) in pam_start()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_peer.c | 176 const char * hostname, in findexistingpeer_name() argument 189 if (p->hostname != NULL in findexistingpeer_name() 194 && !strcasecmp(p->hostname, hostname)) in findexistingpeer_name() 264 const char * hostname, in findexistingpeer() argument 271 if (hostname != NULL) in findexistingpeer() 272 return findexistingpeer_name(hostname, AF(addr), in findexistingpeer() 522 if (p->hostname != NULL) in free_peer() 523 free(p->hostname); in free_peer() 572 const char * hostname, in peer_config() 569 peer_config(sockaddr_u * srcadr,const char * hostname,endpt * dstadr,int ippeerlimit,u_char hmode,u_char version,u_char minpoll,u_char maxpoll,u_int flags,u_int32 ttl,keyid_t key,const char * ident) peer_config() argument 762 newpeer(sockaddr_u * srcadr,const char * hostname,endpt * dstadr,int ippeerlimit,u_char hmode,u_char version,u_char minpoll,u_char maxpoll,u_int flags,u_char cast_flags,u_int32 ttl,keyid_t key,const char * ident) newpeer() argument [all...] |
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krbhst.c | 139 strlcpy(hi->hostname, rr->u.srv->target, len + 1); in srv_find_realm() 233 memcpy(hi->hostname, &p[1], q - p - 1); in parse_hostspec() 234 hi->hostname[q - p - 1] = '\0'; in parse_hostspec() 239 } else if(strsep_copy(&p, ":", hi->hostname, strlen(spec) + 1) < 0) { in parse_hostspec() 245 hi->hostname[strcspn(hi->hostname, "/")] = '\0'; in parse_hostspec() 246 strlwr(hi->hostname); in parse_hostspec() 275 size_t hostnamelen = strlen(from->hostname); in _krb5_krbhost_info_move() 290 memcpy((*to)->hostname, from->hostname, hostnamelen + 1); in _krb5_krbhost_info_move() 303 strcmp(h->hostname, host->hostname) == 0) { in append_host_hostinfo() 331 char *hostname, size_t hostlen) in krb5_krbhst_format_string() argument [all …]
|
/freebsd/lib/libc/net/ |
H A D | ether_addr.c | 67 ether_line(const char *l, struct ether_addr *e, char *hostname) in ether_line() argument 72 &o[4], &o[5], hostname); in ether_line() 138 ether_ntohost(char *hostname, const struct ether_addr *e) in ether_ntohost() argument 174 strcpy(hostname, local_host); in ether_ntohost() 188 ether_hostton(const char *hostname, struct ether_addr *e) in ether_hostton() argument 209 if (yp_match(yp_domain, "ethers.byname", hostname, in ether_hostton() 210 strlen(hostname), &result, &resultlen)) { in ether_hostton() 219 if (!strcmp(hostname, local_host)) { in ether_hostton()
|
H A D | eui64.c | 86 static int eui64_line(const char *l, struct eui64 *e, char *hostname, 94 eui64_line(const char *l, struct eui64 *e, char *hostname, size_t len) in eui64_line() argument 116 if (strlcpy(hostname, cur, len) <= len) in eui64_line() 215 eui64_ntohost(char *hostname, size_t len, const struct eui64 *id) in eui64_ntohost() argument 252 strcpy(hostname, local_host); in eui64_ntohost() 266 eui64_hostton(const char *hostname, struct eui64 *id) in eui64_hostton() argument 287 if (yp_match(yp_domain, "eui64.byname", hostname, in eui64_hostton() 288 strlen(hostname), &result, &resultlen)) { in eui64_hostton() 298 if (strcmp(hostname, local_host) == 0) { in eui64_hostton()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | AuthRealm.p0 | 11 + result = reset_saslconn(&conn, hostname, remoteip, \ 17 hostname = macvalue('j', e); 20 - AuthRealm = hostname; 30 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, 39 - result = sasl_server_new("smtp", hostname, NULL, NULL, NULL, 40 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, NULL,
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/hooks/ |
H A D | zfs.in | 55 hostname="$(mktemp -t hostname.XXXXXXXXXX)" 56 hostname > "$hostname" 57 copy_file config "$hostname" "/etc/hostname" 58 rm -f "$hostname"
|
/freebsd/libexec/bootpd/ |
H A D | lookup.c | 29 lookup_hwa(char *hostname, int htype) in lookup_hwa() argument 40 if (ether_hostton(hostname, &ea)) { in lookup_hwa() 42 hostname); in lookup_hwa() 63 lookup_ipa(char *hostname, u_int32 *result) in lookup_ipa() argument 66 hp = gethostbyname(hostname); in lookup_ipa()
|