Lines Matching refs:passwd
63 struct passwd *pw; /* set if 'valid' */
115 int auth_rhosts(struct passwd *, const char *);
117 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
125 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
127 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
128 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
129 int user_key_allowed(struct passwd *, Key *);
186 int allowed_user(struct passwd *);
187 struct passwd * getpwnamallow(const char *user);
193 char *expand_authorized_keys(const char *, struct passwd *pw);
194 char *authorized_principals_file(struct passwd *);
196 FILE *auth_openkeyfile(const char *, struct passwd *, int);
197 FILE *auth_openprincipals(const char *, struct passwd *, int);
201 check_key_in_hostfiles(struct passwd *, Key *, const char *,
219 struct passwd *fakepw(void);