summaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAge
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-02
* CIFS: Enable encryption during session setup phasePavel Shilovsky2017-02-01
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-01
* cifs: check hash calculating succeededLuis de Bethencourt2016-06-23
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-23
* cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand2016-06-23
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-05-17
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-05-17
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-05-17
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-05-17
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-10
|\
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-10
* | Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu2014-12-07
|/
* cifs: remove dead codeArnd Bergmann2014-09-16
* cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon2014-08-21
* Remove sparse build warningSteve French2014-08-02
* cifs: Separate rawntlmssp auth from CIFS_SessSetup()Sachin Prabhu2014-07-31
* cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu2014-07-31
* cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu2014-07-31
* cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu2014-07-31
* cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Sachin Prabhu2013-10-07
* cifs: stop trying to use virtual circuitsJeff Layton2013-09-18
* cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar2013-09-08
* cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-08
* cifs: Move string length definitions to uapiScott Lovenberg2013-09-08
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-07-30
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-24
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-24
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-24
* cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-24
* cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-24
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-04
* CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky2012-09-26
* CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky2012-07-24
* CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky2012-07-24
* CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky2012-07-24
* cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton2012-07-23
* cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar2012-02-02
* cifs: check offset in decode_ntlmssp_challenge()Dan Carpenter2012-01-31
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-18
* cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar2011-10-29
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-12
* Revert "cifs: advertise the right receive buffer size to the server"Steve French2011-08-03
* cifs: advertise the right receive buffer size to the serverJeff Layton2011-07-31
* cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar2011-07-12
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-27
* cifs: keep BCC in little-endian formatJeff Layton2011-05-19
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-19