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

1234567891011>>

/freebsd-current/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 *);
31 int platform_locked_account(struct passwd *);
/freebsd-current/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-current/lib/libc/gen/
H A Dpw_scan.h35 extern void __pw_initpwd(struct passwd *);
36 extern int __pw_scan(char *, struct passwd *, int);
/freebsd-current/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-current/usr.bin/chpass/
H A Dchpass.h43 struct passwd;
47 int (*func)(char *, struct passwd *, struct _entry *);
65 struct passwd *edit(const char *, struct passwd *);
68 int p_change(char *, struct passwd *, ENTRY *);
69 int p_class(char *, struct passwd *, ENTRY *);
70 int p_expire(char *, struct passwd *, ENTRY *);
71 int p_gecos(char *, struct passwd *, ENTRY *);
72 int p_gid(char *, struct passwd *, ENTRY *);
73 int p_hdir(char *, struct passwd *, ENTR
[all...]
/freebsd-current/usr.sbin/nscd/agents/
H A DMakefile.inc2 SRCS += passwd.c group.c services.c
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_013_pos.ksh56 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
63 log_mustnot eval "runat $TESTDIR/myfile.$$ cat passwd > /dev/null 2>&1"
64 log_mustnot eval "runat $TESTDIR/myfile.$$ rm passwd > /dev/null 2>&1"
65 log_mustnot eval "runat $TESTDIR/myfile.$$ cp /etc/passwd . \
69 log_mustnot eval "runat $TESTDIR/new.$$ cp /etc/passwd . \
71 log_mustnot eval "runat $TESTDIR/new.$$ rm passwd > /dev/null 2>&1"
73 log_mustnot get_xattr passwd $TESTDIR/myfile.$$
74 log_mustnot rm_xattr passwd $TESTDIR/myfile.$$
75 log_mustnot set_xattr_stdin passwd
[all...]
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
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
/freebsd-current/crypto/heimdal/appl/login/
H A Dlogin-protos.h18 const struct passwd */*pw*/,
35 struct passwd */*user*/,
57 const struct passwd */*pwd*/);
/freebsd-current/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.h42 struct passwd *cap_getpwent(cap_channel_t *chan);
43 struct passwd *cap_getpwnam(cap_channel_t *chan, const char *login);
44 struct passwd *cap_getpwuid(cap_channel_t *chan, uid_t uid);
46 int cap_getpwent_r(cap_channel_t *chan, struct passwd *pwd, char *buffer,
47 size_t bufsize, struct passwd **result);
48 int cap_getpwnam_r(cap_channel_t *chan, const char *name, struct passwd *pwd,
49 char *buffer, size_t bufsize, struct passwd **result);
50 int cap_getpwuid_r(cap_channel_t *chan, uid_t uid, struct passwd *pwd,
51 char *buffer, size_t bufsize, struct passwd **result);
68 static inline struct passwd *
[all...]
/freebsd-current/tools/tools/nanobsd/Files/root/
H A Dchange_password31 passwd root
37 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-current/tools/tools/nanobsd/pcengines/Files/root/
H A Dchange_password31 passwd root
37 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D200.backup-passwd15 if [ ! -f /etc/master.passwd ]
17 echo '$daily_backup_passwd_enable" is set but /etc/master.passwd' \
30 echo "Backup passwd and group files:"
32 if [ ! -f $bak/master.passwd.bak ]
35 echo "no $bak/master.passwd.bak"
36 cp -p /etc/master.passwd $bak/master.passwd.bak || rc=3
39 if ! cmp -s $bak/master.passwd.bak /etc/master.passwd
42 echo "$host passwd diff
[all...]
/freebsd-current/usr.bin/finger/
H A Dextern.h48 PERSON *enter_person(struct passwd *);
51 int hide(struct passwd *);
53 int match(struct passwd *, const char *);
/freebsd-current/include/
H A Dpwd.h64 #define _PATH_PASSWD "/etc/passwd"
65 #define _PASSWD "passwd"
66 #define _PATH_MASTERPASSWD "/etc/master.passwd"
67 #define _MASTERPASSWD "master.passwd"
111 struct passwd { struct
147 struct passwd *getpwnam(const char *);
148 struct passwd *getpwuid(uid_t);
152 struct passwd *getpwent(void);
157 int getpwnam_r(const char *, struct passwd *, char *, size_t,
158 struct passwd **);
[all...]
/freebsd-current/lib/libc/tests/nss/
H A Dgetpw_test.c49 DECLARE_TEST_DATA(passwd)
50 DECLARE_TEST_FILE_SNAPSHOT(passwd)
51 DECLARE_1PASS_TEST(passwd)
52 DECLARE_2PASS_TEST(passwd)
54 static void clone_passwd(struct passwd *, struct passwd const *);
55 static int compare_passwd(struct passwd *, struct passwd *, void *);
56 static void free_passwd(struct passwd *);
58 static void sdump_passwd(struct passwd *, cha
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_001_pos.ksh68 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
69 verify_write_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd
70 delete_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd
H A Dxattr_006_pos.ksh64 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
70 verify_xattr $TESTDIR/$(get_snapdir_name)/snap/myfile.${TESTCASE_ID} passwd /etc/passwd
H A Dxattr_009_neg.ksh65 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
68 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LN -s /etc/passwd foo
71 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LN /etc/passwd foo
/freebsd-current/usr.bin/passwd/
H A DMakefile5 PROG = passwd
11 SYMLINKS = passwd ${BINDIR}/yppasswd
12 MLINKS = passwd.1 yppasswd.1
16 .for i in passwd yppasswd

Completed in 301 milliseconds

1234567891011>>