Searched refs:yppasswd (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/yppasswd/ |
H A D | Makefile | 30 PROG= yppasswd 34 POFILE = yppasswd.po 35 MSGFILES = yppasswd.c
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 138 int proc_domain(struct yppasswd *, bool_t, char *); 139 int proc_request(struct yppasswd *, struct passwd_entry *, bool_t, char *); 140 int modify_ent(struct yppasswd *, struct passwd_entry *t, bool_t, char *); 141 int get_change_list(struct yppasswd *, struct passwd_entry *); 167 struct yppasswd yppwd; in shim_changepasswd() 176 memset(&yppwd, 0, sizeof (struct yppasswd)); in shim_changepasswd() 262 proc_domain(struct yppasswd *yppwd, bool_t root_on_master, char *domain) in proc_domain() 305 proc_request(struct yppasswd *yppwd, struct passwd_entry *old_pwd, in proc_request() 645 modify_ent(struct yppasswd *yppwd, struct passwd_entry *old_ent, in modify_ent() 746 get_change_list(struct yppasswd *yppwd, struct passwd_entry *old_ent) in get_change_list()
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | nis_attr.c | 469 struct yppasswd yppasswd; in nis_putpwnam() local 480 oldpass = yppasswd.oldpass = strdup(oldpw != NULL ? oldpw : ""); in nis_putpwnam() 483 yppasswd.newpw = *nisbuf->pwd; in nis_putpwnam() 520 (char *)&yppasswd, xdr_int, (char *)&ok, timeout); in nis_putpwnam()
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | yppasswd.h | 43 struct yppasswd { struct
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yppasswd_xdr.c | 51 xdr_yppasswd(XDR *xdrsp, struct yppasswd *pp) in xdr_yppasswd()
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdxdr.c | 63 xdr_yppasswd(XDR *xdrs, struct yppasswd *yppw) in xdr_yppasswd()
|
H A D | changepasswd.c | 93 struct yppasswd yppwd; in changepasswd() 138 memset(&yppwd, 0, sizeof (struct yppasswd)); in changepasswd()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-network-nis.p5m | 51 file path=usr/bin/yppasswd mode=0555 80 file path=usr/share/man/man1/yppasswd.1
|
H A D | system-header.p5m | 608 file path=usr/include/rpcsvc/yppasswd.h
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 467 yppasswd \ 744 yppasswd \
|
H A D | Makefile.check | 138 ypcmd/yppasswd \
|
/illumos-gate/usr/src/cmd/rpcsvc/net_files/ |
H A D | rpc | 36 yppasswdd 100009 yppasswd
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | Makefile | 72 SUBDIRS = yppasswd mknetid revnetgroup ypupdated yp2lscripts
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 413 yppasswd.1 \
|
/illumos-gate/usr/src/head/ |
H A D | Makefile | 273 yppasswd.h \
|