/dflybsd-src/usr.bin/chpass/ |
H A D | field.c | 57 p_login(char *p, struct passwd *pw, ENTRY *ep __unused) in p_login() 83 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused) in p_passwd() 95 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_uid() 120 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_gid() 150 p_class(char *p, struct passwd *pw, ENTRY *ep __unused) in p_class() 162 p_change(char *p, struct passwd *pw, ENTRY *ep __unused) in p_change() 172 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused) in p_expire() 193 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unused) in p_hdir() 208 p_shell(char *p, struct passwd *pw, ENTRY *ep __unused) in p_shell()
|
H A D | edit.c | 63 edit(const char *tfn, struct passwd *pw) in edit() 100 display(const char *tfn, struct passwd *pw) in display() 189 verify(const char *tfn, struct passwd *pw) in verify()
|
/dflybsd-src/usr.bin/id/ |
H A D | id.c | 59 struct passwd *pw; in main() local 166 pretty(struct passwd *pw) in pretty() 209 struct passwd *pw; in current() local 247 user(struct passwd *pw) in user() 275 group(struct passwd *pw, int nflag) in group() 312 struct passwd *pw; in who() local 330 pline(struct passwd *pw) in pline()
|
/dflybsd-src/usr.bin/finger/ |
H A D | util.c | 60 match(struct passwd *pw, char *user) in match() 150 enter_person(struct passwd *pw) in enter_person() 187 struct passwd *pw; in find_person() local 307 userinfo(PERSON *pn, struct passwd *pw) in userinfo() 373 hide(struct passwd *pw) in hide()
|
H A D | finger.c | 149 struct passwd *pw; in main() local 218 struct passwd *pw; in loginlist() local 253 struct passwd *pw; in userlist() local
|
/dflybsd-src/crypto/openssh/ |
H A D | platform.c | 54 platform_setusercontext(struct passwd *pw) in platform_setusercontext() 102 platform_setusercontext_post_groups(struct passwd *pw) in platform_setusercontext_post_groups() 159 platform_locked_account(struct passwd *pw) in platform_locked_account()
|
H A D | auth2-pubkeyfile.c | 55 auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *opts, in auth_authorise_keyopts() 264 auth_check_authkey_line(struct passwd *pw, struct sshkey *key, in auth_check_authkey_line() 406 auth_check_authkeys_file(struct passwd *pw, FILE *f, char *file, in auth_check_authkeys_file() 442 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() 489 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() 495 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals()
|
H A D | auth.c | 99 allowed_user(struct ssh *ssh, struct passwd * pw) in allowed_user() 383 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() 408 authorized_principals_file(struct passwd *pw) in authorized_principals_file() 417 check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host, in check_key_in_hostfiles() 470 struct passwd *pw; in getpwnamallow() local
|
H A D | uidswap.c | 61 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid() 181 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
|
H A D | auth2-pubkey.c | 92 struct passwd *pw = authctxt->pw; in userauth_pubkey() local 318 match_principals_file(struct passwd *pw, char *file, in match_principals_file() 481 user_cert_trusted_ca(struct passwd *pw, struct sshkey *key, in user_cert_trusted_ca() 588 user_key_allowed2(struct passwd *pw, struct sshkey *key, in user_key_allowed2() 753 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed()
|
H A D | ssh-keygen.c | 256 ask_filename(struct passwd *pw, const char *prompt) in ask_filename() 344 do_convert_to_ssh2(struct passwd *pw, struct sshkey *k) in do_convert_to_ssh2() 426 do_convert_to(struct passwd *pw) in do_convert_to() 646 do_convert_from_ssh2(struct passwd *pw, struct sshkey **k, int *private) in do_convert_from_ssh2() 762 do_convert_from(struct passwd *pw) in do_convert_from() 823 do_print_public(struct passwd *pw) in do_print_public() 850 do_download(struct passwd *pw) in do_download() 960 do_fingerprint(struct passwd *pw) in do_fingerprint() 1057 do_gen_all_hostkeys(struct passwd *pw) in do_gen_all_hostkeys() 1310 do_known_hosts(struct passwd *pw, const char *name, int find_host, in do_known_hosts() [all …]
|
H A D | auth-passwd.c | 80 struct passwd *pw = authctxt->pw; in auth_password() local 195 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
|
H A D | ssh-keysign.c | 65 valid_request(struct passwd *pw, char *host, struct sshkey **ret, char **pkalgp, in valid_request() 182 struct passwd *pw; in main() local
|
H A D | session.c | 183 auth_sock_cleanup_proc(struct passwd *pw) in auth_sock_cleanup_proc() 195 auth_input_request_forwarding(struct ssh *ssh, struct passwd * pw) in auth_input_request_forwarding() 271 prepare_auth_info_file(struct passwd *pw, struct sshbuf *info) in prepare_auth_info_file() 807 struct passwd *pw = s->pw; in check_quietlogin() local 977 struct passwd *pw = s->pw; in do_setup_env() local 1263 do_nologin(struct passwd *pw) in do_nologin() 1348 do_setusercontext(struct passwd *pw) in do_setusercontext() 1509 struct passwd *pw = s->pw; in do_child() local
|
/dflybsd-src/lib/libutil/ |
H A D | pw_util.c | 393 pw_make(const struct passwd *pw) in pw_make() 408 pw_make_v7(const struct passwd *pw) in pw_make_v7() 423 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) in pw_copy() 588 pw_dup(const struct passwd *pw) in pw_dup() 646 struct passwd pw, *ret; in pw_scan() local
|
/dflybsd-src/usr.bin/mail/ |
H A D | getname.c | 46 struct passwd *pw; in getname() local 60 struct passwd *pw; in getuserid() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_cryptor.c | 50 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 66 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 91 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 120 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 131 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 144 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1()
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | xcrypt.c | 73 struct passwd *pw; in pick_salt() local 129 shadow_pw(struct passwd *pw) in shadow_pw()
|
/dflybsd-src/games/canfield/cfscores/ |
H A D | cfscores.c | 61 struct passwd *pw; in main() local 103 printuser(struct passwd *pw, int printfail) in printuser()
|
/dflybsd-src/usr.bin/chkey/ |
H A D | chkey.c | 85 struct passwd *pw; in main() local 248 static struct passwd pw; in ypgetpwuid() local
|
/dflybsd-src/usr.bin/wall/ |
H A D | wall.c | 81 struct passwd *pw; in main() local 169 struct passwd *pw; in makemsg() local
|
/dflybsd-src/libexec/sshd-session/ |
H A D | auth-passwd-custom.c | 45 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
|
/dflybsd-src/lib/libc/gen/ |
H A D | pw_scan.c | 53 __pw_scan(char *bp, struct passwd *pw, int flags) in __pw_scan()
|
/dflybsd-src/libexec/dma/ |
H A D | dma.c | 182 struct passwd *pw; in add_recp() local 440 struct passwd *pw; in main() local
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_cd.c | 35 struct passwd *pw; in ex_cd() local
|