]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import of LukeM's ftpd taken from the NetBSD CVS repo on 31-Aug-2006.
authorobrien <obrien@FreeBSD.org>
Thu, 31 Aug 2006 16:55:08 +0000 (16:55 +0000)
committerobrien <obrien@FreeBSD.org>
Thu, 31 Aug 2006 16:55:08 +0000 (16:55 +0000)
commit69d151f2f0a51e6b96651d4e8ee86985b63800ad
tree69a47569ca430ea4facdfde3a374c615d6ca4de2
parent6047e98e5a10d201a9f152e679510774a2d53a02
Import of LukeM's ftpd taken from the NetBSD CVS repo on 31-Aug-2006.
+ Add PAM and LOGIN_CAP support. Mostly from FreeBSD.
+ Implement option "-D", for running ftpd in standalone mode (daemon).
+ NLST should return 450 instead of 550 upon error, per RFC 959.
+ Add recvbufsize configuration option
+ Remove unreachable code (res could never be NULL here), Coverity CID 712.
+ Set file to NULL after calling fclose(), Coverity CID 2669.
+ Make sure that "su" is initialized before dereferencing it, Coverity CID 1075.
+ Cleanup utmp and utmpx support.
13 files changed:
contrib/lukemftpd/src/Makefile
contrib/lukemftpd/src/cmds.c
contrib/lukemftpd/src/conf.c
contrib/lukemftpd/src/extern.h
contrib/lukemftpd/src/ftpcmd.y
contrib/lukemftpd/src/ftpd.8
contrib/lukemftpd/src/ftpd.c
contrib/lukemftpd/src/ftpd.conf.5
contrib/lukemftpd/src/logutmp.c
contrib/lukemftpd/src/logwtmp.c
contrib/lukemftpd/src/pathnames.h
contrib/lukemftpd/src/popen.c
contrib/lukemftpd/src/version.h