Searched refs:passwd (Results 101 - 125 of 395) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/ssh/
H A Dsshconnect.h76 struct sockaddr *, u_short, struct passwd *, int,
H A Dreadconf.h241 int process_config_line(Options *, struct passwd *, const char *,
243 int read_config_file(const char *, struct passwd *, const char *,
H A Dauth.c85 allowed_user(struct ssh *ssh, struct passwd * pw)
328 * Given a template and a passwd structure, build a filename
335 expand_authorized_keys(const char *filename, struct passwd *pw)
360 authorized_principals_file(struct passwd *pw)
369 check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host,
413 struct passwd *
418 struct passwd *pw;
535 struct passwd *
539 static struct passwd fake;
H A Dauth-passwd.c1 /* $OpenBSD: auth-passwd.c,v 1.48 2020/10/18 11:32:01 djm Exp $ */
77 struct passwd *pw = authctxt->pw;
92 /* Fall back to ordinary passwd authentication. */
/openbsd-current/lib/libutil/
H A Dpasswd.c1 /* $OpenBSD: passwd.c,v 1.56 2019/06/28 13:32:43 deraadt Exp $ */
123 /* A zero length passwd file is never ok */
165 * which allow a user to interactively edit the passwd file. Errors in the
281 pw_equal(const struct passwd *pw1, const struct passwd *pw2)
295 pw_write_entry(FILE *to, const struct passwd *pw)
317 pw_copy(int ffd, int tfd, const struct passwd *pw, const struct passwd *opw)
319 struct passwd tpw;
378 pw_scan(char *bp, struct passwd *p
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm49 passwd => '$', # pwent[1]
144 $pw_passwd = $pwob->passwd ( $_[1] ) if pw_has("passwd");
215 if (pw_has("name uid gid passwd")) { .... }
223 similarly named structure field name from the C's passwd structure
225 C<passwd>, C<uid>, C<gid>, C<change>, C<age>, C<quota>, C<comment>,
226 C<class>, C<gecos>, C<dir>, C<shell>, and C<expire>. The C<passwd>,
249 C<gecos>, or allegedly, C<passwd>. You may call these methods
272 C<passwd> is one-way hashed garble, not clear text, and may not be
280 See passwd(
[all...]
H A Dgrent.pm21 passwd => '$',
67 named structure field name from the C's passwd structure from F<grp.h>;
68 namely name, passwd, gid, and members (not mem). The first three
/openbsd-current/games/trek/
H A Dsetup.c89 getstrpar("Enter a password", Game.passwd, 14, 0);
90 if (strcmp(Game.passwd, "tournament") == 0)
92 getstrpar("Enter tournament code", Game.passwd, 14, 0);
95 for (i = 0; Game.passwd[i]; i++)
96 d += Game.passwd[i] << i;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp111 unsigned struct_passwd_sz = sizeof(struct passwd);
529 CHECK_TYPE_SIZE(passwd); variable
530 CHECK_SIZE_AND_OFFSET(passwd, pw_name);
531 CHECK_SIZE_AND_OFFSET(passwd, pw_passwd);
532 CHECK_SIZE_AND_OFFSET(passwd, pw_uid);
533 CHECK_SIZE_AND_OFFSET(passwd, pw_gid);
534 CHECK_SIZE_AND_OFFSET(passwd, pw_dir);
535 CHECK_SIZE_AND_OFFSET(passwd, pw_shell);
537 CHECK_SIZE_AND_OFFSET(passwd, pw_gecos);
/openbsd-current/usr.bin/finger/
H A Dfinger.c48 * extracted from the gecos field of the passwd file which other UNIXes
168 struct passwd *pw;
199 struct passwd *pw;
H A Dutil.c55 void userinfo(PERSON *, struct passwd *);
86 userinfo(PERSON *pn, struct passwd *pw)
137 match(struct passwd *pw, char *user)
248 enter_person(struct passwd *pw)
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp79 struct passwd user_info;
80 struct passwd *user_info_ptr = &user_info;
/openbsd-current/usr.sbin/vmd/
H A Dproc.h106 struct passwd *ps_pw;
135 struct passwd *p_pw;
/openbsd-current/usr.bin/ssh/sshd-session/
H A DMakefile6 auth-rhosts.c auth-passwd.c sshpty.c sshlogin.c servconf.c \
9 auth2-none.c auth2-passwd.c auth2-pubkey.c auth2-pubkeyfile.c \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920928-4.c53 sec_rgy_unix_passwd_buf_t passwd; member in struct:__anon6870
/openbsd-current/usr.bin/talk/
H A Dget_names.c82 struct passwd *pw;
85 errx(1, "you don't exist in the passwd file.");
/openbsd-current/usr.bin/vi/ex/
H A Dex_cd.c36 struct passwd *pw;
/openbsd-current/usr.sbin/lpr/lprm/
H A Dlprm.c78 struct passwd *pw;
/openbsd-current/libexec/login_lchpass/
H A Dlogin_lchpass.c57 struct passwd *pwd;
/openbsd-current/usr.sbin/cron/
H A Duser.c62 load_user(FILE *file, struct passwd *pw, const char *name)
/openbsd-current/usr.bin/getent/
H A Dgetent.c61 static int passwd(int, char *[]);
84 { "passwd", passwd, "stdio getpw", NULL },
292 passwd(int argc, char *argv[]) function
294 struct passwd *pw;
/openbsd-current/regress/sys/kern/setuid/
H A Dsetresgid.c25 struct passwd *pw;
H A Dsetresuid.c25 struct passwd *pw;
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DTildeExpressionResolver.cpp58 struct passwd *user_entry;
/openbsd-current/usr.bin/openssl/
H A DMakefile26 openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \

Completed in 309 milliseconds

1234567891011>>