Subject: sys/netinet/ip_ftp_pxy.c:ippr_ftp_insecure
To: None <darrenr@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-net
Date: 02/03/2001 00:06:36
	what is the meaning of ippr_ftp_insecure in ip_ftp_pxy.c?
	it looks that, depending on the variable, the ftp proxy module
	changes behavior against PORT command rewriting.
	the variable name makes me wonder what is it, and who/from whom
	does it try to protect what.

	- if the variable is set to 1, PORT command will be rewritten
	  independent of login status of client - even if USER/PASS is
	  not issued, PORT command will be rewritten.
	- if the variable is set to 1, PORT command will be rewritten
	  only after successful ftp login.

	cvs commit logs were not helpful.

itojun