summaryrefslogtreecommitdiffstats
path: root/security/keys/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-14/+2Star
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-2/+14
|\
| * keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-031-0/+5
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-2/+9
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-3/+7
|\|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-0/+1
| * keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-261-1/+2
| * keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-261-1/+2
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-0/+1
| * keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-261-7/+1Star
| * keys: Simplify key description managementDavid Howells2019-06-261-0/+6
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-3/+3
|\|
| * keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-191-3/+3
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-091-0/+7
|\|
| * keys: Add capability-checking keyctl functionDavid Howells2019-06-191-0/+2
| * keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-301-0/+3
| * keys: Hoist locking out of __key_link_begin()David Howells2019-05-301-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-151-12/+1Star
* keys: Export lookup_user_key to external usersDave Jiang2018-12-141-2/+0Star
* KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]David Howells2018-10-261-0/+39
* security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-151-4/+4
* KEYS: prevent creating a different user's keyringsEric Biggers2017-09-251-1/+1
* 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-121-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/+5Star
* KEYS: Preparse match dataDavid Howells2014-09-161-5/+3Star
* KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-141-10/+1Star
* 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/+1Star
* 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/+3Star
* 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-081-0/+2
* userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-141-4/+2Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-241-1/+1
|\