s4/torture: Add two new SMB RAW-OPEN tests
authorAravind Srinivasan <aravind.srinivasan@isilon.com>
Thu, 1 Oct 2009 23:13:37 +0000 (16:13 -0700)
committerSteven Danneman <steven.danneman@isilon.com>
Fri, 2 Oct 2009 00:14:53 +0000 (17:14 -0700)
commitb529a1e98723c30f965f71fb1e9577edb23219d1
tree963fbfdb4e39b5c7ea87926e483e460c21ce812f
parent50db2902eebd143cea4e93bdc3771fcf2c5211f5
s4/torture: Add two new SMB RAW-OPEN tests

* Add chained NTCREATEX_READX test which first tries to open/read
  a non-existant file failing on the open, then attempts the same
  operation on a file that does exist, opening and reading
  successfully.

* Add test for open_dispositions on directories.
source4/libcli/raw/interfaces.h
source4/libcli/raw/rawfile.c
source4/torture/raw/open.c