From owner-cvs-all Tue Feb 4 0:30:55 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 5B7F137B401; Tue, 4 Feb 2003 00:30:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3CF443F85; Tue, 4 Feb 2003 00:30:53 -0800 (PST) (envelope-from tjr@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 h148Urbv003539; Tue, 4 Feb 2003 00:30:53 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h148UrLc003538; Tue, 4 Feb 2003 00:30:53 -0800 (PST) Message-Id: <200302040830.h148UrLc003538@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Feb 2003 00:30:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.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 tjr 2003/02/04 00:30:53 PST Modified files: sys/fs/smbfs smbfs_vnops.c Log: Add missing permission checks to the smbfs VOP_SETATTR vnode op for the case where the caller requests to change access or modification times. MFC after: 3 days Revision Changes Path 1.30 +5 -0 src/sys/fs/smbfs/smbfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message