Searched refs:passwd (Results 1 - 25 of 535) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/openssh/
H A Duidswap.h15 void temporarily_use_uid(struct passwd *);
17 void permanently_set_uid(struct passwd *);
H A Dauth-sia.h29 void session_setup_sia(struct passwd *, char *);
H A Dplatform.h27 void platform_setusercontext(struct passwd *);
28 void platform_setusercontext_post_groups(struct passwd *);
/freebsd-13-stable/lib/libc/gen/
H A Dpw_scan.h38 extern void __pw_initpwd(struct passwd *);
39 extern int __pw_scan(char *, struct passwd *, int);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dport-uw.h28 char * get_iaf_password(struct passwd *pw);
H A Dport-irix.h33 void irix_setusercontext(struct passwd *pw);
/freebsd-13-stable/contrib/kyua/utils/
H A Dpasswd_fwd.hpp30 /// Forward declarations for utils/passwd.hpp
36 namespace passwd { namespace in namespace:utils
42 } // namespace passwd
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Drootpass37 chroot $BSDINSTALL_CHROOT passwd root 2>&1
/freebsd-13-stable/usr.bin/chpass/
H A Dchpass.h46 struct passwd;
50 int (*func)(char *, struct passwd *, struct _entry *);
68 struct passwd *edit(const char *, struct passwd *);
71 int p_change(char *, struct passwd *, ENTRY *);
72 int p_class(char *, struct passwd *, ENTRY *);
73 int p_expire(char *, struct passwd *, ENTRY *);
74 int p_gecos(char *, struct passwd *, ENTRY *);
75 int p_gid(char *, struct passwd *, ENTRY *);
76 int p_hdir(char *, struct passwd *, ENTR
[all...]
/freebsd-13-stable/usr.sbin/nscd/agents/
H A DMakefile.inc3 SRCS += passwd.c group.c services.c
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_013_pos.ksh62 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
69 log_mustnot eval "runat $TESTDIR/myfile.$$ cat passwd > /dev/null 2>&1"
70 log_mustnot eval "runat $TESTDIR/myfile.$$ rm passwd > /dev/null 2>&1"
71 log_mustnot eval "runat $TESTDIR/myfile.$$ cp /etc/passwd . \
75 log_mustnot eval "runat $TESTDIR/new.$$ cp /etc/passwd . \
77 log_mustnot eval "runat $TESTDIR/new.$$ rm passwd > /dev/null 2>&1"
79 log_mustnot get_xattr passwd $TESTDIR/myfile.$$
80 log_mustnot rm_xattr passwd $TESTDIR/myfile.$$
81 log_mustnot set_xattr_stdin passwd
[all...]
H A Dxattr_001_pos.ksh64 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
65 verify_write_xattr $TESTDIR/myfile.$$ passwd
66 delete_xattr $TESTDIR/myfile.$$ passwd
H A Dxattr_006_pos.ksh55 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
61 verify_xattr $TESTDIR/.zfs/snapshot/snap/myfile.$$ passwd /etc/passwd
H A Dxattr_009_neg.ksh54 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
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlogin-protos.h18 const struct passwd */*pw*/,
35 struct passwd */*user*/,
57 const struct passwd */*pwd*/);
/freebsd-13-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.h44 struct passwd *cap_getpwent(cap_channel_t *chan);
45 struct passwd *cap_getpwnam(cap_channel_t *chan, const char *login);
46 struct passwd *cap_getpwuid(cap_channel_t *chan, uid_t uid);
48 int cap_getpwent_r(cap_channel_t *chan, struct passwd *pwd, char *buffer,
49 size_t bufsize, struct passwd **result);
50 int cap_getpwnam_r(cap_channel_t *chan, const char *name, struct passwd *pwd,
51 char *buffer, size_t bufsize, struct passwd **result);
52 int cap_getpwuid_r(cap_channel_t *chan, uid_t uid, struct passwd *pwd,
53 char *buffer, size_t bufsize, struct passwd **result);
70 static inline struct passwd *
[all...]
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D200.backup-passwd16 if [ ! -f /etc/master.passwd ]
18 echo '$daily_backup_passwd_enable" is set but /etc/master.passwd' \
31 echo "Backup passwd and group files:"
33 if [ ! -f $bak/master.passwd.bak ]
36 echo "no $bak/master.passwd.bak"
37 cp -p /etc/master.passwd $bak/master.passwd.bak || rc=3
40 if ! cmp -s $bak/master.passwd.bak /etc/master.passwd
43 echo "$host passwd diff
[all...]
/freebsd-13-stable/tools/tools/nanobsd/Files/root/
H A Dchange_password32 passwd root
38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-13-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dchange_password32 passwd root
38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-13-stable/include/
H A Dpwd.h67 #define _PATH_PASSWD "/etc/passwd"
68 #define _PASSWD "passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
70 #define _MASTERPASSWD "master.passwd"
114 struct passwd { struct
150 struct passwd *getpwnam(const char *);
151 struct passwd *getpwuid(uid_t);
155 struct passwd *getpwent(void);
160 int getpwnam_r(const char *, struct passwd *, char *, size_t,
161 struct passwd **);
[all...]
/freebsd-13-stable/usr.bin/finger/
H A Dextern.h51 PERSON *enter_person(struct passwd *);
54 int hide(struct passwd *);
56 int match(struct passwd *, const char *);
/freebsd-13-stable/lib/libc/tests/nss/
H A Dgetpw_test.c52 DECLARE_TEST_DATA(passwd)
53 DECLARE_TEST_FILE_SNAPSHOT(passwd)
54 DECLARE_1PASS_TEST(passwd)
55 DECLARE_2PASS_TEST(passwd)
57 static void clone_passwd(struct passwd *, struct passwd const *);
58 static int compare_passwd(struct passwd *, struct passwd *, void *);
59 static void free_passwd(struct passwd *);
61 static void sdump_passwd(struct passwd *, cha
[all...]
/freebsd-13-stable/usr.bin/passwd/
H A DMakefile7 PROG = passwd
13 SYMLINKS = passwd ${BINDIR}/yppasswd
14 MLINKS = passwd.1 yppasswd.1
18 .for i in passwd yppasswd
/freebsd-13-stable/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_001_pos.ksh73 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
74 verify_write_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd
75 delete_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd
H A Dxattr_006_pos.ksh69 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
75 verify_xattr $TESTDIR/$(get_snapdir_name)/snap/myfile.${TESTCASE_ID} passwd /etc/passwd

Completed in 323 milliseconds

1234567891011>>