r549: added support for DOS error codes in NTSTATUS returns. This uses a
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 May 2004 11:56:13 +0000 (11:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:47 +0000 (12:51 -0500)
commit10fdfb52398857b604fff9684ee65a96d970bdaa
tree1b1517ddc1bc3ec515603bdd24a2a46b0bfa2b7b
parentb1cd98188d6f1f8236f5dbc7a3605a39ae27fb73
r549: added support for DOS error codes in NTSTATUS returns. This uses a
range of NTSTATUS codes that are normally invalid to prevent conflicts
with real error codes.

use the new DOS facility to fix the ERRbaduid return that volker found
source/include/nt_status.h
source/smb_server/request.c
source/smb_server/smb_server.c