[email protected] wrote:
> Make ntlmv2 as an authentication mechanism within ntlmssp
> instead of ntlmv1.
> Parse type 2 response in ntlmssp negotiation to pluck
> AV pairs and use them to calculate ntlmv2 response token.
> Also, assign domain name from the sever response in type 2
> packet of ntlmssp and use that (netbios) domain name in
> calculation of response.
> 
> Enable cifs/smb signing using rc4 and md5.
> 
> Changed name of the structure mac_key to session_key to reflect
> the type of key it holds.
> 
> Use kernel crypto_shash_* APIs instead of the equivalent cifs functions.
> 
> 
> From 6ab552fd60804f3c708e1745ca936112fc9f9821 Mon Sep 17 00:00:00 2001
> From: Shirish Pargaonkar <[email protected]>
> Date: Wed, 4 Aug 2010 17:24:07 -0500
> Subject: [PATCH] Make ntlmv2 as auth mech and enable signing using 
> crypto_shash APIs
> 
> Signed-off-by: Shirish Pargaonkar <[email protected]>

Acked-by: Herbert Xu <[email protected]>

Thanks,
-- 
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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