summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: populate server_hostname for extra channelsShyam Prasad N2021-11-231-0/+1
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-0/+13
* cifs: move debug print out of spinlockSteve French2021-11-161-1/+1
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-5/+1
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-12/+38
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-70/+118
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-254/+1
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-08-251-1/+1
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: fix ipv6 formating in cifs_ses_add_channelAurelien Aptel2021-06-201-1/+1
* smb3: do not attempt multichannel to server which does not support itSteve French2021-05-081-0/+6
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-061-0/+1
* cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-1/+1
* 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
|/