From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 17 14:48:35 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9DD616A404 for ; Tue, 17 Apr 2007 14:48:35 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 54B0913C44C for ; Tue, 17 Apr 2007 14:48:35 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 95712 invoked from network); 17 Apr 2007 13:45:53 -0000 Received: from dotat.atdotat.at (HELO [62.48.0.47]) ([62.48.0.47]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 17 Apr 2007 13:45:53 -0000 Message-ID: <4624D800.1060607@freebsd.org> Date: Tue, 17 Apr 2007 16:21:52 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050217 MIME-Version: 1.0 To: Zhang Weiwu References: <1176725221.17708.16.camel@joe.realss.com> <200704161910.17794.pieter@degoeje.nl> <4623BF5E.7000907@realss.com> <200704171037.25514.nvass@teledomenet.gr> <1176799412.6766.19.camel@joe.realss.com> In-Reply-To: <1176799412.6766.19.camel@joe.realss.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org, yar@freebsd.org Subject: Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 14:48:36 -0000 Zhang Weiwu wrote: > On Tue, 2007-04-17 at 10:37 +0300, Nikos Vassiliadis wrote: > >>On Monday 16 April 2007 21:24, Zhang Weiwu wrote: >> >>>Pieter de Goeje 写道: >>> >>>>I think your patch looks good, however there have been some changes to ftpd >>>>since 6.1. Also, since lukemftp is imported from NetBSD, you might want to >>>>contact the original author so future imports won't discard this new feature. >>>> >>> >>>Original author of lukemftp? I never used that software before, but >>>would be glad to try as next option and see if I can patch that too. >> >>lukemftp is the former name of tnftp, which is known in >>FreeBSD as the native ftp client and server. So it would >>be better to send your pathes directly to them, Luke Mewburn >>or the NetBSD project. >> >>http://freshmeat.net/projects/tnftp/ >> > > Okay, now I got it, so /usr/libexec/ftpd is > simply /usr/libexec/lukemftpd's copy or reconfigured version. This is not correct. We have lukemftpd in the src/contrib directory but it is not activated by default. The standard ftpd found in usr/libexec is the traditional FreeBSD ftpd. It is not imported from somewhere else. > I'll reach tnftp team. I read from their webpage that they have > implemented RFC 2389 themselves. Yar Tikhiy is our ftpd maintainer. I've put him into the cc line of this email. He may not be subscribed to this mailing list. -- Andre