[linux-cifs-client][patch] Make NTLMv2 as auth mech withing NTLMSSP and enable signing using crypto shash APIs

Herbert Xu herbert at gondor.apana.org.au
Wed Aug 4 22:44:30 MDT 2010


shirishpargaonkar at gmail.com 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 <shirishpargaonkar at gmail.com>
> 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 <shirishpargaonkar at gmail.com>

Acked-by: Herbert Xu <herbert at gondor.apana.org.au>

Thanks,
-- 
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


More information about the samba-technical mailing list