Searched refs:passwd (Results 251 - 275 of 491) sorted by relevance

<<11121314151617181920

/freebsd-11-stable/usr.bin/newkey/
H A Dnewkey.c105 struct passwd *pw;
/freebsd-11-stable/usr.sbin/keyserv/
H A Dkeyserv.c271 char *passwd; local
309 passwd = getpass("root password:");
310 passwd2des(passwd, (char *)master);
312 if (!getsecretkey(name, secret, passwd)) {
/freebsd-11-stable/contrib/amd/amd/
H A Dops_pcfs.c160 struct passwd *pw;
H A Dops_udf.c111 struct passwd *pw;
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c70 struct passwd *pw;
/freebsd-11-stable/crypto/openssh/
H A Dauth-rhosts.c190 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname,
H A Dmonitor.c702 struct passwd *pwent;
732 buffer_put_string(m, pwent, sizeof(struct passwd));
822 char *passwd; local
828 passwd = buffer_get_string(m, &plen);
831 auth_password(authctxt, passwd);
832 explicit_bzero(passwd, strlen(passwd));
833 free(passwd);
1394 mm_record_login(Session *s, struct passwd *pw)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h300 char *shadow_pw(struct passwd *pw);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_revoke.c123 ATF_REQUIRE_ERRNO(EPERM, revoke("/etc/passwd") == -1);
138 struct passwd *pw;
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c69 const struct passwd *pw;
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c68 static int passwd(int, char *[]);
91 { "passwd", passwd, },
377 * passwd
380 passwd(int argc, char *argv[]) function
382 struct passwd *pw;
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c47 static struct passwd *lookup_pwent(const char *user);
130 * Lookup a passwd entry using a name or UID.
132 static struct passwd *
135 struct passwd *pwd;
423 struct passwd *pwd;
/freebsd-11-stable/usr.bin/env/
H A Denv.c78 struct passwd *pw;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpopen.c70 struct passwd *pwd;
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap.h224 pid_t ypldap_dns(int[2], struct passwd *);
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A DMakefile100 ${APR}/passwd \
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c116 struct passwd *pw;
177 static int auth_pam(struct passwd**, const char*);
251 static struct passwd *
954 static struct passwd *
957 static struct passwd save;
958 struct passwd *p;
981 static int askpasswd; /* had user command, ask for passwd */
986 * Sets global passwd pointer pw if named account exists and is acceptable;
990 * If account doesn't exist, ask for passwd anyway. Otherwise, check user
1082 * Delay before reading passwd afte
1368 pass(char *passwd) argument
[all...]
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1007 char *username, *passwd; local
1032 passwd = (char *) malloc (passwdlen + 1);
1033 if (passwd == NULL)
1040 status = rpcapd_recv(pars->sockctrl, passwd, passwdlen, &plen, errmsgbuf);
1044 free(passwd);
1050 free(passwd);
1053 passwd[passwdlen] = '\0';
1055 if (daemon_AuthUserPwd(username, passwd, errmsgbuf))
1062 free(passwd);
1086 free(passwd);
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c162 struct passwd *pwd;
381 struct passwd *pwd;
/freebsd-11-stable/usr.sbin/ppp/
H A Dsystems.c74 struct passwd *pwd;
211 struct passwd *pwd;
/freebsd-11-stable/contrib/tcp_wrappers/
H A Doptions.c276 struct passwd *pwd;
277 struct passwd *getpwnam();
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h296 extern struct passwd *xgetpwnam (const char *);
297 extern struct passwd *xgetpwuid (uid_t);
H A Dtc.os.h523 extern struct passwd *getpwuid(), *getpwnam(), *getpwent();
616 extern char *cygwin_xcrypt(struct passwd *, const char *, const char *);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c518 char *passwd = NULL; local
525 passwd = os_strdup(private_key_passwd);
526 if (!passwd)
531 wolfSSL_CTX_set_default_passwd_cb_userdata(ctx, passwd);
567 os_free(passwd);
1391 char *passwd = NULL; local
1398 passwd = os_strdup(private_key_passwd);
1399 if (!passwd)
1404 wolfSSL_CTX_set_default_passwd_cb_userdata(ctx, passwd);
1416 os_free(passwd);
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h710 extern struct passwd *getpwent();
1339 extern struct passwd *getpwent();
1340 extern struct passwd *getpwnam();
1341 extern struct passwd *getpwuid();
1653 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
1910 extern struct passwd * sendmail_mpe_getpwnam __P((const char *));
1911 extern struct passwd * sendmail_mpe_getpwuid __P((uid_t));
3009 /* additional valid chars in user/group names in passwd */

Completed in 171 milliseconds

<<11121314151617181920