summaryrefslogtreecommitdiff
path: root/fs/cifs/cifspdu.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: Replace remaining 1-element arraysKees Cook2023-02-201-49/+45
* cifs: Convert struct fealist away from 1-element arrayKees Cook2023-02-201-2/+2
* cifs: fix various whitespace errors in headersSteve French2022-12-121-29/+21
* cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2022-10-051-3/+4
* smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-261-1/+1
* smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-261-12/+0
* cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky2022-01-151-1/+1
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: move SMB FSCTL definitions to common codeSteve French2021-09-091-1/+1
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-28/+0
* cifs: clarify SMB1 code for UnixCreateHardLinkSteve French2021-07-021-0/+1
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: change format of CIFS_FULL_KEY_DUMP ioctlAurelien Aptel2021-05-271-1/+2
* cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-04-251-1/+1
* cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-261-0/+5
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-0/+2
* cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N2020-12-131-1/+1
* cifs: cifspdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-9/+9
* cifs: add smb2 POSIX info levelAurelien Aptel2020-03-221-0/+1
* smb3: missing defines and structs for reparse point handlingSteve French2018-11-021-0/+3
* CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-011-6/+10
* Add way to query server fs info for smb3Steve French2015-08-201-0/+14
* Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-281-0/+2
* add struct FILE_STANDARD_INFOSteve French2015-06-271-0/+10
* Add missing definitions for CIFS File System AttributesSteve French2014-08-121-0/+23
* cifs: Use data structures to compute NTLMv2 response offsetsTim Gardner2013-11-111-1/+7
* Allow setting per-file compression via CIFS protocolSteve French2013-11-021-0/+29
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-1/+1
* Query file system attributes from server on SMB2, not just cifs, mountsSteve French2013-10-281-0/+3
* do not treat non-symlink reparse points as valid symlinksSteve French2013-10-051-8/+23
* [CIFS] Remove ext2 flags that have been moved to fs.hSteve French2013-09-251-20/+1
* CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky2013-09-081-5/+6
* [CIFS] SMB3 Signing enablementSteve French2013-06-261-0/+5
* Update headers to update various SMB3 ioctl definitionsSteve French2013-06-241-0/+8
* cifs: break out decoding of security blob into separate functionJeff Layton2013-06-241-2/+2
* cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman2013-02-131-1/+0
* CIFS: Fix endian conversion of IndexNumberPavel Shilovsky2012-09-241-1/+1
* Add definition for share encryptionSteve French2011-10-271-7/+37
* cifs: fix protocol definition for READ_RSPJeff Layton2011-10-191-3/+1
* cifs: turn BCC into a static inlined functionJeff Layton2011-05-191-3/+6
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-20/+2
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-3/+3
* cifs: use get/put_unaligned functions to access ByteCountJeff Layton2011-01-201-4/+43
* cifs: add ability to send an echo requestJeff Layton2011-01-201-0/+15
* NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-261-0/+6
* NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-261-1/+6
* cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar2010-09-291-1/+0
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-6/+1
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-1/+6
* cifs: add parens around smb_var in BCC macrosJeff Layton2010-02-231-3/+3