summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-141-12/+11
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-1/+1
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-25/+26
* cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-131-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* cifs: convert to use be32_add_cpu()Qinglang Miao2020-08-021-2/+1
* cifs: Remove the superfluous breakLiao Pingfang2020-08-021-1/+0
* cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel2020-06-041-0/+16
* cifs: multichannel: use pointer for binding channelAurelien Aptel2020-06-041-1/+2
* cifs: fix minor typos in comments and log messagesSteve French2020-06-021-4/+4
* cifs: Standardize logging outputJoe Perches2020-06-011-14/+14
* cifs: make multichannel warning more visibleAurelien Aptel2020-02-061-1/+1
* cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
* cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-041-0/+3
* cifs: try harder to open new channelsAurelien Aptel2019-11-251-10/+22
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-0/+213
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-2/+3
* fs/cifs/sess.c: Remove set but not used variable 'capabilities'zhengbin2019-09-231-2/+1
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-271-9/+17
* cifs: remove set but not used variable 'smb_buf'YueHaibing2018-12-231-2/+0
* cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2018-12-231-1/+1
* cifs: check kmalloc before useNicholas Mc Guire2018-08-231-0/+6
* 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