Searched refs:_PATH_FTPUSERS (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | pathnames.h | 52 #ifndef _PATH_FTPUSERS 53 #define _PATH_FTPUSERS SYSCONFDIR "/ftpusers" macro
|
H A D | ftpd.c | 673 fd = fopen(_PATH_FTPUSERS, "r"); in checkaccess()
|
/freebsd/lib/libpam/modules/pam_ftpusers/ |
H A D | pam_ftpusers.c | 73 if ((f = fopen(_PATH_FTPUSERS, "r")) == NULL) { in pam_sm_acct_mgmt() 74 PAM_LOG("%s: %m", _PATH_FTPUSERS); in pam_sm_acct_mgmt()
|
/freebsd/include/ |
H A D | paths.h | 62 #define _PATH_FTPUSERS "/etc/ftpusers" macro
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_paths.c | 72 { _PATH_FTPUSERS, PATH_FILE },
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 999 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) || in user() 1002 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) || in user() 1032 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) || in user()
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 308 * ftpd/pathnames.h (_PATH_FTPUSERS): conditionalize
|