aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectGravatar Pavel Shilovsky 1-5/+9
2016-12-05CIFS: Fix a possible memory corruption during reconnectGravatar Pavel Shilovsky 1-24/+51
2016-12-05CIFS: Fix missing nls unload in smb2_reconnect()Gravatar Pavel Shilovsky 1-1/+1
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupGravatar Sachin Prabhu 1-199/+162
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupGravatar Sachin Prabhu 1-46/+230
2016-10-12SMB3: Add mount parameter to allow user to override max creditsGravatar Steve French 1-2/+2
2016-10-12fs/cifs: reopen persistent handles on reconnectGravatar Steve French 1-0/+5
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsGravatar Steve French 1-1/+1
2016-10-12Set previous session id correctly on SMB3 reconnectGravatar Steve French 1-0/+5
2016-10-12cifs: Limit the overall credit acquiredGravatar Ross Lagerwall 1-1/+17
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectGravatar Steve French 1-0/+27
2016-06-23cifs: dynamic allocation of ntlmssp blobGravatar Jerome Marchand 1-8/+2
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Gravatar Steve French 1-0/+16
2016-02-29cifs: fix out-of-bounds access in lease parsingGravatar Justin Maggard 1-10/+14
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Gravatar Steve French 1-6/+4
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+121
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredGravatar Steve French 1-2/+121
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-1/+1
2015-09-26[SMB3] Missing null tcon checkGravatar Steve French 1-1/+1
2015-09-24fix encryption error checks on mountGravatar Steve French 1-0/+8
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsGravatar Steve French 1-15/+61
2015-08-20cifs: Fix use-after-free on mid_q_entryGravatar Christopher Oo 1-0/+7
2015-06-28Update negotiate protocol for SMB3.11 dialectGravatar Steve French 1-2/+57
2015-06-27Make dialect negotiation warning message easier to readGravatar Steve French 1-1/+1
2015-06-27Add defines and structs for smb3.1 dialectGravatar Steve French 1-1/+1
2015-06-27Allow parsing vers=3.11 on cifs mountGravatar Steve French 1-0/+4
2015-05-20[cifs] fix null pointer checkGravatar Steve French 1-1/+1
2015-04-01Fix another dereference before null check warningGravatar Steve French 1-1/+1
2015-04-01Fix dereference before null check warningGravatar Steve French 1-5/+8
2015-04-01Fix warning on uninitialized buftypeGravatar Steve French 1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 1-1/+1
2014-12-10fs/cifs: remove obsolete __constantGravatar Fabian Frederick 1-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceGravatar Steve French 1-2/+1
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsGravatar Steve French 1-0/+2
2014-08-25CIFS: Fix wrong filename length for SMB2Gravatar Pavel Shilovsky 1-1/+1
2014-08-21cifs: remove unneeded check of null checking in if conditionGravatar Namjae Jeon 1-2/+1
2014-08-21cifs: fix a possible use of uninit variable in SMB2_sess_setupGravatar Namjae Jeon 1-1/+1
2014-08-17CIFS: Fix SMB2 readdir error handlingGravatar Pavel Shilovsky 1-5/+4
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconGravatar Steve French 1-1/+2
2014-08-13Add sparse file support to SMB2/SMB3 mountsGravatar Steve French 1-1/+3
2014-08-05Add worker function to set allocation sizeGravatar Steve French 1-3/+7
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsGravatar Pavel Shilovsky 1-0/+6
2014-08-02CIFS: Use separate var for the number of bytes got in async readGravatar Pavel Shilovsky 1-2/+2
2014-08-02CIFS: Use multicredits for SMB 2.1/3 readsGravatar Pavel Shilovsky 1-3/+27
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesGravatar Pavel Shilovsky 1-5/+25
2014-08-02CIFS: Fix wsize usage in iovec writeGravatar Pavel Shilovsky 1-4/+0
2014-07-31cifs: replace code with free_rsp_buf()Gravatar Sachin Prabhu 1-10/+0
2014-05-24CIFS: Fix memory leaks in SMB2_openGravatar Pavel Shilovsky 1-1/+6
2014-05-21Clarify SMB2/SMB3 create context and add missing onesGravatar Steve French 1-0/+2