1. 7908b3e Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  2. f6b2457 keys: fix user_defined key sparse messages by Mimi Zohar · 12 years ago
  3. 9f6ed2c keys: add a "logon" key type by Jeff Layton · 12 years ago
  4. 6ac6172 encrypted-keys: fix rcu and sparse messages by Mimi Zohar · 12 years ago
  5. ee0b31a keys: fix trusted/encrypted keys sparse rcu_assign_pointer messages by Mimi Zohar · 12 years ago
  6. efde8b6 KEYS: Add missing smp_rmb() primitives to the keyring search code by David Howells · 12 years ago
  7. 8fcc995 Merge branch 'next' into for-linus by James Morris · 12 years ago
  8. 7845bc39 KEYS: Give key types their own lockdep class for key->sem by David Howells · 13 years ago
  9. 9c69898 encrypted-keys: module build fixes by Mimi Zohar · 13 years ago
  10. f4a0d5a encrypted-keys: fix error return code by Mimi Zohar · 13 years ago
  11. 9f35a33 KEYS: Fix a NULL pointer deref in the user-defined key type by David Howells · 13 years ago
  12. 0247311 security: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  13. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  14. 2b3ff63 encrypted-keys: check hex2bin result by Mimi Zohar · 13 years ago
  15. 2684bf7 trusted-keys: check hex2bin result by Mimi Zohar · 13 years ago
  16. cc10055 encrypted-keys: IS_ERR need include/err.h by Stephen Rothwell · 13 years ago
  17. 982e617 encrypted-keys: remove trusted-keys dependency by Mimi Zohar · 13 years ago
  18. 61cf45d encrypted-keys: create encrypted-keys directory by Mimi Zohar · 13 years ago
  19. 0c061b5 KEYS: Correctly destroy key payloads when their keytype is removed by David Howells · 13 years ago
  20. d199798 KEYS: The dead key link reaper should be non-reentrant by David Howells · 13 years ago
  21. b072e9b KEYS: Make the key reaper non-reentrant by David Howells · 13 years ago
  22. 8bc16de KEYS: Move the unreferenced key reaper to the keys garbage collector file by David Howells · 13 years ago
  23. 6d528b0 KEYS: __key_link() should use the RCU deref wrapper for keyring payloads by David Howells · 13 years ago
  24. 3ecf1b4 KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag set by David Howells · 13 years ago
  25. 99599537 KEYS: If install_session_keyring() is given a keyring, it should install it by David Howells · 13 years ago
  26. 95b6886 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  27. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  28. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  29. 5b944a7 Merge branch 'linus' into next by James Morris · 13 years ago
  30. 79a73d1 encrypted-keys: add ecryptfs format support by Roberto Sassu · 13 years ago
  31. 4e561d3 encrypted-keys: add key format support by Roberto Sassu · 13 years ago
  32. 7103dff encrypted-keys: added additional debug messages by Roberto Sassu · 13 years ago
  33. 08fa2aa encrypted-keys: fixed valid_master_desc() function description by Roberto Sassu · 13 years ago
  34. f91c2c5 encrypted_keys: avoid dumping the master key if the request fails by Roberto Sassu · 13 years ago
  35. b1d7dd8 KEYS: Fix error handling in construct_key_and_link() by David Howells · 13 years ago
  36. 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 13 years ago
  37. 4d67431 KEYS: Don't return EAGAIN to keyctl_assume_authority() by David Howells · 13 years ago
  38. e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 13 years ago
  39. f7285b5 Set cred->user_ns in key_replace_session_keyring by Serge E. Hallyn · 13 years ago
  40. 434d42c Merge branch 'next' into for-linus by James Morris · 13 years ago
  41. d410fa4 Create Documentation/security/, by Randy Dunlap · 13 years ago
  42. 3acb458 security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu() by Lai Jiangshan · 13 years ago
  43. 4aab1e8 KEYS: Make request_key() and co. return an error for a negative key by David Howells · 13 years ago
  44. 78b7280 KEYS: Improve /proc/keys by David Howells · 13 years ago
  45. ee009e4a0 KEYS: Add an iovec version of KEYCTL_INSTANTIATE by David Howells · 13 years ago
  46. fdd1b94 KEYS: Add a new keyctl op to reject a key with a specified error code by David Howells · 13 years ago
  47. b9fffa3 KEYS: Add a key type op to permit the key description to be vetted by David Howells · 13 years ago
  48. 633e804 KEYS: Add an RCU payload dereference macro by David Howells · 13 years ago
  49. ceb73c1 KEYS: Fix __key_link_end() quota fixup on error by David Howells · 13 years ago
  50. 5403110 trusted keys: Fix a memory leak in trusted_update(). by Jesper Juhl · 13 years ago
  51. b970344 encrypted-keys: rename encrypted_defined files to encrypted by Mimi Zohar · 13 years ago
  52. 4b174b6 trusted-keys: rename trusted_defined files to trusted by Mimi Zohar · 13 years ago
  53. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 13 years ago
  54. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 13 years ago
  55. 154a96b trusted-keys: avoid scattring va_end() by Tetsuo Handa · 13 years ago
  56. 0e7491f trusted-keys: check for NULL before using it by Tetsuo Handa · 13 years ago
  57. 35576ea trusted-keys: another free memory bugfix by Tetsuo Handa · 13 years ago
  58. 40c1001 trusted-keys: free memory bugfix by Mimi Zohar · 14 years ago
  59. d2e7ad1 Merge branch 'master' into next by James Morris · 13 years ago
  60. 3fc5e98 KEYS: Don't call up_write() if __key_link_begin() returns an error by David Howells · 14 years ago
  61. 3b1826c encrypted-keys: style and other cleanup by Mimi Zohar · 14 years ago
  62. 1f35065 encrypted-keys: verify datablob size before converting to binary by Mimi Zohar · 14 years ago
  63. 1bdbb40 trusted-keys: kzalloc and other cleanup by Mimi Zohar · 14 years ago
  64. bc5e0af trusted-keys: additional TSS return code and other error handling by Mimi Zohar · 14 years ago
  65. 93ae86e keys: add missing include file for trusted and encrypted keys by Mimi Zohar · 14 years ago
  66. 7e70cb4 keys: add new key-type encrypted by Mimi Zohar · 14 years ago
  67. d00a1c7 keys: add new trusted key-type by Mimi Zohar · 14 years ago
  68. 27d6379 Fix install_process_keyring error handling by Andi Kleen · 14 years ago
  69. 3d96406 KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyring by David Howells · 14 years ago
  70. 9d1ac65 KEYS: Fix RCU no-lock warning in keyctl_session_to_parent() by David Howells · 14 years ago
  71. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  72. 1e456a1 KEYS: request_key() should return -ENOKEY if the constructed key is negative by David Howells · 14 years ago
  73. 5ad18a0 KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key() by Justin P. Mattock · 14 years ago
  74. 94fd840 KEYS: Use the variable 'key' in keyctl_describe_key() by David Howells · 14 years ago
  75. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 14 years ago
  76. 9156235 KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key by David Howells · 14 years ago
  77. 4303ef1 KEYS: Propagate error code instead of returning -EINVAL by Dan Carpenter · 14 years ago
  78. dd98acf keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness by Oleg Nesterov · 14 years ago
  79. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 14 years ago
  80. 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
  81. 4d09ec0 KEYS: Return more accurate error codes by Dan Carpenter · 14 years ago
  82. f70e2e0 KEYS: Do preallocation for __key_link() by David Howells · 14 years ago
  83. 043b4d4 Merge branch 'master' into next by James Morris · 14 years ago
  84. 2b9e468 KEYS: Better handling of errors from construct_alloc_key() by David Howells · 14 years ago
  85. 553d603 KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links by David Howells · 14 years ago
  86. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  87. 896903c KEYS: call_sbin_request_key() must write lock keyrings before modifying them by David Howells · 14 years ago
  88. f0641cb KEYS: Use RCU dereference wrappers in keyring key type code by David Howells · 14 years ago
  89. cea7daa KEYS: find_keyring_by_name() can gain access to a freed keyring by Toshiyuki Okajima · 14 years ago
  90. cf8304e KEYS: Fix RCU handling in key_gc_keyring() by David Howells · 14 years ago
  91. d9a9b4a KEYS: Fix an RCU warning in the reading of user keys by David Howells · 14 years ago
  92. 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
  93. 03449cd keys: the request_key() syscall should link an existing key to the dest keyring by David Howells · 14 years ago
  94. b59ec78 keys: don't need to use RCU in keyring_read() as semaphore is held by David Howells · 14 years ago
  95. 93b4a44 keys: fix an RCU warning by David Howells · 14 years ago
  96. c5b60b5 security: whitespace coding style fixes by Justin P. Mattock · 14 years ago
  97. 3011a34 security: remove dead hook key_session_to_parent by Eric Paris · 14 years ago
  98. 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
  99. 512ea3b Security: key: keyring: fix some code style issues by Chihau Chau · 14 years ago
  100. c856347 Security: Fix some coding styles in security/keys/keyring.c by wzt.wzt@gmail.com · 14 years ago