aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsacl.c
AgeCommit message (Expand)Author
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
2012-01-12cifs: integer overflow in parse_dacl()Dan Carpenter
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar
2011-10-12cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Shirish Pargaonkar
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar
2011-08-11cifs: Do not set cifs/ntfs acl using a file handle (try #4)Shirish Pargaonkar
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro
2011-05-27[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Steve French
2011-05-27[CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar
2011-05-19cifs: fix some unused variable warnings in id_rb_searchJeff Layton
2011-05-19cifs: Invoke id mapping functions (try #17 repost)Shirish Pargaonkar
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Shirish Pargaonkar
2011-05-19[CIFS] Allow to set extended attribute cifs_acl (try #2)Steve French
2011-02-06cifs: add check for kmalloc in parse_daclStanislav Fomichev
2011-01-19cifs: Use mask of ACEs for SID Everyone to calculate all three permissions us...Shirish Pargaonkar
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar