/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | nis.c | 65 struct nis_p *nis; in irs_nis_acc() local 73 if (!(nis = memget(sizeof *nis))) { in irs_nis_acc() 77 memset(nis, 0, sizeof *nis); in irs_nis_acc() 79 memput(nis, sizeof *nis); in irs_nis_acc() 84 acc->private = nis; in irs_nis_acc() 85 nis->domain = strdup(domain); in irs_nis_acc() 111 struct nis_p *nis = (struct nis_p *)this->private; in nis_res_get() local 113 if (nis->res == NULL) { in nis_res_get() 122 if ((nis->res->options & RES_INIT) == 0 && in nis_res_get() 123 res_ninit(nis->res) < 0) in nis_res_get() [all …]
|
/titanic_44/usr/src/cmd/netfiles/ |
H A D | nsswitch.nis | 24 # /etc/nsswitch.nis: 32 # NIS service requires that svc:/network/nis/client:default be enabled 36 passwd: files nis 37 group: files nis 39 # consult /etc "files" only if nis is down. 40 hosts: files nis 44 ipnodes: files nis 46 networks: files nis 47 protocols: files nis 48 rpc: files nis [all …]
|
/titanic_44/usr/src/lib/libnsl/ |
H A D | Makefile | 40 nis/gen/nis_clnt.h 45 $(PROTOCOL_DIR)/nis.x \ 46 $(PROTOCOL_DIR)/nis.h \ 103 $(PROTOCOL_DIR)/nis.h: $(PROTOCOL_SRCDIR)/nis.x $(PROTOCOL_SRCDIR)/nis_object.x 104 $(RPCGEN) -C -h $(PROTOCOL_SRCDIR)/nis.x > nis-tmp.h 105 $(SED) -e '/EDIT_START/,$$ d' < nis-tmp.h > nis.h 107 $(INS) -s -m $(FILEMODE) -f $(@D) nis.h 108 $(RM) nis.h nis-tmp.h 121 nis/gen/nis_clnt.h: $(PROTOCOL_DIR)/nis.x $(PROTOCOL_DIR)/nis_object.x 122 $(RPCGEN) -C -h $(PROTOCOL_DIR)/nis.x > nis_clnt-gen.h [all …]
|
H A D | Makefile.com | 152 pics/%.o: ../nis/gen/%.c ../nis/gen/nis_clnt.h 157 pics/%.o: ../nis/gen/nis_clnt.h 236 $(NIS_GEN:%.o=../nis/gen/%.c) \
|
H A D | req.flg | 27 echo_file usr/src/head/rpcsvc/nis.x
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypinit.sh | 343 enable_this_boot network/nis/client:default 345 enable_next_boot network/nis/client:default 356 /usr/sbin/svcadm disable network/nis/server:default 357 /usr/sbin/svcadm disable network/nis/xfr:default 358 /usr/sbin/svcadm disable network/nis/passwd:default 359 /usr/sbin/svcadm disable network/nis/update:default 475 enable_this_boot network/nis/server:default 477 enable_this_boot network/nis/client:default 546 enable_this_boot network/nis/server:default 547 enable_this_boot network/nis/xfr:default [all …]
|
H A D | ypstart.sh | 52 state=`/usr/bin/svcprop -p restarter/state network/nis/server:default` 58 enable svc:/network/nis/server:default && echo " ypserv\c" 74 state=`/usr/bin/svcprop -p restarter/state network/nis/client:default` 80 enable svc:/network/nis/client:default && echo " ypbind\c" 91 enable svc:/network/nis/xfr:default && echo " ypxfrd\c" 92 enable svc:/network/nis/passwd:default && 96 enable svc:/network/nis/update:default &&
|
H A D | ypstop.sh | 30 /usr/sbin/svcadm disable -t svc:/network/nis/$svc:default
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | niprop.c | 75 ni_status nis; variable 118 nis = ni_open(NULL, LOCAL_NETINFO_DOMAIN, &ni); 121 sm_dprintf("ni_open(LOCAL) = %d\n", nis); 129 nis = ni_open(lastni, PARENT_NETINFO_DOMAIN, &ni); 132 sm_dprintf("ni_open(PARENT) = %d\n", nis); 144 if (nis != 0)
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | cleanup.ksh | 35 USES_NIS=$($CAT /tmp/zfs-xattr-test-nis.txt) 36 $RM /tmp/zfs-xattr-test-nis.txt 42 $SVCADM enable svc:/network/nis/client:default
|
H A D | setup.ksh | 35 $SVCS svc:/network/nis/client:default | $GREP online > /dev/null 38 $SVCADM disable -t svc:/network/nis/client:default 61 $ECHO $USES_NIS > /tmp/zfs-xattr-test-nis.txt
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/privilege/ |
H A D | cleanup.ksh | 37 USES_NIS=$($CAT /tmp/zfs-privs-test-nis.txt) 41 $SVCADM enable svc:/network/nis/client:default 46 $RM /tmp/zfs-privs-test-nis.txt
|
H A D | setup.ksh | 39 $SVCS svc:/network/nis/client:default | $GREP online > /dev/null 42 $SVCADM disable svc:/network/nis/client:default 65 echo $USES_NIS > /tmp/zfs-privs-test-nis.txt
|
/titanic_44/usr/src/lib/passwdutil/ |
H A D | nis_attr.c | 106 nis_to_pwd(char *nis, struct passwd *pwd) in nis_to_pwd() argument 108 pwd->pw_name = strsep(&nis, ":"); in nis_to_pwd() 109 pwd->pw_passwd = strsep(&nis, ":"); in nis_to_pwd() 110 pwd->pw_uid = atoi(strsep(&nis, ":")); in nis_to_pwd() 111 pwd->pw_gid = atoi(strsep(&nis, ":")); in nis_to_pwd() 112 pwd->pw_gecos = strsep(&nis, ":"); in nis_to_pwd() 113 pwd->pw_dir = strsep(&nis, ":"); in nis_to_pwd() 114 pwd->pw_shell = nis; in nis_to_pwd()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | setup.ksh | 38 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then 39 log_must $SVCADM disable -t svc:/network/nis/client:default
|
H A D | cleanup.ksh | 38 log_must $SVCADM enable svc:/network/nis/client:default
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | setup.ksh | 35 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then 36 log_must $SVCADM disable -t svc:/network/nis/client:default
|
H A D | cleanup.ksh | 35 log_must $SVCADM enable svc:/network/nis/client:default
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | setup.ksh | 35 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then 36 log_must $SVCADM disable -t svc:/network/nis/client:default
|
H A D | cleanup.ksh | 35 log_must $SVCADM enable svc:/network/nis/client:default
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | setup.ksh | 35 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then 36 log_must $SVCADM disable -t svc:/network/nis/client:default
|
H A D | cleanup.ksh | 35 log_must $SVCADM enable svc:/network/nis/client:default
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | service-network-nis.mf | 27 set name=pkg.fmri value=pkg:/service/network/nis@$(PKGVERS) 39 dir path=lib/svc/manifest/network/nis group=sys 51 file path=lib/svc/manifest/network/nis/passwd.xml group=sys mode=0444 52 file path=lib/svc/manifest/network/nis/server.xml group=sys mode=0444 53 file path=lib/svc/manifest/network/nis/update.xml group=sys mode=0444 54 file path=lib/svc/manifest/network/nis/xfr.xml group=sys mode=0444
|
H A D | system-network-nis.mf | 28 set name=pkg.fmri value=pkg:/system/network/nis@$(PKGVERS) 40 dir path=lib/svc/manifest/network/nis group=sys 47 dir path=usr/lib/netsvc/nis group=sys 58 file path=etc/nsswitch.nis group=sys 60 file path=lib/svc/manifest/network/nis/client.xml group=sys mode=0444
|
/titanic_44/usr/src/cmd/sendmail/cf/sh/ |
H A D | check-hostname.sh | 164 nis) 174 nis)
|