/dragonfly/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 123 hosts_bak = hosts; in main() 129 free(hosts); in main() 137 free(hosts[i]); in main() 138 free(hosts); in main() 184 if (hosts == NULL) in main() 187 hosts[0] = "*"; in main() 190 hosts_bak = hosts; in main() 196 free(hosts[i]); in main() 197 free(hosts); in main() 208 free(hosts[i]); in main() [all …]
|
/dragonfly/usr.bin/systat/ |
H A D | netcmds.c | 61 } *hosts; variable 257 if (hosts == NULL) in selecthost() 259 free((char *)hosts), hosts = NULL; in selecthost() 263 for (p = hosts; p < hosts+nhosts; p++) in selecthost() 269 hosts = (struct hitem *)malloc(sizeof (*p)); in selecthost() 271 hosts = (struct hitem *)realloc(hosts, (nhosts+1)*sizeof (*p)); in selecthost() 272 p = &hosts[nhosts++]; in selecthost() 283 if (hosts) in checkhost() 284 for (p = hosts; p < hosts+nhosts; p++) { in checkhost() 298 for (p = hosts; p < hosts+nhosts; p++) { in showhosts()
|
/dragonfly/libexec/revnetgroup/ |
H A D | revnetgroup.c | 77 int hosts = -1, i; in main() local 85 if (hosts != -1) { in main() 89 hosts = 0; in main() 92 if (hosts != -1) { in main() 96 hosts = 1; in main() 107 if (hosts == -1) in main() 146 if (hosts ? host && strcmp(host,"-") : user && strcmp(user, "-")) in main() 147 mstore(mtable, hosts ? host : user, gcur->key, domain); in main()
|
/dragonfly/crypto/libressl/crypto/x509/ |
H A D | x509_vpm.c | 143 string_stack_free(id->hosts); in x509_param_set_hosts_internal() 144 id->hosts = NULL; in x509_param_set_hosts_internal() 152 if (id->hosts == NULL && in x509_param_set_hosts_internal() 162 id->hosts = NULL; in x509_param_set_hosts_internal() 189 if (paramid->hosts) { in x509_verify_param_zero() 191 paramid->hosts = NULL; in x509_verify_param_zero() 333 if (dest->id->hosts) { in X509_VERIFY_PARAM_inherit() 335 dest->id->hosts = NULL; in X509_VERIFY_PARAM_inherit() 337 if (id->hosts) { in X509_VERIFY_PARAM_inherit() 338 dest->id->hosts = in X509_VERIFY_PARAM_inherit() [all …]
|
/dragonfly/libexec/dma/ |
H A D | dns.c | 140 struct mx_hostentry *hosts = NULL; in dns_get_mx_list() local 210 err = add_host(pref, outname, port, &hosts, &nhosts); in dns_get_mx_list() 252 err = add_host(0, host, port, &hosts, &nhosts); in dns_get_mx_list() 263 qsort(hosts, nhosts, sizeof(*hosts), sort_pref); in dns_get_mx_list() 265 *hosts[nhosts].host = 0; in dns_get_mx_list() 267 if (hosts != NULL) in dns_get_mx_list() 268 free(hosts); in dns_get_mx_list() 269 hosts = NULL; in dns_get_mx_list() 272 *he = hosts; in dns_get_mx_list()
|
/dragonfly/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 85 char **hosts = NULL; variable 314 hosts = realloc(hosts, nhostsbak * sizeof(char *)); in init_transport() 316 hosts[0] = "*"; in init_transport() 319 hosts[nhostsbak - 1] = "127.0.0.1"; in init_transport() 321 hosts[nhostsbak - 1] = "::1"; in init_transport() 390 hosts[nhostsbak] = NULL; in init_transport() 406 (hosts[nhostsbak] == NULL) ? "*" : in init_transport() 714 hosts = realloc(hosts, nhosts * sizeof(char *)); in parseargs() 715 if (hosts == NULL) in parseargs() 717 hosts[nhosts - 1] = strdup(optarg); in parseargs() [all …]
|
/dragonfly/etc/bluetooth/ |
H A D | hosts | 1 # $DragonFly: src/etc/bluetooth/hosts,v 1.1 2008/01/03 13:35:20 hasso Exp $ 2 # $NetBSD: hosts,v 1.1 2006/06/19 15:44:35 gdamore Exp $ 3 # $Id: hosts,v 1.1 2006/06/19 15:44:35 gdamore Exp $ 4 # $FreeBSD: /repoman/r/ncvs/src/etc/bluetooth/hosts,v 1.2 2005/11/10 19:09:22 emax Exp $ 8 # This file should contain the Bluetooth addresses and aliases for hosts.
|
H A D | Makefile | 6 .if !exists(${DESTDIR}/etc/bluetooth/hosts) 7 FILES+= hosts
|
/dragonfly/share/man/man5/ |
H A D | Makefile | 26 hosts.5 \ 27 hosts.equiv.5 \ 28 hosts.lpd.5 \ 75 MLINKS+=hosts.equiv.5 rhosts.5
|
/dragonfly/usr.sbin/rpc.statd/ |
H A D | file.c | 82 for (i = 0, hp = status_info->hosts; i < status_info->noOfHosts; i++, hp++) in find_host() 101 spare_slot = &status_info->hosts[status_info->noOfHosts]; in find_host() 199 HostInfo *this_host = &status_info->hosts[i]; in init_file() 275 for (i = status_info->noOfHosts, hp = status_info->hosts; i ; i--, hp++) in notify_hosts() 313 for (i = status_info->noOfHosts, hp = status_info->hosts; i ; i--, hp++) in notify_hosts()
|
/dragonfly/usr.bin/rup/ |
H A D | rup.c | 55 } *hosts; variable 62 if (hosts == NULL) in search_host() 65 for (hp = hosts; hp != NULL; hp = hp->next) { in search_host() 80 hp->next = hosts; in remember_host() 81 hosts = hp; in remember_host()
|
/dragonfly/usr.bin/rusers/ |
H A D | rusers.c | 59 } *hosts; variable 66 if (hosts == NULL) in search_host() 69 for (hp = hosts; hp != NULL; hp = hp->next) { in search_host() 84 hp->next = hosts; in remember_host() 85 hosts = hp; in remember_host()
|
/dragonfly/sbin/mountd/ |
H A D | mountd.c | 205 char **hosts = NULL; variable 316 free(hosts); in main() 324 free(hosts[k]); in main() 325 free(hosts); in main() 384 if (hosts == NULL) in main() 386 hosts[0] = "*"; in main() 389 hosts_bak = hosts; in main() 395 free(hosts[k]); in main() 396 free(hosts); in main() 406 free(hosts[k]); in main() [all …]
|
/dragonfly/share/examples/etc/ |
H A D | README.examples | 29 hosts - host name database 30 hosts.allow - host access control configuration (see tcpd(8)) 31 hosts.equiv - defines system-wide trusted hosts (see ruserok(3)) 32 hosts.lpd - defines trusted hosts for lpd(8)
|
/dragonfly/etc/rc.d/ |
H A D | nsswitch | 47 hosts|local|file) 76 hosts: files dns 98 hosts:*)
|
/dragonfly/usr.sbin/ypserv/ |
H A D | Makefile.yp | 100 HOSTS = $(YPSRCDIR)/hosts 123 TARGETS= servers hosts networks protocols rpc services shells group 176 hosts: hosts.byname hosts.byaddr 328 hosts.byname: $(HOSTS) 338 hosts.byaddr: $(HOSTS)
|
/dragonfly/etc/ |
H A D | hosts | 1 # $FreeBSD: src/etc/hosts,v 1.16 2003/01/28 21:29:23 dbaker Exp $ 2 # $DragonFly: src/etc/hosts,v 1.2 2003/06/17 04:24:45 dillon Exp $ 6 # This file should contain the addresses and aliases for local hosts that
|
H A D | hosts.equiv | 1 # $FreeBSD: src/etc/hosts.equiv,v 1.4 1999/08/27 23:23:41 peter Exp $ 2 # $DragonFly: src/etc/hosts.equiv,v 1.2 2003/06/17 04:24:45 dillon Exp $
|
H A D | hosts.lpd | 1 # $FreeBSD: src/etc/hosts.lpd,v 1.4 1999/08/27 23:23:42 peter Exp $ 2 # $DragonFly: src/etc/hosts.lpd,v 1.2 2003/06/17 04:24:45 dillon Exp $
|
H A D | hosts.allow | 2 # hosts.allow access control file for "tcp wrapped" applications. 3 # $FreeBSD: src/etc/hosts.allow,v 1.8.2.7 2002/04/17 19:44:22 dougb Exp $ 5 # NOTE: The hosts.deny file is deprecated. 6 # Place both 'allow' and 'deny' rules in the hosts.allow file.
|
/dragonfly/sbin/natd/samples/ |
H A D | natd.cf.sample | 55 # numeric addresses or hosts that are in /etc/hosts. 72 # ipconfig must apply any legal IP numbers that inside hosts 82 # for aweb.company.com, then external hosts attempting to access 87 # NAT, because inside hosts will go through the NAT to get to the legal
|
/dragonfly/contrib/tcsh-6/ |
H A D | complete.tcsh | 46 if ( ! $?hosts ) set hosts 49 /usr/local/etc/csh.hosts /etc/hosts.equiv ) 51 set hosts=($hosts `sed \ 63 set hosts=($hosts `awk '$1 == "machine" { print $2 }' "$HOME/.netrc"`) 66 set hosts=(`echo $hosts | tr ' ' '\012' | sort -u`) 68 if ( ! $#hosts ) then 73 complete ywho n/*/\$hosts/ # argument from list in $hosts 212 complete ftp c/-/"(d i g n v)"/ n/-/\$hosts/ p/1/\$hosts/ n/*/n/ 243 'p/1/$hosts/' \ 818 complete xhost c/[+-]/\$hosts/ n/*/\$hosts/ [all …]
|
/dragonfly/contrib/tcp_wrappers/ |
H A D | CHANGES | 52 the non-reentrant strtok() routine. The result is that hosts may slip 134 foulup with multi-homed hosts in DNS through NIS mode. 163 - When PARANOID mode is disabled (compile time), hosts with a name/name 200 files. This program also detects hosts with name/address conflicts and 205 accurate predictions. In addition, it detects hosts with name/address 259 hosts map. For example, gethostbyname("wzv.win.tue.nl") returns 319 - KNOWN pattern that matches hosts whose name and address are known. 363 - The additional protection against source-routing attacks from hosts 409 - On hosts with more than one IP network interface, remote userid 429 5 - a pattern that matches hosts whose name or address lookup fails [all …]
|
/dragonfly/contrib/binutils-2.27/libiberty/ |
H A D | README | 58 on all hosts where it is needed. It does not have to work or even 59 compile on hosts where it is not needed. 64 On most hosts you should be able to use the scheme for automatically
|
/dragonfly/contrib/gdb-7/libiberty/ |
H A D | README | 58 on all hosts where it is needed. It does not have to work or even 59 compile on hosts where it is not needed. 64 On most hosts you should be able to use the scheme for automatically
|