aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04cifs: Check for timeout on Negotiate stageSamuel Cabrero1-0/+12
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-0/+10
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg1-0/+12
2017-09-01Fix warning messages when mounting to older serversSteve French1-1/+6
2017-08-23cifs: Fix df output for users with quota limitsSachin Prabhu1-2/+2
2017-07-09cifs: Clean up unused variables in smb2pdu.cChristos Gkekas1-28/+7
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar1-12/+27
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar1-11/+41
2017-05-12SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2017-05-09Don't delay freeing mids when blocked on slow socket write of requestSteve French1-7/+0
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+11
2017-05-03SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+16
2017-04-13CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky1-1/+3
2017-04-10CIFS: remove bad_network_name flagGermano Percossi1-5/+0
2017-04-10CIFS: reconnect thread reschedule itselfGermano Percossi1-1/+9
2017-04-07Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu1-4/+33
2017-03-02CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel1-16/+80
2017-03-01CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel1-2/+2
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel1-2/+15
2017-02-01CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky1-18/+15
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-2/+2
2017-02-01CIFS: Add mid handle callbackPavel Shilovsky1-5/+5
2017-02-01CIFS: Enable encryption during session setup phasePavel Shilovsky1-10/+2
2017-02-01CIFS: Add capability to transform requests before sendingPavel Shilovsky1-25/+104
2017-02-01CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky1-22/+67
2017-02-01CIFS: Separate SMB2 sync header processingPavel Shilovsky1-20/+30
2017-02-01CIFS: Send RFC1001 length in a separate iovPavel Shilovsky1-25/+39
2017-02-01CIFS: Make SendReceive2() takes resp iovPavel Shilovsky1-47/+81
2017-02-01CIFS: Separate SMB2 header structurePavel Shilovsky1-61/+71
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky1-5/+9
2016-12-05CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky1-24/+51
2016-12-05CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu1-199/+162
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu1-46/+230
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French1-2/+2
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French1-0/+5
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French1-1/+1
2016-10-12Set previous session id correctly on SMB3 reconnectSteve French1-0/+5
2016-10-12cifs: Limit the overall credit acquiredRoss Lagerwall1-1/+17
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French1-0/+27
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand1-8/+2
2016-05-17remove directory incorrectly tries to set delete on close on non-empty directoriesSteve French1-0/+16
2016-02-29cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-6/+4
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+121
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French1-2/+121