aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-1/+1
2014-12-10fs/cifs: remove obsolete __constantGravatar Fabian Frederick 1-1/+1
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooGravatar Sachin Prabhu 1-0/+5
2014-09-16cifs: remove dead codeGravatar Arnd Bergmann 1-17/+0
2014-08-21cifs: fix a possible null pointer deref in decode_ascii_ssetupGravatar Namjae Jeon 1-3/+4
2014-08-02Remove sparse build warningGravatar Steve French 1-1/+1
2014-07-31cifs: Separate rawntlmssp auth from CIFS_SessSetup()Gravatar Sachin Prabhu 1-227/+263
2014-07-31cifs: Split Kerberos authentication off CIFS_SessSetup()Gravatar Sachin Prabhu 1-62/+153
2014-07-31cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Gravatar Sachin Prabhu 1-84/+232
2014-07-31cifs: Split lanman auth from CIFS_SessSetup()Gravatar Sachin Prabhu 1-45/+258
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Gravatar Sachin Prabhu 1-2/+2
2013-09-18cifs: stop trying to use virtual circuitsGravatar Jeff Layton 1-83/+1
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Gravatar Shirish Pargaonkar 1-2/+6
2013-09-08cifs: Process post session setup code in respective dialect functions.Gravatar Shirish Pargaonkar 1-3/+37
2013-09-08cifs: Move string length definitions to uapiGravatar Scott Lovenberg 1-5/+5
2013-07-30cifs: extend the buffer length enought for sprintf() usingGravatar Chen Gang 1-3/+3
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoGravatar Jeff Layton 1-1/+56
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoGravatar Jeff Layton 1-6/+3
2013-06-24cifs: remove the cifs_ses->flags fieldGravatar Jeff Layton 1-6/+1
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Gravatar Jeff Layton 1-1/+3
2013-06-24cifs: make decode_ascii_ssetup void returnGravatar Jeff Layton 1-11/+7
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-32/+37
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpyGravatar Silviu-Mihai Popescu 1-4/+4
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupGravatar Pavel Shilovsky 1-1/+2
2012-07-24CIFS: Add session setup/logoff capability for SMB2Gravatar Pavel Shilovsky 1-3/+3
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structGravatar Pavel Shilovsky 1-1/+1
2012-07-24CIFS: Move protocol specific negotiate code to ops structGravatar Pavel Shilovsky 1-1/+1
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itGravatar Jeff Layton 1-1/+1
2012-02-02cifs: Fix oops in session setup code for null user mountsGravatar Shirish Pargaonkar 1-4/+3
2012-01-31cifs: check offset in decode_ntlmssp_challenge()Gravatar Dan Carpenter 1-0/+4
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Gravatar Steve French 1-17/+17
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Gravatar Shirish Pargaonkar 1-1/+1
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeGravatar Jeff Layton 1-1/+3
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Gravatar Steve French 1-2/+1
2011-07-31cifs: advertise the right receive buffer size to the serverGravatar Jeff Layton 1-1/+2
2011-07-12cifs: Fix signing failure when server mandates signing for NTLMSSPGravatar Shirish Pargaonkar 1-5/+5
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-21/+21
2011-05-19cifs: keep BCC in little-endian formatGravatar Jeff Layton 1-1/+1
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Gravatar Steve French 1-2/+3
2011-05-19[CIFS] Use ecb des kernel crypto APIs instead ofGravatar Steve French 1-1/+1
2011-04-29cifs: check for bytes_remaining going to zero in CIFS_SessSetupGravatar Jeff Layton 1-1/+3
2011-04-29cifs: change bleft in decode_unicode_ssetup back to signed typeGravatar Jeff Layton 1-14/+1
2011-04-12various endian fixes to cifsGravatar Steve French 1-2/+2
2011-04-12Allow user names longer than 32 bytesGravatar Steve French 1-10/+9
2011-02-21cifs: Fix regression in LANMAN (LM) auth codeGravatar Shirish Pargaonkar 1-4/+4
2011-01-20cifs: use get/put_unaligned functions to access ByteCountGravatar Jeff Layton 1-7/+6
2011-01-20cifs: remove code for setting timeouts on requestsGravatar Jeff Layton 1-1/+1
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeGravatar Jeff Layton 1-60/+54
2011-01-06cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Gravatar Shirish Pargaonkar 1-19/+14
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during au...Gravatar Shirish Pargaonkar 1-11/+18