aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifspdu.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonGravatar Steve French 1-1/+1
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonGravatar Steve French 1-12/+0
2022-01-15cifs: fix FILE_BOTH_DIRECTORY_INFO definitionGravatar Eugene Korenevsky 1-1/+1
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-09-09cifs: move SMB FSCTL definitions to common codeGravatar Steve French 1-1/+1
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-28/+0
2021-07-02cifs: clarify SMB1 code for UnixCreateHardLinkGravatar Steve French 1-0/+1
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-05-27cifs: change format of CIFS_FULL_KEY_DUMP ioctlGravatar Aurelien Aptel 1-1/+2
2021-04-25cifs: cifspdu.h: Replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionGravatar Shyam Prasad N 1-0/+5
2020-12-18SMB3: Add support for getting and setting SACLsGravatar Boris Protopopov 1-0/+2
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Gravatar Shyam Prasad N 1-1/+1
2020-03-22cifs: cifspdu.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-9/+9
2020-03-22cifs: add smb2 POSIX info levelGravatar Aurelien Aptel 1-0/+1
2018-11-02smb3: missing defines and structs for reparse point handlingGravatar Steve French 1-0/+3
2017-03-01CIFS: move DFS response parsing out of SMB1 codeGravatar Aurelien Aptel 1-6/+10
2015-08-20Add way to query server fs info for smb3Gravatar Steve French 1-0/+14
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSGravatar Steve French 1-0/+2
2015-06-27add struct FILE_STANDARD_INFOGravatar Steve French 1-0/+10
2014-08-12Add missing definitions for CIFS File System AttributesGravatar Steve French 1-0/+23
2013-11-11cifs: Use data structures to compute NTLMv2 response offsetsGravatar Tim Gardner 1-1/+7
2013-11-02Allow setting per-file compression via CIFS protocolGravatar Steve French 1-0/+29
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireGravatar Tim Gardner 1-1/+1
2013-10-28Query file system attributes from server on SMB2, not just cifs, mountsGravatar Steve French 1-0/+3
2013-10-05do not treat non-symlink reparse points as valid symlinksGravatar Steve French 1-8/+23
2013-09-25[CIFS] Remove ext2 flags that have been moved to fs.hGravatar Steve French 1-20/+1
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsGravatar Pavel Shilovsky 1-5/+6
2013-06-26[CIFS] SMB3 Signing enablementGravatar Steve French 1-0/+5
2013-06-24Update headers to update various SMB3 ioctl definitionsGravatar Steve French 1-0/+8
2013-06-24cifs: break out decoding of security blob into separate functionGravatar Jeff Layton 1-2/+2
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingGravatar Eric W. Biederman 1-1/+0
2012-09-24CIFS: Fix endian conversion of IndexNumberGravatar Pavel Shilovsky 1-1/+1
2011-10-27Add definition for share encryptionGravatar Steve French 1-7/+37
2011-10-19cifs: fix protocol definition for READ_RSPGravatar Jeff Layton 1-3/+1
2011-05-19cifs: turn BCC into a static inlined functionGravatar Jeff Layton 1-3/+6
2011-05-19cifs: keep BCC in little-endian formatGravatar Jeff Layton 1-20/+2
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Gravatar Steve French 1-3/+3
2011-01-20cifs: use get/put_unaligned functions to access ByteCountGravatar Jeff Layton 1-4/+43
2011-01-20cifs: add ability to send an echo requestGravatar Jeff Layton 1-0/+15
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys ne...Gravatar Shirish Pargaonkar 1-0/+6
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyGravatar Shirish Pargaonkar 1-1/+6
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeGravatar Shirish Pargaonkar 1-1/+0
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Gravatar Steve French 1-6/+1
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspGravatar Steve French 1-1/+6
2010-02-23cifs: add parens around smb_var in BCC macrosGravatar Jeff Layton 1-3/+3
2009-12-04tree-wide: fix misspelling of "definition" in commentsGravatar Adam Buchbinder 1-1/+1
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itGravatar Jeff Layton 1-13/+1
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesGravatar Steve French 1-4/+4
2009-03-12[CIFS] Add definitions for remoteably fsctl callsGravatar Steve French 1-43/+6