Go to file
lukem a26448af43 major overhaul (just before netbsd 1.5 :-):
* implement draft-ietf-ftpext-mlst-10 commands, especially MLST and MLSD.
  we already supported SIZE and MDTM. add the appropriate FEAT output lines.

* migrate a lot of the command code from ftpcmd.y and ftpd.c to cmds.c

* make dataconn(), feat(), lookup(), opts() and sizecmd() public

* modify struct tab so that it has a `flags' instead of `implemented' element,
  and remove the `hasopts' element.  If flags == 1, the command is implemented.
  if flags == 2, the command is implemented and takes options

* add macros ISDOTDIR(x) (is x ".") and ISDOTDOTDIR(x) (is x "..")

* modify lreply() so that lreply(-2, ...) just outputs the given info without
  a prefix or trailing \r\n. this saves doing b = printf(); total_* += b;

* enhance statcmd(). still needs work in the LPRT status stuff.

* crank version
2000-06-14 13:44:21 +00:00
bin Fix handling of "ps U<user>" where <user> ended it 't' - now if the 2000-06-08 13:30:39 +00:00
dist mention lack of support in DNS query/reply over IPv6 transport, 2000-06-14 05:54:30 +00:00
distrib The first cut of news68k install notes. Needs more enhancement. 2000-06-14 10:34:29 +00:00
etc MD etc bits. MAKEDEV incomplete. 2000-06-14 05:28:59 +00:00
games NetBSD: Ports to * boards. 2000-06-14 08:10:06 +00:00
gnu resolve conflicts. (mainly due to $Id$ mistake in past import) 2000-06-13 17:18:26 +00:00
include Remove 'extern' from function declarations. 2000-06-13 01:21:52 +00:00
lib fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
libexec major overhaul (just before netbsd 1.5 :-): 2000-06-14 13:44:21 +00:00
regress fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
sbin fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
share describe more sysctl variables. 2000-06-14 13:06:30 +00:00
sys add algorithm name into algorithm table. (commit to crypto-intl will follow) 2000-06-14 11:27:35 +00:00
usr.bin fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
usr.sbin Add comment to prevent further bogus commits. 2000-06-14 11:15:58 +00:00
Makefile remove two of the previous ${_M}; they were invoked before $DESTDIR/share/mk may have existed. add one more. 2000-05-21 07:33:05 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00