summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsacl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton2012-12-051-2/+2
* | cifs: fix the format specifiers in sid_to_strJeff Layton2012-12-051-7/+4
* | cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton2012-12-051-3/+3
* | cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton2012-12-051-2/+8
* | cifs: make compare_sids staticJeff Layton2012-12-051-48/+50
* | cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton2012-12-051-3/+3
* | cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton2012-12-051-2/+2
* | cifs: clean up id_mode_to_cifs_aclJeff Layton2012-12-051-28/+25
* | cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-031-29/+20
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-4/+4
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-4/+4
| |/
* | CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-241-1/+1
|/
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-9/+12
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-231-3/+3
* Merge branch 'next-queue' into nextJames Morris2012-02-091-0/+1
|\
| * KEYS: Allow special keyrings to be clearedDavid Howells2012-01-191-0/+1
* | cifs: integer overflow in parse_dacl()Dan Carpenter2012-01-121-0/+2
|/
* cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-171-52/+83
* cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Shirish Pargaonkar2011-10-121-0/+198
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-121-6/+12
* cifs: Do not set cifs/ntfs acl using a file handle (try #4)Shirish Pargaonkar2011-08-111-27/+1
* cifs/ubifs: Fix shrinker API change falloutAl Viro2011-05-291-1/+2
* [CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Steve French2011-05-271-1/+1
* [CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French2011-05-271-2/+3
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-2/+2
* cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar2011-05-191-58/+1
OpenPOWER on IntegriCloud