summaryrefslogtreecommitdiff
path: root/fs/smb/client/sess.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28cifs: reset iface weights when we cannot find a candidateShyam Prasad N1-0/+9
2025-07-06cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE modePali Rohár1-10/+10
2025-07-06cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-0/+1
2025-06-27smb: fix secondary channel creation issue with kerberos by populating hostnam...Bharath SM1-2/+1
2025-06-27cifs: update dstaddr whenever channel iface is updatedShyam Prasad N1-0/+4
2025-05-02cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár1-20/+40
2025-03-22smb3: add support for IAKerbSteve French1-1/+2
2024-05-25cifs: remove unneeded return statementSteve French1-2/+0
2024-05-25cifs: fix in logging in cifs_chan_update_ifaceSteve French1-6/+8
2024-05-25cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja1-1/+1
2024-05-25smb3: minor cleanup of session handling codeSteve French1-6/+12
2024-05-25smb3: more minor cleanups for session handling routinesSteve French1-10/+15
2024-05-25cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya1-3/+9
2024-04-03cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-04-03cifs: make cifs_chan_update_iface() a void functionDan Carpenter1-10/+7
2024-04-03cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter1-15/+11
2024-04-03cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N1-31/+19
2024-03-01smb3: add missing null server pointer checkSteve French1-1/+1
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N1-1/+0
2024-03-01cifs: do not search for channel if server is terminatingShyam Prasad N1-0/+4
2024-02-16cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-01cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2024-02-01cifs: handle when server stops supporting multichannelShyam Prasad N1-8/+56
2024-02-01cifs: handle cases where a channel is closedShyam Prasad N1-4/+24
2023-12-03cifs: account for primary channel in the interface listShyam Prasad N1-0/+28
2023-12-03cifs: distribute channels across interfaces based on speedShyam Prasad N1-14/+70
2023-11-28cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N1-6/+6
2023-11-28cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N1-1/+0
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-2/+2
2023-08-21smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara1-27/+41
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French1-1/+3
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1857