From owner-cvs-all Mon Feb 3 19:33:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A40B037B401; Mon, 3 Feb 2003 19:33:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 474C143F43; Mon, 3 Feb 2003 19:33:26 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h143XQbv098651; Mon, 3 Feb 2003 19:33:26 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h143XQMA098650; Mon, 3 Feb 2003 19:33:26 -0800 (PST) Message-Id: <200302040333.h143XQMA098650@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 3 Feb 2003 19:33:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2003/02/03 19:33:26 PST Modified files: libexec/ftpd ftpd.c Log: RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU, so return reply code 553 to indicate a error from open(2) for consistency, as long as the code is used in the rest of the STOR/STOU handler. Revision Changes Path 1.142 +1 -1 src/libexec/ftpd/ftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message