summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsacl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-16/+18
|\
| * cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke2023-02-201-16/+18
* | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\
| * cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-1/+1
* | cifs: check whether acl is valid earlyChristian Brauner2022-10-281-4/+4
* | cifs: implement set acl methodChristian Brauner2022-10-201-0/+72
* | cifs: implement get acl methodChristian Brauner2022-10-201-0/+67
|/
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-0/+2
* cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg2022-02-141-1/+4
* cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg2022-02-131-2/+2
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* smb3: fix possible access to uninitialized pointer to DACLSteve French2021-06-231-1/+1
* cifs: remove two cases where rc is set unnecessarily in sid_to_idSteve French2021-06-231-2/+0
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: Remove useless variableJiapeng Chong2021-04-251-2/+0
* cifs: Fix spelling of 'security'jack1.li_cp2021-04-251-1/+1
* cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-261-2/+1
* cifs: update new ACE pointer after populate_new_aces.Shyam Prasad N2021-03-141-3/+6
* cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N2021-02-241-2/+2
* cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French2021-02-221-3/+3
* cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N2021-02-221-47/+92
* cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N2021-02-221-47/+223
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-6/+9
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-3/+4
* cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N2020-12-131-11/+30
* cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N2020-12-131-69/+143
* cifs: fix a memleak with modefromsidNamjae Jeon2020-11-151-0/+1
* SMB3.1.1: Fix ids returned in POSIX query dirSteve French2020-10-201-2/+3
* Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov2020-07-051-2/+2
* cifs: fix chown and chgrp when idsfromsid mount option enabledSteve French2020-06-121-15/+42
* smb3: allow uid and gid owners to be set on create with idsfromsid mount optionSteve French2020-06-121-0/+22
* fs/cifs: fix gcc warning in sid_to_idQiujun Huang2020-03-221-2/+3
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-02-121-2/+2
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-10/+4
* smb3: fix default permissions on new files when mounting with modefromsidSteve French2020-01-261-0/+20
* smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-061-16/+26
* cifs: remove unused variable 'sid_user'YueHaibing2019-11-251-2/+0
* cifs: modefromsid: write mode ACE firstAurelien Aptel2019-09-161-17/+19
* cifs: allow chmod to set mode bits using special sidSteve French2019-09-161-5/+37
* cifs: get mode bits from special sid on statSteve French2019-09-161-11/+26
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-24/+4
* keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-4/+24
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad2018-01-281-1/+1
* cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical2017-05-121-16/+14
* CIFS: Retrieve uid and gid from special sid if enabledSteve French2016-10-141-0/+123
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-1/+1
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-13/+12