From owner-cvs-src@FreeBSD.ORG Thu Aug 31 16:55:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0E816A4DA; Thu, 31 Aug 2006 16:55:10 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B001B43D55; Thu, 31 Aug 2006 16:55:10 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7VGtATh070003; Thu, 31 Aug 2006 16:55:10 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7VGtACf070001; Thu, 31 Aug 2006 16:55:10 GMT (envelope-from obrien) Message-Id: <200608311655.k7VGtACf070001@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 31 Aug 2006 16:55:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LUKEM Cc: Subject: cvs commit: src/contrib/lukemftpd/src - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 16:55:11 -0000 obrien 2006-08-31 16:55:10 UTC FreeBSD src repository src/contrib/lukemftpd/src - Imported sources Update of /home/ncvs/src/contrib/lukemftpd/src In directory repoman.freebsd.org:/tmp/cvs-serv69926 Log Message: 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. Status: Vendor Tag: LUKEM Release Tags: nbsd_20060831 U src/contrib/lukemftpd/src/Makefile U src/contrib/lukemftpd/src/cmds.c U src/contrib/lukemftpd/src/conf.c U src/contrib/lukemftpd/src/extern.h U src/contrib/lukemftpd/src/ftpcmd.y U src/contrib/lukemftpd/src/ftpd.8 C src/contrib/lukemftpd/src/ftpd.c C src/contrib/lukemftpd/src/ftpd.conf.5 U src/contrib/lukemftpd/src/ftpusers.5 U src/contrib/lukemftpd/src/logutmp.c U src/contrib/lukemftpd/src/logwtmp.c U src/contrib/lukemftpd/src/pathnames.h U src/contrib/lukemftpd/src/popen.c U src/contrib/lukemftpd/src/version.h 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLUKEM:yesterday -jLUKEM src/contrib/lukemftpd/src