Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd-9-stable/usr.bin/chpass/
Dfield.c66 p_login(char *p, struct passwd *pw, ENTRY *ep __unused) in p_login()
92 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused) in p_passwd()
104 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_uid()
129 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_gid()
159 p_class(char *p, struct passwd *pw, ENTRY *ep __unused) in p_class()
171 p_change(char *p, struct passwd *pw, ENTRY *ep __unused) in p_change()
181 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused) in p_expire()
202 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unused) in p_hdir()
217 p_shell(char *p, struct passwd *pw, ENTRY *ep __unused) in p_shell()
Dedit.c72 edit(const char *tfn, struct passwd *pw) in edit()
109 display(const char *tfn, struct passwd *pw) in display()
199 verify(const char *tfn, struct passwd *pw) in verify()
/freebsd-9-stable/crypto/openssh/
Dauth.c99 allowed_user(struct passwd * pw) in allowed_user()
364 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys()
387 authorized_principals_file(struct passwd *pw) in authorized_principals_file()
397 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, in check_key_in_hostfiles()
519 secure_filename(FILE *f, const char *file, struct passwd *pw, in secure_filename()
534 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile()
577 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile()
583 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals()
598 struct passwd *pw; in getpwnamallow() local
Dauth2-pubkey.c253 match_principals_file(char *file, struct passwd *pw, struct KeyCert *cert) in match_principals_file()
315 check_authkeys_file(FILE *f, char *file, Key* key, struct passwd *pw) in check_authkeys_file()
425 user_cert_trusted_ca(struct passwd *pw, Key *key) in user_cert_trusted_ca()
481 user_key_allowed2(struct passwd *pw, Key *key, char *file) in user_key_allowed2()
508 struct passwd *pw; in user_key_command_allowed2() local
651 user_key_allowed(struct passwd *pw, Key *key) in user_key_allowed()
Dauth-rh-rsa.c42 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, in auth_rhosts_rsa_key_allowed()
69 struct passwd *pw = authctxt->pw; in auth_rhosts_rsa() local
Dauth-passwd.c83 struct passwd * pw = authctxt->pw; in auth_password() local
169 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
194 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
Dauth-rhosts.c187 auth_rhosts(struct passwd *pw, const char *client_user) in auth_rhosts()
197 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2_raw()
317 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2()
Dssh-keygen.c208 ask_filename(struct passwd *pw, const char *prompt) in ask_filename()
282 do_convert_to_ssh2(struct passwd *pw, Key *k) in do_convert_to_ssh2()
359 do_convert_to(struct passwd *pw) in do_convert_to()
529 do_convert_from_ssh2(struct passwd *pw, Key **k, int *private) in do_convert_from_ssh2()
656 do_convert_from(struct passwd *pw) in do_convert_from()
716 do_print_public(struct passwd *pw) in do_print_public()
740 do_download(struct passwd *pw) in do_download()
782 do_fingerprint(struct passwd *pw) in do_fingerprint()
890 do_gen_all_hostkeys(struct passwd *pw) in do_gen_all_hostkeys()
1012 do_known_hosts(struct passwd *pw, const char *name) in do_known_hosts()
[all …]
Duidswap.c60 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid()
200 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
Dauth-rsa.c168 rsa_key_allowed_in_file(struct passwd *pw, char *file, in rsa_key_allowed_in_file()
279 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed()
309 struct passwd *pw = authctxt->pw; in auth_rsa() local
Dplatform.c101 platform_setusercontext(struct passwd *pw) in platform_setusercontext()
145 platform_setusercontext_post_groups(struct passwd *pw) in platform_setusercontext_post_groups()
Dauth-options.c91 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) in auth_parse_options()
419 parse_option_list(u_char *optblob, size_t optblob_len, struct passwd *pw, in parse_option_list()
577 auth_cert_options(Key *k, struct passwd *pw) in auth_cert_options()
Dssh-keysign.c62 valid_request(struct passwd *pw, char *host, Key **ret, u_char *data, in valid_request()
155 struct passwd *pw; in main() local
/freebsd-9-stable/usr.bin/finger/
Dutil.c65 match(struct passwd *pw, const char *user) in match()
155 enter_person(struct passwd *pw) in enter_person()
192 struct passwd *pw; in find_person() local
324 userinfo(PERSON *pn, struct passwd *pw) in userinfo()
391 hide(struct passwd *pw) in hide()
Dfinger.c161 struct passwd *pw; in main() local
235 struct passwd *pw; in loginlist() local
276 struct passwd *pw; in userlist() local
/freebsd-9-stable/usr.bin/mail/
Dgetname.c50 struct passwd *pw; in getname() local
64 struct passwd *pw; in getuserid() local
/freebsd-9-stable/usr.bin/id/
Did.c75 struct passwd *pw; in main() local
224 pretty(struct passwd *pw) in pretty()
264 id_print(struct passwd *pw, int use_ggl, int p_euid, int p_egid) in id_print()
375 group(struct passwd *pw, int nflag) in group()
441 struct passwd *pw; in who() local
459 pline(struct passwd *pw) in pline()
/freebsd-9-stable/release/picobsd/tinyware/passwd/
Dpw_copy.c64 pw_equal(char *buf, struct passwd *pw) in pw_equal()
84 pw_copy(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw) in pw_copy()
202 pw_scan(bp, pw) in pw_scan() argument
Dlocal_passwd.c96 getnewpasswd(pw, nis) in getnewpasswd() argument
201 struct passwd *pw; local
/freebsd-9-stable/lib/libutil/
Dpw_util.c401 pw_make(const struct passwd *pw) in pw_make()
416 pw_make_v7(const struct passwd *pw) in pw_make_v7()
431 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) in pw_copy()
596 pw_dup(const struct passwd *pw) in pw_dup()
654 struct passwd pw, *ret; in pw_scan() local
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dport-uw.c55 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
132 get_iaf_password(struct passwd *pw) in get_iaf_password()
/freebsd-9-stable/crypto/heimdal/kadmin/
Drandom_password.c56 random_password(char *pw, size_t len) in random_password()
114 generate_password(char **pw, int num_classes, ...) in generate_password()
/freebsd-9-stable/usr.bin/chkey/
Dchkey.c90 struct passwd *pw; in main() local
250 static struct passwd pw; in ypgetpwuid() local
/freebsd-9-stable/crypto/heimdal/lib/roken/
Dverify.c51 struct passwd *pw; in unix_verify_user() local
/freebsd-9-stable/contrib/bind9/bin/confgen/unix/
Dos.c35 struct passwd *pw; in set_user() local

123456789