Subject: CVS commit: src/dist/smbfs/mount_smbfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/21/2004 08:35:18
Module Name: src
Committed By: jdolecek
Date: Sun Mar 21 08:35:18 UTC 2004
Modified Files:
src/dist/smbfs/mount_smbfs: mount_smbfs.c
Log Message:
change the default SMB share owner - when run by non-root, use same uid as
the owner of the mount point (or user specified via -u); this is necessary
to succeed the permission check in the kernel SMB share code
owner setting via -O would still apply, but it's now not necessary when
doing non-root mount
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/dist/smbfs/mount_smbfs/mount_smbfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.