r26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer.
authorGünther Deschner <gd@samba.org>
Thu, 29 Nov 2007 22:31:12 +0000 (23:31 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:46:54 +0000 (05:46 +0100)
Guenther
(This used to be commit e3ce22107efe5758817a7f969c8a31e434c6ccb5)

source4/torture/rpc/wkssvc.c

index f82238da61b2cef7e322ce4c630fb71a0e4f4ccc..83f7edf056ec7e5cccd1269995d3cfd79602609c 100644 (file)
@@ -1151,8 +1151,9 @@ static bool test_NetrJoinDomain(struct torture_context *tctx,
 /* 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,