[comp.sys.next] Renovated ftpd source available from sutro.sfsu.edu

eps@toaster.SFSU.EDU (Eric P. Scott) (12/26/90)

pub/ftpd-src.tar.Z on sutro.sfsu.edu [130.212.15.230] is the
4.3-reno ftpd ported over to NeXT 1.0/1.0a (will it work on 2.0?
...you tell me).  This fixes the bug with NLST output being LF
terminated instead of CRLF terminated, and a few minor things
(backwards if conditions, etc.).

I've done the usual: fixed the malloc/free pairing (again, sigh),
fixed stupidities GCC catches but BSD's compiler doesn't, and,
of course, my pet peeve: "Pascalitis" (printf is not writeln!).
I've included a bare-bones Makefile (4.3-reno Makefiles aren't
compatible with anything else in the known Universe, so much
for 20 years of relative simplicity...).

The only functional change I've made is purely cosmetic: the
"Direct comments to" message at the end of the HELP message is
"more likely to" display a Fully-Qualified Domain Name.  (If you
enable anonymous FTP, you will have to put a resolv.conf with a
"domain" line in ~ftp/etc/ for this work.)

All changes are under conditionals, and I've left the original
sources in.

Note: SFSU performs "annual maintenance" the last week of
December and the first week of January which results in sporadic
power and communications outages.  Things "should" be "normal"
after 4 p.m. Pacific Time.

					-=EPS=-