r8107: now that we properly separate DOS and NT status codes all the places
authorAndrew Tridgell <tridge@samba.org>
Mon, 4 Jul 2005 01:57:53 +0000 (01:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:08 +0000 (13:19 -0500)
commit74942e1a11501dd75085b29f16ac66cd2185fe2b
tree1a8ecc6a96cd691f2b4bc26a30b65fa4f8d108c4
parentb3383236a27655227fd20b10252e156aac8e61c5
r8107: now that we properly separate DOS and NT status codes all the places
that relied on the mapping need to be fixed. The first thing is to get
all the torture tests working against w2k3 again with nt status codes
enabled. The 2nd step will be to make them pass with nt status
disabled.

This starts on the first task, fixing the assumption that
NT_STATUS_INVALID_LOCK_SEQUENCE is a valid substitute for
ERRDOS:ERRbadaccess
(This used to be commit 87cdd117081193d215c5a9e3603438e058ad777b)
source4/ntvfs/ntvfs_generic.c
source4/torture/raw/open.c