aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-14cifs: modefromsids must add an ACE for authenticated usersGravatar Ronnie Sahlberg 1-1/+4
2022-02-13cifs: do not use uninitialized data in the owner/group sidGravatar Ronnie Sahlberg 1-2/+2
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-06-23smb3: fix possible access to uninitialized pointer to DACLGravatar Steve French 1-1/+1
2021-06-23cifs: remove two cases where rc is set unnecessarily in sid_to_idGravatar Steve French 1-2/+0
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-04-25cifs: Remove useless variableGravatar Jiapeng Chong 1-2/+0
2021-04-25cifs: Fix spelling of 'security'Gravatar jack1.li_cp 1-1/+1
2021-03-26cifs: Fix chmod with modefromsid when an older ACE already exists.Gravatar Shyam Prasad N 1-2/+1
2021-03-14cifs: update new ACE pointer after populate_new_aces.Gravatar Shyam Prasad N 1-3/+6
2021-02-24cifs: If a corrupted DACL is returned by the server, bail out.Gravatar Shyam Prasad N 1-2/+2
2021-02-22cifs: cleanup a few le16 vs. le32 uses in cifsacl.cGravatar Steve French 1-3/+3
2021-02-22cifs: Change SIDs in ACEs while transferring file ownership.Gravatar Shyam Prasad N 1-47/+92
2021-02-22cifs: Retain old ACEs when converting between mode bits and ACL.Gravatar Shyam Prasad N 1-47/+223
2020-12-18SMB3: Add support for getting and setting SACLsGravatar Boris Protopopov 1-6/+9
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbGravatar Ronnie Sahlberg 1-3/+4
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Gravatar Shyam Prasad N 1-11/+30
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Gravatar Shyam Prasad N 1-69/+143
2020-11-15cifs: fix a memleak with modefromsidGravatar Namjae Jeon 1-0/+1
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirGravatar Steve French 1-2/+3
2020-07-05Replace HTTP links with HTTPS ones: CIFSGravatar Alexander A. Klimov 1-2/+2
2020-06-12cifs: fix chown and chgrp when idsfromsid mount option enabledGravatar Steve French 1-15/+42
2020-06-12smb3: allow uid and gid owners to be set on create with idsfromsid mount optionGravatar Steve French 1-0/+22
2020-03-22fs/cifs: fix gcc warning in sid_to_idGravatar Qiujun Huang 1-2/+3
2020-02-12cifs: Fix mode output in debugging statementsGravatar Frank Sorenson 1-2/+2
2020-02-03SMB3: Backup intent flag missing from some more opsGravatar Amir Goldstein 1-10/+4
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidGravatar Steve French 1-0/+20
2019-12-06smb3: fix mode passed in on create for modetosid mount optionGravatar Steve French 1-16/+26
2019-11-25cifs: remove unused variable 'sid_user'Gravatar YueHaibing 1-2/+0
2019-09-16cifs: modefromsid: write mode ACE firstGravatar Aurelien Aptel 1-17/+19
2019-09-16cifs: allow chmod to set mode bits using special sidGravatar Steve French 1-5/+37
2019-09-16cifs: get mode bits from special sid on statGravatar Steve French 1-11/+26
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-24/+4
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 1-4/+24
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentGravatar Achilles Gaikwad 1-1/+1
2017-05-12cifs: cifsacl: Use a temporary ops variable to reduce code lengthGravatar Joe Perches via samba-technical 1-16/+14
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledGravatar Steve French 1-0/+123
2016-04-11KEYS: Add a facility to restrict new links into a keyringGravatar David Howells 1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-13/+12
2014-12-10fs/cifs: remove obsolete __constantGravatar Fabian Frederick 1-1/+1
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-1/+0
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsGravatar Steve French 1-9/+24
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionGravatar Steve French 1-4/+24
2014-01-20CIFS: Cleanup cifs open codepathGravatar Pavel Shilovsky 1-12/+28
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-63/+64
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpyGravatar Silviu-Mihai Popescu 1-2/+1
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingGravatar Eric W. Biederman 1-14/+29
2013-02-13cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocGravatar Eric W. Biederman 1-1/+2
2013-02-13cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeGravatar Eric W. Biederman 1-0/+1