NetBSD/libexec/ftpd
lukem 0bba8ce38d * don't depend upon buffer returned by fgetln() to remain. fix mainly
from Tatoku Ogaito <tacha@tera.fukui-med.ac.jp> in [bin/3967]
* fgetln() doesn't \0 terminate its string. look for the \n and replace
  it with \0 (if no \n, ignore the line - it's most likely corrupt)
* more intensive checks on strdup() returns (not a current mem leak,
  but depended upon code elsewhere to cleanup - not good)
* cleanup some syslog error messages
1997-08-14 02:06:15 +00:00
..
Makefile Add WARNS=1 1997-07-01 20:49:59 +00:00
conf.c * don't depend upon buffer returned by fgetln() to remain. fix mainly 1997-08-14 02:06:15 +00:00
extern.h - Pass gcc -Wall 1997-06-18 19:05:46 +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 * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
ftpd.c * don't depend upon buffer returned by fgetln() to remain. fix mainly 1997-08-14 02:06:15 +00:00
logwtmp.c - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
pathnames.h * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
popen.c - Pass gcc -Wall 1997-06-18 19:05:46 +00:00