aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21KEYS: Fix error handling in construct_key_and_link()David Howells1-1/+2
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-2/+1
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docsLinus Torvalds4-4/+4
2011-05-26Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn1-0/+1
2011-05-24Merge branch 'next' into for-linusJames Morris8-25/+46
2011-05-19Create Documentation/security/,Randy Dunlap4-4/+4
2011-05-07security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan1-14/+2
2011-03-17KEYS: Make request_key() and co. return an error for a negative keyDavid Howells1-0/+6
2011-03-17KEYS: Improve /proc/keysDavid Howells7-25/+40
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells3-7/+150
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells6-13/+56
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells1-0/+8
2011-03-08KEYS: Add an RCU payload dereference macroDavid Howells3-6/+3
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells4-20/+27
2011-01-24trusted keys: Fix a memory leak in trusted_update().Jesper Juhl1-0/+1
2011-01-24encrypted-keys: rename encrypted_defined files to encryptedMimi Zohar3-2/+3
2011-01-24trusted-keys: rename trusted_defined files to trustedMimi Zohar3-2/+2
2011-01-21KEYS: Fix up comments in key management codeDavid Howells11-366/+777
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells10-248/+80
2011-01-19trusted-keys: avoid scattring va_end()Tetsuo Handa1-17/+13
2011-01-19trusted-keys: check for NULL before using itTetsuo Handa1-0/+5
2011-01-19trusted-keys: another free memory bugfixTetsuo Handa1-3/+5
2011-01-14trusted-keys: free memory bugfixMimi Zohar1-5/+7
2011-01-10Merge branch 'master' into nextJames Morris1-1/+0
2010-12-23KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells1-1/+0
2010-12-15encrypted-keys: style and other cleanupMimi Zohar2-37/+29
2010-12-15encrypted-keys: verify datablob size before converting to binaryMimi Zohar1-14/+15
2010-12-15trusted-keys: kzalloc and other cleanupMimi Zohar1-18/+16
2010-12-15trusted-keys: additional TSS return code and other error handlingMimi Zohar1-62/+87
2010-11-30keys: add missing include file for trusted and encrypted keysMimi Zohar2-0/+2
2010-11-29keys: add new key-type encryptedMimi Zohar3-0/+964
2010-11-29keys: add new trusted key-typeMimi Zohar3-0/+1286
2010-10-28Fix install_process_keyring error handlingAndi Kleen1-1/+1
2010-09-10KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells1-1/+2
2010-09-10KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells1-0/+3
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-5/+0
2010-08-06KEYS: request_key() should return -ENOKEY if the constructed key is negativeDavid Howells1-0/+2
2010-08-02KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()Justin P. Mattock1-0/+1
2010-08-02KEYS: Use the variable 'key' in keyctl_describe_key()David Howells1-7/+5
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells3-23/+66
2010-08-02KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation keyDavid Howells1-1/+16
2010-06-27KEYS: Propagate error code instead of returning -EINVALDan Carpenter1-2/+2
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov1-1/+1
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov3-2/+34
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-3/+3
2010-05-18KEYS: Return more accurate error codesDan Carpenter1-3/+3
2010-05-06KEYS: Do preallocation for __key_link()David Howells4-130/+215
2010-05-06Merge branch 'master' into nextJames Morris2-20/+23
2010-05-06KEYS: Better handling of errors from construct_alloc_key()David Howells1-2/+22
2010-05-06KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells1-7/+9