summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg
2019-08-06cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2019-04-05cifs: Fix NULL pointer dereference of devnameYao Liu
2019-02-06cifs: Always resolve hostname before reconnectingPaulo Alcantara
2019-01-31CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2019-01-26cifs: allow disabling insecure dialects in the configSteve French
2018-07-11cifs: Fix use after free of a mid_q_entryLars Persson
2018-02-16CIFS: zero sensitive data when freeingAurelien Aptel
2017-09-20cifs: release auth_key.response for reconnect.Shu Wang
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French
2017-09-04cifs: Check for timeout on Negotiate stageSamuel Cabrero
2017-09-01Fix warning messages when mounting to older serversSteve French
2017-07-08[SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-28Fix match_prepath()Sachin Prabhu
2017-04-20cifs: Convert to separately allocated bdiJan Kara
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-10CIFS: handle guest access errors to Windows sharesMark Syms
2017-04-07Handle mismatched open callsSachin Prabhu
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-01CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky
2017-02-01CIFS: Add transform header handling callbacksPavel Shilovsky
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-12-15cifs_get_root shouldn't use path with tree nameSachin Prabhu
2016-12-15Fix default behaviour for empty domains and add domainauto optionGermano Percossi
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-05CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2016-12-01SMB3: parsing for new snapshot timestamp mount parmSteve French
2016-11-28Call echo service immediately after socket reconnectSachin Prabhu
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French
2016-10-12Fix regression which breaks DFS mountingSachin Prabhu
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French
2016-09-09Compare prepaths when comparing superblocksSachin Prabhu