| /freebsd/usr.sbin/ypserv/ |
| H A D | Makefile | 6 PACKAGE= yp 10 ypxfr_clnt.c yp.h yp_main.c yp_error.c yp_access.c yp_svc_udp.c \ 22 CLEANFILES= yp_svc.c ypxfr_clnt.c yp.h 28 yp_svc.c: yp.x 30 ${RPCGEN} -DYPSERV_ONLY -m ${RPCDIR}/yp.x | \ 33 ypxfr_clnt.c: yp.x 34 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x 36 yp.h: yp.x 37 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x 39 FILES= Makefile.yp [all …]
|
| H A D | ypinit.sh | 10 YP_DIR=/var/yp 86 The `-m' flag builds a master YP server, and the `-s' flag builds 87 a slave YP server. When building a slave YP server, `master_server' 88 must be an existing, reachable YP server. 98 The local host's YP domain name has not been set. Please set it with 143 # Check if the YP directory exists. 162 Creating an YP server will require that you answer a few questions. 249 echo "${HOST} has been setup as an YP slave server with errors. " 1>&2 252 echo "${HOST} has been setup as an YP slave server without any errors. " 267 echo "At this point, we have to construct a list of this domains YP servers." [all …]
|
| H A D | ypinit.8 | 58 .Pa /var/yp/$DOMAINNAME 60 .Pa /var/yp/ypservers 62 .Pa /var/yp/Makefile 75 .Pa /var/yp/$DOMAINNAME , 143 .Bl -tag -width /var/yp/master.passwd -compact 166 .It Pa /var/yp/master.passwd 168 .It Pa /var/yp/netgroup 170 .It Pa /var/yp/ypservers 177 .Xr yp 8 ,
|
| H A D | ypserv.8 | 84 .Pa /var/yp/[domainname] 97 .Pa /var/yp/Makefile 171 .Pa /var/yp/Makefile 209 .Pa /var/yp/Makefile . 237 .Pa /var/yp/securenets . 269 .Pa /var/yp/securenets 285 .Pa /var/yp/securenets . 425 .Pa /var/yp . 436 .It Pa /var/yp/[domainname]/[maps] 442 .It Pa /var/yp/securenets [all …]
|
| /freebsd/usr.sbin/yppush/ |
| H A D | Makefile | 4 PACKAGE= yp 9 GENSRCS=yp.h yp_clnt.c yppush_svc.c 19 yppush_svc.c: yp.x 20 ${RPCGEN} -DYPPUSH_ONLY -m -o ${.TARGET} ${RPCDIR}/yp.x 22 yp_clnt.c: yp.x 23 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x 25 yp.h: yp.x 26 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
|
| H A D | yppush.8 | 51 .Pa /var/yp/Makefile 54 .Pa /var/yp/Makefile 147 .Pa /var/yp . 163 .It Pa /var/yp/[domainname]/ypservers 168 .Xr yp 8 ,
|
| /freebsd/libexec/ypxfr/ |
| H A D | Makefile | 1 PACKAGE= yp 7 GENSRCS=yp.h yp_clnt.c ypxfr_clnt.c 25 ypxfr_clnt.c: ${RPCDIR}/yp.x 27 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x 29 yp_clnt.c: ${RPCDIR}/yp.x 31 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x 33 yp.h: ${RPCDIR}/yp.x 35 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
|
| H A D | ypxfr.8 | 86 .Pa /var/yp/[domainname] , 137 .Pa /var/yp/Makefile 251 .Pa /var/yp . 294 .It Pa /var/yp/[domainname]/[maps] 302 .Xr yp 8 ,
|
| /freebsd/share/man/man8/ |
| H A D | Makefile | 32 MANGROUPS+= YP 33 YP= yp.8 macro 34 YPLINKS= yp.8 NIS.8 \ 35 yp.8 nis.8 \ 36 yp.8 YP.8 37 YPPACKAGE= yp
|
| H A D | yp.8 | 32 .Nm yp 33 .Nd description of the YP/NIS system 38 .Nm YP 61 .Nm YP 67 .Pa /var/yp 102 .Pa /var/yp/ Ns Aq Ar domainname 309 .Pq Pa /var/yp/Makefile 311 .Pa /var/yp/Makefile.local 538 .Nm YP
|
| /freebsd/lib/libc/yp/ |
| H A D | Makefile.inc | 1 # yp sources 2 .PATH: ${LIBC_SRCTOP}/yp 4 SRCS+= xdryp.c yp.h yp_xdr.c yplib.c 5 CLEANFILES+= yp.h yp_xdr.c 7 SYM_MAPS+= ${LIBC_SRCTOP}/yp/Symbol.map 9 RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x 15 yp.h: ${RPCSRC}
|
| /freebsd/usr.sbin/rpc.yppasswdd/ |
| H A D | rpc.yppasswdd.8 | 64 .Pa /var/yp/master.passwd 91 .Pa /var/yp/securenets . 105 .Pa /var/yp/master.passwd ) 114 .Pa /var/yp/Makefile ) . 149 .Pa /var/yp/master.passwd . 181 .Pa /var/yp . 221 .Pa /var/yp 238 .Pa /var/yp/foo/master.passwd , 239 .Pa /var/yp/bar/master.passwd , 241 .Pa /var/yp/baz/master.passwd . [all …]
|
| H A D | Makefile | 6 PACKAGE=yp 13 GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_private.h yppasswd_private_svc.c \ 39 yp.h: yp.x 41 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x 43 yp_clnt.c: yp.x 45 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
|
| H A D | yppwupdate | 7 # update. These are passed to /var/yp/Makefile. 15 LOGFILE=/var/yp/ypupdate.log 30 cd /var/yp && make MASTER_PASSWD=$1 UPDATE_DOMAIN=$2 $3 2>&1 32 cd /var/yp && make MASTER_PASSWD=$1 UPDATE_DOMAIN=$2 $3 >> $LOGFILE 2>&1
|
| /freebsd/release/packages/ucl/ |
| H A D | yp-all.ucl | 19 comment = "Yellow Pages (YP) / Network Information Service (NIS)" 22 YP, also called NIS, is a network protocol for sharing name service 23 information across machines on a network. This package contains the YP 24 server, YP management utilities, the YP-LDAP gateway (ypldap), YP client 25 utilities and a sample Makefile for building the YP database.
|
| /freebsd/libexec/mknetid/ |
| H A D | netid.5 | 36 .Tn YP 43 .Tn YP 55 .Li unix . Ao Ar uid Ac @ Aq Ar yp-domain 64 .Li unix . Ao Ar hostname Ac @ Aq Ar yp-domain 87 .Xr yp 8
|
| H A D | mknetid.8 | 71 .Pa /var/yp/Makefile 128 .Bl -tag -width /var/yp/Makefile -compact 129 .It Pa /var/yp/Makefile 147 .Xr yp 8 ,
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/ |
| H A D | passtest.c | 22 keys = fopen("yp.keys", "rt"); in main() 23 vals = fopen("yp.total", "rt"); in main() 64 keys = fopen("yp.keys", "rt"); in main() 65 vals = fopen("yp.total", "rt"); in main() 123 keys = fopen("yp.keys", "rt"); in main() 124 vals = fopen("yp.total", "rt"); in main() 151 keys = fopen("yp.keys", "rt"); in main() 152 vals = fopen("yp.total", "rt"); in main()
|
| /freebsd/usr.bin/chpass/ |
| H A D | chpass.c | 52 #ifdef YP 75 #ifdef YP in main() 82 #ifdef YP in main() 104 #ifdef YP in main() 148 #ifdef YP in main() 229 #ifdef YP in main() 244 #endif /* YP */ in main() 286 #ifdef YP in usage()
|
| /freebsd/lib/libc/net/ |
| H A D | ether_addr.c | 47 #ifdef YP 135 * Map an ethernet address to a hostname. Use either /etc/ethers or NIS/YP. 144 #ifdef YP in ether_ntohost() 156 #ifdef YP in ether_ntohost() 185 * Map a hostname to an ethernet address using /etc/ethers or NIS/YP. 194 #ifdef YP in ether_hostton() 205 #ifdef YP in ether_hostton()
|
| H A D | getnetbynis.c | 42 #ifdef YP 49 #ifdef YP 130 #endif /* YP */ 135 #ifdef YP in _nis_getnetbyname() 179 #ifdef YP in _nis_getnetbyaddr() 258 #endif /* YP */ in _nis_getnetbyaddr()
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | fsl,imx25-gcq.yaml | 36 vref-yp-supply: 38 The regulator supplying the ADC reference voltage on pin YP. 68 1: yp 84 0: YP voltage reference
|
| /freebsd/lib/libc/rpc/ |
| H A D | netnamer.c | 41 #ifdef YP 55 #ifdef YP 236 #ifdef YP in getnetid() 248 #ifdef YP in getnetid() 264 #ifdef YP in getnetid() 284 #else /* YP */ in getnetid() 291 #endif /* YP */ in getnetid()
|
| /freebsd/libexec/revnetgroup/ |
| H A D | revnetgroup.8 | 96 .Pa /var/yp/Makefile 135 .Bl -tag -width /var/yp/Makefile -compact 136 .It Pa /var/yp/Makefile 154 .Xr yp 8 ,
|
| /freebsd/lib/libypclnt/ |
| H A D | Makefile | 15 GENSRCS=yp.h \ 25 RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x 29 yp.h: ${RPCSRC}
|