/illumos-gate/usr/src/lib/passwdutil/ |
H A D | utils.h | 40 int dup_pw(struct passwd **, struct passwd *); 42 void free_pwd(struct passwd *);
|
/illumos-gate/usr/src/head/ |
H A D | pwd.h | 48 struct passwd { struct 69 extern struct passwd *getpwuid(uid_t); /* MT-unsafe */ 70 extern struct passwd *getpwnam(const char *); /* MT-unsafe */ 73 extern struct passwd *getpwent_r(struct passwd *, char *, int); 74 extern struct passwd *fgetpwent_r(FILE *, struct passwd *, char *, int); 75 extern struct passwd *fgetpwent(FILE *); /* MT-unsafe */ 76 extern int putpwent(const struct passwd *, FILE *); 82 extern struct passwd *getpwen [all...] |
H A D | crypt.h | 46 extern char *crypt_gensalt(const char *, const struct passwd *); 50 const struct passwd *, const char **);
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login_audit.h | 41 void audit_success(uint_t, struct passwd *, char *); 42 void audit_failure(uint_t, int, struct passwd *, const char *,
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | pwd.h | 37 struct passwd { struct 51 extern struct passwd *getpwent(); 62 struct passwd *getpwuid(/* uid_t uid */); 63 struct passwd *getpwnam(/* char *name */);
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfr_1perhour.sh | 34 ypxfr passwd.byname 35 ypxfr passwd.byuid
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | getlogin.c | 37 struct passwd *pwd; 38 if ((pwd = (struct passwd *)_getpwuid(_getuid())) != NULL)
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getpwnam_r.c | 54 struct passwd * 55 _uncached_getpwuid_r(uid_t uid, struct passwd *result, char *buffer, 58 struct passwd * 59 _uncached_getpwnam_r(const char *name, struct passwd *result, char *buffer, 66 struct passwd * 67 getpwnam_r(const char *name, struct passwd *result, char *buffer, int buflen) 79 return ((struct passwd *)NSS_XbyY_FINI(&arg)); 86 struct passwd * 87 getpwuid_r(uid_t uid, struct passwd *result, char *buffer, int buflen) 95 return ((struct passwd *)NSS_XbyY_FIN 243 struct passwd *passwd = (struct passwd *)ent; local [all...] |
H A D | getpwnam.c | 65 b = NSS_XbyY_ALLOC(buffer, sizeof (struct passwd), NSS_BUFLEN_PASSWD); 69 struct passwd * 78 struct passwd * 87 struct passwd * 96 struct passwd *
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | getname.c | 46 extern struct passwd *getpwnam(); 47 extern struct passwd *getpwuid(); 51 * Search the passwd file for a uid. Return name through ref parameter 53 * If -1 is passed as the user id, close the passwd file. 59 struct passwd *pw; 76 * on error. Iff the name passed is 0, close the passwd file. 82 struct passwd *pw;
|
H A D | temp.c | 48 extern struct passwd *getpwnam(); 49 extern struct passwd *getpwuid(); 63 struct passwd *pwd;
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | pwd.h | 46 struct passwd { struct 72 extern struct passwd *getpwent(); 83 struct passwd *getpwuid(/* uid_t uid */); 84 struct passwd *getpwnam(/* char *name */);
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_001_pos.ksh | 59 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd 60 verify_write_xattr $TESTDIR/myfile.$$ passwd 61 delete_xattr $TESTDIR/myfile.$$ passwd
|
H A D | xattr_005_pos.ksh | 57 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd 65 verify_xattr $TESTDIR/clone/myfile.$$ passwd /etc/passwd 68 create_xattr $TESTDIR/clone/myfile.$$ foo /etc/passwd 72 delete_xattr $TESTDIR/myfile.$$ passwd 75 verify_xattr $TESTDIR/clone/myfile.$$ passwd /etc/passwd 76 delete_xattr $TESTDIR/clone/myfile.$$ passwd
|
H A D | xattr_006_pos.ksh | 55 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd 61 verify_xattr $TESTDIR/.zfs/snapshot/snap/myfile.$$ passwd /etc/passwd
|
H A D | xattr_009_neg.ksh | 54 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd 57 log_mustnot runat $TESTDIR/myfile.$$ $LN -s /etc/passwd foo 60 log_mustnot runat $TESTDIR/myfile.$$ $LN /etc/passwd foo
|
H A D | xattr_008_pos.ksh | 57 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd 62 SUNWattr_ro SUNWattr_rw passwd 67 SUNWattr_ro SUNWattr_rw passwd
|
H A D | xattr_013_pos.ksh | 62 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd 68 log_mustnot eval "runat $TESTDIR/myfile.$$ cat passwd > /dev/null 2>&1" 69 log_mustnot eval "runat $TESTDIR/myfile.$$ rm passwd > /dev/null 2>&1" 70 log_mustnot eval "runat $TESTDIR/myfile.$$ cp /etc/passwd . > /dev/null 2>&1" 73 log_mustnot eval "runat $TESTDIR/new.$$ cp /etc/passwd . > /dev/null 2>&1" 74 log_mustnot eval "runat $TESTDIR/new.$$ rm passwd > /dev/null 2>&1" 81 verify_xattr $TESTDIR/myfile.$$ passwd /etc/passwd 85 log_mustnot eval "runat $TESTDIR/new.$$ cat passwd > /de [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_nsl_tmpl.c | 44 * supplied public key, private key, and passwd. This routine is 67 __dl_gen_dhkeys(char *xpublic, char *xsecret, char *passwd) argument 69 __generic_gen_dhkeys(KEYLEN, MODULUS, ROOT, xpublic, xsecret, passwd);
|
/illumos-gate/usr/src/cmd/oamuser/lib/ |
H A D | vuid.c | 41 struct passwd *getpwuid(); 46 struct passwd **pptr; 48 register struct passwd *t_pptr;
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | Makefile | 26 PROG= passwd 27 DEFAULTFILES= passwd.dfl 31 passwd := LDLIBS += $(ROOT)/usr/lib/passwdutil.so.1 macro
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | yppasswd.h | 47 struct passwd newpw; /* new pw structure */
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptool-sasl.h | 15 void *ldaptool_set_sasl_defaults ( LDAP *ld, char *mech, char *authid, char *username, char *passwd, char *realm );
|
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | cuserid.c | 33 extern struct passwd *getpwuid(); 40 register struct passwd *pw;
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sbind.c | 40 static int simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd, 42 static int simple_bindifnot_s( LDAP *ld, const char *dn, const char *passwd ); 56 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd ) 66 rc = simple_bind_nolock( ld, dn, passwd, 1 ); 73 simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd, argument 85 * simple [0] OCTET STRING -- passwd 97 if ( passwd == NULL ) 98 passwd = ""; 103 bv.bv_val = (char *)passwd; 104 bv.bv_len = strlen( passwd ); [all...] |