Searched refs:passwd (Results 151 - 175 of 476) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkrb4encpwd.c402 int passwdok(name, passwd)
403 char *name, *passwd;
407 struct passwd *pwd;
414 p = crypt(passwd, salt);
H A Drsaencpwd.c453 int rsaencpwd_passwdok(name, passwd)
454 char *name, *passwd;
458 struct passwd *pwd;
465 p = crypt(passwd, salt);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dpwcache.c56 struct passwd *pw;
H A Dxcrypt.c95 shadow_pw(struct passwd *pw)
/freebsd-9.3-release/lib/libpam/modules/pam_chroot/
H A Dpam_chroot.c56 struct passwd *pwd;
/freebsd-9.3-release/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c57 struct passwd *pwd;
/freebsd-9.3-release/lib/libpam/modules/pam_group/
H A Dpam_group.c64 struct passwd *pwd;
82 /* we already have the correct struct passwd */
/freebsd-9.3-release/lib/libpam/modules/pam_nologin/
H A Dpam_nologin.c64 struct passwd *pwd;
/freebsd-9.3-release/lib/libpam/modules/pam_opie/
H A Dpam_opie.c62 struct passwd *pwd;
/freebsd-9.3-release/usr.bin/passwd/
H A Dpasswd.c62 fprintf(stderr, "usage: passwd [-ly] [-d domain] [-h host] [user]\n");
70 struct passwd *pwd = NULL; /* Keep compiler happy. */
125 "Sorry, `passwd' can only change passwords for local or NIS users.");
140 pam_err = pam_start("passwd", pwd->pw_name, &pamc, &pamh);
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dexterns.h55 extern struct passwd *getpwnam();
H A Duser.c55 struct passwd *pw; /* NULL implies syscrontab */
/freebsd-9.3-release/usr.sbin/lpr/lprm/
H A Dlprm.c90 struct passwd *p;
/freebsd-9.3-release/contrib/libreadline/
H A Dtilde.c60 extern struct passwd *getpwuid PARAMS((uid_t));
63 extern struct passwd *getpwnam PARAMS((const char *));
348 struct passwd *user_entry;
/freebsd-9.3-release/crypto/openssh/
H A Dauth-rsa.c168 rsa_key_allowed_in_file(struct passwd *pw, char *file,
279 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey)
309 struct passwd *pw = authctxt->pw;
H A Dauth2-pubkey.c253 match_principals_file(char *file, struct passwd *pw, struct KeyCert *cert)
315 check_authkeys_file(FILE *f, char *file, Key* key, struct passwd *pw)
425 user_cert_trusted_ca(struct passwd *pw, Key *key)
481 user_key_allowed2(struct passwd *pw, Key *key, char *file)
504 user_key_command_allowed2(struct passwd *user_pw, Key *key)
508 struct passwd *pw;
651 user_key_allowed(struct passwd *pw, Key *key)
/freebsd-9.3-release/usr.bin/finger/
H A Dfinger.c61 * extracted from the gecos field of the passwd file which other UNIXes
161 struct passwd *pw;
235 struct passwd *pw;
276 struct passwd *pw;
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpcrypto.c232 snmp_passwd_to_keys(struct snmp_user *user, char *passwd) argument
240 if (passwd == NULL || user == NULL)
250 pwdlen = strlen(passwd);
254 authbuf[i] = passwd[(loop + i) % pwdlen];
370 snmp_passwd_to_keys(struct snmp_user *user, char *passwd __unused)
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c65 struct passwd *pw;
148 static struct passwd * sgetpwnam (char *);
465 static struct passwd *
468 static struct passwd save;
469 struct passwd *p;
490 static int askpasswd; /* had user command, ask for passwd */
498 * Sets global passwd pointer pw if named account exists and is acceptable;
502 * If account doesn't exist, ask for passwd anyway. Otherwise, check user
587 pw = (struct passwd *) NULL;
629 * Delay before reading passwd afte
719 do_login(int code, char *passwd) argument
851 krb5_verify(struct passwd *pwd, char *passwd) argument
892 pass(char *passwd) argument
[all...]
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_group.c42 static struct passwd *lookup_pwent(const char *user);
219 struct passwd *pwd;
282 * Lookup a passwd entry using a name or UID.
284 static struct passwd *
287 struct passwd *pwd;
310 struct passwd *pwd;
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c185 struct passwd *pw;
354 static struct passwd *sgetpwnam FUNCTION((name), char *name)
356 static struct passwd save;
357 register struct passwd *p;
394 int askpasswd; /* had user command, ask for passwd */
398 * Sets global passwd pointer pw if named account exists and is acceptable;
402 * If account doesn't exist, ask for passwd anyway. Otherwise, check user
450 pw = (struct passwd *) NULL;
472 /* Delay before reading passwd after first failed attempt to slow down
473 passwd
524 pass(passwd), char *passwd argument
[all...]
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcopi.funcs47 while [ "`cut -f3 -d: /etc/passwd | grep -x $FOUND_UID`" ]
195 ENTRY="`cut /etc/passwd -s -f1,2,5 -d: | grep $USER:`"
202 mkstemp passwd
203 sed "/$USER:$PASW:/s/:$OLDNAME:/:$NAME:/" /etc/passwd >$tmp_passwd
204 save /etc/passwd
205 mv $tmp_passwd /etc/passwd
212 echo "$USER:*:$FOUND_UID:12:$NAME:$HOMEDIR:$USERSHELL" >>/etc/passwd
801 ## passwd e group
804 if [ "`cut /etc/passwd -f1 -d: | grep -x fnet`" ]
806 mkstemp passwd
[all...]
/freebsd-9.3-release/contrib/amd/hlfsd/
H A Dhomedir.c64 static struct passwd passwd_ent;
428 /* perform initialization of user passwd database */
439 plog(XLOG_ERROR, "unable to read passwd file %s: %m", passwdfile);
445 memset((char *) &passwd_ent, 0, sizeof(struct passwd));
451 /* perform de-initialization of user passwd database */
457 * Don't actually run this because we will be making more passwd calls
473 /* perform record reading/parsing of individual passwd database records */
474 static struct passwd *
509 /* skip passwd */
543 * read and hash the passwd fil
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dcvsbug.in110 /usr/bin/ypcat passwd 2>/dev/null | cat - /etc/passwd | grep "^$LOGNAME:" |
117 grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dchangepw.c72 const char *passwd,
103 passwd_data.data = rk_UNCONST(passwd);
104 passwd_data.length = strlen(passwd);
165 const char *passwd,
190 chpw.newpasswd.length = strlen(passwd);
191 chpw.newpasswd.data = rk_UNCONST(passwd);
66 chgpw_send_request(krb5_context context, krb5_auth_context *auth_context, krb5_creds *creds, krb5_principal targprinc, int is_stream, int sock, const char *passwd, const char *host) argument
159 setpw_send_request(krb5_context context, krb5_auth_context *auth_context, krb5_creds *creds, krb5_principal targprinc, int is_stream, int sock, const char *passwd, const char *host) argument

Completed in 281 milliseconds

1234567891011>>