aboutsummaryrefslogtreecommitdiff
path: root/include/keys/user-type.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-02KEYS: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreGravatar Waiman Long 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-22KEYS: user: Align the payload bufferGravatar Eric Biggers 1-1/+1
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-2/+7
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-0/+8
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-3/+0
2014-09-16KEYS: Preparse match dataGravatar David Howells 1-1/+3
2014-07-22KEYS: user: Use key preparsingGravatar David Howells 1-1/+2
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-2/+4
2012-01-17keys: add a "logon" key typeGravatar Jeff Layton 1-1/+2
2006-06-26[PATCH] keys: discard the contents of a key on revocationGravatar David Howells 1-0/+1
2006-01-06[PATCH] Keys: Remove key duplicationGravatar David Howells 1-1/+0
2005-10-30[PATCH] Keys: Export user-defined keyring operationsGravatar David Howells 1-0/+47