aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)Author
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells
2012-01-09Merge branch 'next' into for-linusJames Morris
2011-11-17KEYS: Give key types their own lockdep class for key->semDavid Howells
2011-11-16encrypted-keys: module build fixesMimi Zohar
2011-11-16encrypted-keys: fix error return codeMimi Zohar
2011-11-15KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-10-31Cross Memory AttachChristopher Yeoh
2011-09-20encrypted-keys: check hex2bin resultMimi Zohar
2011-09-20trusted-keys: check hex2bin resultMimi Zohar
2011-09-15encrypted-keys: IS_ERR need include/err.hStephen Rothwell
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar
2011-09-14encrypted-keys: create encrypted-keys directoryMimi Zohar
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells
2011-08-23KEYS: The dead key link reaper should be non-reentrantDavid Howells
2011-08-23KEYS: Make the key reaper non-reentrantDavid Howells
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itDavid 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