Searched refs:_PATH_FTPUSERS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpathnames.h52 #ifndef _PATH_FTPUSERS
53 #define _PATH_FTPUSERS SYSCONFDIR "/ftpusers" macro
H A Dftpd.c481 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
485 * _PATH_FTPUSERS to allow people such as root and uucp to be avoided.
645 * _PATH_FTPUSERS. The users are listed one per line, with `allow'
673 fd = fopen(_PATH_FTPUSERS, "r");
/freebsd-10-stable/contrib/opie/
H A Dopie_cfg.h133 #ifndef _PATH_FTPUSERS
134 #define _PATH_FTPUSERS "/etc/ftpusers" macro
H A Dopieftpd.c401 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
405 * _PATH_FTPUSERS to allow people such as root and uucp to be avoided.
481 * Check if a user is in the file _PATH_FTPUSERS
489 if ((fd = fopen(_PATH_FTPUSERS, "r")) != NULL) {
/freebsd-10-stable/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c73 if ((f = fopen(_PATH_FTPUSERS, "r")) == NULL) {
74 PAM_LOG("%s: %m", _PATH_FTPUSERS);
/freebsd-10-stable/include/
H A Dpaths.h59 #define _PATH_FTPUSERS "/etc/ftpusers" macro
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_paths.c72 { _PATH_FTPUSERS, PATH_FILE },
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c992 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
996 * _PATH_FTPUSERS to allow people such as root and uucp to be avoided.
1022 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) ||
1025 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) ||
1055 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) ||

Completed in 109 milliseconds