aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cred.h
AgeCommit message (Expand)Author
2012-01-05capabilities: remove task_ns_* functionsEric Paris
2011-08-08cred: use 'const' in get_current_{user,groups}Linus Torvalds
2011-08-08CRED: Restore const to current_cred()David Howells
2011-08-07fix rcu annotations noise in cred.hAl Viro
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-05-19Create Documentation/security/,Randy Dunlap
2011-05-13Cache user_ns in struct credSerge E. Hallyn
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2010-08-19keys: __rcu annotationsArnd Bergmann
2010-07-29CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov
2010-03-04rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2009-09-23include/linux/cred.h: fix buildAndrew Morton
2009-09-14Creds: creds->security can be NULL is selinux is disabledEric Paris
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-07-20include/linux/cred.h: work around gcc-4.2.4 warning in get_cred()Paul Menage
2009-05-29cred: #include init.h in cred.hAlexey Dobriyan
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells
2008-11-14CRED: DocumentationDavid Howells
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Detach the credentials from task_structDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-08-14CRED: Introduce credential access wrappersDavid Howells