Searched refs:dochroot (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h132 extern int dochroot;
H A Dftpd.c72 int dochroot; variable
501 } else if (dochroot) {
716 dochroot = checkuser(_PATH_FTPCHROOT, pw->pw_name);
727 } else if (dochroot) {
826 dochroot = 0;
H A Dftpcmd.y368 if (dochroot || guest)
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c126 int dochroot; variable
1008 } else if (dochroot) {
1213 dochroot = 0;
1487 dochroot =
1506 if (dochroot || guest)
1532 if (dochroot && residue &&
1541 if (guest || dochroot) {
1586 if (guest || dochroot) {
1642 if (dochroot)
1657 if (logging && (guest || dochroot))
[all...]

Completed in 309 milliseconds