aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French1-0/+27
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand1-8/+2
2016-05-17remove directory incorrectly tries to set delete on close on non-empty directoriesSteve French1-0/+16
2016-02-29cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-6/+4
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+121
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French1-2/+121
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-1/+1
2015-09-26[SMB3] Missing null tcon checkSteve French1-1/+1
2015-09-24fix encryption error checks on mountSteve French1-0/+8
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsSteve French1-15/+61
2015-08-20cifs: Fix use-after-free on mid_q_entryChristopher Oo1-0/+7
2015-06-28Update negotiate protocol for SMB3.11 dialectSteve French1-2/+57
2015-06-27Make dialect negotiation warning message easier to readSteve French1-1/+1
2015-06-27Add defines and structs for smb3.1 dialectSteve French1-1/+1
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French1-0/+4
2015-05-20[cifs] fix null pointer checkSteve French1-1/+1
2015-04-01Fix another dereference before null check warningSteve French1-1/+1
2015-04-01Fix dereference before null check warningSteve French1-5/+8
2015-04-01Fix warning on uninitialized buftypeSteve French1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-1/+1
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick1-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French1-2/+1
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French1-0/+2
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky1-1/+1
2014-08-21cifs: remove unneeded check of null checking in if conditionNamjae Jeon1-2/+1
2014-08-21cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon1-1/+1
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky1-5/+4
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-08-13Add sparse file support to SMB2/SMB3 mountsSteve French1-1/+3
2014-08-05Add worker function to set allocation sizeSteve French1-3/+7
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky1-0/+6
2014-08-02CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky1-2/+2
2014-08-02CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky1-3/+27
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky1-5/+25
2014-08-02CIFS: Fix wsize usage in iovec writePavel Shilovsky1-4/+0
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu1-10/+0
2014-05-24CIFS: Fix memory leaks in SMB2_openPavel Shilovsky1-1/+6
2014-05-21Clarify SMB2/SMB3 create context and add missing onesSteve French1-0/+2
2014-05-21Do not send ClientGUID on SMB2.02 dialectSteve French1-1/+6
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu1-2/+3
2014-04-16fs: cifs: remove unused variable.Cyril Roelandt1-2/+0
2014-02-14CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky1-1/+3
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French1-2/+3
2013-11-19Check SMB3 dialects against downgrade attacksSteve French1-0/+77
2013-11-18Removed duplicated (and unneeded) gotoSteve French1-4/+2
2013-11-18CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French1-1/+8
2013-11-15[CIFS] Warn if SMB3 encryption required by serverSteve French1-0/+2
2013-11-15[CIFS] Set copychunk defaultsSteve French1-1/+9