r8117: fixed a bunch more dos error code handing.
authorAndrew Tridgell <tridge@samba.org>
Mon, 4 Jul 2005 05:05:28 +0000 (05:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:10 +0000 (13:19 -0500)
commitfee56ea90040a020cfe1938a3678effa00b772d4
tree0ce5c2fb63ff0b65e7c21e2034f2ec5402ede7aa
parent54fba5b1b875cdb549510ad1d218b39b2a3c6d64
r8117: fixed a bunch more dos error code handing.

The biggest change was fixing the RAW-CONTEXT test. It was forcing
capabilities to zero in an attempt to not negotiated extended
security, but as a side effect it was forcing negotiation of dos error
codes. This confused the hell out of the test code!

Also fixed a bunch of places incorrectly using NT_STATUS_V() instead
of NT_STATUS_EQUAL() and several places that had the wrong dos status
codes
(This used to be commit 0b22744f40804a0d6dc94bfc40ec09306f584f7e)
source4/torture/basic/attr.c
source4/torture/basic/delete.c
source4/torture/basic/locking.c
source4/torture/basic/scanner.c
source4/torture/raw/context.c
source4/torture/raw/eas.c
source4/torture/raw/lock.c
source4/torture/torture.c