wine/ server/file.h server/file.c server/fd.c ...

Alexandre Julliard julliard at winehq.org
Sat Mar 27 14:48:42 CST 2004


ChangeSet ID:	11730
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/03/27 14:48:42

Modified files:
	server         : file.h file.c fd.c 
	dlls/kernel/tests: file.c 

Log message:
	Check file sharing permissions based on the file inode instead of the
	file name.
	Added regression test for sharing permissions.

Patch: http://cvs.winehq.org/patch.py?id=11730

Old revision  New revision  Changes     Path
 1.11          1.12          +3 -1       wine/server/file.h
 1.77          1.78          +4 -55      wine/server/file.c
 1.15          1.16          +48 -1      wine/server/fd.c
 1.31          1.32          +61 -0      wine/dlls/kernel/tests/file.c




More information about the wine-cvs mailing list