NetBSD/libexec/ftpd
lukem 96ad830ee2 - add '-C user', which runs checkaccess(user) and exits with the result
(0 == user allowed in /etc/ftpusers, 1 == user denied in /etc/ftpusers).
  from Jim Bernard <jbernard@tater.mines.edu> in [security/4061] with mods
- getopt returns -1 not EOF
- in lostcon(), call dologout(1) not dologout(-1);
1997-09-23 14:25:30 +00:00
..
Makefile Add WARNS=1 1997-07-01 20:49:59 +00:00
conf.c implement '-c confdir', which allows the specification of an alternate 1997-09-23 13:56:39 +00:00
extern.h implement '-c confdir', which allows the specification of an alternate 1997-09-23 13:56:39 +00:00
ftpcmd.y Add missing braces. `check_modify' returns 0 without a reply. See PR #3779. 1997-06-24 08:49:27 +00:00
ftpd.8 - add '-C user', which runs checkaccess(user) and exits with the result 1997-09-23 14:25:30 +00:00
ftpd.c - add '-C user', which runs checkaccess(user) and exits with the result 1997-09-23 14:25:30 +00:00
logwtmp.c
pathnames.h implement '-c confdir', which allows the specification of an alternate 1997-09-23 13:56:39 +00:00
popen.c