summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky2017-02-011-18/+15Star
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-011-2/+2
* CIFS: Add mid handle callbackPavel Shilovsky2017-02-011-5/+5
* CIFS: Enable encryption during session setup phasePavel Shilovsky2017-02-011-10/+2Star
* CIFS: Add capability to transform requests before sendingPavel Shilovsky2017-02-011-25/+104
* CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky2017-02-011-22/+67
* CIFS: Separate SMB2 sync header processingPavel Shilovsky2017-02-011-20/+30
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-25/+39
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-011-47/+81
* CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-011-61/+71
* CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2016-12-051-5/+9
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-051-24/+51
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2016-12-051-1/+1
* SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu2016-10-141-199/+162Star
* SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu2016-10-141-46/+230
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-121-2/+2
* fs/cifs: reopen persistent handles on reconnectSteve French2016-10-121-0/+5
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-121-1/+1
* Set previous session id correctly on SMB3 reconnectSteve French2016-10-121-0/+5
* cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-121-1/+17
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-241-0/+27
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-241-8/+2Star
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-171-0/+16
* cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-02-291-10/+14
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-6/+4Star
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-141-2/+121
|\
| * [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-031-2/+121
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-061-1/+1
|\ \ | |/ |/|
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+1
* | [SMB3] Missing null tcon checkSteve French2015-09-261-1/+1
|/
* fix encryption error checks on mountSteve French2015-09-241-0/+8
* [SMB3] Fix sec=krb5 on smb3 mountsSteve French2015-09-241-15/+61
* cifs: Fix use-after-free on mid_q_entryChristopher Oo2015-08-201-0/+7
* Update negotiate protocol for SMB3.11 dialectSteve French2015-06-291-2/+57
* Make dialect negotiation warning message easier to readSteve French2015-06-281-1/+1
* Add defines and structs for smb3.1 dialectSteve French2015-06-281-1/+1
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-281-0/+4
* [cifs] fix null pointer checkSteve French2015-05-201-1/+1
* Fix another dereference before null check warningSteve French2015-04-011-1/+1
* Fix dereference before null check warningSteve French2015-04-011-5/+8
* Fix warning on uninitialized buftypeSteve French2015-04-011-1/+1
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-111-1/+1
|\
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-111-1/+1
* | decode_negTokenInit had wrong calling sequenceSteve French2014-12-081-2/+1Star
|/
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-161-0/+2
* CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-251-1/+1
* cifs: remove unneeded check of null checking in if conditionNamjae Jeon2014-08-211-2/+1Star
* cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon2014-08-211-1/+1
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-171-5/+4Star
* [CIFS] Possible null ptr deref in SMB2_tconSteve French2014-08-171-1/+2