summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-06cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-04-14Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman1-1/+0
2021-03-04cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N1-0/+1
2020-12-11cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-07-09SMB3: Honor lease disabling for multiuser mountsPaul Aurich1-0/+1
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-07-09SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich1-4/+1
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson1-1/+1
2020-02-24cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+1
2020-01-27cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2020-01-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman1-1/+1
2019-11-06cifs: add credits from unmatched responses/messagesRonnie Sahlberg1-0/+22
2019-10-05smb3: allow disabling requesting leasesSteve French1-1/+8
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-09-16cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)1-2/+6
2019-08-06cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2019-04-05cifs: Fix NULL pointer dereference of devnameYao Liu1-0/+5
2019-02-06cifs: Always resolve hostname before reconnectingPaulo Alcantara1-0/+53
2019-01-31CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky1-0/+21
2018-10-03smb3: fix lease break problem introduced by compoundingSteve French1-2/+1
2018-10-03cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg1-1/+9
2018-09-03cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein1-1/+1
2018-08-10cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg1-32/+50
2018-08-07smb3: add reconnect tracepointsSteve French1-0/+1
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-10/+1
2018-08-07cifs: allow disabling insecure dialects in the configSteve French1-0/+9
2018-08-07smb3: if server does not support posix do not allow posix mount optionSteve French1-2/+6
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson1-1/+7
2018-06-15CIFS: move default port definitions to cifsglob.hAurelien Aptel1-3/+0
2018-06-15smb3: note that smb3.11 posix extensions mount option is experimentalSteve French1-1/+4
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French1-9/+17
2018-06-07CIFS: Fix NULL ptr derefAurelien Aptel1-6/+0
2018-06-03CIFS: Use offset when reading pagesLong Li1-2/+3
2018-06-03cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg1-4/+20
2018-06-01cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg1-1/+5
2018-06-01smb3: Add posix create context for smb3.11 posix mountsSteve French1-0/+11
2018-05-31smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French1-1/+22
2018-05-31cifs: allow disabling less secure legacy dialectsSteve French1-0/+9
2018-05-28cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French1-1/+1
2018-05-28smb3: fix redundant opens on rootSteve French1-0/+13
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li1-8/+0
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French1-16/+16
2018-04-13cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg1-0/+1
2018-04-13cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg1-1/+2
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg1-5/+11
2018-04-02Don't log confusing message on reconnect by defaultSteve French1-1/+1