summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-13/+12
2014-12-11fs/cifs: remove obsolete __constantFabian Frederick1-1/+1
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-1/+0
2014-02-11[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French1-9/+24
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French1-4/+24
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-12/+28
2013-05-05[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-63/+64
2013-05-05fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu1-2/+1
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman1-14/+29
2013-02-13cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman1-1/+2
2013-02-13cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman1-0/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-8/+4
2012-12-11cifs: fix SID binary to string conversionJeff Layton1-6/+19
2012-12-09cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton1-3/+12
2012-12-09cifs: fix hardcoded default security descriptor lengthJeff Layton1-1/+1
2012-12-09cifs: extra sanity checking for cifs.idmap keysJeff Layton1-2/+18
2012-12-09cifs: avoid extra allocation for small cifs.idmap keysJeff Layton1-4/+19
2012-12-09cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton1-441/+94
2012-12-05cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton1-2/+2
2012-12-05cifs: fix the format specifiers in sid_to_strJeff Layton1-7/+4
2012-12-05cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton1-3/+3
2012-12-05cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton1-2/+8
2012-12-05cifs: make compare_sids staticJeff Layton1-48/+50
2012-12-05cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton1-3/+3
2012-12-05cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton1-2/+2