2000-09-14 20:27  joe

	* configure.in: Changed version number to 0.0.10 Added $srcdir/ to
	the compliation of rel2abs (Brad suggested this)

2000-09-03 16:56  joe

	* Makefile.am, cmds.c, config.c, ftpread.c: Fixed double-free()s,
	removed logfile messages, included rel2abs.c into the distribution

2000-09-03 14:08  joe

	* configure.in, rel2abs.c: Added relative => absolute conversion
	utility

2000-09-03 10:36  joe

	* jftpgw.conf.sample.in: Added some more comments to the config
	file

2000-09-03 01:11  joe

	* configure.in: Fixed crypt support in configure.in script

2000-09-03 00:35  joe

	* cmds.c: Some times the password string was "Password requested
	for user@host", changed this to _always_ "... for user"

2000-09-02 23:41  joe

	* bindport.c, jftpgw.h: Removed dmalloc.h line Added a cast to log
	the pid to suppress a Solaris warning

2000-09-02 18:18  joe

	* access.c, bindport.c, config.c, jftpgw.c, jftpgw.h, util.c: Fixed
	memory leaks and other annoying errors

2000-09-02 13:58  joe

	* bindport.c, jftpgw.c, jftpgw.h, util.c: Revised signal handlers.
	They only call the allowed functions now, save errno and restore it
	and set flags that are checked by the main program.

2000-08-23 03:04  joe

	* secsftp_cmds.c: Corrected throughput rate for secsftp

2000-08-23 02:35  joe

	* cmds.c, config.c: Fixed a bug (too short memory reserved at
	forwards) in cmds.c

2000-08-21 19:39  joe

	* jftpgw.c, jftpgw.h, util.c: Changes... Dunno what, at the moment
	:-)

2000-08-17 22:46  joe

	* cmds.c: Restored the flags of after setting it to nonblocking

2000-08-17 22:37  joe

	* bindport.c, cmds.c, config.c, configure.in, jftpgw.c,
	jftpgw.conf.sample.in, jftpgw.h, login.c, util.c: Added option
	"atstartchangerootdir"
	
	If one of the changerootdir-Options is specified, all logfiles are
	relative to that path. "atstartchangerootdir" overweighs
	
	Changed the socket descriptor to nonblocking in transmitfile. Not
	yet tested on BSD.

2000-08-12 15:02  joe

	* active.c, cmds.c, config.c, ftpread.c, jftpgw.h, login.c: Added
	transparent-forward option

2000-08-07 23:57  joe

	* active.c, cmds.c, ftpread.c, util.c: Fixed some small bugs, a
	double free() in ftpread.c and proper reset when switching between
	active and passive FTP

2000-08-01 00:05  joe

	* access.c, bindport.c, cmds.c, config.c, ftpread.c, jftpgw.c,
	jftpgw.conf.sample.in, jftpgw.h, login.c, passive.c,
	secsftp_cmds.c, std_cmds.c, util.c: Did dmalloc debugging

2000-07-29 18:39  joe

	* access.c, bindport.c, cmds.c, config.c, configure.in, jftpgw.c,
	jftpgw.conf.sample.in, jftpgw.h, login.c: Removed bindport
	bindaddress options and introduced listen option Fixed 2 log()
	calls and added the debug level

2000-07-29 14:46  joe

	* Makefile.am, access.c, active.c, bindport.c, cmds.c, config.c,
	ftpread.c, jftpgw.c, jftpgw.conf.sample.in, jftpgw.h, log.c, log.h,
	login.c, openport.c, passive.c, secsftp_cmds.c, util.c: Included
	Brads patch:
	
	- removes unused APPSDIR variable - fixes usage of DESTDIR for
	install-data-local as well as improving style a bit by using the
	CONFPATH set farther up in the Makefile instead of hardcoding it.
	
	Introduced debuglevel option and adapted log() function and its
	calls

2000-07-28 23:45  joe

	* access.c, bindport.c, cmds.c, config.c, jftpgw.h, log.c, login.c,
	util.c: Cleared logging of PASS Added more li->respcode = Added
	function getcode(char*)

2000-07-27 02:59  joe

	* configure.in: Released jftpgw 0.0.10b Just changed the
	configure.in switch

2000-07-27 02:56  joe

	* jftpgw.conf.sample.in, support/Makefile.am,
	support/jftpgw.startscript.non-RH: Added Non-RedHat startscript
	Added inadvertently removed line about the access file in
	jftpgw.conf.sample.in

2000-07-26 01:35  joe

	* bindport.c, cmds.c, configure.in, jftpgw.conf.sample.in, util.c:
	Added Listening on... on port...  Fixed wrong setlastbits() routine

2000-07-21 01:35  joe

	* cmds.c, config.c, jftpgw.c, jftpgw.conf.sample.in, jftpgw.h:
	Patch for bindaddress

2000-07-20 03:12  joe

	* bindport.c, cmds.c, config.c, jftpgw.conf.sample.in: Added
	support for passive transparent proxy ftp

2000-07-18 20:42  joe

	* cmds.c: Removed compiler warnings on the detection of our
	interface on solaris but I do not have a possibility to test it at
	the moment

2000-07-18 20:33  joe

	* cmds.c, jftpgw.h, openport.c: Added not-tested code to determine
	our interface address for the transparent proxy mode

2000-07-16 02:50  joe

	* jftpgw.conf.sample.in: Changes to the configuration file

2000-07-15 23:26  roger

	* bindport.c, cmds.c, config.c, jftpgw.c, jftpgw.conf.sample.in,
	passive.c: Added transparent proxy support in a first step Added
	option "pidfile"

2000-07-02 21:13  roger

	* cmds.c: Some small fixes

2000-07-02 20:38  roger

	* cmds.c, login.c: Fixed some small bugs

2000-07-02 14:58  roger

	* configure.in, support/sftp-0.9.4/exec.c,
	support/sftp-0.9.4/sftp.c, support/sftp-0.9.4/sftp.h,
	support/sftp-0.9.4/sftpclient.c, support/sftp-0.9.4/sftpserv.c,
	support/sftpservsh/sftpservsh.c: Changed version number to 0.0.9
	Imported changes to the sftp files from tuxx Changed /bin/sftpserv
	to /usr/local/bin/sftpserv in sftpservsh

2000-06-30 01:55  roger

	* Makefile.am, bindport.c, cmds.c, configure.in, log.c: Various
	portability fixes

2000-06-29 22:36  roger

	* configure.in: [no log message]

2000-06-29 19:41  roger

	* acconfig.h, configure.in, jftpgw.h, support/Makefile.am,
	support/jftpgw.startscript, support/sftp-0.9.4/Makefile.am,
	support/sftp-0.9.4/sftp.c, support/sftp-0.9.4/sftp.h,
	support/sftp-0.9.4/sftpclient.c: Added strings.h check Added RedHat
	start script. Contributed by Michele Vignali <mvignali@bci.it>
	Other fixes

2000-06-28 17:08  roger

	* Makefile.am, acconfig.h, bindport.c, cmds.c, config.c,
	configure.in, jftpgw.c, jftpgw.conf.sample.in, login.c, openport.c,
	secsftp_cmds.c, support/Makefile.am, support/dummy/Makefile.am,
	support/sftp-0.9.4/Makefile.am, support/sftpservsh/Makefile.am:
	Added --enable-sftp option Changed setuid() behaviour Added
	--version, --help Added passallauth option Added SO_REUSEADDR on
	the first bind() Other fixes  :-)

2000-06-21 14:18  roger

	* acconfig.h, cmds.c, config.c, configure.in,
	jftpgw.conf.sample.in, jftpgw.h, jftpgw.spec.in, login.c,
	secsftp_cmds.c, secsftp_cmds.h, std_cmds.c, util.c: Added
	ssh_option option Added passallauth option

2000-06-13 19:41  roger

	* cmds.h: Added cmds.h

2000-06-13 19:34  roger

	* config.guess, config.sub: Added two other files

2000-06-13 19:29  roger

	* Makefile.am, acconfig.h, active.c, bindport.c, cmds.c, config.c,
	configure.in, ftpread.c, jftpgw.access.sample.in, jftpgw.c,
	jftpgw.conf.sample.in, jftpgw.h, login.c, ltconfig, ltmain.sh,
	passive.c, secsftp_cmds.c, secsftp_cmds.h, sftp_client.h,
	std_cmds.c, std_cmds.h, util.c, support/Makefile.am,
	support/sftp-0.9.4/Changelog, support/sftp-0.9.4/Makefile.am,
	support/sftp-0.9.4/README, support/sftp-0.9.4/exec.c,
	support/sftp-0.9.4/netrc.c, support/sftp-0.9.4/recvfile.c,
	support/sftp-0.9.4/sendfile.c, support/sftp-0.9.4/sftp.1,
	support/sftp-0.9.4/sftp.c, support/sftp-0.9.4/sftp.h,
	support/sftp-0.9.4/sftp.spec, support/sftp-0.9.4/sftpclient.c,
	support/sftp-0.9.4/sftpserv.c, support/sftp-0.9.4/sftpshare.c,
	support/sftpservsh/sftpservsh.c: Added sftp support. Modified a lot
	of files Fixed some minor bugs in the std version

2000-05-15 00:12  roger

	* Makefile.am, README, active.c, bindport.c, cmds.c, config.c,
	configure.in, jftpgw.c, jftpgw.conf.sample.in, jftpgw.h,
	openport.c, passive.c, tunnel.c: Released 0.0.8 Removed the
	ssh-Tunnel experiments...  :-(

2000-05-01 18:18  roger

	* bindport.c, cmds.c, config.c, ftpread.c, passive.c, tunnel.c: The
	ssh tunneling feature seems to work for the first time!  ;-)

2000-05-01 09:28  joe

	* configure.in, tunnel.c: Did some further work on the ssh
	tunneling feature

2000-04-30 14:10  joe

	* configure.in: Enhanced configure.in with -lsocket -lnsl -lresolv
	(if needed)

2000-04-30 13:11  joe

	* Makefile.am, cmds.c, jftpgw.c, jftpgw.h, passive.c, tunnel.c,
	util.c: Added tunnel.c Added tunneling through ssh (yet it does not
	work :-)

2000-04-28 21:29  roger

	* bindport.c, configure.in, jftpgw.conf.sample.in: Fixed the BSD
	"Software caused connection abort" bug configure tries to determine
	some paths and writes them to the sample config file

2000-03-09 03:03  roger

	* config.c, jftpgw.h: Fixed compiler warnings for multiple
	declaration of variables in header files

2000-03-09 02:56  roger

	* bindport.c, cmds.c, config.c, jftpgw.c, jftpgw.h: Fixed connect
	to 0 bug Fixed segfault with no limit option

2000-03-05 20:21  joe

	* cmds.c, ftpread.c, jftpgw.h: Added comments Fixed serverport
	option (was ignored)

2000-03-03 18:56  roger

	* Makefile.am, bindport.c, cmds.c, config.c, ftpread.c, jftpgw.c,
	jftpgw.h, login.c, util.c: Changes to the source code, mainly
	commenting, reorganizing

2000-02-28 21:10  roger

	* cmds.c: Removed setting of servermode to ASCLIENT after a
	transfer

2000-02-26 22:28  roger

	* active.c, bindport.c, cmds.c, jftpgw.h, passive.c: added comments

2000-02-26 18:51  roger

	* access.c, bindport.c, config.c, configure.in, jftpgw.h: Fixed a
	bug in access.c. Misc other changes

2000-02-21 22:39  roger

	* bindport.c, config.c, jftpgw.c, jftpgw.h: Added connection
	limits, part 2

2000-02-20 19:48  joe

	* bindport.c, config.c, jftpgw.conf.sample.in, jftpgw.h: limit
	option, part 1

2000-02-20 05:24  joe

	* util.c: Fixed a infinite loop problem

2000-02-17 15:49  joe

	* cmds.c, config.c, jftpgw.c, jftpgw.conf.sample.in, jftpgw.h:
	Added and implemented new option changerootdir Slightly changed the
	Abort-handling function

2000-02-16 13:19  joe

	* aclocal.m4, cmds.c, jftpgw.spec, log.c: Removed logging of
	commands from standard logfile Hopefully fixed a bug with uncleared
	fdsets that made jftpgw hang

2000-02-15 19:05  roger

	* configure.in: remove a typo

2000-02-15 19:04  roger

	* aclocal.m4, configure.in: changed so that it runs with a new
	automake version

2000-02-13 16:53  joe

	* README, COPYING, Makefile.am, acconfig.h, aclocal.m4,
	configure.in, install-sh, jftpgw.access.sample.in,
	jftpgw.conf.sample.in, jftpgw.spec.in, missing, mkinstalldirs,
	access.c, active.c, bindport.c, cmds.c, config.c, jftpgw.c, log.c,
	login.c, openport.c, passive.c, util.c, jftpgw.h, log.h,
	jftpgw.spec, support/Makefile.am, support/getopt.h,
	support/getopt.c, support/getopt1.c: Created repository

2000-02-13 16:53  joe

	* README, COPYING, Makefile.am, acconfig.h, aclocal.m4,
	configure.in, install-sh, jftpgw.access.sample.in,
	jftpgw.conf.sample.in, jftpgw.spec.in, missing, mkinstalldirs,
	access.c, active.c, bindport.c, cmds.c, config.c, jftpgw.c, log.c,
	login.c, openport.c, passive.c, util.c, jftpgw.h, log.h,
	jftpgw.spec, support/Makefile.am, support/getopt.h,
	support/getopt.c, support/getopt1.c: Initial revision

