summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsacl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs/cifs: remove obsolete __constantFabian Frederick2014-12-101-1/+1
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-9/+24
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-071-4/+24
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-12/+28
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-63/+64
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-041-2/+1
* cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman2013-02-131-14/+29
* cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman2013-02-131-1/+2
* cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman2013-02-131-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-161-8/+4
|\
| * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-021-4/+4
| |\
| | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-131-4/+4
| * | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-021-8/+4
| |/
* | cifs: fix SID binary to string conversionJeff Layton2012-12-111-6/+19
* | cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton2012-12-081-3/+12
* | cifs: fix hardcoded default security descriptor lengthJeff Layton2012-12-081-1/+1
* | cifs: extra sanity checking for cifs.idmap keysJeff Layton2012-12-081-2/+18
* | cifs: avoid extra allocation for small cifs.idmap keysJeff Layton2012-12-081-4/+19
* | cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton2012-12-081-441/+94