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

/freebsd-10.0-release/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.0-release/libexec/lukemftpd/
H A Dnbsd2fbsd.h5 #undef _PATH_FTPUSERS macro
/freebsd-10.0-release/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.0-release/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.0-release/include/
H A Dpaths.h59 #define _PATH_FTPUSERS "/etc/ftpusers" macro
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c990 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
994 * _PATH_FTPUSERS to allow people such as root and uucp to be avoided.
1020 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) ||
1023 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) ||
1053 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) ||

Completed in 226 milliseconds