summaryrefslogtreecommitdiffstats
path: root/security/keys/user_defined.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells
2017-06-09KEYS: user_defined: sanitize key payloadsEric Biggers
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-04-12KEYS: user_update should use copy of payload made during preparsingDavid Howells
2015-11-25KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells
2014-09-16KEYS: Remove key_type::def_lookup_typeDavid Howells
2014-09-16KEYS: Preparse match dataDavid Howells
2014-07-22KEYS: user: Use key preparsingDavid Howells
2013-09-24KEYS: Introduce a search context structureDavid Howells
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-01-19keys: fix user_defined key sparse messagesMimi Zohar
2012-01-17keys: add a "logon" key typeJeff Layton
2011-11-15KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells
2011-05-24Merge branch 'next' into for-linusJames Morris
2011-05-07security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan
2011-03-17KEYS: Improve /proc/keysDavid Howells
2011-03-08KEYS: Add an RCU payload dereference macroDavid Howells
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells
2010-05-05KEYS: Fix an RCU warning in the reading of user keysDavid Howells
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-06-26[PATCH] keys: discard the contents of a key on revocationDavid Howells
2006-01-06[PATCH] Keys: Remove key duplicationDavid Howells
2005-10-30[PATCH] Keys: Export user-defined keyring operationsDavid Howells
2005-06-24[PATCH] eCryptfs: export user key typeMichael Halcrow
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds