summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAge
* SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu2016-10-13
* SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu2016-10-13
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-12
* fs/cifs: reopen persistent handles on reconnectSteve French2016-10-12
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-12
* Set previous session id correctly on SMB3 reconnectSteve French2016-10-12
* cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-12
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-24
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-23
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-17
* cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-02-29
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-14
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-13
|\
| * [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-03
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-05
|\ \ | |/ |/|
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* | [SMB3] Missing null tcon checkSteve French2015-09-26
|/
* fix encryption error checks on mountSteve French2015-09-24
* [SMB3] Fix sec=krb5 on smb3 mountsSteve French2015-09-24
* cifs: Fix use-after-free on mid_q_entryChristopher Oo2015-08-20
* Update negotiate protocol for SMB3.11 dialectSteve French2015-06-28
* Make dialect negotiation warning message easier to readSteve French2015-06-27
* Add defines and structs for smb3.1 dialectSteve French2015-06-27
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-27
* [cifs] fix null pointer checkSteve French2015-05-20
* Fix another dereference before null check warningSteve French2015-04-01
* Fix dereference before null check warningSteve French2015-04-01
* Fix warning on uninitialized buftypeSteve French2015-04-01
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-10
|\
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-10
* | decode_negTokenInit had wrong calling sequenceSteve French2014-12-07
|/
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-16
* CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-25
* cifs: remove unneeded check of null checking in if conditionNamjae Jeon2014-08-21
* cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon2014-08-21
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-17
* [CIFS] Possible null ptr deref in SMB2_tconSteve French2014-08-17
* Add sparse file support to SMB2/SMB3 mountsSteve French2014-08-13
* Add worker function to set allocation sizeSteve French2014-08-05
* CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky2014-08-02
* CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky2014-08-02
* CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky2014-08-02
* CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky2014-08-02
* CIFS: Fix wsize usage in iovec writePavel Shilovsky2014-08-02
* cifs: replace code with free_rsp_buf()Sachin Prabhu2014-07-31
* CIFS: Fix memory leaks in SMB2_openPavel Shilovsky2014-05-24
* Clarify SMB2/SMB3 create context and add missing onesSteve French2014-05-21
* Do not send ClientGUID on SMB2.02 dialectSteve French2014-05-21
* cifs: Set client guid on per connection basisSachin Prabhu2014-05-21
* fs: cifs: remove unused variable.Cyril Roelandt2014-04-16