aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
AgeCommit message (Expand)Author
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-02cifs: convert to use be32_add_cpu()Qinglang Miao
2020-08-02cifs: Remove the superfluous breakLiao Pingfang
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel
2020-06-04cifs: multichannel: use pointer for binding channelAurelien Aptel
2020-06-02cifs: fix minor typos in comments and log messagesSteve French
2020-06-01cifs: Standardize logging outputJoe Perches
2020-02-06cifs: make multichannel warning more visibleAurelien Aptel
2019-12-04cifs: fix possible uninitialized access and race on iface_listAurelien Aptel
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)
2019-11-25cifs: try harder to open new channelsAurelien Aptel
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel
2019-09-23fs/cifs/sess.c: Remove set but not used variable 'capabilities'zhengbin
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg
2018-12-23cifs: remove set but not used variable 'smb_buf'YueHaibing
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva
2018-08-23cifs: check kmalloc before useNicholas Mc Guire
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu
2017-02-01CIFS: Enable encryption during session setup phasePavel Shilovsky
2017-02-01CIFS: Make SendReceive2() takes resp iovPavel Shilovsky
2016-06-23cifs: check hash calculating succeededLuis de Bethencourt
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand
2016-06-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu
2014-09-16cifs: remove dead codeArnd Bergmann
2014-08-21cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon
2014-08-02Remove sparse build warningSteve French
2014-07-31cifs: Separate rawntlmssp auth from CIFS_SessSetup()Sachin Prabhu
2014-07-31cifs: Split Kerberos authentication off CIFS_SessSetup()Sachin Prabhu
2014-07-31cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()Sachin Prabhu
2014-07-31cifs: Split lanman auth from CIFS_SessSetup()Sachin Prabhu
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authenti...Sachin Prabhu
2013-09-18cifs: stop trying to use virtual circuitsJeff Layton
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg