Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200447
b: refs/heads/master
c: 8a224d4
h: refs/heads/master
i:
  200445: 498c136
  200443: 44b8687
  200439: 2e1732b
  200431: 3bed0f5
  200415: 04d8007
  200383: 9a1891d
  200319: 754f72b
  200191: 7bbce07
v: v3
  • Loading branch information
Jeff Layton committed Jun 16, 2010
1 parent 73a2739 commit 5477c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47c78b7f40a9931a264e3c9bddccacdf8dfb9a30
refs/heads/master: 8a224d489454b7457105848610cfebebdec5638d
10 changes: 1 addition & 9 deletions trunk/fs/cifs/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,15 +730,7 @@ CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses,

/* calculate session key */
setup_ntlmv2_rsp(ses, v2_sess_key, nls_cp);
if (first_time) /* should this be moved into common code
with similar ntlmv2 path? */
/* cifs_calculate_ntlmv2_mac_key(ses->server->mac_signing_key,
response BB FIXME, v2_sess_key); */

/* copy session key */

/* memcpy(bcc_ptr, (char *)ntlm_session_key,LM2_SESS_KEY_SIZE);
bcc_ptr += LM2_SESS_KEY_SIZE; */
/* FIXME: calculate MAC key */
memcpy(bcc_ptr, (char *)v2_sess_key,
sizeof(struct ntlmv2_resp));
bcc_ptr += sizeof(struct ntlmv2_resp);
Expand Down

0 comments on commit 5477c92

Please sign in to comment.