summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky1-2/+2
2019-01-17CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky1-2/+6
2018-12-29cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
2018-09-26CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-19smb3: check for and properly advertise directory lease supportSteve French1-0/+3
2018-09-15SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French1-1/+1
2018-09-05smb3: fill in statfs fsid and correct namelenSteve French1-0/+8
2018-07-28Revert "cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting"Greg Kroah-Hartman1-5/+2
2018-07-11cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara1-6/+12
2018-06-26cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar1-2/+1
2018-06-26smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1
2018-04-24cifs: fix memory leak in SMB2_open()Ronnie Sahlberg1-2/+6
2018-02-16cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2017-12-20cifs: fix NULL deref in SMB2_readRonnie Sahlberg1-15/+15
2017-10-26SMB3: Validate negotiate request must always be signedSteve French1-0/+3
2017-10-25SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp1-1/+2
2017-10-25SMB: fix leak of validate negotiate info response bufferDavid Disseldorp1-2/+5
2017-10-25CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel1-2/+2
2017-10-25CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel1-3/+7
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg1-3/+3
2017-09-21SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-09-20SMB3: Warn user if trying to sign connection that authenticated as guestSteve French1-0/+2
2017-09-20SMB3: Fix endian warningSteve French1-2/+3
2017-09-20Fix SMB3.1.1 guest authentication to SambaSteve French1-1/+1
2017-09-18SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French1-10/+75
2017-09-13cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg1-2/+2
2017-09-05cifs: 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-10cifs: 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 cifsa...Shirish Pargaonkar1-12/+27
2017-07-06cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar1-11/+41
2017-05-13SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2017-05-10Don'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-04SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-04-16Merge 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-11CIFS: remove bad_network_name flagGermano Percossi1-5/+0
2017-04-11CIFS: reconnect thread reschedule itselfGermano Percossi1-1/+9
2017-04-07Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-03smb2: Enforce sec= mount optionSachin Prabhu1-4/+33
2017-03-03CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel1-16/+80
2017-03-02CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel1-2/+2
2017-03-02CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel1-2/+15
2017-02-02CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky1-18/+15