summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Check for timeout on Negotiate stageSamuel Cabrero2020-05-201-0/+12
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-141-2/+8
* smb3: send CAP_DFS capability during session setupSteve French2019-08-251-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-251-1/+1
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-261-10/+15
* SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-09-151-1/+1
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-111-6/+12
* SMB2: Fix share type handlingChristophe JAILLET2018-04-131-5/+9
* CIFS: Enable encryption during session setup phasePavel Shilovsky2018-03-241-7/+1
* SMB3: Validate negotiate request must always be signedSteve French2018-03-241-0/+3
* cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-02-161-2/+1
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-10-051-5/+12
* Fix SMB3.1.1 guest authentication to SambaSteve French2017-10-051-1/+1
* cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-301-2/+2
* SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-201-3/+11
* CIFS: remove bad_network_name flagGermano Percossi2017-04-271-5/+0
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-121-0/+4
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-01-061-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-01-061-24/+51
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-281-1/+1
* Set previous session id correctly on SMB3 reconnectSteve French2016-10-281-0/+5
* cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-281-1/+17
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-07-271-8/+2
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-07-271-0/+27
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-06-011-0/+16
* cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-03-091-10/+14
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-131-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-051-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-281-2/+57
* Make dialect negotiation warning message easier to readSteve French2015-06-271-1/+1
* Add defines and structs for smb3.1 dialectSteve French2015-06-271-1/+1
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-271-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-101-1/+1
|\
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-101-1/+1
* | decode_negTokenInit had wrong calling sequenceSteve French2014-12-071-2/+1
|/
* 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/+1
* cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon2014-08-211-1/+1