Mon Mar  3 14:04:01 1997  Mark Eichin  <eichin@cygnus.com>

	* ftplib.c (openFtp): call krb5_get_init_creds_password *twice* so
	that the kdc_timesync feature works.

	* ftplib.M: add man page.

	* ftplib.c: lots of tweaks getting it to build cleanly.  Added
	unix-side "main" wrapper.  Use "ftp" port not "telnet" port.
	Added forward declarations for static functions, used ANSI C style
	definitions.  Add readFtp, writeFtp, closeFtp, radix_encode.
	Hide everything with static.
	* ftplib.h: add prototypes for exported functions.
	Add ftpverbose and ftpdebug as exported flags.

Mon Mar  3 03:12:35 1997  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* ftplib.c, ftplib.h: new files.  Simple ftp interface based on
	existing helper functions for normal ftp.  Code stolen liberally
	from the full blown ftp and the new kinit.  First draft.

