NetBSD/libexec/ftpd
itojun d7dc7d22d1 setproctitle(), and for any other printf variants, it is not a good idea
to pass variable directly like foo(x).  use foo("%s", x) to avoid misuse.
from: openbsd
2000-07-05 22:15:04 +00:00
..
Makefile Make things builds with GCC 2.96 2000-07-03 03:34:25 +00:00
cmds.c rewrite method of traversing facttab[]; use size of list to terminate 2000-06-19 17:08:05 +00:00
conf.c various fixes suggested by Robert Elz: 2000-06-19 15:15:03 +00:00
extern.h various fixes suggested by Robert Elz: 2000-06-19 15:15:03 +00:00
ftpcmd.y various fixes suggested by Robert Elz: 2000-06-19 15:15:03 +00:00
ftpd.8 fix problems noted by <dogcow@redback.com> in [bin/10390] and private email: 2000-06-20 07:39:46 +00:00
ftpd.c setproctitle(), and for any other printf variants, it is not a good idea 2000-07-05 22:15:04 +00:00
ftpd.conf.5 fix problems noted by <dogcow@redback.com> in [bin/10390] and private email: 2000-06-20 07:39:46 +00:00
ftpusers.5 Clarify the meaning of `directive', as requested in [security/10229] 2000-05-30 23:53:37 +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 various fixes suggested by Robert Elz: 2000-06-19 15:15:03 +00:00