summaryrefslogtreecommitdiffstats
path: root/include/linux/key.h
Commit message (Expand)AuthorAgeFilesLines
* security/keys: export key_lookup()Hannes Reinecke2023-10-111-0/+1
* sysctl: move security keys sysctl registration to its own fileLuis Chamberlain2023-06-081-3/+0
* KEYS: Add new function key_create()Thomas Weißschuh2023-02-131-0/+8
* KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLRoberto Sassu2022-09-211-0/+6
* certs: Fix blacklist flag type confusionDavid Howells2021-01-211-0/+1
* keys: remove trailing semicolon in macro definitionTom Rix2021-01-211-2/+2
* keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-191-12/+18
* watch_queue: Add a key/keyring notification facilityDavid Howells2020-05-191-0/+3
* afs: Provide an RCU-capable key lookupDavid Howells2019-09-021-1/+13
* 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-101-66/+55
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-55/+66
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-55/+66
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-6/+75
|\|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-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-081-11/+3
|\|
| * keys: Kill off request_key_async{,_with_auxdata}David Howells2019-06-261-11/+0
| * 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-081-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/+1
|/
* keys: Export lookup_user_key to external usersDave Jiang2018-12-131-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-031-1/+1
|\
| * doc: ReSTify keys.txtKees Cook2017-05-181-1/+1
* | KEYS: sanitize key structs before freeingEric Biggers2017-06-091-1/+0
|/
* 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/+7
* 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/+5
* 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/+14
* 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
|/