Jim Myers wrote:
> 
> Has anyone ever run Microsoft IFSTEST suite against Samba shares?

Probably not - but it sounds like a good idea.  Is it publicly
available, or only in the IFS development kit?

> When I try to run these test cases, the 3rd test () fails on a
> directory create with the temporary option.
> This is considered invalid by Microsoft and Samba flunks this test.
> 
> Module nttrans.c needs the following code added in
> reply_ntcreate_and_X() to add this check:
> 
> if((file_attributes & FILE_ATTRIBUTE_TEMPORARY) > 0) {
> DEBUG(0,("reply_ntcreate_and_X: Directory %s with Temporary flag is
> invalid\n",
> fname));
> return(ERROR_NT(NT_STATUS_INVALID_PARAMETER));
> }
> 
> Jim Myers
> IBM Almaden Research Center
> B3-239, 408-927-2013

-- 
Andrew Bartlett                                 [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org     http://build.samba.org     http://hawkerc.net

Reply via email to