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