Searched refs:shadow (Results 1 - 25 of 44) sorted by relevance

12

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_shadow.c29 * ZFS shadow data migration
31 * ZFS supports native integration with the 'shadow' mount property used to
33 * this is quite generic, and allows for 'shadow=<path>' to be set on any
35 * native 'shadow' property, and support a friendlier way of specifying
38 * The 'shadow' ZFS property does not take a filesystem path, but a URI
47 * appropriate protocol, and pass down the path to the shadow filesystem.
69 #define ZFS_SHADOW_DIR _PATH_SYSVOL "/zfs/shadow"
73 zfs_shadow_parse(libzfs_handle_t *hdl, const char *shadow, argument
80 errmsg = dgettext(TEXT_DOMAIN, "cannot create shadow directory");
84 if (strncmp(shadow, "fil
207 zfs_shadow_validate(libzfs_handle_t *hdl, const char *shadow) argument
231 char shadow[ZFS_MAXPROPLEN]; local
374 char shadow[ZFS_MAXPROPLEN]; local
406 char shadow[ZFS_MAXPROPLEN]; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c32 #include <shadow.h>
167 * str2spwd() -- convert a string to a shadow passwd entry. The parser is
182 struct spwd *shadow = (struct spwd *)ent; local
213 shadow->sp_namp = bufp = buffer;
214 shadow->sp_pwdp = 0;
215 shadow->sp_lstchg = -1;
216 shadow->sp_min = -1;
217 shadow->sp_max = -1;
218 shadow->sp_warn = -1;
219 shadow
[all...]
H A Dputspent.c33 * format a shadow file entry
40 #include <shadow.h>
H A Dgetspent.c34 #include <shadow.h>
H A Dlckpwdf.c38 #include <shadow.h>
/osnet-11/usr/src/lib/libshadowtest/common/
H A Dlibshadowtest.h30 #include <sys/fs/shadow.h>
/osnet-11/usr/src/lib/passwdutil/
H A Dswitch_utils.c40 #include <shadow.h>
504 * str2spwd() -- convert a string to a shadow passwd entry. The parser is
524 struct spwd *shadow = (struct spwd *)ent; local
546 shadow->sp_namp = bufp = buffer;
547 shadow->sp_pwdp = 0;
548 shadow->sp_lstchg = -1;
549 shadow->sp_min = -1;
550 shadow->sp_max = -1;
551 shadow->sp_warn = -1;
552 shadow
[all...]
H A Dpasswdutil.h33 #include <shadow.h>
47 /* from shadow */
94 #define REP_FILES 0x0001 /* /etc/passwd, /etc/shadow */
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcseekable.c34 Sfio_t* shadow; /* to shadow data */ member in struct:_skable_s
36 Sfoff_t extent; /* shadow extent */
69 sf = sk->shadow;
117 sf = sk->shadow;
181 sfclose(sk->shadow);
188 sfseek(sk->shadow,(Sfoff_t)0,SEEK_SET);
215 sk->shadow = sftmp(SF_BUFSIZE);
221 { sfclose(sk->shadow);
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetspent.c24 * files/getspent.c -- "files" backend for nsswitch "shadow" database
27 #include <shadow.h>
H A Dgetpwnam.c28 #include <shadow.h>
/osnet-11/usr/src/lib/pam_modules/rhosts_auth/
H A Drhosts_auth.c33 #include <shadow.h>
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dgetspent.c25 #include <shadow.h>
42 * sp_inact, and sp_expire to -1 and sp_flag to 0) because shadow
66 * getbynam gets a shadow entry by winname. This function constructs an ldap
69 * entry and marshal the data results into struct shadow for the frontend
108 /* Create shadow(4) style string */
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c63 #include <shadow.h>
644 struct spwd *shadow; local
663 * Since there are no shadow maps this is done by accessing
668 /* Try to get shadow information */
669 shadow = get_old_shadow(yppwd->newpw.pw_name, domain);
671 /* If there is shadow information make password aging checks */
672 if (NULL != shadow) {
675 if (shadow->sp_max != -1) {
676 if (now < shadow->sp_lstchg + shadow
[all...]
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh137 # The labeled_unsharePasswed function removes the passwd and shadow
144 zonecfg -z $1 remove fs dir=/etc/shadow >/dev/null 2>&1
147 # The labeled_sharePasswed function sets the passwd and shadow
162 shadow=$(zonecfg -z $1 info|grep /etc/shadow)
165 set special=/etc/shadow; \
166 set dir=/etc/shadow; \
328 rootpwd=$(grep "^root:" /etc/shadow|cut -d : -f2)
334 userpwd=$(grep "^${LOGNAME}:" /etc/shadow|cut -d : -f2)
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_impl.h54 #include <sys/fs/shadow.h>
/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h33 #include <shadow.h>
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dgetspent.c29 * It looks in /etc/shadow; if it finds shadow entries there that begin
49 #include <shadow.h>
H A Dgetpwent.c52 #include <shadow.h> /* For PASSWD (pathname to passwd file) */
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetspent.c25 * nis/getspent.c -- "nis" backend for nsswitch "shadow" database
28 #include <shadow.h>
/osnet-11/usr/src/lib/pam_modules/dial_auth/
H A Ddial_auth.c30 #include <shadow.h>
/osnet-11/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c40 #include <shadow.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm271 more secure hashing than DES. On systems supporting shadow password
272 systems, Perl automatically returns the shadow password entry when
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c26 #include <shadow.h>
30 /* shadow attributes filters */
58 * _nss_ldap_shadow2str is the data marshaling method for the shadow getXbyY
129 * If shadow update is not enabled, ignore the following
137 * When shadow update is not enabled, the LDAP naming
139 * defined in the shadow structure. These fields, sp_lstchg,
235 * entry and marshal the data results into struct shadow for the frontend
/osnet-11/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c42 #include <shadow.h>

Completed in 44 milliseconds

12