summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
Commit message (Expand)AuthorAge
* fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad2018-01-28
* cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical2017-05-12
* CIFS: Retrieve uid and gid from special sid if enabledSteve French2016-10-14
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-11
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* fs/cifs: remove obsolete __constantFabian Frederick2014-12-10
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-16
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-10
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-07
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-20
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-04
* cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman2013-02-13
* cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_allocEric W. Biederman2013-02-13
* cifs: Use BUILD_BUG_ON to validate uids and gids are the same sizeEric W. Biederman2013-02-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-16
|\
| * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-02
| |\
| | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-13
| * | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-02
| |/
* | cifs: fix SID binary to string conversionJeff Layton2012-12-11
* | cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton2012-12-08
* | cifs: fix hardcoded default security descriptor lengthJeff Layton2012-12-08
* | cifs: extra sanity checking for cifs.idmap keysJeff Layton2012-12-08
* | cifs: avoid extra allocation for small cifs.idmap keysJeff Layton2012-12-08
* | cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton2012-12-08
* | cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton2012-12-05
* | cifs: fix the format specifiers in sid_to_strJeff Layton2012-12-05
* | cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton2012-12-05
* | cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton2012-12-05
* | cifs: make compare_sids staticJeff Layton2012-12-05
* | cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton2012-12-05
* | cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton2012-12-05
* | cifs: clean up id_mode_to_cifs_aclJeff Layton2012-12-05
* | cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-03
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-14
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-08
| |/
* | CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-24
|/
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-24
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-23
* Merge branch 'next-queue' into nextJames Morris2012-02-09
|\
| * KEYS: Allow special keyrings to be clearedDavid Howells2012-01-19
* | cifs: integer overflow in parse_dacl()Dan Carpenter2012-01-12
|/
* cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-17
* cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Shirish Pargaonkar2011-10-12
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-12
* cifs: Do not set cifs/ntfs acl using a file handle (try #4)Shirish Pargaonkar2011-08-11
* cifs/ubifs: Fix shrinker API change falloutAl Viro2011-05-29
* [CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Steve French2011-05-27
* [CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French2011-05-27
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-27