From owner-cvs-src-old@FreeBSD.ORG Wed Jan 13 18:28:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B2D11065693 for ; Wed, 13 Jan 2010 18:28:59 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89C678FC13 for ; Wed, 13 Jan 2010 18:28:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0DISx0d001000 for ; Wed, 13 Jan 2010 18:28:59 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0DISxP6000999 for cvs-src-old@freebsd.org; Wed, 13 Jan 2010 18:28:59 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201001131828.o0DISxP6000999@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Wed, 13 Jan 2010 18:28:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ftpd ftpd.c logwtmp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 18:28:59 -0000 ed 2010-01-13 18:28:41 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c logwtmp.c Log: SVN rev 202209 on 2010-01-13 18:28:41Z by ed Port ftpd to utmpx. Unfortunately I have to partially wreck its functionality, though. ftpd used to keep a file descriptor to the wtmp, which allowed it to work from within a chroot. The current utmpx implementation doesn't offer a way to do this. Maybe we can address this in the future, if it turns out to be a real issue. Revision Changes Path 1.215 +16 -18 src/libexec/ftpd/ftpd.c 1.14 +22 -34 src/libexec/ftpd/logwtmp.c