NetBSD/libexec/ftpd
lukem cf3263f735 * implement NOARGS state, for commands which don't take any arguments.
fixes long standing ftpd bug where two replies would be returned
  to the client if a command was flagged as accepting `ARGS' but the
  parser didn't know how to cope. obvious symptom of this would be
  ftp client is always one error message `behind' the server.
* consistently refer to the RFC as `RFC 959' not `RFC959' or `RFC-959',
  and replace refs to RFC 765 with RFC 959.
* change order of commands in cmdtab[] to: RFC 959, BSD extras, and obsolete.
* whitespace police, deprecate register, replace malloc/strcpy with strdup
1998-09-05 17:33:00 +00:00
..
Makefile fix disabling of optimization on powerpc (set COPTS *after* <bsd.prog.mk>...) 1998-04-13 14:24:02 +00:00
conf.c Add the ability to disable passive connects in ftpd.conf (breaks RFC1123, 1998-06-30 20:18:52 +00:00
extern.h const poisoning. 1998-07-27 01:55:23 +00:00
ftpcmd.y * implement NOARGS state, for commands which don't take any arguments. 1998-09-05 17:33:00 +00:00
ftpd.8 * implement NOARGS state, for commands which don't take any arguments. 1998-09-05 17:33:00 +00:00
ftpd.c replace malloc/strcpy with strdup 1998-09-05 17:00:01 +00:00
logwtmp.c const poisoning. 1998-07-27 01:45:09 +00:00
pathnames.h support displaying the stderr output from a LIST or a conversion to 1998-06-08 07:13:13 +00:00
popen.c GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters being 1998-06-19 22:58:04 +00:00