summaryrefslogtreecommitdiffstats
path: root/security/keys
AgeCommit message (Expand)AuthorLines
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+39
2012-01-19keys: fix user_defined key sparse messagesMimi Zohar-3/+3
2012-01-17keys: add a "logon" key typeJeff Layton-0/+39
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar-2/+2
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar-4/+6
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells-8/+18
2012-01-09Merge branch 'next' into for-linusJames Morris-0/+3
2011-11-17KEYS: Give key types their own lockdep class for key->semDavid Howells-0/+3
2011-11-16encrypted-keys: module build fixesMimi Zohar-3/+8
2011-11-16encrypted-keys: fix error return codeMimi Zohar-1/+1
2011-11-15KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells-1/+2
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko-2/+2
2011-10-31Cross Memory AttachChristopher Yeoh-2/+2
2011-09-20encrypted-keys: check hex2bin resultMimi Zohar-3/+11
2011-09-20trusted-keys: check hex2bin resultMimi Zohar-4/+15
2011-09-15encrypted-keys: IS_ERR need include/err.hStephen Rothwell-0/+1
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar-27/+64
2011-09-14encrypted-keys: create encrypted-keys directoryMimi Zohar-1/+6
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells-208/+258
2011-08-23KEYS: The dead key link reaper should be non-reentrantDavid Howells-3/+3
2011-08-23KEYS: Make the key reaper non-reentrantDavid Howells-1/+1
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells-76/+85
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells-2/+1
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells-2/+12
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-53/+313
2011-07-11Merge branch 'master' into for-nextJiri Kosina-3/+3
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko-1/+0
2011-06-30Merge branch 'linus' into nextJames Morris-3/+3
2011-06-27encrypted-keys: add ecryptfs format supportRoberto Sassu-8/+180
2011-06-27encrypted-keys: add key format supportRoberto Sassu-40/+101
2011-06-27encrypted-keys: added additional debug messagesRoberto Sassu-11/+34
2011-06-27encrypted-keys: fixed valid_master_desc() function descriptionRoberto Sassu-1/+1
2011-06-27encrypted_keys: avoid dumping the master key if the request failsRoberto Sassu-3/+5
2011-06-21KEYS: Fix error handling in construct_key_and_link()David Howells-1/+2
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells-2/+1
2011-06-14KEYS: Don't return EAGAIN to keyctl_assume_authority()David Howells-0/+2
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds-4/+4
2011-05-26Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn-0/+1
2011-05-24Merge branch 'next' into for-linusJames Morris-25/+46
2011-05-19Create Documentation/security/,Randy Dunlap-4/+4
2011-05-07security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan-14/+2
2011-03-17KEYS: Make request_key() and co. return an error for a negative keyDavid Howells-0/+6
2011-03-17KEYS: Improve /proc/keysDavid Howells-25/+40
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells-7/+150
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells-13/+56
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells-0/+8
2011-03-08KEYS: Add an RCU payload dereference macroDavid Howells-6/+3
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells-20/+27
2011-01-24trusted keys: Fix a memory leak in trusted_update().Jesper Juhl-0/+1