Searched refs:passwd (Results 126 - 150 of 491) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/opie/libopie/
H A DMakefile.in17 OBJS=md4c.o md5c.o atob8.o btoa8.o btoh.o challenge.o getsequence.o hash.o hashlen.o keycrunch.o lock.o lookup.o newseed.o parsechallenge.o passcheck.o passwd.o randomchallenge.o readpass.o unlock.o verify.o version.o btoe.o accessfile.o generator.o insecure.o getutmpentry.o readrec.o writerec.o login.o open.o logwtmp.o # sha.o
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_pname_to_uid.c80 struct passwd pw, *pwd;
82 struct passwd *pwd;
/freebsd-11-stable/tools/bsdbox/
H A DMakefile.base48 # passwd
49 CRUNCH_PROGS_usr.bin+= passwd
/freebsd-11-stable/crypto/openssh/
H A Dreadconf.h204 int process_config_line(Options *, struct passwd *, const char *,
206 int read_config_file(const char *, struct passwd *, const char *,
H A Dmisc.h71 struct passwd *pwcopy(struct passwd *);
H A Dauth-sia.c83 session_setup_sia(struct passwd *pw, char *tty)
/freebsd-11-stable/secure/usr.sbin/sshd/
H A DMakefile6 SRCS= sshd.c auth-rhosts.c auth-passwd.c \
12 auth2-none.c auth2-passwd.c auth2-pubkey.c \
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.h96 int addnispwent(const char *path, struct passwd *pwd);
98 int chgnispwent(const char *path, const char *login, struct passwd *pwd);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setuid.c82 struct passwd *pw;
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_id_to_name.c61 struct passwd *p;
/freebsd-11-stable/lib/libpam/modules/pam_opieaccess/
H A Dpam_opieaccess.c57 struct passwd *pwent;
/freebsd-11-stable/lib/libpam/modules/pam_rhosts/
H A Dpam_rhosts.c56 struct passwd *pw;
/freebsd-11-stable/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c58 struct passwd *pwd;
/freebsd-11-stable/secure/usr.bin/openssl/
H A DMakefile17 passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkuserok.c45 struct passwd *pwd,
111 struct passwd *pwd,
244 struct passwd *pwd = NULL;
253 struct passwd pw;
/freebsd-11-stable/tools/regression/mlock/
H A Dmlock.c50 struct passwd *pwd;
/freebsd-11-stable/usr.bin/talk/
H A Dget_names.c74 struct passwd *pw;
/freebsd-11-stable/etc/periodic/daily/
H A DMakefile11 200.backup-passwd \
/freebsd-11-stable/kerberos5/lib/libgssapi_krb5/
H A Dpname_to_uid.c44 struct passwd pwd, *pw;
/freebsd-11-stable/usr.bin/at/
H A Dperm.c90 struct passwd *pentry;
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_borrow_cred.c63 const struct passwd *pwd)
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c404 int passwdok(name, passwd)
405 char *name, *passwd;
409 struct passwd *pwd;
416 p = crypt(passwd, salt);
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c182 struct passwd *passwd; local
186 if ((passwd = getpwnam(username)) == NULL)
201 if (getgrouplist(username, passwd->pw_gid, grouplist, &ngroups) != 0)
/freebsd-11-stable/libexec/ftpd/
H A Dextern.h87 extern struct passwd *pw;
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c142 otp_verify(struct passwd *pwd, const char *password)
156 krb5_verify(struct passwd *pwd, const char *password)
180 krb5_start_session (const struct passwd *pwd)
208 krb5_get_afs_tokens (const struct passwd *pwd)
315 do_login(const struct passwd *pwd, char *tty, char *ttyn)
518 check_password(struct passwd *pwd, const char *password)
640 struct passwd *pwd;

Completed in 345 milliseconds

1234567891011>>