Home
last modified time | relevance | path

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

/freebsd-13.1/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))
483 static int checkuser FUNCTION((name), char *name)
553 if ((passwd[0] <= ' ') || checkuser(passwd)) {
/freebsd-13.1/libexec/ftpd/
H A Dftpd.c243 static int checkuser(char *, char *, int, char **, int *);
1021 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) || in user()
1024 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) || in user()
1054 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) || in user()
1097 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) in checkuser() function
1490 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode) in pass()
/freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c139 static int checkuser (char *, char *);
620 checkuser(char *fname, char *name) in checkuser() function
716 dochroot = checkuser(_PATH_FTPCHROOT, pw->pw_name); in do_login()