CVS update: samba/source/smbd

tridge at samba.org tridge at samba.org
Tue Feb 26 16:45:33 EST 2002


Date:	Mon Feb 25 21:45:33 2002
Author:	tridge

Update of /home/cvs/samba/source/smbd
In directory va:/tmp/cvs-serv13935

Modified Files:
	nttrans.c open.c 
Log Message:
This is a nasty hack to fix "xcopy /o" from win2000 on a Samba share

The hack passes the true ntcreate desired_access down to open_file_shared1()
from the ntcreatex function. This is used to determine if share modes
should be used in denying this open.

This hack will become unnecessary when we redo open.c to use the proper
NTCreateX semantics rather than trying to jam the ntcreate semantics into
openX semantics.



Revisions:
nttrans.c		1.145 => 1.146
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/nttrans.c?r1=1.145&r2=1.146
open.c		1.107 => 1.108
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/open.c?r1=1.107&r2=1.108




More information about the samba-cvs mailing list