NetBSD/libexec/ftpd
lukem 6dd25eb757 Update to 20060923 for the following changes:
20060201
debug -> ftpd_debug
xstrdup -> ftpd_strdup

20060317
* Make sure that "su" is initialized before dereferencing it.
  Fixes Coverity CID 1075.
* Set file to NULL after calling fclose().
  Fixes Coverity CID 2669.
* Remove unreachable code (res could never be NULL here).
  Fixes Coverity CID 712.

20060509
change (mostly) int to socklen_t.  GCC 4 doesn't like that int and
socklen_t are different signness.

20060923
Apply patch from PR bin/33261 sent by FUKAOMI Naoki:
"ftpd does not update wtmpx".
2006-09-25 06:30:55 +00:00
..
cmds.c
conf.c
extern.h
ftpcmd.y
ftpd.8
ftpd.c change (mostly) int to socklen_t. GCC 4 doesn't like that int and 2006-05-09 20:18:05 +00:00
ftpd.conf.5
ftpusers.5
logutmp.c
logwtmp.c Apply patch from PR bin/33261 sent by FUKAOMI Naoki: 2006-09-23 16:03:50 +00:00
Makefile Remove more references to kerberosIV. 2006-03-23 20:14:16 +00:00
pathnames.h
popen.c
version.h Update to 20060923 for the following changes: 2006-09-25 06:30:55 +00:00