aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-254/+1
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-06-20cifs: fix ipv6 formating in cifs_ses_add_channelAurelien Aptel1-1/+1
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel1-0/+1
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French1-1/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg1-12/+11
2020-12-13cifs: switch to new mount apiRonnie Sahlberg1-1/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-25/+26
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-02cifs: convert to use be32_add_cpu()Qinglang Miao1-2/+1
2020-08-02cifs: Remove the superfluous breakLiao Pingfang1-1/+0
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel1-0/+16
2020-06-04cifs: multichannel: use pointer for binding channelAurelien Aptel1-1/+2
2020-06-02cifs: fix minor typos in comments and log messagesSteve French1-4/+4
2020-06-01cifs: Standardize logging outputJoe Perches1-14/+14
2020-02-06cifs: make multichannel warning more visibleAurelien Aptel1-1/+1
2019-12-04cifs: fix possible uninitialized access and race on iface_listAurelien Aptel1-3/+26
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)1-0/+3
2019-11-25cifs: try harder to open new channelsAurelien Aptel1-10/+22
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-0/+213
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel1-2/+3
2019-09-23fs/cifs/sess.c: Remove set but not used variable 'capabilities'zhengbin1-2/+1
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg1-9/+17
2018-12-23cifs: remove set but not used variable 'smb_buf'YueHaibing1-2/+0
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva1-1/+1
2018-08-23cifs: check kmalloc before useNicholas Mc Guire1-0/+6
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu1-2/+2
2017-02-01CIFS: Enable encryption during session setup phasePavel Shilovsky1-12/+10
2017-02-01CIFS: Make SendReceive2() takes resp iovPavel Shilovsky1-1/+4
2016-06-23cifs: check hash calculating succeededLuis de Bethencourt1-0/+2
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand1-34/+42
2016-06-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand1-1/+1
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-1/+1
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick1-1/+1
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu1-0/+5
2014-09-16cifs: remove dead codeArnd Bergmann1-17/+0
2014-08-21cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon1-3/+4
2014-08-02Remove sparse build warningSteve French1-1/+1
2014-07-31cifs: Separate rawntlmssp auth from CIFS_SessSetup()Sachin Prabhu1-227/+263
2014-07-31cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu1-62/+153
2014-07-31cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu1-84/+232
2014-07-31cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu1-45/+258