Go to file
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
bin Add CWARNFLAGS+=-Wno-format-y2k. 1998-08-25 15:13:16 +00:00
distrib ./etc/mtree/BSD.{pkg,x11}.dist are gone. 1998-09-05 18:50:52 +00:00
etc Create USB devices. 1998-09-06 02:52:40 +00:00
games Add braces to make the new egcs happy. 1998-08-30 09:19:36 +00:00
gnu distclean is a synonym for cleandir 1998-09-05 14:57:41 +00:00
include Assign my copyright to the TNF. 1998-09-05 13:11:07 +00:00
lib distclean is a synonym for cleandir 1998-09-05 14:46:13 +00:00
libexec * complete fix for `multiple replies returned for single parse error' 1998-09-06 10:39:40 +00:00
regress Use PF_* for socket(2) calls. 1998-06-24 23:51:30 +00:00
sbin Assign my copyrights to TNF. 1998-09-05 13:08:38 +00:00
share Use UTC instead of GMT, and rearrange the wording a bit. 1998-09-05 19:21:24 +00:00
sys May as well check in my 64-bit kernel config file for the moment. 1998-09-06 04:43:47 +00:00
usr.bin remove -Dunix and #ifdef unix where it is only used to select 1998-09-06 02:54:47 +00:00
usr.sbin Fix paths to match the current code. 1998-09-06 06:25:59 +00:00
Makefile No need to shield alpha from gcc 2.7 libgcc any longer. Default is egcs. 1998-08-27 14:11:45 +00:00