NetBSD/libexec/ftpd
lukem c984c19121 * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner
solution with less code replication. use realpath() in logcmd() so
  that all logged filenames are sane.
* support `REST STREAM' in `FEAT' reply (from draft-ietf-ftpext-mlst-05)
* in 'HELP', suffix unimplemented commands with `-' instead of `*'; the
  former is easier to differentiate from `+'.
* deprecate curdir() now that logcmd() doesn't use it.
* ensure all filename buffers are at least MAXPATHLEN+1 in size.
* move jmp_buf errcatch out of extern.h, removing need to #include <setjmp.h>
  in every file.
1998-12-28 04:54:00 +00:00
..
Makefile * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +00:00
conf.c * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +00:00
extern.h * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +00:00
ftpcmd.y * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +00:00
ftpd.8 Fix typo, per PR 6457 by Geoff C. Wing <gcw@pobox.com> 1998-11-18 13:32:17 +00:00
ftpd.c * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +00:00
logwtmp.c * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +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 * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +00:00
util.c * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner 1998-12-28 04:54:00 +00:00