1. 99c31f9 ucounts: In set_cred_ucounts assume new->ucounts is non-NULL by Eric W. Biederman · 3 years, 2 months ago
  2. 5ebcbe3 ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring by Eric W. Biederman · 3 years, 2 months ago
  3. 34dc2fd ucounts: Proper error handling in set_cred_ucounts by Eric W. Biederman · 3 years, 2 months ago
  4. 629715a ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_creds by Eric W. Biederman · 3 years, 2 months ago
  5. bbb6d0f ucounts: Increase ucounts reference counter before the security hook by Alexey Gladkov · 3 years, 4 months ago
  6. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 6 months ago
  7. 5e6b8a5 cred: add missing return error code when set_cred_ucounts() failed by Yang Yingliang · 3 years, 7 months ago
  8. 32c9397 kernel/cred.c: make init_groups static by Rasmus Villemoes · 3 years, 8 months ago
  9. 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  10. 905ae01 Add a reference to ucounts for each cred by Alexey Gladkov · 3 years, 8 months ago
  11. 87b047d exec: Teach prepare_exec_creds how exec treats uids & gids by Eric W. Biederman · 4 years, 10 months ago
  12. aa884c1 kernel: doc: remove outdated comment cred.c by Bernd Edlinger · 4 years, 9 months ago
  13. e033e7d Merge branch 'dhowells' (patches from DavidH) by Linus Torvalds · 5 years ago
  14. 8379bb8 keys: Fix request_key() cache by David Howells · 5 years ago
  15. 84029fd memcg: account security cred as well to kmemcg by Shakeel Butt · 5 years ago
  16. a29a0a4 Merge branch 'access-creds' by Linus Torvalds · 5 years ago
  17. d7852fb access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 5 years ago
  18. c236b6d Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  19. d44a627 Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  20. 7743c48 keys: Cache result of request_key*() temporarily in task_struct by David Howells · 6 years ago
  21. aa72354 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  22. f6581f5b ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 6 years ago
  23. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  24. 2e21865 keys: sparse: Fix key_fs[ug]id_changed() by David Howells · 6 years ago
  25. 98c8865 SELinux: Remove cred security blob poisoning by Casey Schaufler · 6 years ago
  26. a6d8e76 cred: export get_task_cred(). by NeilBrown · 6 years ago
  27. 97d0fb2 cred: add get_cred_rcu() by NeilBrown · 6 years ago
  28. d89b22d cred: add cred_fscmp() for comparing creds. by NeilBrown · 6 years ago
  29. af777cd doc: ReSTify credentials.txt by Kees Cook · 8 years ago
  30. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  31. 5f65e5c cred: Reject inodes with invalid ids in set_create_file_as() by Seth Forshee · 9 years ago
  32. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  33. 52aa853 kernel/cred.c: remove unnecessary kdebug atomic reads by Joe Perches · 9 years ago
  34. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  35. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  36. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  37. aa6d054 userns: Add a more complete capability subset test to commit_creds by Eric W. Biederman · 12 years ago
  38. 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
  39. c9235f4 userns: Make credential debugging user namespace safe. by Eric W. Biederman · 13 years ago
  40. f23ca33 keys: kill task_struct->replacement_session_keyring by Oleg Nesterov · 13 years ago
  41. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  42. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
  43. 79549c6 cred: copy_process() should clear child->replacement_session_keyring by Oleg Nesterov · 13 years ago
  44. 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 13 years ago
  45. 4040153 security: trim security.h by Al Viro · 13 years ago
  46. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  47. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  48. 8ad346c CRED: fix build error due to 'tgcred' undeclared by Axel Lin · 13 years ago
  49. 012146d CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred struct by David Howells · 13 years ago
  50. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  51. e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 14 years ago
  52. d410fa4 Create Documentation/security/, by Randy Dunlap · 14 years ago
  53. 12a5a26 Merge branch 'master' into next by James Morris · 14 years ago
  54. 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 14 years ago
  55. a3232d2 capabilities: delete all CAP_INIT macros by Eric Paris · 14 years ago
  56. 3486740 userns: security: make capabilities relative to the user namespace by Serge E. Hallyn · 14 years ago
  57. a3ec4a6 Merge commit 'v2.6.38-rc5' into core/locking by Ingo Molnar · 14 years ago
  58. fb2b2a1 CRED: Fix memory and refcount leaks upon security_prepare_creds() failure by Tetsuo Handa · 14 years ago
  59. 2edeaa3 CRED: Fix BUG() upon security_cred_alloc_blank() failure by Tetsuo Handa · 14 years ago
  60. 10389a1 cred: Replace deprecated spinlock initialization by Thomas Gleixner · 14 years ago
  61. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  62. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  63. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  64. c70a626 umh: creds: kill subprocess_info->cred logic by Oleg Nesterov · 15 years ago
  65. 96b5b7f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  66. 48652ce Merge commit 'v2.6.34-rc6' into sched/core by Ingo Molnar · 15 years ago
  67. 0ffbe26 Merge branch 'master' into next by James Morris · 15 years ago
  68. e134d20 CRED: Fix a race in creds_are_invalid() in credentials debugging by David Howells · 15 years ago
  69. eff3036 CRED: Fix double free in prepare_usermodehelper_creds() error handling by David Howells · 15 years ago
  70. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  71. 0968d00 security: remove dead hook cred_commit by Eric Paris · 15 years ago
  72. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 15 years ago
  73. 32bd7eb sched: Remove remaining USER_SCHED code by Li Zefan · 15 years ago
  74. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  75. 570b8fb CRED: Fix memory leak in error handling by Mathieu Desnoyers · 15 years ago
  76. b8a1d37 kernel/cred.c: use kmem_cache_free by Julia Lawall · 15 years ago
  77. 764db03 creds_are_invalid() needs to be exported for use by modules: by Randy Dunlap · 15 years ago
  78. 74908a0 include/linux/cred.h: fix build by Andrew Morton · 15 years ago
  79. 4a5d6ba CRED: Allow put_cred() to cope with a NULL groups list by David Howells · 15 years ago
  80. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  81. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  82. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 16 years ago
  83. 1a7d0f0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  84. 43529c9 CRED: Must initialise the new creds in prepare_kernel_cred() by David Howells · 16 years ago
  85. 0de3368 CRED: Missing put_cred() in prepare_kernel_cred() by David Howells · 16 years ago
  86. b945637 CRED: Fix commit_creds() on a process that has no mm by David Howells · 16 years ago
  87. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  88. 3a3b7ce CRED: Allow kernel services to override LSM settings for task actions by David Howells · 16 years ago
  89. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
  90. 98870ab CRED: Documentation by David Howells · 16 years ago
  91. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  92. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  93. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  94. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago