From owner-cvs-all Mon Feb 3 3:46:36 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 5211F37B405; Mon, 3 Feb 2003 03:46:33 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFA243F93; Mon, 3 Feb 2003 03:46:32 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18ff3S-0000X8-00; Mon, 03 Feb 2003 17:46:26 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18ff3S-0000Wc-00; Mon, 03 Feb 2003 17:46:26 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id h13BkSTb034293; Mon, 3 Feb 2003 17:46:28 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id h13BkRUc034259; Mon, 3 Feb 2003 17:46:27 +0600 (NOVT) Date: Mon, 3 Feb 2003 17:46:27 +0600 From: Alexey Dokuchaev To: Tim Robbins Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/fs/smbfs smbfs_vnops.c Message-ID: <20030203114627.GA33762@regency.nsu.ru> References: <200302030904.h1394ZZG097714@repoman.freebsd.org> <20030203104749.GB11974@regency.nsu.ru> <20030203223027.A67026@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030203223027.A67026@dilbert.robbins.dropbear.id.au> User-Agent: Mutt/1.4i X-Envelope-To: tjr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG 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 10:30:27PM +1100, Tim Robbins wrote: > 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 Oh.. Thanks for cleaing this up to me. Never mind. ;-) ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message