2001-09-19  Balazs Scheidler  <bazsi@balabit.balabit>

	* applied some fixes from commercial version

	* do not free exported variables, since they are freed by pyvars

2001-09-04  Balazs Scheidler  <bazsi@balabit.hu>

	* Ftp.py, *.c: consitent naming changes, updated docstrings

2001-05-30  Szalay Attila  <sasa@balabit.hu>

	* ftp.c (ftp_command_process): Put error answer setting before
	ftp_policy_command_hash_do

2001-05-28  Szalay Attila  <sasa@balabit.hu>

	* Rename some policy constans.

2001-05-15  Szalay Attila  <sasa@balabit.hu>

	* ftpcmd.c (ftp_command_parse_string): Enable some command in
	FTP_STATE_DATA state.

2001-04-27  Szalay Attila  <sasa@balabit.hu>

	* ftp.c (ftp_proto_nt_client_to_proxy): New parameter in
	non-transparent mode. Now possible to connect other than port 21.

	* Bugfix: Doesn't drop connection if a RETR can't start.

2001-04-18  Balazs Scheidler  <bazsi@balabit.hu>

	* *.c: added trace messages, fixed some code formatting inconsitencies

2001-04-17  Balazs Scheidler  <bazsi@balabit.hu>

	* ftp.c (ftp_data_wakeup): increment refcounter of Py_None when
	returning it (caused a hard to trace SIGSEGV)

	* Ftp.py: added type argument to data_proxy creation

2001-04-10  Szalay Attila  <sasa@balabit.hu>

	* ftp.c (zorp_module_init): Change proxy type to ZR_SPROXY.

2001-04-04  Balazs Scheidler  <bazsi@balabit.hu>

	* configure.in: bumped version number to 1.0.0

2001-03-21  Szalay Attila  <sasa@balabit.hu>

	* Ftp.py (FtpProxy.loadAnswers): Put answers 213, 550 for SIZE and MDTM

2001-03-05  Balazs Scheidler  <bazsi@balabit.hu>

	* Ftp.py: import os for os.close() used in bounce attack check

2001-02-19  Balazs Scheidler  <bazsi@balabit.hu>

	* Ftp.py: call self.session.stop() from __destroy__() instead of
	shutdown()

2001-01-29  Balazs Scheidler  <bazsi@balabit.hu>

	* ftp.c: removed some log messages

	* Ftp.py: merged FtpDataConnect into FtpProxy to avoid a circular
	reference,
	use __destroy__ to call resetData to close pending data connections

	* Ftp.py (FtpDataConnect.__init__): removed unused session parameter,
	removed unused self.localsa attribute initialization

2001-01-25  Szalay Attila  <sasa@balabit.hu>

	* configure.in: Bugfix. Zorp now compile when not installed before.

	* ftp.c (ftp_listen_both_side): Bugfix. If error occured, and poll not
	exists when we call 'em, doesn't go endless loop.

	* New ChangeLog for ftp.