summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2020-02-14cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2019-08-25smb3: send CAP_DFS capability during session setupSteve French
2019-08-25SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky
2019-02-06CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2018-09-26CIFS: fix wrapping bugs in num_entries()Dan Carpenter
2018-09-15SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-06-26smb3: on reconnect set PreviousSessionId fieldSteve French
2018-04-13SMB2: Fix share type handlingChristophe JAILLET
2018-03-24CIFS: Enable encryption during session setup phasePavel Shilovsky
2018-03-24SMB3: Validate negotiate request must always be signedSteve French
2018-02-17cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson
2017-10-05SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French
2017-10-05SMB3: Warn user if trying to sign connection that authenticated as guestSteve French
2017-10-05Fix SMB3.1.1 guest authentication to SambaSteve French
2017-08-30cifs: Fix df output for users with quota limitsSachin Prabhu
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French
2017-04-27CIFS: remove bad_network_name flagGermano Percossi
2017-04-21CIFS: reconnect thread reschedule itselfGermano Percossi
2017-04-12Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-01-06CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky
2017-01-06CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French
2016-10-12Set previous session id correctly on SMB3 reconnectSteve French
2016-10-12cifs: Limit the overall credit acquiredRoss Lagerwall
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Steve French
2016-02-29cifs: fix out-of-bounds access in lease parsingJustin Maggard
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-09-26[SMB3] Missing null tcon checkSteve French
2015-09-24fix encryption error checks on mountSteve French
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsSteve French
2015-08-20cifs: Fix use-after-free on mid_q_entryChristopher Oo
2015-06-28Update negotiate protocol for SMB3.11 dialectSteve French
2015-06-27Make dialect negotiation warning message easier to readSteve French
2015-06-27Add defines and structs for smb3.1 dialectSteve French
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French
2015-05-20[cifs] fix null pointer checkSteve French
2015-04-01Fix another dereference before null check warningSteve French
2015-04-01Fix dereference before null check warningSteve French