summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03cifs: 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 persistent/resilient handle flags for multiuser mountsPaul Aurich1-0/+2
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich1-0/+1
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson1-1/+1
2020-02-28cifs: 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-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-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
2019-01-26cifs: allow disabling insecure dialects in the configSteve French1-0/+9
2018-07-11cifs: Fix use after free of a mid_q_entryLars Persson1-1/+7
2018-02-16CIFS: zero sensitive data when freeingAurelien Aptel1-3/+3
2017-09-21cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-09-18SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French1-7/+17
2017-09-05cifs: Check for timeout on Negotiate stageSamuel Cabrero1-1/+2
2017-09-01Fix warning messages when mounting to older serversSteve French1-1/+21
2017-07-09[SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French1-3/+3
2017-07-09[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-28/+0
2017-07-09CIFS: Reconnect expired SMB sessionsPavel Shilovsky1-0/+7
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+7
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-05-02cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson1-2/+7
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-8/+6
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+0
2017-04-28Fix match_prepath()Sachin Prabhu1-8/+6
2017-04-20cifs: Convert to separately allocated bdiJan Kara1-10/+0
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2017-04-11CIFS: handle guest access errors to Windows sharesMark Syms1-0/+3
2017-04-07Handle mismatched open callsSachin Prabhu1-2/+11
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2017-03-03smb2: Enforce sec= mount optionSachin Prabhu1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-02-02CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky1-13/+28
2017-02-02CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-0/+9
2017-02-02CIFS: Add transform header handling callbacksPavel Shilovsky1-5/+12
2017-02-02CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-11/+71
2016-12-15cifs_get_root shouldn't use path with tree nameSachin Prabhu1-1/+2
2016-12-15Fix default behaviour for empty domains and add domainauto optionGermano Percossi1-0/+7