summaryrefslogtreecommitdiff
path: root/include/linux/cred.h
Commit message (Expand)AuthorAge
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-14
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-19
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-30
* | doc: ReSTify credentials.txtKees Cook2017-05-18
|/
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-07
* cred/userns: define current_user_ns() as a functionArnd Bergmann2016-03-22
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-04
* kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-15
* groups: Consolidate the setgroups permission checksEric W. Biederman2014-12-05
* nfsd: silence sparse warning about accessing credentialsJeff Layton2014-07-17
* kernel/groups.c: remove return value of set_groupsWang YanQing2014-04-03
* cred: Remove tgcred pointer from struct credMarc Dionne2013-01-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-17
|\
| * userns: Kill task_user_nsEric W. Biederman2012-11-20
* | KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-02
|/
* cred: remove task_is_dead() from __task_cred() validationOleg Nesterov2012-05-31
* userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman2012-05-03
* userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-03
* userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-03
* cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-07
* cred: Add forward declaration of init_user_ns in all cases.Eric W. Biederman2012-04-07
* capabilities: remove task_ns_* functionsEric Paris2012-01-05
* cred: use 'const' in get_current_{user,groups}Linus Torvalds2011-08-08
* CRED: Restore const to current_cred()David Howells2011-08-08
* fix rcu annotations noise in cred.hAl Viro2011-08-07
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-08
* Create Documentation/security/,Randy Dunlap2011-05-19
* Cache user_ns in struct credSerge E. Hallyn2011-05-13
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-23
* keys: __rcu annotationsArnd Bergmann2010-08-19
* CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells2010-07-29
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2010-07-29
* umh: creds: kill subprocess_info->cred logicOleg Nesterov2010-05-27
* rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney2010-03-04
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-25
* include/linux/cred.h: fix buildAndrew Morton2009-09-23
* Creds: creds->security can be NULL is selinux is disabledEric Paris2009-09-14
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-02
* CRED: Add some configurable debugging [try #6]David Howells2009-09-02
* include/linux/cred.h: work around gcc-4.2.4 warning in get_cred()Paul Menage2009-07-20
* cred: #include init.h in cred.hAlexey Dobriyan2009-05-29
* User namespaces: set of cleanups (v2)Serge Hallyn2008-11-24
* CRED: Allow kernel services to override LSM settings for task actionsDavid Howells2008-11-14
* CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-14
* CRED: DocumentationDavid Howells2008-11-14
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-14
* CRED: Inaugurate COW credentialsDavid Howells2008-11-14