Three major functionality changes

--
Make NTLMv2 as a default authentication mechanism within NTLMSSP

Enable cifs/smb signing

Use Crypto sync hash APIs instead of cifs crypto functions to genereate
various hashes such as arc4/rc4, md5, and hmac-md5 used during authentication
and smb/cifs signature generation
--


These patches are split into mainly three pathes, roughly per functionality
as mentioned above.
These are intended to fix the broken ntlmv2 functionality, enable signing
and replace cifs crypto functions with kernel crypto fuctions.
There still remains some clean-up to do, especially since exising crypto 
functions are used by auth mechs like NTLM which still get used.
A follow-up patch should and would follow to do just that.

Signed-off-by: Shirish Pargaonkar <[email protected]>

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to