svn commit: samba r10440 - in branches/SAMBA_4_0/source/torture/rpc: .

abartlet at samba.org abartlet at samba.org
Fri Sep 23 02:05:27 GMT 2005


Author: abartlet
Date: 2005-09-23 02:05:26 +0000 (Fri, 23 Sep 2005)
New Revision: 10440

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10440

Log:
Start passing against Win2k3 SP1 again, with the NTLMv2 changes
described on the list.  I probably need to write more specific NTLMv2
sucess and failure mode tests.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/rpc/samlogon.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samlogon.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samlogon.c	2005-09-23 01:05:08 UTC (rev 10439)
+++ branches/SAMBA_4_0/source/torture/rpc/samlogon.c	2005-09-23 02:05:26 UTC (rev 10440)
@@ -572,7 +572,7 @@
 	DATA_BLOB lmv2_response = data_blob(NULL, 0);
 	DATA_BLOB lmv2_session_key = data_blob(NULL, 0);
 	DATA_BLOB ntlmv2_session_key = data_blob(NULL, 0);
-	DATA_BLOB names_blob = NTLMv2_generate_names_blob(samlogon_state->mem_ctx, lp_netbios_name(), lp_workgroup());
+	DATA_BLOB names_blob = NTLMv2_generate_names_blob(samlogon_state->mem_ctx, TEST_MACHINE_NAME, lp_workgroup());
 
 	uint8_t lm_session_key[8];
 	uint8_t user_session_key[16];



More information about the samba-cvs mailing list