Searched refs:checkuser (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/opie/
H A Dopieftpd.c241 static int checkuser __P((char *));
425 if (!checkuser("ftp") && !checkuser("anonymous"))
441 if (cp == NULL || checkuser(name) || ((pw->pw_passwd[0] == '*') || (pw->pw_passwd[0] == '#'))) {
445 if (checkuser(name))
446 syslog(LOG_DEBUG, "checkuser failed - user in /etc/ftpusers?");
483 static int checkuser FUNCTION((name), char *name) function
553 if ((passwd[0] <= ' ') || checkuser(passwd)) {
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c247 static int checkuser(char *, char *, int, char **, int *);
1035 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) ||
1038 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) ||
1068 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) ||
1111 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) function
1504 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode)
1510 * It is possible that checkuser() failed to open the chroot file.
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c139 static int checkuser (char *, char *);
620 checkuser(char *fname, char *name) function
716 dochroot = checkuser(_PATH_FTPCHROOT, pw->pw_name);

Completed in 67 milliseconds