summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
AgeCommit message (Expand)Author
2023-03-17SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-12-02cifs: fix a memleak with modefromsidNamjae Jeon
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson
2019-09-16cifs: modefromsid: write mode ACE firstAurelien Aptel
2019-09-16cifs: allow chmod to set mode bits using special sidSteve French
2019-09-16cifs: get mode bits from special sid on statSteve French
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad
2017-05-12cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman
2013-02-13cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman
2013-02-13cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-12-11cifs: fix SID binary to string conversionJeff Layton
2012-12-08cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton
2012-12-08cifs: fix hardcoded default security descriptor lengthJeff Layton
2012-12-08cifs: extra sanity checking for cifs.idmap keysJeff Layton
2012-12-08cifs: avoid extra allocation for small cifs.idmap keysJeff Layton
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton
2012-12-05cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton
2012-12-05cifs: fix the format specifiers in sid_to_strJeff Layton
2012-12-05cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton
2012-12-05cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton
2012-12-05cifs: make compare_sids staticJeff Layton
2012-12-05cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton
2012-12-05cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton
2012-12-05cifs: clean up id_mode_to_cifs_aclJeff Layton
2012-11-03cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton
2012-02-09Merge branch 'next-queue' into nextJames Morris
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells