Searched refs:passwd (Results 26 - 50 of 491) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs5.h14 const char *passwd, size_t *data_len);
H A Dpkcs8.h14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dcheck-cracklib.pl51 my $passwd = shift;
53 if ($principal eq $passwd) {
62 my $passwd = shift;
69 $md5context->add($principal, ":", $passwd);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cray.h39 void cray_init_job(struct passwd *);
H A Dxcrypt.c75 struct passwd *pw;
76 char *passwd, *p; local
85 passwd = shadow_pw(pw);
86 if (passwd[0] == '$' && (p = strrchr(passwd+1, '$')) != NULL) {
87 typelen = p - passwd + 1;
88 strlcpy(salt, passwd, MIN(typelen, sizeof(salt)));
89 explicit_bzero(passwd, strlen(passwd));
135 shadow_pw(struct passwd *p
[all...]
H A Dport-solaris.h26 void solaris_set_default_project(struct passwd *);
H A Dbsd-cygwin_util.h45 extern HANDLE cygwin_logon_user (const struct passwd *, const char *);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dk_getpwuid.c41 ROKEN_LIB_FUNCTION struct passwd * ROKEN_LIB_CALL
44 struct passwd *p;
/freebsd-11-stable/crypto/openssh/
H A Dsshpty.h27 void pty_setowner(struct passwd *, const char *);
H A Dauth.h63 struct passwd *pw; /* set if 'valid' */
116 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
120 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
121 int user_key_allowed(struct passwd *, Key *, int);
177 int allowed_user(struct passwd *);
178 struct passwd * getpwnamallow(const char *user);
180 char *expand_authorized_keys(const char *, struct passwd *pw);
181 char *authorized_principals_file(struct passwd *);
183 FILE *auth_openkeyfile(const char *, struct passwd *, int);
184 FILE *auth_openprincipals(const char *, struct passwd *, in
[all...]
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_lock_test.sh13 grep "^test:\*LOCKED\*\*:1001:" $HOME/master.passwd
16 grep "^test:\*:1001:" $HOME/master.passwd
25 grep "^test:\*LOCKED\*\*:1001:" $HOME/master.passwd
28 grep "^test:\*:1001:" $HOME/master.passwd
33 grep "^1001:\*LOCKED\*\*:1002:" $HOME/master.passwd
36 grep "^1001:\*:1002:" $HOME/master.passwd
/freebsd-11-stable/usr.sbin/pw/
H A Dpwupd.h53 struct passwd * (*_getpwent)(void);
54 struct passwd * (*_getpwuid)(uid_t uid);
55 struct passwd * (*_getpwnam)(const char * nam);
67 char *nispasswd; /* Path to NIS version of the passwd file */
121 #define _MASTERPASSWD "master.passwd"
125 int addpwent(struct passwd * pwd);
126 int delpwent(struct passwd * pwd);
127 int chgpwent(char const * login, struct passwd * pwd);
139 struct passwd * vgetpwent(void);
140 struct passwd * vgetpwui
[all...]
H A Dpw_nis.c44 pw_nisupdate(const char * path, struct passwd * pwd, char const * user)
47 struct passwd *pw = NULL;
48 struct passwd *old_pw = NULL;
86 addnispwent(const char *path, struct passwd * pwd)
92 chgnispwent(const char *path, char const * login, struct passwd * pwd)
H A Dpwupd.c89 pw_update(struct passwd * pwd, char const * user)
91 struct passwd *pw = NULL;
92 struct passwd *old_pw = NULL;
136 addpwent(struct passwd * pwd)
143 chgpwent(char const * login, struct passwd * pwd)
150 delpwent(struct passwd * pwd)
/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-nthash.c56 static char passwd[120]; local
80 strcpy(passwd, magic);
81 strcat(passwd, "$");
82 strncat(passwd, final, MD4_SIZE*2);
87 return (passwd);
H A Dcrypt.c107 crypt(const char *passwd, const char *salt) argument
116 return (cf->func(passwd, salt));
120 return (crypt_des(passwd, salt));
122 return (crypt_format->func(passwd, salt));
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dgentestvect.py37 def printhmacres(salt, passwd, itr, hmacout):
39 cstring(passwd), itr, cstring(hmacout), len(hmacout))
54 print '\t/* salt, saltlen, passwd, itr, hmacout, hmacoutlen */'
60 passwd = randgen(passlen, '\x00')
61 hmacout = pbkdf2_hmac(hashfun, passwd, salt,
63 printhmacres(salt, passwd, itr, hmacout)
/freebsd-11-stable/lib/libopie/
H A Dopieextra.c61 opie_passverify(username, passwd)
63 char *passwd;
72 if (opieverify(&opie, passwd) == 0)
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A DMakefile7 PROG= passwd
8 SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c
17 # ${.CURDIR}/../../../../usr.bin/passwd
20 # -I${.CURDIR}/../../../../usr.bin/passwd \
56 LINKS=${BINDIR}/passwd ${BINDIR}/yppasswd
57 MLINKS=passwd.1 yppasswd.1
60 .for i in passwd yppasswd
66 -chflags schg ${DESTDIR}${BINDIR}/passwd
/freebsd-11-stable/lib/libc/net/
H A Dnss_compat.c48 struct passwd;
191 DECLARE_TERMINATOR(passwd); variable
197 int (*fn)(const char *, struct passwd *, char *, size_t, int *);
199 struct passwd *pwd;
207 pwd = va_arg(ap, struct passwd *);
214 *(struct passwd **)retval = pwd;
222 int (*fn)(uid_t, struct passwd *, char *, size_t, int *);
224 struct passwd *pwd;
232 pwd = va_arg(ap, struct passwd *);
239 *(struct passwd **)retva
[all...]
/freebsd-11-stable/etc/
H A Dnscd.conf6 enable-cache passwd yes
H A Dnsswitch.conf10 passwd: compat
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc.h21 const char *newpass, const char *oldpass, struct passwd *pw);
/freebsd-11-stable/usr.bin/chpass/
H A Dfield.c66 p_login(char *p, struct passwd *pw, ENTRY *ep __unused)
92 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused)
104 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused)
129 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused)
159 p_class(char *p, struct passwd *pw, ENTRY *ep __unused)
171 p_change(char *p, struct passwd *pw, ENTRY *ep __unused)
181 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused)
191 p_gecos(char *p, struct passwd *pw __unused, ENTRY *ep)
202 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unused)
217 p_shell(char *p, struct passwd *p
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dpwgr.c47 struct passwd PwEntry;
149 struct passwd *
152 struct passwd *p = &PwEntry;
169 struct passwd *
172 struct passwd *p = &PwEntry;

Completed in 226 milliseconds

1234567891011>>