summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-1811/+0
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-16/+18
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke1-16/+18
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook1-1/+1
2022-10-28cifs: check whether acl is valid earlyChristian Brauner1-4/+4
2022-10-20cifs: implement set acl methodChristian Brauner1-0/+72
2022-10-20cifs: implement get acl methodChristian Brauner1-0/+67
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French1-0/+2
2022-02-14cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg1-1/+4
2022-02-13cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg1-2/+2
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-06-24smb3: fix possible access to uninitialized pointer to DACLSteve French1-1/+1
2021-06-23cifs: remove two cases where rc is set unnecessarily in sid_to_idSteve French1-2/+0
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-04-26cifs: Remove useless variableJiapeng Chong1-2/+0
2021-04-26cifs: Fix spelling of 'security'jack1.li_cp1-1/+1
2021-03-27cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N1-2/+1
2021-03-15cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N1-3/+6
2021-02-24cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N1-2/+2
2021-02-23cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French1-3/+3
2021-02-23cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N1-47/+92
2021-02-23cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N1-47/+223
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov1-6/+9
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-3/+4
2020-12-14cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N1-11/+30
2020-12-14cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N1-69/+143
2020-11-16cifs: fix a memleak with modefromsidNamjae Jeon1-0/+1
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French1-2/+3
2020-07-05Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov1-2/+2
2020-06-12cifs: fix chown and chgrp when idsfromsid mount option enabledSteve French1-15/+42
2020-06-12smb3: allow uid and gid owners to be set on create with idsfromsid mount optionSteve French1-0/+22
2020-03-23fs/cifs: fix gcc warning in sid_to_idQiujun Huang1-2/+3
2020-02-13cifs: Fix mode output in debugging statementsFrank Sorenson1-2/+2
2020-02-04SMB3: Backup intent flag missing from some more opsAmir Goldstein1-10/+4
2020-01-27smb3: fix default permissions on new files when mounting with modefromsidSteve French1-0/+20
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French1-16/+26
2019-11-25cifs: remove unused variable 'sid_user'YueHaibing1-2/+0
2019-09-17cifs: modefromsid: write mode ACE firstAurelien Aptel1-17/+19
2019-09-16cifs: allow chmod to set mode bits using special sidSteve French1-5/+37
2019-09-16cifs: get mode bits from special sid on statSteve French1-11/+26
2019-07-11Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-24/+4
2019-06-28keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-4/+24
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad1-1/+1
2017-05-13cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical1-16/+14
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French1-0/+123
2016-04-12KEYS: Add a facility to restrict new links into a keyringDavid Howells1-1/+1