aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/sess.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-08cifs: fix ntlmssp auth when there is no key exchangeGravatar Paulo Alcantara 1-18/+36
2021-11-23cifs: populate server_hostname for extra channelsGravatar Shyam Prasad N 1-0/+1
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperGravatar Paulo Alcantara 1-0/+13
2021-11-16cifs: move debug print out of spinlockGravatar Steve French 1-1/+1
2021-11-12cifs: connect individual channel servers to primary channel serverGravatar Shyam Prasad N 1-5/+1
2021-11-12cifs: protect session channel fields with chan_lockGravatar Shyam Prasad N 1-12/+38
2021-11-08cifs: send workstation name during ntlmssp session setupGravatar Shyam Prasad N 1-70/+118
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-254/+1
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathGravatar Ding Hui 1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-06-20cifs: fix ipv6 formating in cifs_ses_add_channelGravatar Aurelien Aptel 1-1/+1
2021-05-08smb3: do not attempt multichannel to server which does not support itGravatar Steve French 1-0/+6
2021-03-06cifs: fix credit accounting for extra channelGravatar Aurelien Aptel 1-0/+1
2021-02-22cifs: change confusing field serverName (to ip_addr)Gravatar Steve French 1-1/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsGravatar Ronnie Sahlberg 1-12/+11
2020-12-13cifs: switch to new mount apiGravatar Ronnie Sahlberg 1-1/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hGravatar Ronnie Sahlberg 1-25/+26
2020-12-13cifs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-08-02cifs: convert to use be32_add_cpu()Gravatar Qinglang Miao 1-2/+1
2020-08-02cifs: Remove the superfluous breakGravatar Liao Pingfang 1-1/+0
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelGravatar Aurelien Aptel 1-0/+16
2020-06-04cifs: multichannel: use pointer for binding channelGravatar Aurelien Aptel 1-1/+2
2020-06-02cifs: fix minor typos in comments and log messagesGravatar Steve French 1-4/+4
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-14/+14
2020-02-06cifs: make multichannel warning more visibleGravatar Aurelien Aptel 1-1/+1
2019-12-04cifs: fix possible uninitialized access and race on iface_listGravatar Aurelien Aptel 1-3/+26
2019-12-04cifs: Fix lookup of SMB connections on multichannelGravatar Paulo Alcantara (SUSE) 1-0/+3
2019-11-25cifs: try harder to open new channelsGravatar Aurelien Aptel 1-10/+22
2019-11-25cifs: try opening channels after mountingGravatar Aurelien Aptel 1-0/+213
2019-11-25cifs: switch servers depending on binding stateGravatar Aurelien Aptel 1-2/+3
2019-09-23fs/cifs/sess.c: Remove set but not used variable 'capabilities'Gravatar zhengbin 1-2/+1
2019-08-27cifs: replace various strncpy with strscpy and similarGravatar Ronnie Sahlberg 1-9/+17
2018-12-23cifs: remove set but not used variable 'smb_buf'Gravatar YueHaibing 1-2/+0
2018-12-23cifs: suppress some implicit-fallthrough warningsGravatar Gustavo A. R. Silva 1-1/+1
2018-08-23cifs: check kmalloc before useGravatar Nicholas Mc Guire 1-0/+6
2017-03-02smb2: Enforce sec= mount optionGravatar Sachin Prabhu 1-2/+2
2017-02-01CIFS: Enable encryption during session setup phaseGravatar Pavel Shilovsky 1-12/+10
2017-02-01CIFS: Make SendReceive2() takes resp iovGravatar Pavel Shilovsky 1-1/+4
2016-06-23cifs: check hash calculating succeededGravatar Luis de Bethencourt 1-0/+2
2016-06-23cifs: dynamic allocation of ntlmssp blobGravatar Jerome Marchand 1-34/+42
2016-06-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameGravatar Jerome Marchand 1-1/+1
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationGravatar Stefan Metzmacher 1-14/+18
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationGravatar Stefan Metzmacher 1-18/+23
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationGravatar Stefan Metzmacher 1-12/+16
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPGravatar Stefan Metzmacher 1-12/+20
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-1/+1
2014-12-10fs/cifs: remove obsolete __constantGravatar Fabian Frederick 1-1/+1