summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-021-2/+2
* CIFS: Enable encryption during session setup phasePavel Shilovsky2017-02-011-12/+10
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-011-1/+4
* cifs: check hash calculating succeededLuis de Bethencourt2016-06-231-0/+2
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-231-34/+42
* cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand2016-06-231-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-101-1/+1
|\
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-101-1/+1
* | Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu2014-12-071-0/+5
|/
* cifs: remove dead codeArnd Bergmann2014-09-161-17/+0
* 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-07-311-227/+263
* cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu2014-07-311-62/+153
* cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu2014-07-311-84/+232
* cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu2014-07-311-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/+1
* 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-301-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/+3
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-6/+1
* 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/+7
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-32/+37
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-041-4/+4
* CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky2012-09-261-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/+3
* cifs: check offset in decode_ntlmssp_challenge()Dan Carpenter2012-01-311-0/+4
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-181-17/+17
* cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar2011-10-291-1/+1
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-121-1/+3
* Revert "cifs: advertise the right receive buffer size to the server"Steve French2011-08-031-2/+1
* 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
* [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
OpenPOWER on IntegriCloud