Searched refs:vsf_cmdio_write (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dopts.c21 vsf_cmdio_write(p_sess, FTP_OPTSOK, "Always in UTF8 mode.");
25 vsf_cmdio_write(p_sess, FTP_BADOPTS, "Option not understood.");
H A Dprelogin.c98 vsf_cmdio_write(p_sess, FTP_GREET, "");
102 vsf_cmdio_write(p_sess, FTP_GREET, "(vsFTPd " VSF_VERSION
107 vsf_cmdio_write(p_sess, FTP_GREET, tunable_ftpd_banner);
128 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
153 vsf_cmdio_write(p_sess, FTP_LOGINERR,
178 vsf_cmdio_write(
185 vsf_cmdio_write(
191 vsf_cmdio_write(
199 vsf_cmdio_write(
207 vsf_cmdio_write(
[all...]
H A Dpostlogin.c129 vsf_cmdio_write(p_sess, FTP_LOGINOK, "Login successful.");
414 vsf_cmdio_write(p_sess, FTP_NOPERM, "Permission denied (restricted operation).");
418 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
432 vsf_cmdio_write(p_sess, FTP_CWDOK, "enable iconv().");
437 vsf_cmdio_write(p_sess, FTP_CWDOK, "disable iconv().");
441 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() enabled.");
445 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() disabled.");
478 vsf_cmdio_write(p_sess, FTP_NOOPOK, "NOOP ok.");
482 vsf_cmdio_write(p_sess, FTP_SYSTOK, "UNIX Type: L8");
565 vsf_cmdio_write(p_ses
[all...]
H A Dfeatures.c54 vsf_cmdio_write(p_sess, FTP_FEAT, "End");
H A Dftpcmdio.h30 /* vsf_cmdio_write()
38 void vsf_cmdio_write(struct vsf_session* p_sess, int status,
66 * The same as vsf_cmdio_write(), and then the calling process is exited. The
74 * The same as vsf_cmdio_write(), apart from the text is specified as a
H A Dssl.c140 vsf_cmdio_write(p_sess, FTP_AUTHOK, "Proceed with negotiation.");
158 vsf_cmdio_write(p_sess, FTP_BADAUTH, "Unknown AUTH type.");
167 vsf_cmdio_write(p_sess, FTP_BADPBSZ, "PBSZ needs a secure connection.");
171 vsf_cmdio_write(p_sess, FTP_PBSZOK, "PBSZ set to 0.");
181 vsf_cmdio_write(p_sess, FTP_BADPROT, "PROT needs a secure connection.");
186 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Clear.");
191 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Private.");
196 vsf_cmdio_write(p_sess, FTP_NOHANDLEPROT, "PROT not supported.");
200 vsf_cmdio_write(p_sess, FTP_NOSUCHPROT, "PROT not recognized.");
H A Dftpdataio.c107 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
120 vsf_cmdio_write(p_sess, FTP_BADSENDCONN, "Security: Bad IP connecting.");
164 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
180 vsf_cmdio_write(
H A Dftpcmdio.c67 vsf_cmdio_write(struct vsf_session* p_sess, int status, const char* p_text) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dopts.c21 vsf_cmdio_write(p_sess, FTP_OPTSOK, "Always in UTF8 mode.");
25 vsf_cmdio_write(p_sess, FTP_BADOPTS, "Option not understood.");
H A Dprelogin.c98 vsf_cmdio_write(p_sess, FTP_GREET, "");
102 vsf_cmdio_write(p_sess, FTP_GREET, "(vsFTPd " VSF_VERSION
107 vsf_cmdio_write(p_sess, FTP_GREET, tunable_ftpd_banner);
128 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
153 vsf_cmdio_write(p_sess, FTP_LOGINERR,
178 vsf_cmdio_write(
185 vsf_cmdio_write(
191 vsf_cmdio_write(
199 vsf_cmdio_write(
207 vsf_cmdio_write(
[all...]
H A Dpostlogin.c129 vsf_cmdio_write(p_sess, FTP_LOGINOK, "Login successful.");
414 vsf_cmdio_write(p_sess, FTP_NOPERM, "Permission denied (restricted operation).");
418 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
432 vsf_cmdio_write(p_sess, FTP_CWDOK, "enable iconv().");
437 vsf_cmdio_write(p_sess, FTP_CWDOK, "disable iconv().");
441 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() enabled.");
445 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() disabled.");
478 vsf_cmdio_write(p_sess, FTP_NOOPOK, "NOOP ok.");
482 vsf_cmdio_write(p_sess, FTP_SYSTOK, "UNIX Type: L8");
565 vsf_cmdio_write(p_ses
[all...]
H A Dfeatures.c54 vsf_cmdio_write(p_sess, FTP_FEAT, "End");
H A Dftpcmdio.h30 /* vsf_cmdio_write()
38 void vsf_cmdio_write(struct vsf_session* p_sess, int status,
66 * The same as vsf_cmdio_write(), and then the calling process is exited. The
74 * The same as vsf_cmdio_write(), apart from the text is specified as a
H A Dssl.c140 vsf_cmdio_write(p_sess, FTP_AUTHOK, "Proceed with negotiation.");
158 vsf_cmdio_write(p_sess, FTP_BADAUTH, "Unknown AUTH type.");
167 vsf_cmdio_write(p_sess, FTP_BADPBSZ, "PBSZ needs a secure connection.");
171 vsf_cmdio_write(p_sess, FTP_PBSZOK, "PBSZ set to 0.");
181 vsf_cmdio_write(p_sess, FTP_BADPROT, "PROT needs a secure connection.");
186 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Clear.");
191 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Private.");
196 vsf_cmdio_write(p_sess, FTP_NOHANDLEPROT, "PROT not supported.");
200 vsf_cmdio_write(p_sess, FTP_NOSUCHPROT, "PROT not recognized.");
H A Dftpdataio.c107 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
120 vsf_cmdio_write(p_sess, FTP_BADSENDCONN, "Security: Bad IP connecting.");
164 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
180 vsf_cmdio_write(
H A Dftpcmdio.c67 vsf_cmdio_write(struct vsf_session* p_sess, int status, const char* p_text) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dopts.c21 vsf_cmdio_write(p_sess, FTP_OPTSOK, "Always in UTF8 mode.");
25 vsf_cmdio_write(p_sess, FTP_BADOPTS, "Option not understood.");
H A Dprelogin.c98 vsf_cmdio_write(p_sess, FTP_GREET, "");
102 vsf_cmdio_write(p_sess, FTP_GREET, "(vsFTPd " VSF_VERSION
107 vsf_cmdio_write(p_sess, FTP_GREET, tunable_ftpd_banner);
128 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
153 vsf_cmdio_write(p_sess, FTP_LOGINERR,
178 vsf_cmdio_write(
185 vsf_cmdio_write(
191 vsf_cmdio_write(
199 vsf_cmdio_write(
207 vsf_cmdio_write(
[all...]
H A Dpostlogin.c129 vsf_cmdio_write(p_sess, FTP_LOGINOK, "Login successful.");
414 vsf_cmdio_write(p_sess, FTP_NOPERM, "Permission denied (restricted operation).");
418 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
432 vsf_cmdio_write(p_sess, FTP_CWDOK, "enable iconv().");
437 vsf_cmdio_write(p_sess, FTP_CWDOK, "disable iconv().");
441 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() enabled.");
445 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() disabled.");
478 vsf_cmdio_write(p_sess, FTP_NOOPOK, "NOOP ok.");
482 vsf_cmdio_write(p_sess, FTP_SYSTOK, "UNIX Type: L8");
565 vsf_cmdio_write(p_ses
[all...]
H A Dfeatures.c54 vsf_cmdio_write(p_sess, FTP_FEAT, "End");
H A Dftpcmdio.h30 /* vsf_cmdio_write()
38 void vsf_cmdio_write(struct vsf_session* p_sess, int status,
66 * The same as vsf_cmdio_write(), and then the calling process is exited. The
74 * The same as vsf_cmdio_write(), apart from the text is specified as a
H A Dssl.c140 vsf_cmdio_write(p_sess, FTP_AUTHOK, "Proceed with negotiation.");
158 vsf_cmdio_write(p_sess, FTP_BADAUTH, "Unknown AUTH type.");
167 vsf_cmdio_write(p_sess, FTP_BADPBSZ, "PBSZ needs a secure connection.");
171 vsf_cmdio_write(p_sess, FTP_PBSZOK, "PBSZ set to 0.");
181 vsf_cmdio_write(p_sess, FTP_BADPROT, "PROT needs a secure connection.");
186 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Clear.");
191 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Private.");
196 vsf_cmdio_write(p_sess, FTP_NOHANDLEPROT, "PROT not supported.");
200 vsf_cmdio_write(p_sess, FTP_NOSUCHPROT, "PROT not recognized.");
H A Dftpdataio.c107 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
120 vsf_cmdio_write(p_sess, FTP_BADSENDCONN, "Security: Bad IP connecting.");
164 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
180 vsf_cmdio_write(
H A Dftpcmdio.c67 vsf_cmdio_write(struct vsf_session* p_sess, int status, const char* p_text) function

Completed in 329 milliseconds