aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-8/+4
2012-12-11cifs: fix SID binary to string conversionGravatar Jeff Layton 1-6/+19
2012-12-08cifs: deal with id_to_sid embedded sid reply corner caseGravatar Jeff Layton 1-3/+12
2012-12-08cifs: fix hardcoded default security descriptor lengthGravatar Jeff Layton 1-1/+1
2012-12-08cifs: extra sanity checking for cifs.idmap keysGravatar Jeff Layton 1-2/+18
2012-12-08cifs: avoid extra allocation for small cifs.idmap keysGravatar Jeff Layton 1-4/+19
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeGravatar Jeff Layton 1-441/+94
2012-12-05cifs: remove uneeded __KERNEL__ block from cifsacl.hGravatar Jeff Layton 1-2/+2
2012-12-05cifs: fix the format specifiers in sid_to_strGravatar Jeff Layton 1-7/+4
2012-12-05cifs: redefine NUM_SUBAUTH constant from 5 to 15Gravatar Jeff Layton 1-3/+3
2012-12-05cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysGravatar Jeff Layton 1-2/+8
2012-12-05cifs: make compare_sids staticGravatar Jeff Layton 1-48/+50
2012-12-05cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeGravatar Jeff Layton 1-3/+3
2012-12-05cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Gravatar Jeff Layton 1-2/+2
2012-12-05cifs: clean up id_mode_to_cifs_aclGravatar Jeff Layton 1-28/+25
2012-11-03cifs: fix potential buffer overrun in cifs.idmap handling codeGravatar Jeff Layton 1-29/+20
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+4
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-4/+4
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysGravatar David Howells 1-4/+4