commit | 4e53a3fb98d3d5c2941d2e7199dab317a9d4ead3 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Dec 05 20:41:21 2008 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Fri Dec 26 02:29:11 2008 +0000 |
tree | c3485a826f33e4b6f18b603a475a1bfef7bb7986 | |
parent | 55162dec9371a6f6ac63ff546c182cc6144a649e [diff] |
cifs: have calc_lanman_hash take more granular args cifs: have calc_lanman_hash take more granular args We need to use this routine to encrypt passwords associated with the tcon too. Don't assume that the password will be attached to the smb_session. Also, make some of the values in the lower encryption functions const since they aren't changed. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>