freebsd-skq/libexec/ftpd
yar 021deab651 Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).
The support for RFC 2640 (UTF8) is optional and rudimentary.
The server just advertises its capability to handle UTF-8 file
names and relies on its own 8-bit cleanness, as well as on
the backward compatibility of UTF-8 with ASCII.  So uploaded
files will have UTF-8 names, but the initial server contents
should be prepared in UTF-8 by hand, no on-the-fly conversion
of file names will be done.

PR:		bin/111714
Submitted by:	Zhang Weiwu <see email in the PR>
MFC after:	1 week
2007-04-18 22:43:39 +00:00
..
config.h
extern.h
ftpchroot.5
ftpcmd.y Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8). 2007-04-18 22:43:39 +00:00
ftpd.8 Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8). 2007-04-18 22:43:39 +00:00
ftpd.c Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8). 2007-04-18 22:43:39 +00:00
logwtmp.c Use __FBSDID. 2004-11-18 13:46:29 +00:00
Makefile Fix compilation of ftpcmd.y without -DINET6. 2006-06-05 15:50:34 +00:00
pathnames.h
popen.c Use __FBSDID. 2004-11-18 13:46:29 +00:00