1. 1f35065 encrypted-keys: verify datablob size before converting to binary by Mimi Zohar · 14 years ago
  2. 1bdbb40 trusted-keys: kzalloc and other cleanup by Mimi Zohar · 14 years ago
  3. bc5e0af trusted-keys: additional TSS return code and other error handling by Mimi Zohar · 14 years ago
  4. 93ae86e keys: add missing include file for trusted and encrypted keys by Mimi Zohar · 14 years ago
  5. 7e70cb4 keys: add new key-type encrypted by Mimi Zohar · 14 years ago
  6. d00a1c7 keys: add new trusted key-type by Mimi Zohar · 14 years ago
  7. 27d6379 Fix install_process_keyring error handling by Andi Kleen · 14 years ago
  8. 3d96406 KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyring by David Howells · 14 years ago
  9. 9d1ac65 KEYS: Fix RCU no-lock warning in keyctl_session_to_parent() by David Howells · 14 years ago
  10. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  11. 1e456a1 KEYS: request_key() should return -ENOKEY if the constructed key is negative by David Howells · 14 years ago
  12. 5ad18a0 KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key() by Justin P. Mattock · 14 years ago
  13. 94fd840 KEYS: Use the variable 'key' in keyctl_describe_key() by David Howells · 14 years ago
  14. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 14 years ago
  15. 9156235 KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key by David Howells · 14 years ago
  16. 4303ef1 KEYS: Propagate error code instead of returning -EINVAL by Dan Carpenter · 14 years ago
  17. dd98acf keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness by Oleg Nesterov · 14 years ago
  18. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 14 years ago
  19. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  20. 4d09ec0 KEYS: Return more accurate error codes by Dan Carpenter · 14 years ago
  21. f70e2e0 KEYS: Do preallocation for __key_link() by David Howells · 14 years ago
  22. 043b4d4 Merge branch 'master' into next by James Morris · 14 years ago
  23. 2b9e468 KEYS: Better handling of errors from construct_alloc_key() by David Howells · 14 years ago
  24. 553d603 KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links by David Howells · 14 years ago
  25. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  26. 896903c KEYS: call_sbin_request_key() must write lock keyrings before modifying them by David Howells · 14 years ago
  27. f0641cb KEYS: Use RCU dereference wrappers in keyring key type code by David Howells · 14 years ago
  28. cea7daa KEYS: find_keyring_by_name() can gain access to a freed keyring by Toshiyuki Okajima · 14 years ago
  29. cf8304e KEYS: Fix RCU handling in key_gc_keyring() by David Howells · 14 years ago
  30. d9a9b4a KEYS: Fix an RCU warning in the reading of user keys by David Howells · 14 years ago
  31. 1600f9d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  32. 03449cd keys: the request_key() syscall should link an existing key to the dest keyring by David Howells · 14 years ago
  33. b59ec78 keys: don't need to use RCU in keyring_read() as semaphore is held by David Howells · 14 years ago
  34. 93b4a44 keys: fix an RCU warning by David Howells · 14 years ago
  35. c5b60b5 security: whitespace coding style fixes by Justin P. Mattock · 14 years ago
  36. 3011a34 security: remove dead hook key_session_to_parent by Eric Paris · 14 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  38. 512ea3b Security: key: keyring: fix some code style issues by Chihau Chau · 14 years ago
  39. c856347 Security: Fix some coding styles in security/keys/keyring.c by wzt.wzt@gmail.com · 14 years ago
  40. e7b0a61 security: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  41. a00ae4d Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture support by Geert Uytterhoeven · 15 years ago
  42. fa1cc7b keys: PTR_ERR return of wrong pointer in keyctl_get_security() by Roel Kluin · 15 years ago
  43. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  44. 5cdb355 sysctl security/keys: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  45. 21279cf KEYS: get_instantiation_keyring() should inc the keyring refcount in all cases by David Howells · 15 years ago
  46. 606531c KEYS: Have the garbage collector set its timer for live expired keys by David Howells · 15 years ago
  47. c08ef80 KEYS: Fix garbage collector by David Howells · 15 years ago
  48. 5c84342 KEYS: Unlock tasklist when exiting early from keyctl_session_to_parent by Marc Dionne · 15 years ago
  49. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  50. 7b1b916 KEYS: Do some whitespace cleanups [try #6] by David Howells · 15 years ago
  51. ad73a71 KEYS: Make /proc/keys use keyid not numread as file position [try #6] by Serge E. Hallyn · 15 years ago
  52. 5d13544 KEYS: Add garbage collection for dead, revoked and expired keys. [try #6] by David Howells · 15 years ago
  53. f041ae2 KEYS: Flag dead keys to induce EKEYREVOKED [try #6] by David Howells · 15 years ago
  54. 0c2c9a3 KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try #6] by David Howells · 15 years ago
  55. 5593122 KEYS: Deal with dead-type keys appropriately [try #6] by David Howells · 15 years ago
  56. 5bb459b kernel: rename is_single_threaded(task) to current_is_single_threaded(void) by Oleg Nesterov · 15 years ago
  57. 86abcf9 keys: annotate seqfile ops with __releases and __acquires by James Morris · 15 years ago
  58. 34574dd keys: Handle there being no fallback destination keyring for request_key() by David Howells · 15 years ago
  59. 454804a keys: make procfiles per-user-namespace by Serge E. Hallyn · 15 years ago
  60. 2ea190d keys: skip keys from another user namespace by Serge E. Hallyn · 15 years ago
  61. 8ff3bc3 keys: consider user namespace in key_permission by Serge E. Hallyn · 15 years ago
  62. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 15 years ago
  63. 0d54ee1 security: introduce missing kfree by Vegard Nossum · 15 years ago
  64. 938bb9f [CVE-2009-0029] System call wrappers part 28 by Heiko Carstens · 16 years ago
  65. 1e7bfb2 [CVE-2009-0029] System call wrappers part 27 by Heiko Carstens · 16 years ago
  66. 90bd49a keys: fix sparse warning by adding __user annotation to cast by James Morris · 16 years ago
  67. eca1bf5 KEYS: Fix variable uninitialisation warnings by David Howells · 16 years ago
  68. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  69. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  70. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 16 years ago
  71. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  72. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  73. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  74. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  75. e9e349b KEYS: Disperse linux/key_ui.h by David Howells · 16 years ago
  76. 47d804b CRED: Wrap task credential accesses in the key management code by David Howells · 16 years ago
  77. dba6a4d keys: remove unused key_alloc_sem by Daniel Walker · 16 years ago
  78. fdb89bc keys: explicitly include required slab.h header file. by Robert P. J. Day · 16 years ago
  79. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 16 years ago
  80. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  81. 6b79ccb keys: allow clients to set key perms in key_create_or_update() by Arun Raghavan · 16 years ago
  82. da91d2e keys: switch to proc_create() by Alexey Dobriyan · 16 years ago
  83. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 16 years ago
  84. 4a38e12 keys: allow the callout data to be passed as a blob rather than a string by David Howells · 16 years ago
  85. dceba99 keys: check starting keyring as part of search by Kevin Coffman · 16 years ago
  86. 38bbca6 keys: increase the payload size when instantiating a key by David Howells · 16 years ago
  87. dd6f953 security: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  88. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  89. 1996a10 security/selinux: constify function pointer tables and fields by Jan Engelhardt · 16 years ago
  90. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  91. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  92. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  93. 7318226 [AF_RXRPC]: Key facility changes for AF_RXRPC by David Howells · 17 years ago
  94. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  95. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  96. 9ad0830 [PATCH] Keys: Fix key serial number collision handling by David Howells · 17 years ago
  97. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 18 years ago
  98. 48ad504 [PATCH] security/keys/*: user kmemdup() by Eric Sesterhenn · 18 years ago
  99. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  100. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago