summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2018-09-05cifs: check kmalloc before useNicholas Mc Guire1-0/+6
2018-09-05cifs: add missing debug entries for kconfig optionsSteve French1-7/+23
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 Alcantara2-8/+20
2018-07-11cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-11cifs: Fix use after free of a mid_q_entryLars Persson7-2/+29
2018-06-26cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2-2/+15
2018-06-26CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms1-2/+3
2018-06-26smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1
2018-06-26smb3: fix various xid leaksSteve French1-19/+44
2018-06-20cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-05-16smb3: directory sync should not return an errorSteve French1-0/+13
2018-04-26cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-04-26cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French1-4/+5
2018-04-24CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva1-1/+1
2018-04-24CIFS: add sha512 secmechAurelien Aptel6-0/+44
2018-04-24CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel6-173/+93
2018-04-24smb3: Fix root directory when server returns inode number of zeroSteve French2-0/+34
2018-04-24fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg1-3/+12
2018-04-24cifs: fix memory leak in SMB2_open()Ronnie Sahlberg1-2/+6
2018-02-16CIFS: zero sensitive data when freeingAurelien Aptel3-15/+8
2018-02-16cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2018-02-16cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox1-14/+12
2017-12-20cifs: fix NULL deref in SMB2_readRonnie Sahlberg1-15/+15
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-2/+3
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-25cifs: Select all required crypto modulesBenjamin Gilbert1-0/+5
2017-10-18CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li1-1/+1
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg5-11/+32
2017-10-18Fix encryption labels and lengths for SMB3.1.1Steve French2-14/+20
2017-09-23SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-23SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-21SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-09-21cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-09-21cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1
2017-09-21CIFS: make arrays static const, reduces object code sizeColin Ian King1-4/+8
2017-09-21[SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French1-2/+7
2017-09-20cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg1-0/+2
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-18Update version of cifs moduleSteve French1-1/+1
2017-09-18cifs: hide unused functionsArnd Bergmann1-0/+2