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

1234567891011>>

/openbsd-current/usr.bin/ssh/
H A Duidswap.h15 void temporarily_use_uid(struct passwd *);
17 void permanently_set_uid(struct passwd *);
H A Dauth.h39 struct passwd;
61 struct passwd *pw; /* set if 'valid' */
127 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
131 int hostbased_key_allowed(struct ssh *, struct passwd *,
133 int user_key_allowed(struct ssh *ssh, struct passwd *, struct sshkey *,
173 int allowed_user(struct ssh *, struct passwd *);
174 struct passwd * getpwnamallow(struct ssh *, const char *user);
176 char *expand_authorized_keys(const char *, struct passwd *pw);
177 char *authorized_principals_file(struct passwd *);
184 check_key_in_hostfiles(struct passwd *, struc
[all...]
H A Dsshpty.h27 void pty_setowner(struct passwd *, const char *);
/openbsd-current/usr.bin/chpass/
H A Dchpass.h35 struct passwd;
39 int (*func)(char *, struct passwd *, struct _entry *);
60 void display(char *, int, struct passwd *);
61 int edit(char *, struct passwd *);
63 int p_change(char *, struct passwd *, ENTRY *);
64 int p_class(char *, struct passwd *, ENTRY *);
65 int p_expire(char *, struct passwd *, ENTRY *);
66 int p_gecos(char *, struct passwd *, ENTRY *);
67 int p_gid(char *, struct passwd *, ENTRY *);
68 int p_hdir(char *, struct passwd *, ENTR
[all...]
H A Dfield.c48 p_login(char *p, struct passwd *pw, ENTRY *ep)
78 p_passwd(char *p, struct passwd *pw, ENTRY *ep)
91 p_uid(char *p, struct passwd *pw, ENTRY *ep)
110 p_gid(char *p, struct passwd *pw, ENTRY *ep)
138 p_class(char *p, struct passwd *pw, ENTRY *ep)
151 p_change(char *p, struct passwd *pw, ENTRY *ep)
160 p_expire(char *p, struct passwd *pw, ENTRY *ep)
169 p_gecos(char *p, struct passwd *pw, ENTRY *ep)
181 p_hdir(char *p, struct passwd *pw, ENTRY *ep)
195 p_shell(char *p, struct passwd *p
[all...]
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dpwd.h17 struct passwd { struct
21 struct passwd *getpwuid(/* really uid_t, but see above about declaring it */);
H A Dpwd.c14 static struct passwd pw;
20 struct passwd *getpwuid(unsigned int uid)
/openbsd-current/usr.sbin/ypserv/ypxfr/
H A Dypxfr_1perhour.sh7 /usr/sbin/ypxfr passwd.byname
8 /usr/sbin/ypxfr passwd.byuid
9 /usr/sbin/ypxfr master.passwd.byname
10 /usr/sbin/ypxfr master.passwd.byuid
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dpwd.h24 struct passwd struct
44 extern struct passwd *getpwuid (int);
45 extern struct passwd *getpwnam (char *);
59 extern struct passwd *getpwent (void);
H A Dpwd.c49 static struct passwd pw; /* should we return a malloc()'d structure */
52 /* return something like a username in a (butchered!) passwd structure. */
53 struct passwd *
64 struct passwd *
67 return (struct passwd *) 0;
137 struct passwd *
140 return (struct passwd *) 0;
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dpwd.h24 struct passwd struct
44 extern struct passwd *getpwuid (int);
45 extern struct passwd *getpwnam (char *);
59 extern struct passwd *getpwent (void);
H A Dpwd.c50 static struct passwd pw; /* should we return a malloc()'d structure */
53 /* return something like a username in a (butchered!) passwd structure. */
54 struct passwd *
65 struct passwd *
68 return (struct passwd *) 0;
144 struct passwd *
147 return (struct passwd *) 0;
/openbsd-current/libexec/mail.local/
H A Dmail.local.h35 int getlock(const char *, struct passwd *);
39 int lockspool(const char *, struct passwd *);
/openbsd-current/include/
H A Dpwd.h47 #define _PATH_PASSWD "/etc/passwd"
48 #define _PATH_MASTERPASSWD "/etc/master.passwd"
76 #define _PASSWORD_OMITV7 0x02 /* don't generate v7 passwd file */
80 struct passwd { struct
94 struct passwd *getpwuid(uid_t);
95 struct passwd *getpwnam(const char *);
96 struct passwd *getpwuid_shadow(uid_t);
97 struct passwd *getpwnam_shadow(const char *);
98 int getpwnam_r(const char *, struct passwd *, char *, size_t,
99 struct passwd **);
[all...]
/openbsd-current/usr.bin/doas/
H A Ddoas.h34 struct passwd;
36 char **prepenv(const struct rule *, const struct passwd *,
37 const struct passwd *);
/openbsd-current/gnu/usr.bin/binutils/include/mpw/
H A Dpwd.h6 struct passwd { struct
/openbsd-current/lib/libc/gen/
H A Dpw_dup.c47 struct passwd *
48 pw_dup(const struct passwd *pw)
52 struct passwd *newpw;
55 total = sizeof(struct passwd);
65 newpw = (struct passwd *)cp;
68 * Copy in passwd contents and make strings relative to space
71 (void)memcpy(newpw, pw, sizeof(struct passwd));
72 cp += sizeof(struct passwd);
/openbsd-current/usr.bin/skey/
H A Dskey.c42 char passwd[SKEY_MAX_PW_LEN+1], key[SKEY_BINKEY_SIZE]; local
70 if (strlcpy(passwd, argv[i], sizeof(passwd)) >=
71 sizeof(passwd))
120 if (!pass && (readpassphrase("Enter secret passphrase: ", passwd,
121 sizeof(passwd), 0) == NULL || passwd[0] == '\0'))
125 if (keycrunch(key, seed, passwd) != 0) {
126 explicit_bzero(passwd, sizeof(passwd));
[all...]
/openbsd-current/usr.bin/finger/
H A Dextern.h43 PERSON *enter_person(struct passwd *);
51 int match(struct passwd *, char *);
/openbsd-current/usr.sbin/ypserv/ypinit/
H A DMakefile.main5 passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases : _SUBDIRUSE
H A DMakefile.yp14 # Unset this to exclude encrypted passwords from the passwd maps.
26 all: passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases
54 passwd.time: $(DIR)/master.passwd
62 $(MAKEDBM) - passwd.byname; \
68 $(MAKEDBM) - passwd.byuid; \
75 $(MAKEDBM) - passwd.byname; \
81 $(MAKEDBM) - passwd.byuid; \
87 print $$1, $$0 }' - | $(MAKEDBM-S) - master.passwd.byname; \
92 print $$3, $$0 }' - | $(MAKEDBM-S) - master.passwd
[all...]
/openbsd-current/usr.sbin/cron/
H A Dfuncs.h54 user *load_user(FILE *, struct passwd *, const char *),
58 void (*)(const char *), struct passwd *, char **);
60 FILE *cron_popen(char *, char *, struct passwd *, pid_t *);
/openbsd-current/lib/libutil/
H A Dutil.h77 struct passwd;
98 void pw_copy(int, int, const struct passwd *, const struct passwd *);
99 int pw_scan(char *, struct passwd *, int *);
113 int login_check_expire(struct __sFILE *, struct passwd *, char *, int);
/openbsd-current/regress/lib/libpthread/pw/
H A Dpw.c44 struct passwd *pw;
45 struct passwd pwbuf;
/openbsd-current/libexec/login_chpass/
H A DMakefile3 .PATH: ${.CURDIR}/../../usr.bin/passwd

Completed in 192 milliseconds

1234567891011>>