diff options
author | Günther Deschner <gd@samba.org> | 2007-11-29 23:31:12 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:54 +0100 |
commit | 85c83f6651967cbc489e94a7fbe5662baefd26c8 (patch) | |
tree | 80f41fb9825e9d13652cf414a6189ce31d4db206 /source4/torture | |
parent | cd5eb29f1f6fbc2213f316a528ffb9bf31f1d095 (diff) | |
download | samba-85c83f6651967cbc489e94a7fbe5662baefd26c8.tar.gz samba-85c83f6651967cbc489e94a7fbe5662baefd26c8.tar.xz samba-85c83f6651967cbc489e94a7fbe5662baefd26c8.zip |
r26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer.
Guenther
(This used to be commit e3ce22107efe5758817a7f969c8a31e434c6ccb5)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/wkssvc.c | 5 |
1 files changed, 3 insertions, 2 deletions
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, |