NetBSD/libexec/ftpd
wiz 4c99916337 va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
..
Makefile - move password checking into separate valid_passwd() function, to assist 2000-11-30 02:59:11 +00:00
cmds.c crank copyrights of files changed this year 2001-04-25 01:46:25 +00:00
conf.c a few changes from Mike Heffner <mheffner@vt.edu> in private email: 2001-09-19 00:50:52 +00:00
extern.h use __NetBSD__ instead of BSD4_4 to determine if we should automatically 2001-07-13 05:37:49 +00:00
ftpcmd.y crank copyrights of files changed this year 2001-04-25 01:46:25 +00:00
ftpd.8 Expand description of shells(5) requirement. 2001-08-31 00:05:31 +00:00
ftpd.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
ftpd.conf.5 Alan Barrett informs me that "advertise" (instead of "advertize") is 2001-07-08 07:27:14 +00:00
ftpusers.5 Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +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 crank copyrights of files changed this year 2001-04-25 01:46:25 +00:00
version.h a few changes from Mike Heffner <mheffner@vt.edu> in private email: 2001-09-19 00:50:52 +00:00