Home | History | Annotate | Download | only in openssh

Lines Matching full:passwd

60 	struct passwd	*pw;		/* set if 'valid' */
107 int auth_rhosts(struct passwd *, const char *);
109 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
117 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
119 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
120 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
121 int user_key_allowed(struct passwd *, Key *);
164 int allowed_user(struct passwd *);
165 struct passwd * getpwnamallow(const char *user);
171 char *expand_authorized_keys(const char *, struct passwd *pw);
172 char *authorized_principals_file(struct passwd *);
174 FILE *auth_openkeyfile(const char *, struct passwd *, int);
175 FILE *auth_openprincipals(const char *, struct passwd *, int);
179 check_key_in_hostfiles(struct passwd *, Key *, const char *,
194 struct passwd *fakepw(void);