Searched refs:EPSV (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y104 EPRT EPSV
186 | EPSV CRLF check_login
191 | EPSV SP STRING CRLF check_login
942 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
H A Dftpcmd.c127 EPSV = 316, enumerator in enum:yytokentype
212 #define EPSV 316 macro
692 "SYST", "SIZE", "MDTM", "EPRT", "EPSV", "UMASK", "IDLE", "CHMOD", "AUTH",
2998 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
/freebsd-10.1-release/usr.sbin/faithd/test/
H A Dfaithd.rb80 if (line =~ /^EPSV\r\n/i)
81 STDERR.print "EPSV -> PASV\n" if DEBUG
83 state = "EPSV"
/freebsd-10.1-release/libexec/ftpd/
H A Dftpcmd.y108 LPRT LPSV EPRT EPSV FEAT
157 reply(501, "No PORT allowed after EPSV ALL.");
180 reply(501, "No LPRT allowed after EPSV ALL.");
210 reply(501, "No EPRT allowed after EPSV ALL.");
303 reply(501, "No PASV allowed after EPSV ALL.");
310 reply(501, "No LPSV allowed after EPSV ALL.");
314 | EPSV check_login_epsv SP NUMBER CRLF
331 long_passive("EPSV", pf);
334 | EPSV check_login_epsv SP ALL CRLF
337 reply(200, "EPSV AL
[all...]
/freebsd-10.1-release/usr.sbin/faithd/
H A Dftp.c68 enum state { NONE, LPRT, EPRT, LPSV, EPSV }; enumerator in enum:state
564 case EPSV:
584 * PASV result -> LPSV/EPSV result
648 /* transmit LPSV or EPSV */
790 n = snprintf(sbuf, sizeof(sbuf), "501 %s disallowed in EPSV ALL\r\n",
901 n = snprintf(sbuf, sizeof(sbuf), "501 %s disallowed in EPSV ALL\r\n",
991 n = snprintf(sbuf, sizeof(sbuf), "501 %s disallowed in EPSV ALL\r\n",
1009 } else if (strcmp(cmd, "EPSV") == 0 && !param) {
1011 * EPSV -> PASV
1024 *state = EPSV;
[all...]
/freebsd-10.1-release/contrib/ipfilter/
H A DHISTORY24 3545320 EPSV is not recognised

Completed in 74 milliseconds