Searched refs:passwd (Results 351 - 375 of 491) sorted by relevance

<<11121314151617181920

/freebsd-11-stable/contrib/sendmail/editmap/
H A Deditmap.c95 struct passwd *pw;
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c174 static struct passwd nouser;
175 static struct passwd thisuser;
240 struct passwd *pwd;
H A Dglob.c327 register struct passwd *pp = getpwnam(home);
/freebsd-11-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c82 static struct passwd pwd; /* password structure */
93 int scan(FILE *, struct passwd *);
193 * on master.passwd, to handle the case where a user might try to
332 * of a ``struct passwd'', with the strings placed inline. This
614 /* Set master.passwd permissions, in case caller forgot. */
630 * Move the master password LAST -- chpass(1), passwd(1) and vipw(8)
648 scan(FILE *fp, struct passwd *pw)
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c727 struct passwd pwd, *pw;
1086 struct passwd *pw;
1246 struct passwd *pw;
/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh653 cp -p ${SOURCEDIR}/etc/master.passwd ${TEMPROOT}/etc &&
703 rm -f ${TEMPROOT}/etc/*.db ${TEMPROOT}/etc/passwd \
746 echo " /etc/master.passwd is a special case. Its file permissions"
875 /etc/master.passwd)
1442 echo "*** You installed a new master.passwd file, so make sure that you run"
1444 echo " '/usr/sbin/pwd_mkdb -d ${DESTDIR}/etc -p ${DESTDIR}/etc/master.passwd'"
1446 run_it_now "/usr/sbin/pwd_mkdb -d ${DESTDIR}/etc -p ${DESTDIR}/etc/master.passwd"
1448 echo " '/usr/sbin/pwd_mkdb -p /etc/master.passwd'"
1450 run_it_now '/usr/sbin/pwd_mkdb -p /etc/master.passwd'
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c179 if ((snmptoolctx->passwd = malloc(slen + 1)) == NULL) {
184 strlcpy(snmptoolctx->passwd, str, slen + 1);
1442 if (snmptoolctx->passwd != NULL) {
1443 free(snmptoolctx->passwd);
1444 snmptoolctx->passwd = NULL;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c175 static char *passwd = NULL; /* private key password */ variable
3952 if (passwd == NULL)
3953 passwd = estrdup(hostname);
3965 pinfo = crypto_key(filename, passwd, NULL);
3996 pinfo = crypto_key(filename, passwd, NULL);
4041 iffkey_info = crypto_key(filename, passwd, NULL);
4051 gqkey_info = crypto_key(filename, passwd, NULL);
4061 mvkey_info = crypto_key(filename, passwd, NULL);
4113 if (NULL != passwd)
4114 free(passwd);
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dreadconf.c135 static int read_config_file_depth(const char *filename, struct passwd *pw,
138 static int process_config_line_depth(Options *options, struct passwd *pw,
559 match_cfg_line(Options *options, char **condition, struct passwd *pw,
825 process_config_line(Options *options, struct passwd *pw, const char *host,
835 process_config_line_depth(Options *options, struct passwd *pw, const char *host,
1734 read_config_file(const char *filename, struct passwd *pw, const char *host,
1745 read_config_file_depth(const char *filename, struct passwd *pw,
H A Dssh-add.c587 struct passwd *pw;
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c95 static void passwd (struct parse *, FILE *);
127 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO },
1778 * passwd - get an authentication key
1782 passwd( function
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1924 /* passwd/group related functions. These register every (static) pointer value returned,
1958 WRAPPER2(struct passwd *, getpwnam, const char *name)
1960 struct passwd *buf;
1973 WRAPPER2(struct passwd *, getpwuid, uid_t uid)
1975 struct passwd *buf;
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dspx.c490 struct passwd *pwd;
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c315 struct passwd *pw, fake_pw;
/freebsd-11-stable/libexec/atrun/
H A Datrun.c136 struct passwd *pentry;
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c105 struct passwd *pwd;
/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c112 struct passwd *pw;
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c128 struct passwd *pw;
/freebsd-11-stable/usr.bin/su/
H A Dsu.c152 struct passwd *pwd = NULL;
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c67 static struct passwd *pw;
139 errx(ERROR_EXIT, "your UID isn't in the passwd file, bailing out");
/freebsd-11-stable/usr.sbin/ppp/
H A Dauth.c129 struct passwd *pw;
277 /* Let 'em in anyway - they must have been in the passwd file */
/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c537 struct passwd *pwd;
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c654 struct passwd *pw;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddo_command.c99 struct passwd *pwd;
/freebsd-11-stable/libexec/rshd/
H A Drshd.c191 struct passwd *pwd;

Completed in 423 milliseconds

<<11121314151617181920