summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove set but not used variable 'smb_buf'YueHaibing2018-12-241-2/+0Star
* cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2018-12-241-1/+1
* cifs: check kmalloc before useNicholas Mc Guire2018-08-231-0/+6
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-031-2/+2
* CIFS: Enable encryption during session setup phasePavel Shilovsky2017-02-011-12/+10Star
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-011-1/+4
* cifs: check hash calculating succeededLuis de Bethencourt2016-06-241-0/+2
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-241-34/+42
* cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand2016-06-241-1/+1
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-05-171-14/+18
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-05-171-18/+23
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-05-171-12/+16
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-05-171-12/+20
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+1
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-111-1/+1
|\
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-111-1/+1
* | Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu2014-12-081-0/+5
|/
* cifs: remove dead codeArnd Bergmann2014-09-161-17/+0Star
* cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon2014-08-211-3/+4
* Remove sparse build warningSteve French2014-08-021-1/+1
* cifs: Separate rawntlmssp auth from CIFS_SessSetup()Sachin Prabhu2014-08-011-227/+263
* cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu2014-08-011-62/+153
* cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu2014-08-011-84/+232
* cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu2014-08-011-45/+258
* cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Sachin Prabhu2013-10-071-2/+2
* cifs: stop trying to use virtual circuitsJeff Layton2013-09-181-83/+1Star
* cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar2013-09-081-2/+6
* cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-081-3/+37
* cifs: Move string length definitions to uapiScott Lovenberg2013-09-081-5/+5
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-07-311-3/+3
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-241-1/+56
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-6/+3Star
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-6/+1Star
* cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-241-1/+3
* cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-241-11/+7Star
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-32/+37
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-051-4/+4
* CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky2012-09-271-1/+2
* CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky2012-07-241-3/+3
* CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky2012-07-241-1/+1
* CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky2012-07-241-1/+1
* cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton2012-07-231-1/+1
* cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar2012-02-021-4/+3Star
* cifs: check offset in decode_ntlmssp_challenge()Dan Carpenter2012-01-311-0/+4
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-191-17/+17
* cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar2011-10-301-1/+1
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-131-1/+3
* Revert "cifs: advertise the right receive buffer size to the server"Steve French2011-08-031-2/+1Star
* cifs: advertise the right receive buffer size to the serverJeff Layton2011-07-311-1/+2
* cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar2011-07-121-5/+5