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

gd at samba.org gd at samba.org
Thu Nov 29 23:31:12 GMT 2007


Author: gd
Date: 2007-11-29 23:31:12 +0000 (Thu, 29 Nov 2007)
New Revision: 26213

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

Log:
Trying to fix confusing inline comment about wkssvc_PasswordBuffer.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/wkssvc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/wkssvc.c	2007-11-29 23:22:49 UTC (rev 26212)
+++ branches/SAMBA_4_0/source/torture/rpc/wkssvc.c	2007-11-29 23:31:12 UTC (rev 26213)
@@ -1151,8 +1151,9 @@
 /* encode a wkssvc_PasswordBuffer for remote joining/unjoining:
  *
  * similar to samr_CryptPasswordEx. Different: 8byte confounder (instead of
- * 16byte), confounder at the beginning of the 516 byte buffer (instead of at
- * the end), MD5Update() reordering of session_key and confounder - Guenther */
+ * 16byte), confounder in front of the 516 byte buffer (instead of after that
+ * buffer), calling MD5Update() first with session_key and then with confounder
+ * (vice versa in samr) - Guenther */
 
 static bool encode_wkssvc_join_password_buffer(struct torture_context *tctx,
 					       struct dcerpc_pipe *p,



More information about the samba-cvs mailing list