svn commit: samba r3206 - in branches/SAMBA_4_0/source: libcli/util torture/raw

tridge at samba.org tridge at samba.org
Mon Oct 25 07:56:49 GMT 2004


Author: tridge
Date: 2004-10-25 07:56:48 +0000 (Mon, 25 Oct 2004)
New Revision: 3206

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=3206&nolog=1

Log:
- added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE

- force disable spnego in the RAW-CONTEXT test (it breaks the test)



Modified:
   branches/SAMBA_4_0/source/libcli/util/errormap.c
   branches/SAMBA_4_0/source/torture/raw/context.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/errormap.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/errormap.c	2004-10-25 07:55:08 UTC (rev 3205)
+++ branches/SAMBA_4_0/source/libcli/util/errormap.c	2004-10-25 07:56:48 UTC (rev 3206)
@@ -747,6 +747,7 @@
 	{ERRSRV,	ERRnoroom,	NT_STATUS_DISK_FULL},
 	{ERRSRV,	ERRnoresource,	NT_STATUS_REQUEST_NOT_ACCEPTED},
 	{ERRSRV,	ERRtoomanyuids,	NT_STATUS_TOO_MANY_SESSIONS},
+	{ERRSRV,	ERRbaduid,	NT_STATUS_INVALID_HANDLE},
 	{ERRSRV,	123,	NT_STATUS_OBJECT_NAME_INVALID},
 	{ERRSRV,	206,	NT_STATUS_OBJECT_NAME_INVALID},
 	{ERRHRD,	1,	NT_STATUS_NOT_IMPLEMENTED},

Modified: branches/SAMBA_4_0/source/torture/raw/context.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/context.c	2004-10-25 07:55:08 UTC (rev 3205)
+++ branches/SAMBA_4_0/source/torture/raw/context.c	2004-10-25 07:56:48 UTC (rev 3206)
@@ -406,6 +406,8 @@
 	BOOL ret = True;
 	TALLOC_CTX *mem_ctx;
 
+	lp_set_cmdline("use spnego", "False");
+
 	if (!torture_open_connection(&cli)) {
 		return False;
 	}



More information about the samba-cvs mailing list