summaryrefslogtreecommitdiffstats
path: root/include/linux/key.h
Commit message (Expand)AuthorAgeFilesLines
* keys: Fix description sizeDavid Howells2019-08-191-4/+4
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-66/+55Star
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-55/+66
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-55/+66
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-6/+75
|\|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-4/+43
| * keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-261-0/+2
| * keys: Include target namespace in match criteriaDavid Howells2019-06-261-0/+10
| * keys: Namespace keyring namesDavid Howells2019-06-261-0/+2
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-1/+2
| * keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-261-0/+3
| * keys: Simplify key description managementDavid Howells2019-06-261-1/+13
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-11/+3Star
|\|
| * keys: Kill off request_key_async{,_with_auxdata}David Howells2019-06-261-11/+0Star
| * keys: Provide request_key_rcu()David Howells2019-06-191-0/+3
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-091-4/+9
|\|
| * keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-301-0/+5
| * keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-221-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
|/
* keys: Export lookup_user_key to external usersDave Jiang2018-12-141-0/+3
* security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-151-3/+4
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-17/+30
* KEYS: prevent creating a different user's keyringsEric Biggers2017-09-251-0/+2
* Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-041-1/+1
|\
| * doc: ReSTify keys.txtKees Cook2017-05-181-1/+1
* | KEYS: sanitize key structs before freeingEric Biggers2017-06-091-1/+0Star
|/
* KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau2017-04-041-1/+5
* KEYS: Use structure to capture key restriction function and dataMat Martineau2017-04-041-4/+4
* KEYS: Add a key restriction structMat Martineau2017-04-031-0/+6
* KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-031-3/+5
* KEYS: Use a typedef for restrict_link function pointersMat Martineau2017-04-031-9/+7Star
* security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova2017-04-031-2/+3
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+4
* KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells2016-04-111-16/+5Star
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-10/+43
* KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells2016-02-091-0/+1
* KEYS: prevent keys from being removed from specified keyringsMimi Zohar2015-12-151-0/+1
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-19/+14Star
* Merge branch 'keys-fixes' into keys-nextDavid Howells2014-07-221-0/+1
|\
| * KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-171-0/+1
* | KEYS: validate certificate trust only with builtin keysDmitry Kasatkin2014-07-171-0/+1
|/
* Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-101-0/+11
|\
| * KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-141-0/+11
* | key: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-1/+1
|/
* KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells2013-09-251-0/+3
* KEYS: Implement a big key type that can save to tmpfsDavid Howells2013-09-241-0/+1
* KEYS: Expand the capacity of a keyringDavid Howells2013-09-241-5/+8
* KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells2013-09-241-3/+7
* KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells2013-09-241-5/+16
* KEYS: Use bool in make_key_ref() and is_key_possessed()David Howells2013-09-241-2/+2