summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsacl.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-26cifs: validate idmap key payload lengthLi Qiang1-0/+3
2026-07-09smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
2026-06-24smb/client: fix security flag calculation when setting security descriptorsRalph Boehme1-6/+16
2026-06-20smb: client: refactor ACL setting control flow in id_mode_to_cifs_acl()Ralph Boehme1-6/+10
2026-06-14cifs: validate full SID length in security descriptorsQihang1-67/+129
2026-05-07smb: client: validate dacloffset before building DACL pointersMichael Bommarito1-3/+32
2026-05-03smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
2026-04-22smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito1-3/+3
2026-04-22smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-04-22smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara1-1/+1
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-11/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+3
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells1-1/+0
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-4/+6
2025-10-13smb: client: Return a status code only as a constant in sid_to_id()Markus Elfring1-3/+2
2025-03-26cifs: add validation check for the fields in smb_acesNamjae Jeon1-1/+16
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár1-2/+2
2025-03-02cifs: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-2/+6
2025-03-02smb: common: change the data type of num_aces to le16Namjae Jeon1-13/+13
2025-01-29cifs: Fix getting and setting SACLs over SMB1Pali Rohár1-10/+15
2024-11-21smb/client: Prevent error pointer dereferenceDan Carpenter1-2/+4
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme1-20/+30
2024-09-15smb: client: Use min() macroShen Lichuan1-1/+1
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong1-31/+31
2024-09-15smb/client: rename cifs_acl to smb_aclChenXiaoSong1-17/+17
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong1-48/+48
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-18/+18
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+1811