1. bfe9d7b KEYS: prevent creating a different user's keyrings by Eric Biggers · 7 years ago
  2. 4693fc7 KEYS: Add placeholder for KDF usage with DH by Stephan Mueller · 8 years ago
  3. ddbb411 KEYS: Add KEYCTL_DH_COMPUTE command by Mat Martineau · 8 years ago
  4. b353a1f switch keyctl_instantiate_key_common() to iov_iter by Al Viro · 9 years ago
  5. 0b0a841 KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED by David Howells · 9 years ago
  6. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  7. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  8. 614d8c3 KEYS: Remove key_type::def_lookup_type by David Howells · 10 years ago
  9. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  10. f589594 KEYS: Move the flags representing required permission to linux/key.h by David Howells · 10 years ago
  11. f36f8c7 KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches by David Howells · 11 years ago
  12. b2a4df2 KEYS: Expand the capacity of a keyring by David Howells · 11 years ago
  13. e57e866 KEYS: Drop the permissions argument from __keyring_search_one() by David Howells · 11 years ago
  14. 4bdf0bc KEYS: Introduce a search context structure by David Howells · 11 years ago
  15. 16feef4 KEYS: Consolidate the concept of an 'index key' for key access by David Howells · 11 years ago
  16. 7e55ca6 KEYS: key_is_dead() should take a const key pointer argument by David Howells · 11 years ago
  17. 61ea0c0 KEYS: Skip key state checks when checking for possession by David Howells · 11 years ago
  18. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  19. 9a56c2d userns: Convert security/keys to the new userns infrastructure by Eric W. Biederman · 12 years ago
  20. e05644e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  21. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 12 years ago
  22. 41f9d29 trimming task_work: kill ->data by Al Viro · 12 years ago
  23. 66dd07b Merge commit 'v3.5-rc2' into next by James Morris · 12 years ago
  24. 423b9788 KEYS: Fix some sparse warnings by David Howells · 12 years ago
  25. 413cd3d keys: change keyctl_session_to_parent() to use task_work_add() by Oleg Nesterov · 12 years ago
  26. fd75815 KEYS: Add invalidation support by David Howells · 12 years ago
  27. 9f6ed2c keys: add a "logon" key type by Jeff Layton · 12 years ago
  28. 0c061b5 KEYS: Correctly destroy key payloads when their keytype is removed by David Howells · 13 years ago
  29. 8bc16de KEYS: Move the unreferenced key reaper to the keys garbage collector file by David Howells · 13 years ago
  30. 78b7280 KEYS: Improve /proc/keys by David Howells · 13 years ago
  31. ee009e4a0 KEYS: Add an iovec version of KEYCTL_INSTANTIATE by David Howells · 13 years ago
  32. fdd1b94 KEYS: Add a new keyctl op to reject a key with a specified error code by David Howells · 13 years ago
  33. ceb73c1 KEYS: Fix __key_link_end() quota fixup on error by David Howells · 13 years ago
  34. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 13 years ago
  35. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  36. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 14 years ago
  37. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 14 years ago
  38. f70e2e0 KEYS: Do preallocation for __key_link() by David Howells · 14 years ago
  39. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  40. 5d13544 KEYS: Add garbage collection for dead, revoked and expired keys. [try #6] by David Howells · 15 years ago
  41. 5593122 KEYS: Deal with dead-type keys appropriately [try #6] by David Howells · 15 years ago
  42. 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 15 years ago
  43. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  44. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  45. e9e349b KEYS: Disperse linux/key_ui.h by David Howells · 16 years ago
  46. dba6a4d keys: remove unused key_alloc_sem by Daniel Walker · 16 years ago
  47. 0b77f5b keys: make the keyring quotas controllable through /proc/sys by David Howells · 16 years ago
  48. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  49. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 16 years ago
  50. 4a38e12 keys: allow the callout data to be passed as a blob rather than a string by David Howells · 16 years ago
  51. dd6f953 security: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  52. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  53. 4e54f08 [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller by David Howells · 18 years ago
  54. 7e047ef [PATCH] keys: sort out key quota system by David Howells · 18 years ago
  55. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 18 years ago
  56. 017679c [PATCH] keys: Permit key expiry time to be set by David Howells · 18 years ago
  57. 1ae8f40 [PATCH] security/: possible cleanups by Adrian Bunk · 18 years ago
  58. 664cceb [PATCH] Keys: Add possessor permissions to keys [try #3] by David Howells · 19 years ago
  59. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago