From owner-cvs-all Mon Feb 3 3:30:41 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 1BDBE37B401; Mon, 3 Feb 2003 03:30:40 -0800 (PST) Received: from smtp03.iprimus.com.au (smtp03.iprimus.com.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B1D43F43; Mon, 3 Feb 2003 03:30:38 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from smtp02.iprimus.net.au (210.50.76.70) by smtp03.iprimus.com.au (6.7.010) id 3E3E0A810000E7CE; Mon, 3 Feb 2003 22:30:31 +1100 Received: from dilbert.robbins.dropbear.id.au ([210.50.41.10]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Mon, 3 Feb 2003 22:30:30 +1100 Received: from dilbert.robbins.dropbear.id.au (tbyvmv7igqvcklhi@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id h13BUSVY067355; Mon, 3 Feb 2003 22:30:28 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id h13BURsS067354; Mon, 3 Feb 2003 22:30:27 +1100 (EST) (envelope-from tim) Date: Mon, 3 Feb 2003 22:30:27 +1100 From: Tim Robbins To: Alexey Dokuchaev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/fs/smbfs smbfs_vnops.c Message-ID: <20030203223027.A67026@dilbert.robbins.dropbear.id.au> References: <200302030904.h1394ZZG097714@repoman.freebsd.org> <20030203104749.GB11974@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030203104749.GB11974@regency.nsu.ru>; from danfe@nsu.ru on Mon, Feb 03, 2003 at 04:47:50PM +0600 X-OriginalArrivalTime: 03 Feb 2003 11:30:30.0832 (UTC) FILETIME=[A8804300:01C2CB77] 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 On Mon, Feb 03, 2003 at 04:47:50PM +0600, Alexey Dokuchaev wrote: > On Mon, Feb 03, 2003 at 01:04:35AM -0800, Tim J. Robbins wrote: > > tjr 2003/02/03 01:04:35 PST > > > > Modified files: > > sys/fs/smbfs smbfs_vnops.c > > Log: > > Use vaccess() instead of rolling our own access checks. This fixes a bug > > where requests to open a file in append mode were always denied, and > > will also be useful when capabilities and auditing are implemented. > > Will this make it in 4.8 ? Correct me if I'm wrong, but RELENG_4 doesn't seem to have this problem with appending to files. The only problem I see is that smbfs probably won't work well in a jail. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message