aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifspdu.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-2718/+0
2023-02-20cifs: Replace remaining 1-element arraysKees Cook1-49/+45
2023-02-20cifs: Convert struct fealist away from 1-element arrayKees Cook1-2/+2
2022-12-12cifs: fix various whitespace errors in headersSteve French1-29/+21
2022-10-05cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva1-3/+4
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French1-1/+1
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French1-12/+0
2022-01-15cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky1-1/+1
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-09-09cifs: move SMB FSCTL definitions to common codeSteve French1-1/+1
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-28/+0
2021-07-02cifs: clarify SMB1 code for UnixCreateHardLinkSteve French1-0/+1
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-27cifs: change format of CIFS_FULL_KEY_DUMP ioctlAurelien Aptel1-1/+2
2021-04-25cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N1-0/+5
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov1-0/+2
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N1-1/+1
2020-03-22cifs: cifspdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-9/+9
2020-03-22cifs: add smb2 POSIX info levelAurelien Aptel1-0/+1
2018-11-02smb3: missing defines and structs for reparse point handlingSteve French1-0/+3
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel1-6/+10
2015-08-20Add way to query server fs info for smb3Steve French1-0/+14
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French1-0/+2
2015-06-27add struct FILE_STANDARD_INFOSteve French1-0/+10
2014-08-12Add missing definitions for CIFS File System AttributesSteve French1-0/+23
2013-11-11cifs: Use data structures to compute NTLMv2 response offsetsTim Gardner1-1/+7
2013-11-02Allow setting per-file compression via CIFS protocolSteve French1-0/+29
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner1-1/+1
2013-10-28Query file system attributes from server on SMB2, not just cifs, mountsSteve French1-0/+3
2013-10-05do not treat non-symlink reparse points as valid symlinksSteve French1-8/+23
2013-09-25[CIFS] Remove ext2 flags that have been moved to fs.hSteve French1-20/+1
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky1-5/+6
2013-06-26[CIFS] SMB3 Signing enablementSteve French1-0/+5
2013-06-24Update headers to update various SMB3 ioctl definitionsSteve French1-0/+8
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton1-2/+2
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman1-1/+0
2012-09-24CIFS: Fix endian conversion of IndexNumberPavel Shilovsky1-1/+1
2011-10-27Add definition for share encryptionSteve French1-7/+37
2011-10-19cifs: fix protocol definition for READ_RSPJeff Layton1-3/+1
2011-05-19cifs: turn BCC into a static inlined functionJeff Layton1-3/+6
2011-05-19cifs: keep BCC in little-endian formatJeff Layton1-20/+2
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Steve French1-3/+3
2011-01-20cifs: use get/put_unaligned functions to access ByteCountJeff Layton1-4/+43
2011-01-20cifs: add ability to send an echo requestJeff Layton1-0/+15
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar1-0/+6
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar1-1/+6
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar1-1/+0
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French1-6/+1
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French1-1/+6
2010-02-23cifs: add parens around smb_var in BCC macrosJeff Layton1-3/+3
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-13/+1
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French1-4/+4
2009-03-12[CIFS] Add definitions for remoteably fsctl callsSteve French1-43/+6
2009-03-12[CIFS] DFS no longer experimentalSteve French1-10/+10
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French1-0/+7
2008-12-26[CIFS] various minor cleanups pointed out by checkpatch scriptSteve French1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-1/+1
2008-07-24[CIFS] Fix warnings from checkpatchShirish Pargaonkar1-4/+4
2008-05-23[CIFS] Correct incorrect obscure open flagSteve French1-5/+18
2008-05-16[CIFS] Add missing defines for DFSSteve French1-0/+9
2008-05-16CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t...Igor Mammedov1-9/+7
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...Jeff Layton1-0/+1
2008-04-25[CIFS] Fix spelling mistakeSteve French1-1/+1
2008-04-24[CIFS] Fix typo in previous commitSteve French1-2/+2
2008-04-24[CIFS] Fix define for new proxy cap to match documentationSteve French1-2/+5
2008-04-18[CIFS] Reserve new proxy cap for WAFSSteve French1-1/+7
2008-04-17[CIFS] Add various missing flags and defintionsSteve French1-13/+97
2007-12-31[CIFS] Allow setting mode via cifs aclSteve French1-0/+3
2007-11-01[CIFS] If no Access Control Entries, set mode perm bits to zeroSteve French1-0/+23
2007-10-31[CIFS] Don't request too much permission when reading an ACLSteve French1-0/+17
2007-10-17[CIFS] acl support part 4Steve French1-0/+6
2007-09-29[CIFS] named pipe support (part 2)Steve French1-0/+8
2007-08-30[CIFS] formatting cleanup found by checkpatchSteve French1-3/+3
2007-07-15[CIFS] Add support for new POSIX unlinkSteve French1-0/+6
2007-07-13[CIFS] whitespace/formatting fixesSteve French1-135/+149
2007-06-24[CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French1-3/+8
2007-04-23[CIFS] New CIFS POSIX mkdir performance improvementSteve French1-7/+25
2007-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+7
2007-03-16[CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yetSteve French1-1/+7
2007-03-14[PATCH] cifs endianness annotationsAl Viro1-1/+1
2007-03-01[CIFS] Fix set file size to zero when doing chmod to Samba 3.0.26preSteve French1-0/+3
2007-02-15[CIFS] fix &&/& typo in cifs_setattr()Steve French1-3/+5
2007-02-14[CIFS] on reconnect to Samba - reset the unix capabilitiesSteve French1-1/+1
2007-02-08[CIFS] POSIX CIFS Extensions (continued) - POSIX OpenSteve French1-0/+15
2007-02-07[CIFS] Additional POSIX CIFS Extensions infolevelsSteve French1-23/+46
2006-12-08[CIFS] Fix NTLMv2 mounts to Windows serversSteve French1-1/+7
2006-10-02[CIFS] Allow for 15 minute TZs (e.g. Nepal) and be more explicit aboutSteve French1-1/+3
2006-09-30[CIFS] Do not send newer QFSInfo to legacy servers which can not support itSteve French1-1/+2
2006-09-30[CIFS] Rename server time zone fieldSteve French1-1/+4
2006-09-21[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French1-0/+2
2006-06-07[CIFS] Add support for readdir to legacy serversSteve French1-5/+24
2006-06-05[CIFS] NTLMv2 support part 3Steve French1-1/+1
2006-06-05[CIFS] NTLMv2 support part 2Steve French1-3/+24
2006-06-04CIFS] Support for older servers which require plaintext passwords - part 2Steve French1-0/+4
2006-06-01[CIFS] Support for setting up SMB sessions to legacy lanman servers part 2Steve French1-1/+2
2006-05-31[CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French1-6/+31
2006-03-02[CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we wantSteve French1-1/+7
2006-02-28[CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French1-1/+4
2006-01-12[CIFS] Add worker function for Get ACL cifs styleSteve French1-11/+78
2005-12-12[CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French1-1/+5
2005-12-01[CIFS] Kerberos and CIFS ACL support part 1Steve French1-1/+1
2005-11-18[CIFS] Fix mknod of block and chardev over SFU mountsSteve French1-1/+9
2005-10-27[CIFS] Change pragma pack(1) to attribute(packed) to allow cifs on arm to accessSteve French1-169/+174
2005-09-22[CIFS] Various minor bigendian fixes and sparse level 2 warning message fixesSteve French1-1/+1
2005-09-21[CIFS] Add support for legacy servers part nine. statfs (df and du) is nowSteve French1-0/+8
2005-08-24[CIFS] Support for legacy servers part 3 - Add support for Open and mostSteve French1-0/+73
2005-08-24[CIFS] Change notify support part 2Steve French1-0/+1
2005-08-23[CIFS] Support for mounting to older servers part 2. Add support forSteve French1-0/+17
2005-08-17[CIFS] Ensure that cifs multiplex ids do not collide.Steve French1-10/+9
2005-07-21[CIFS] Add compat with SFU (part 2)Steve French1-1/+9
2005-06-22[CIFS] POSIX extensions, SetFSInfo addedJeremy Allison1-0/+46
2005-04-28[PATCH] cifs: Handle multiple response transact2 part 1 of 2Steve French1-1/+1
2005-04-28[PATCH] cifs: CIFS ioctl needed by umount.cifs utilitySteve French1-1/+1
2005-04-28[PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattrSteve French1-2/+0
2005-04-28[PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensionsSteve French1-6/+63
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1987