aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky1-3/+3
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky1-1/+1
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky1-1/+1
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton1-1/+1
2012-02-02cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3
2012-01-31cifs: check offset in decode_ntlmssp_challenge()Dan Carpenter1-0/+4
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French1-17/+17
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar1-1/+1
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton1-1/+3
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Steve French1-2/+1
2011-07-31cifs: advertise the right receive buffer size to the serverJeff Layton1-1/+2
2011-07-12cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar1-5/+5
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-21/+21
2011-05-19cifs: keep BCC in little-endian formatJeff Layton1-1/+1
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Steve French1-2/+3
2011-05-19[CIFS] Use ecb des kernel crypto APIs instead ofSteve French1-1/+1
2011-04-29cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton1-1/+3
2011-04-29cifs: change bleft in decode_unicode_ssetup back to signed typeJeff Layton1-14/+1
2011-04-12various endian fixes to cifsSteve French1-2/+2
2011-04-12Allow user names longer than 32 bytesSteve French1-10/+9
2011-02-21cifs: Fix regression in LANMAN (LM) auth codeShirish Pargaonkar1-4/+4
2011-01-20cifs: use get/put_unaligned functions to access ByteCountJeff Layton1-7/+6
2011-01-20cifs: remove code for setting timeouts on requestsJeff Layton1-1/+1
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton1-60/+54
2011-01-06cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Shirish Pargaonkar1-19/+14
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during authenticationShirish Pargaonkar1-11/+18
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar1-4/+8
2010-10-27NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar1-1/+1
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchangeShirish Pargaonkar1-7/+19
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar1-68/+39
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman1-2/+2
2010-10-19Clean up two declarations of blob_lenShirish Pargaonkar1-5/+8
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar1-20/+8
2010-10-06ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended securityShirish Pargaonkar1-3/+6
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar1-38/+81
2010-09-29cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holdsShirish Pargaonkar1-5/+5
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French1-89/+29
2010-09-08Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French1-8/+5
2010-09-08Revert "[CIFS] Eliminate unused variable warning"Steve French1-2/+1
2010-08-26[CIFS] Eliminate unused variable warningSteve French1-1/+2
2010-08-23missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar1-5/+8
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French1-29/+89
2010-06-16cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton1-9/+1
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton1-1/+1
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton1-7/+14
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-29/+29
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-06[CIFS] Maximum username length check in session setup does not matchSteve French1-6/+5
2009-06-25[CIFS] cleanup asn handling for ntlmsspSteve French1-1/+1
2009-05-06[CIFS] Fix SMB uid in NTLMSSP authenticate requestSteve French1-0/+4