1. d3ec10a KEYS: Don't write out to userspace while holding key semaphore by Waiman Long · 4 years, 9 months ago
  2. d41a3ef keys: Fix missing null pointer check in request_key_auth_describe() by Hillf Danton · 5 years ago
  3. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
  4. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  5. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  6. 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
  7. 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
  8. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  9. dcf49db keys: Add a 'recurse' flag for keyring searches by David Howells · 6 years ago
  10. e59428f keys: Move the RCU locks outwards from the keyring search functions by David Howells · 6 years ago
  11. f7f1394 keys: Grant Link permission to possessers of request_key auth keys by David Howells · 6 years ago
  12. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  13. 7936d16 keys: sparse: Fix incorrect RCU accesses by David Howells · 6 years ago
  14. ede0fa98 KEYS: always initialize keyring_index_key::desc_len by Eric Biggers · 6 years ago
  15. 822ad64 keys: Fix dependency loop between construction record and auth key by David Howells · 6 years ago
  16. 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
  17. 363b02d KEYS: Fix race between updating and finding a negative key by David Howells · 7 years ago
  18. e007ce9 KEYS: use kmemdup() in request_key_auth_new() by Eric Biggers · 7 years ago
  19. f7b48cf KEYS: don't revoke uninstantiated key in request_key_auth_new() by Eric Biggers · 7 years ago
  20. 44d8143 KEYS: fix cred refcount leak in request_key_auth_new() by Eric Biggers · 7 years ago
  21. 3db38ed doc: ReSTify keys-request-key.txt by Kees Cook · 8 years ago
  22. fff2929 security, keys: convert key.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  23. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  24. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 9 years ago
  25. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  26. 054f618 KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flags by David Howells · 10 years ago
  27. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  28. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  29. 8da79b6 KEYS: Fix missing statics by David Howells · 10 years ago
  30. f1dcde9 KEYS: request_key_auth: Provide key preparsing by David Howells · 10 years ago
  31. d0a059c KEYS: Search for auth-key by name rather than target key ID by David Howells · 11 years ago
  32. 4bdf0bc KEYS: Introduce a search context structure by David Howells · 11 years ago
  33. 61ea0c0 KEYS: Skip key state checks when checking for possession by David Howells · 11 years ago
  34. cf7f601 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  35. 4d67431 KEYS: Don't return EAGAIN to keyctl_assume_authority() by David Howells · 14 years ago
  36. e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 14 years ago
  37. d410fa4 Create Documentation/security/, by Randy Dunlap · 14 years ago
  38. 78b7280 KEYS: Improve /proc/keys by David Howells · 14 years ago
  39. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 14 years ago
  40. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 14 years ago
  41. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  42. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  43. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  44. 47d804b CRED: Wrap task credential accesses in the key management code by David Howells · 16 years ago
  45. fdb89bc keys: explicitly include required slab.h header file. by Robert P. J. Day · 17 years ago
  46. 4a38e12 keys: allow the callout data to be passed as a blob rather than a string by David Howells · 17 years ago
  47. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  48. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago
  49. 7e047ef [PATCH] keys: sort out key quota system by David Howells · 19 years ago
  50. 04c567d [PATCH] Keys: Fix race between two instantiators of a key by David Howells · 19 years ago
  51. d720024 [PATCH] selinux: add hooks for key subsystem by Michael LeMay · 19 years ago
  52. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 19 years ago
  53. f1a9bad [PATCH] Keys: Add request-key process documentation by David Howells · 19 years ago
  54. 74fd92c [PATCH] key: plug request_key_auth memleak by David Howells · 19 years ago
  55. 664cceb [PATCH] Keys: Add possessor permissions to keys [try #3] by David Howells · 19 years ago
  56. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 20 years ago