Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/21/2004 16:04:07
Module Name:	src
Committed By:	jdolecek
Date:		Sun Mar 21 16:04:07 UTC 2004

Modified Files:
	src/sys/fs/smbfs: smbfs_smb.c

Log Message:
in smbfs_smb_lookup(), check the returned (found) file name matches
exactly the filename we wanted to lookup, so that file names differing
in case are refused right away

resolves the chdir part of PR kern/22835 by Rob Quinn (cd succeeded when
it was supposed to fail)


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/fs/smbfs/smbfs_smb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.