Re: [PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code

2010-09-17 Thread Shirish Pargaonkar
On Fri, Sep 17, 2010 at 9:19 AM, Jeff Layton jlay...@samba.org wrote: On Thu, 16 Sep 2010 00:47:03 -0500 shirishpargaon...@gmail.com wrote: From: Shirish Pargaonkar shirishpargaon...@gmail.com Attribue Value (AV) pairs or Target Info (TI) pairs are part of ntlmv2 authentication. Structure

Re: [PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code

2010-09-17 Thread Jeff Layton
On Fri, 17 Sep 2010 09:46:51 -0500 Shirish Pargaonkar shirishpargaon...@gmail.com wrote: On Fri, Sep 17, 2010 at 9:19 AM, Jeff Layton jlay...@samba.org wrote: On Thu, 16 Sep 2010 00:47:03 -0500 shirishpargaon...@gmail.com wrote: From: Shirish Pargaonkar shirishpargaon...@gmail.com

[PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code

2010-09-15 Thread shirishpargaonkar
From: Shirish Pargaonkar shirishpargaon...@gmail.com Attribue Value (AV) pairs or Target Info (TI) pairs are part of ntlmv2 authentication. Structure ntlmv2_resp had only definition for two av pairs. So removed it, and now allocation of av pairs is dynamic. For servers like Windows 7/2008, av

Re: [PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code

2010-09-15 Thread Jeff Layton
On Wed, 15 Sep 2010 17:37:04 -0500 shirishpargaon...@gmail.com wrote: From: Shirish Pargaonkar shirishpargaon...@gmail.com Attribue Value (AV) pairs or Target Info (TI) pairs are part of ntlmv2 authentication. Structure ntlmv2_resp had only definition for two av pairs. So removed it, and

Re: [PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code

2010-09-15 Thread Jeff Layton
On Wed, 15 Sep 2010 17:37:04 -0500 shirishpargaon...@gmail.com wrote: From: Shirish Pargaonkar shirishpargaon...@gmail.com Attribue Value (AV) pairs or Target Info (TI) pairs are part of ntlmv2 authentication. Structure ntlmv2_resp had only definition for two av pairs. So removed it, and

Re: [PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code

2010-09-15 Thread Shirish Pargaonkar
On Wed, Sep 15, 2010 at 6:09 PM, Jeff Layton jlay...@samba.org wrote: On Wed, 15 Sep 2010 17:37:04 -0500 shirishpargaon...@gmail.com wrote: From: Shirish Pargaonkar shirishpargaon...@gmail.com Attribue Value (AV) pairs or Target Info (TI) pairs are part of ntlmv2 authentication. Structure