aboutsummaryrefslogtreecommitdiff
path: root/security/keys/user_defined.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-3/+3
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreGravatar Waiman Long 1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-12-12security: audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2017-10-18KEYS: Fix race between updating and finding a negative keyGravatar David Howells 1-2/+2
2017-06-09KEYS: user_defined: sanitize key payloadsGravatar Eric Biggers 1-4/+12
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-04-12KEYS: user_update should use copy of payload made during preparsingGravatar David Howells 1-31/+11
2015-11-25KEYS: Fix handling of stored error in a negatively instantiated user keyGravatar David Howells 1-1/+4
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-7/+7
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-12/+0
2014-09-16KEYS: Remove key_type::def_lookup_typeGravatar David Howells 1-2/+0
2014-09-16KEYS: Preparse match dataGravatar David Howells 1-2/+2
2014-07-22KEYS: user: Use key preparsingGravatar David Howells 1-19/+22
2013-09-24KEYS: Introduce a search context structureGravatar David Howells 1-8/+10
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-6/+8
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+37
2012-01-19keys: fix user_defined key sparse messagesGravatar Mimi Zohar 1-3/+3
2012-01-17keys: add a "logon" key typeGravatar Jeff Layton 1-0/+37
2011-11-15KEYS: Fix a NULL pointer deref in the user-defined key typeGravatar David Howells 1-1/+2
2011-05-24Merge branch 'next' into for-linusGravatar James Morris 1-2/+2
2011-05-07security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Gravatar Lai Jiangshan 1-14/+2
2011-03-17KEYS: Improve /proc/keysGravatar David Howells 1-2/+2
2011-03-08KEYS: Add an RCU payload dereference macroGravatar David Howells 1-2/+1
2011-01-21KEYS: Do some style cleanup in the key management code.Gravatar David Howells 1-24/+8
2010-05-05KEYS: Fix an RCU warning in the reading of user keysGravatar David Howells 1-1/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-06-26[PATCH] keys: discard the contents of a key on revocationGravatar David Howells 1-1/+24
2006-01-06[PATCH] Keys: Remove key duplicationGravatar David Howells 1-33/+0
2005-10-30[PATCH] Keys: Export user-defined keyring operationsGravatar David Howells 1-25/+24
2005-06-24[PATCH] eCryptfs: export user key typeGravatar Michael Halcrow 1-0/+2
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadGravatar David Howells 1-24/+61
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+191