More on quotas
Jeremy Allison
jeremy at valinux.com
Wed Mar 28 17:00:55 GMT 2001
Jim McDonough wrote:
> Ok, I'll summarize less this time. NT doesn't issue this zero byte write
> to a samba server, presumably because some previous request failed (a
> transact2 query file info failed because of unsupported level 0x109. The
> following summary is from an NT client to a 2k server:
Here's an interesting comment from the 2.2 code in smbd/trans2.c
#if 0
/* NT4 server just returns "invalid query" to this - if we try to
answer
it then NTws gets a BSOD! (tridge) */
case SMB_QUERY_FILE_STREAM_INFO:
data_size = 24 + l;
SIVAL(pdata,0,pos);
SIVAL(pdata,4,size);
SIVAL(pdata,12,size);
SIVAL(pdata,20,l);
pstrcpy(pdata+24,fname);
break;
#endif
:-).
Maybe we need to revisit this...
Jeremy.
--
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------
More information about the samba-technical
mailing list