- added support for our client library to not negotiate nt status codes, controlled
authortridge <tridge@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 4 Jul 2005 01:23:38 +0000 (01:23 +0000)
committertridge <tridge@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 4 Jul 2005 01:23:38 +0000 (01:23 +0000)
commit9e805948f7fe33c42740114e50538138bedf71e5
treeed400055e3f9c528c1e8338f207d7349b70fd2a8
parent66c050d0e5f3f678c3674cedac3e7069c332f631
- added support for our client library to not negotiate nt status codes, controlled
  with 'nt status support' option.

- make nt_errstr() display nice strings for dos status codes encoded
  using NT_STATUS_DOS()

- no longer map between dos and nt status codes in the client library,
  instead return using NT_STATUS_DOS()

- fixed the RAW-CONTEXT test to look for
  NT_STATUS_DOS(ERRSRV, ERRbaduid) instead of NT_STATUS_INVALID_HANDLE

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@8104 0c0555d6-39d7-0310-84fc-f1cc0bd64818
source/libcli/raw/clitransport.c
source/libcli/raw/libcliraw.h
source/libcli/raw/rawnegotiate.c
source/libcli/util/clierror.c
source/libcli/util/nterr.c
source/torture/raw/context.c
source/torture/torture.c