]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key...
authorShirish Pargaonkar <shirishpargaonkar@gmail.com>
Sun, 19 Sep 2010 03:01:58 +0000 (22:01 -0500)
committerSteve French <sfrench@us.ibm.com>
Wed, 29 Sep 2010 19:04:29 +0000 (19:04 +0000)
commit5f98ca9afb9c004f8948c0d40920503de447918a
treeb9b59bb6a8226925c42c8bbbef85de95e86a9133
parentaa91c7e4ab9b0842b7d7a7cbf8cca18b20df89b5
cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds

Change name of variable mac_key to session key.
The reason mac_key was changed to session key is, this structure does not
hold message authentication code, it holds the session key (for ntlmv2,
ntlmv1 etc.).  mac is generated as a signature in cifs_calc* functions.

Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsencrypt.c
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/sess.c
fs/cifs/transport.c