Lines Matching full:passwd
43 struct passwd;
64 struct passwd *pw; /* set if 'valid' */
129 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
133 int hostbased_key_allowed(struct ssh *, struct passwd *,
135 int user_key_allowed(struct ssh *, struct passwd *, struct sshkey *, int,
187 int allowed_user(struct ssh *, struct passwd *);
188 struct passwd * getpwnamallow(struct ssh *, const char *user);
190 char *expand_authorized_keys(const char *, struct passwd *pw);
191 char *authorized_principals_file(struct passwd *);
193 FILE *auth_openkeyfile(const char *, struct passwd *, int);
194 FILE *auth_openprincipals(const char *, struct passwd *, int);
200 check_key_in_hostfiles(struct passwd *, struct sshkey *, const char *,
216 int auth_authorise_keyopts(struct ssh *, struct passwd *pw,
226 struct passwd *fakepw(void);
231 pid_t subprocess(const char *, struct passwd *,