From 85c83f6651967cbc489e94a7fbe5662baefd26c8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 29 Nov 2007 23:31:12 +0100 Subject: r26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer. Guenther (This used to be commit e3ce22107efe5758817a7f969c8a31e434c6ccb5) --- source4/torture/rpc/wkssvc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/wkssvc.c b/source4/torture/rpc/wkssvc.c index f82238da61..83f7edf056 100644 --- a/source4/torture/rpc/wkssvc.c +++ b/source4/torture/rpc/wkssvc.c @@ -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, -- cgit