r8104: - added support for our client library to not negotiate nt status codes, contr...
authorAndrew Tridgell <tridge@samba.org>
Mon, 4 Jul 2005 01:23:38 +0000 (01:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:08 +0000 (13:19 -0500)
commite0d521ca79314b7c27512565262f614f67e20e64
tree9efe89f626380bb861052fce0e9ac4ccf3287f27
parentb48c1214548a22c989231291221554e3de2d3954
r8104: - 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
(This used to be commit ff5549e87ffae9f062394f30d8fd1ae95b614735)
source4/libcli/raw/clitransport.c
source4/libcli/raw/libcliraw.h
source4/libcli/raw/rawnegotiate.c
source4/libcli/util/clierror.c
source4/libcli/util/nterr.c
source4/torture/raw/context.c
source4/torture/torture.c