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