summaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)Author
2011-11-21KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-06-30Merge branch 'linus' into nextJames Morris
2011-06-27encrypted-keys: add ecryptfs format supportRoberto Sassu
2011-06-27encrypted-keys: add key format supportRoberto Sassu
2011-06-27encrypted-keys: added additional debug messagesRoberto Sassu
2011-06-27encrypted-keys: fixed valid_master_desc() function descriptionRoberto Sassu
2011-06-27encrypted_keys: avoid dumping the master key if the request failsRoberto Sassu
2011-06-21KEYS: Fix error handling in construct_key_and_link()David Howells
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells
2011-06-14KEYS: Don't return EAGAIN to keyctl_assume_authority()David Howells
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds
2011-05-26Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn
2011-05-24Merge branch 'next' into for-linusJames Morris
2011-05-19Create Documentation/security/,Randy Dunlap
2011-05-07security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan
2011-03-17KEYS: Make request_key() and co. return an error for a negative keyDavid Howells
2011-03-17KEYS: Improve /proc/keysDavid Howells
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells
2011-03-08KEYS: Add an RCU payload dereference macroDavid Howells
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells
2011-01-24trusted keys: Fix a memory leak in trusted_update().Jesper Juhl
2011-01-24encrypted-keys: rename encrypted_defined files to encryptedMimi Zohar
2011-01-24trusted-keys: rename trusted_defined files to trustedMimi Zohar
2011-01-21KEYS: Fix up comments in key management codeDavid Howells
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells
2011-01-19trusted-keys: avoid scattring va_end()Tetsuo Handa
2011-01-19trusted-keys: check for NULL before using itTetsuo Handa
2011-01-19trusted-keys: another free memory bugfixTetsuo Handa
2011-01-14trusted-keys: free memory bugfixMimi Zohar
2011-01-10Merge branch 'master' into nextJames Morris
2010-12-23KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells
2010-12-15encrypted-keys: style and other cleanupMimi Zohar
2010-12-15encrypted-keys: verify datablob size before converting to binaryMimi Zohar
2010-12-15trusted-keys: kzalloc and other cleanupMimi Zohar
2010-12-15trusted-keys: additional TSS return code and other error handlingMimi Zohar
2010-11-30keys: add missing include file for trusted and encrypted keysMimi Zohar
2010-11-29keys: add new key-type encryptedMimi Zohar
2010-11-29keys: add new trusted key-typeMimi Zohar
2010-10-28Fix install_process_keyring error handlingAndi Kleen
2010-09-10KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells
2010-09-10KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-06KEYS: request_key() should return -ENOKEY if the constructed key is negativeDavid Howells
2010-08-02KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()Justin P. Mattock
2010-08-02KEYS: Use the variable 'key' in keyctl_describe_key()David Howells