NetBSD/libexec/ftpd
lukem e3a2c5cc44 * add two new ftpd.conf(5) directives:
chroot	specify dir to chroot to for GUEST and CHROOT users, to
		override -a anondir or the user's homedir.
	homedir	specify dir to change to upon login; also used for ~ expansion
		and $HOME for subprocesses)
  both of these can take % escapes: %u (username), %d (homedir), %c (class).
* fix NLST to take a pathname not a STRING, so that ~ expansion works
* modify CWD to use the homedir parsed from curclass.homedir
* implement format_path(dst, src), to parse src expanding % escapes (see above)
  into dst.
* rename format_file() to display_file()
2000-07-17 02:30:52 +00:00
..
Makefile Make things builds with GCC 2.96 2000-07-03 03:34:25 +00:00
cmds.c base64_encode(): separate out the special case for the last 2 bytes, and 2000-07-10 22:41:17 +00:00
conf.c * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00
extern.h * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00
ftpcmd.y * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00
ftpd.8 * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00
ftpd.c * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00
ftpd.conf.5 * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00
ftpusers.5 * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00
logutmp.c convert to ANSI C as per style guide 2000-05-20 02:20:18 +00:00
logwtmp.c convert to ANSI C as per style guide 2000-05-20 02:20:18 +00:00
pathnames.h only define _DEFAULT_CONFDIR if not set. (allows compile-time override) 2000-03-06 21:42:26 +00:00
popen.c - Always close(pdata) if it was a valid filedescriptor before setting it to -1. 2000-05-20 23:34:55 +00:00
version.h * add two new ftpd.conf(5) directives: 2000-07-17 02:30:52 +00:00