Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.59 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if (first_time) /* should this be moved into common code
  2.                                    with similar ntlmv2 path? */
  3.                 /*   cifs_calculate_ntlmv2_mac_key(ses->server->mac_signing_key,
  4.                                 response BB FIXME, v2_sess_key); */
  5.  
  6.                 /* copy session key */
  7.  
  8.         /*      memcpy(bcc_ptr, (char *)ntlm_session_key,LM2_SESS_KEY_SIZE);
  9.                 bcc_ptr += LM2_SESS_KEY_SIZE; */
  10.                 memcpy(bcc_ptr, (char *)v2_sess_key,
  11.                        sizeof(struct ntlmv2_resp));
  12.                 bcc_ptr += sizeof(struct ntlmv2_resp);