aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar2012-02-131-4/+3
* cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar2011-07-121-5/+5
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-21/+21
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-1/+1
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-2/+3
* [CIFS] Use ecb des kernel crypto APIs instead ofSteve French2011-05-191-1/+1
* cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton2011-04-291-1/+3
* cifs: change bleft in decode_unicode_ssetup back to signed typeJeff Layton2011-04-291-14/+1
* various endian fixes to cifsSteve French2011-04-121-2/+2
* Allow user names longer than 32 bytesSteve French2011-04-121-10/+9
* cifs: Fix regression in LANMAN (LM) auth codeShirish Pargaonkar2011-02-211-4/+4
* cifs: use get/put_unaligned functions to access ByteCountJeff Layton2011-01-201-7/+6
* cifs: remove code for setting timeouts on requestsJeff Layton2011-01-201-1/+1
* cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton2011-01-091-60/+54
* cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Shirish Pargaonkar2011-01-061-19/+14
* cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-291-11/+18
* NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-291-4/+8
* NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-271-1/+1
* NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-261-7/+19
* NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-261-68/+39
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-211-2/+2
* Clean up two declarations of blob_lenShirish Pargaonkar2010-10-191-5/+8
* NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-141-20/+8
* ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar2010-10-061-3/+6
* cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar2010-09-291-38/+81
* cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar2010-09-291-5/+5
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-89/+29
* Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French2010-09-081-8/+5
* Revert "[CIFS] Eliminate unused variable warning"Steve French2010-09-081-2/+1
* [CIFS] Eliminate unused variable warningSteve French2010-08-261-1/+2
* missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar2010-08-231-5/+8
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-29/+89
* cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton2010-06-161-9/+1
* cifs: have decode_negTokenInit set flags in server structJeff Layton2010-05-051-1/+1
* cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton2010-04-281-7/+14
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-29/+29
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [CIFS] Maximum username length check in session setup does not matchSteve French2010-02-061-6/+5
* [CIFS] cleanup asn handling for ntlmsspSteve French2009-06-251-1/+1
* [CIFS] Fix SMB uid in NTLMSSP authenticate requestSteve French2009-05-061-0/+4
* [CIFS] NTLMSSP reenabled after move from connect.c to sess.cSteve French2009-05-041-3/+249
* [CIFS] Fix endian conversion of vcnum fieldSteve French2009-05-011-1/+1
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-301-4/+4
* cifs: fix session setup unicode string saving to use new unicode helpersJeff Layton2009-04-301-58/+22
* cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton2009-04-171-2/+7
* cifs: fix unicode string area word alignment in session setupJeff Layton2009-04-171-21/+23
* [CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French2009-02-211-2/+85
* [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif...Steve French2009-02-211-2/+2
* cifs: have calc_lanman_hash take more granular argsJeff Layton2008-12-261-1/+4
* cifs: explicitly revoke SPNEGO key after session setupJeff Layton2008-09-241-1/+3