updated the TCON test so that win2000 passes. Samba now fails this
authorAndrew Tridgell <tridge@samba.org>
Sat, 29 Mar 2003 23:30:53 +0000 (23:30 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 29 Mar 2003 23:30:53 +0000 (23:30 +0000)
commitbe98069c4e5bbfbe3ce66c20f796c2d2324e7511
treefd6ebc22b3aa2fe5c8de9fe04a421b160d81a5a3
parentb97f6620aa80df9649775f81055b70146a03ec66
updated the TCON test so that win2000 passes. Samba now fails this
test.

It is an interesting test because it shows that win2000 completely
ignores the TID and VUID fields in a SMBwriteX. In Samba it is hard to
do this as we check the VUID and TID fields before we call the SMB
specific reply functions.

The test also shows that the list of open files must be global to the
socket, not specific to a tcon.
source/torture/torture.c