NetBSD/libexec/ftpd
lukem 67d65f4970 - ensure 257 reply codes from PWD and MKD are RFC959 compliant:
257 "dirname" some message
  (any "s in dirname should be doubled, per the RFC)
- don't put an extra / in the output of NLST if the last char in the
  directory is a /
- bump the version to 7.01 because of these fixes
1997-09-18 07:27:35 +00:00
..
Makefile Add WARNS=1 1997-07-01 20:49:59 +00:00
conf.c * don't depend upon buffer returned by fgetln() to remain. fix mainly 1997-08-14 02:06:15 +00:00
extern.h - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
ftpcmd.y Add missing braces. `check_modify' returns 0 without a reply. See PR #3779. 1997-06-24 08:49:27 +00:00
ftpd.8 * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
ftpd.c - ensure 257 reply codes from PWD and MKD are RFC959 compliant: 1997-09-18 07:27:35 +00:00
logwtmp.c - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
pathnames.h * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
popen.c - Pass gcc -Wall 1997-06-18 19:05:46 +00:00