summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-25smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-25SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-02-06CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky1-2/+2
2018-09-26CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-15SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French1-1/+1
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara1-6/+12
2018-04-13SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2018-03-24CIFS: Enable encryption during session setup phasePavel Shilovsky1-7/+1
2018-03-24SMB3: Validate negotiate request must always be signedSteve French1-0/+3
2018-02-16cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2017-10-05SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-10-05Fix SMB3.1.1 guest authentication to SambaSteve French1-1/+1
2017-08-30cifs: Fix df output for users with quota limitsSachin Prabhu1-2/+2
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-04-27CIFS: remove bad_network_name flagGermano Percossi1-5/+0
2017-04-12Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-01-06CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky1-24/+51
2016-10-28SMB3: GUIDs should be constructed as random but valid uuidsSteve French1-1/+1
2016-10-28Set previous session id correctly on SMB3 reconnectSteve French1-0/+5
2016-10-28cifs: Limit the overall credit acquiredRoss Lagerwall1-1/+17
2016-07-27cifs: dynamic allocation of ntlmssp blobJerome Marchand1-8/+2
2016-07-27Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French1-0/+27
2016-06-01remove directory incorrectly tries to set delete on close on non-empty direct...Steve French1-0/+16
2016-03-10cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2015-11-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+121
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus 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-29Update negotiate protocol for SMB3.11 dialectSteve French1-2/+57
2015-06-28Make dialect negotiation warning message easier to readSteve French1-1/+1
2015-06-28Add defines and structs for smb3.1 dialectSteve French1-1/+1
2015-06-28Allow 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-11Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-1/+1
2014-12-11fs/cifs: remove obsolete __constantFabian Frederick1-1/+1
2014-12-08decode_negTokenInit had wrong calling sequenceSteve French1-2/+1
2014-10-17Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French1-0/+2
2014-08-26CIFS: 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