NetBSD/libexec/ftpd
lukem 0e5bdd5185 * complete fix for `multiple replies returned for single parse error'
problem; move `hasyyerrored' state flag out of yylex() so that
  check_{login,modify} can also set it.
* check result of check_login for PORT command
* set initial timeout before the "setjmp(); for(;;) yyparse()",
  otherwise an invalid command after login incorrectly sets the timeout
  to 5 minutes (rather than what was set in ftpd.conf)
* replace (char *)0 with NULL
* move yyerror() from ftpd.c to ftpcmd.y
* remove need for -Dunix, by using the version string from ftpd.c
  (instead of `BSD-199506')
* move all extern-ed vars into extern.h
1998-09-06 10:39:40 +00:00
..
conf.c * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +00:00
extern.h * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +00:00
ftpcmd.y * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +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 * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +00:00
logwtmp.c * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +00:00
Makefile * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +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 * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +00:00