r3608: added BASE-DENYDOS test
authorAndrew Tridgell <tridge@samba.org>
Mon, 8 Nov 2004 01:21:45 +0000 (01:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:38 +0000 (13:05 -0500)
commitd8565f89b7e42fce569f456a1873866c394d7190
tree0ef88e661cf2eb71baf7dc54622c4227db046af4
parente0586efe7abfa427918779042024d7e529f92f49
r3608: added BASE-DENYDOS test

this test demonstrates how w2k3 handles the special semantics of
DENY_DOS when 2 opens happen on the same connection. The 2nd open
doesn't actually do a NTFS open, it happens as a secondary reference
to the same internal file handle in the CIFS layer. The evidence is
that the 2nd open shares the same POSITION_INFORMATION field as the
first open, but only for the special DENY_DOS cases that would
normally be refused.
(This used to be commit eeec57d4f6d18a40e0ce451bfe051b3f699e8337)
source4/torture/basic/denytest.c
source4/torture/torture.c