summaryrefslogtreecommitdiff
path: root/security/keys/internal.h
Commit message (Expand)AuthorAge
* security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-15
* KEYS: prevent creating a different user's keyringsEric Biggers2017-09-25
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-19
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-30
* | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-20
|/
* KEYS: add SP800-56A KDF support for DHStephan Mueller2017-04-04
* KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau2017-04-04
* KEYS: Use structure to capture key restriction function and dataMat Martineau2017-04-04
* security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova2017-04-03
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* KEYS: Add placeholder for KDF usage with DHStephan Mueller2016-06-03
* KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau2016-04-12
* switch keyctl_instantiate_key_common() to iov_iterAl Viro2015-04-11
* KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells2014-12-01
* KEYS: Make the key matching functions return boolDavid Howells2014-09-16
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-16
* KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-16
* KEYS: Preparse match dataDavid Howells2014-09-16
* KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-14
* KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-24
* KEYS: Expand the capacity of a keyringDavid Howells2013-09-24
* KEYS: Drop the permissions argument from __keyring_search_one()David Howells2013-09-24
* KEYS: Introduce a search context structureDavid Howells2013-09-24
* KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells2013-09-24
* KEYS: key_is_dead() should take a const key pointer argumentDavid Howells2013-09-24
* KEYS: Skip key state checks when checking for possessionDavid Howells2013-09-24
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-13
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-23
|\
| * Merge commit 'v3.5-rc2' into nextJames Morris2012-06-10
| |\
| * | KEYS: Fix some sparse warningsDavid Howells2012-05-25
* | | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-22
* | | trimming task_work: kill ->dataAl Viro2012-07-22
| |/ |/|
* | keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-23
|/
* KEYS: Add invalidation supportDavid Howells2012-05-11
* keys: add a "logon" key typeJeff Layton2012-01-17
* KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells2011-08-23
* KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells2011-08-23
* KEYS: Improve /proc/keysDavid Howells2011-03-17
* KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-08
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-08
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-26
* KEYS: Fix up comments in key management codeDavid Howells2011-01-21
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-12
* KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells2010-08-02
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-27
* KEYS: Do preallocation for __key_link()David Howells2010-05-06
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-02
* KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-02
* KEYS: Deal with dead-type keys appropriately [try #6]David Howells2009-09-02