aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-02KEYS: Use keyring_alloc() to create special keyringsGravatar David Howells 1-8/+4
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoGravatar Pavel Shilovsky 1-1/+1
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-4/+4
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intGravatar Pavel Shilovsky 1-9/+12
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsGravatar Jeff Layton 1-3/+3
2012-02-09Merge branch 'next-queue' into nextGravatar James Morris 1-0/+1
2012-01-19KEYS: Allow special keyrings to be clearedGravatar David Howells 1-0/+1
2012-01-12cifs: integer overflow in parse_dacl()Gravatar Dan Carpenter 1-0/+2
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Gravatar Shirish Pargaonkar 1-52/+83
2011-10-12cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Gravatar Shirish Pargaonkar 1-0/+198
2011-10-12cifs: Add mount options for backup intent (try #6)Gravatar Shirish Pargaonkar 1-6/+12
2011-08-11cifs: Do not set cifs/ntfs acl using a file handle (try #4)Gravatar Shirish Pargaonkar 1-27/+1
2011-05-29cifs/ubifs: Fix shrinker API change falloutGravatar Al Viro 1-1/+2
2011-05-27[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Gravatar Steve French 1-1/+1
2011-05-27[CIFS] Fix endian error comparing authusers when cifsacl enabledGravatar Steve French 1-2/+3
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-2/+2
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upGravatar Shirish Pargaonkar 1-58/+1
2011-05-19cifs: fix some unused variable warnings in id_rb_searchGravatar Jeff Layton 1-5/+0
2011-05-19cifs: Invoke id mapping functions (try #17 repost)Gravatar Shirish Pargaonkar 1-24/+301
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Gravatar Shirish Pargaonkar 1-0/+138
2011-05-19[CIFS] Allow to set extended attribute cifs_acl (try #2)Gravatar Steve French 1-1/+1
2011-02-06cifs: add check for kmalloc in parse_daclGravatar Stanislav Fomichev 1-0/+4