summaryrefslogtreecommitdiff
path: root/security/keys/internal.h
AgeCommit message (Expand)Author
2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells
2018-12-13keys: Export lookup_user_key to external usersDave Jiang
2018-10-26KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]David Howells
2017-11-15security: keys: Replace time_t/timespec with time64_tBaolin Wang
2017-09-25KEYS: prevent creating a different user's keyringsEric Biggers
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-04-04KEYS: add SP800-56A KDF support for DHStephan Mueller
2017-04-04KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau
2017-04-03security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau
2015-04-11switch keyctl_instantiate_key_common() to iov_iterAl Viro
2014-12-01KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells
2014-09-16KEYS: Make the key matching functions return boolDavid 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-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells
2013-09-24KEYS: Drop the permissions argument from __keyring_search_one()David Howells
2013-09-24KEYS: Introduce a search context structureDavid Howells
2013-09-24KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells
2013-09-24KEYS: key_is_dead() should take a const key pointer argumentDavid Howells
2013-09-24KEYS: Skip key state checks when checking for possessionDavid Howells
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro
2012-07-22trimming task_work: kill ->dataAl Viro
2012-06-10Merge commit 'v3.5-rc2' into nextJames Morris
2012-05-25KEYS: Fix some sparse warningsDavid Howells
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov
2012-05-11KEYS: Add invalidation supportDavid Howells
2012-01-17keys: add a "logon" key typeJeff Layton
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid 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-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells
2011-01-21KEYS: Fix up comments in key management codeDavid Howells
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov
2010-05-06KEYS: Do preallocation for __key_link()David Howells