NetBSD/libexec/ftpd
lukem c31e16f75e Add two new ftpd.conf(5) directives:
- 'denyquick'; deny a connection so tagged by ftpusers(5) after the USER
  command instead of the PASS command. whilst this might provide some
  info leakage of accounts names if you have some `real' or `chroot'
  users enabled and not others, it does prevent accidental entering of
  such passwords if you have all such users denied. This option is
  strongly recommended on anonymous-only servers.
  Functionality requested by Rob Windsor in [bin/12602]
- 'private'; don't display class related information in the output of STAT.
  For paranoid admins.
2001-12-04 13:54:12 +00:00
..
Makefile - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) 2001-12-01 10:25:29 +00:00
cmds.c crank copyrights of files changed this year 2001-04-25 01:46:25 +00:00
conf.c Add two new ftpd.conf(5) directives: 2001-12-04 13:54:12 +00:00
extern.h Add two new ftpd.conf(5) directives: 2001-12-04 13:54:12 +00:00
ftpcmd.y - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) 2001-12-01 10:25:29 +00:00
ftpd.8 set "upload guest on" in incoming example, even though it is the default 2001-10-13 13:50:18 +00:00
ftpd.c Add two new ftpd.conf(5) directives: 2001-12-04 13:54:12 +00:00
ftpd.conf.5 Add two new ftpd.conf(5) directives: 2001-12-04 13:54:12 +00:00
ftpusers.5 Improve FILES section. 2001-12-01 16:24:24 +00:00
logutmp.c convert to ANSI C as per style guide 2000-05-20 02:20:18 +00:00
logwtmp.c fix redundant declarations. 2001-02-04 22:04:11 +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 - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) 2001-12-01 10:25:29 +00:00
version.h Add two new ftpd.conf(5) directives: 2001-12-04 13:54:12 +00:00