Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
eaf961536e1622ad21247ac8d44acd48ba65566e
/
security
/
keys
/
request_key.c
d0709f1
Don't leak a key reference if request_key() tries to use a revoked keyring
by David Jeffery
· 10 years ago
0b0a841
KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED
by David Howells
· 10 years ago
054f618
KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flags
by David Howells
· 10 years ago
5e40d33
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
c06cfb0
KEYS: Remove key_type::match in favour of overriding default by match_preparse
by David Howells
· 10 years ago
4629195
KEYS: Preparse match data
by David Howells
· 10 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 10 years ago
74792b0
KEYS: Fix a race between negating a key and reading the error set
by David Howells
· 11 years ago
b2a4df2
KEYS: Expand the capacity of a keyring
by David Howells
· 11 years ago
4bdf0bc
KEYS: Introduce a search context structure
by David Howells
· 11 years ago
16feef4
KEYS: Consolidate the concept of an 'index key' for key access
by David Howells
· 11 years ago
61ea0c0
KEYS: Skip key state checks when checking for possession
by David Howells
· 11 years ago
93997f6
KEYS: split call to call_usermodehelper_fns()
by Lucas De Marchi
· 12 years ago
2a74dbb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
96b5c8f
KEYS: Reduce initial permissions on keys
by David Howells
· 12 years ago
3a50597
KEYS: Make the session and process keyrings per-thread
by David Howells
· 12 years ago
9a56c2d
userns: Convert security/keys to the new userns infrastructure
by Eric W. Biederman
· 13 years ago
81ab6e7
kmod: convert two call sites to call_usermodehelper_fns()
by Boaz Harrosh
· 12 years ago
9d944ef
usermodehelper: kill umh_wait, renumber UMH_* constants
by Oleg Nesterov
· 13 years ago
b1d7dd8
KEYS: Fix error handling in construct_key_and_link()
by David Howells
· 13 years ago
8796699
KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring
by David Howells
· 13 years ago
e52e713
Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs
by Linus Torvalds
· 13 years ago
d410fa4
Create Documentation/security/,
by Randy Dunlap
· 13 years ago
78b7280
KEYS: Improve /proc/keys
by David Howells
· 14 years ago
fdd1b94
KEYS: Add a new keyctl op to reject a key with a specified error code
by David Howells
· 14 years ago
ceb73c1
KEYS: Fix __key_link_end() quota fixup on error
by David Howells
· 14 years ago
973c9f4
KEYS: Fix up comments in key management code
by David Howells
· 14 years ago
3fc5e98
KEYS: Don't call up_write() if __key_link_begin() returns an error
by David Howells
· 14 years ago
1e456a1
KEYS: request_key() should return -ENOKEY if the constructed key is negative
by David Howells
· 14 years ago
5ad18a0
KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()
by Justin P. Mattock
· 14 years ago
685bfd2
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
by Oleg Nesterov
· 14 years ago
f70e2e0
KEYS: Do preallocation for __key_link()
by David Howells
· 15 years ago
043b4d4
Merge branch 'master' into next
by James Morris
· 15 years ago
2b9e468
KEYS: Better handling of errors from construct_alloc_key()
by David Howells
· 15 years ago
896903c
KEYS: call_sbin_request_key() must write lock keyrings before modifying them
by David Howells
· 15 years ago
03449cd
keys: the request_key() syscall should link an existing key to the dest keyring
by David Howells
· 15 years ago
93b4a44
keys: fix an RCU warning
by David Howells
· 15 years ago
34574dd
keys: Handle there being no fallback destination keyring for request_key()
by David Howells
· 16 years ago
1d1e975
keys: distinguish per-uid keys in different namespaces
by Serge E. Hallyn
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
bb952bb
CRED: Separate per-task-group keyrings from signal_struct
by David Howells
· 16 years ago
86a264a
CRED: Wrap current->cred and a few other accessors
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
8bbf4976
KEYS: Alter use of key instantiation link-to-keyring argument
by David Howells
· 16 years ago
e9e349b
KEYS: Disperse linux/key_ui.h
by David Howells
· 16 years ago
47d804b
CRED: Wrap task credential accesses in the key management code
by David Howells
· 16 years ago
fdb89bc
keys: explicitly include required slab.h header file.
by Robert P. J. Day
· 17 years ago
4a38e12
keys: allow the callout data to be passed as a blob rather than a string
by David Howells
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
76181c1
KEYS: Make request_key() and co fundamentally asynchronous
by David Howells
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
4e54f08
[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller
by David Howells
· 18 years ago
7e047ef
[PATCH] keys: sort out key quota system
by David Howells
· 18 years ago
d720024
[PATCH] selinux: add hooks for key subsystem
by Michael LeMay
· 18 years ago
b5f545c
[PATCH] keys: Permit running process to instantiate keys
by David Howells
· 19 years ago
f1a9bad
[PATCH] Keys: Add request-key process documentation
by David Howells
· 19 years ago
664cceb
[PATCH] Keys: Add possessor permissions to keys [try #3]
by David Howells
· 19 years ago
1260f80
[PATCH] Keys: Fix key management syscall interface bugs
by David Howells
· 19 years ago
3e30148
[PATCH] Keys: Make request-key create an authorisation key
by David Howells
· 19 years ago
8589b4e
[PATCH] Keys: Use RCU to manage session keyring pointer
by David Howells
· 19 years ago
7888e7f
[PATCH] Keys: Pass session keyring to call_usermodehelper()
by David Howells
· 19 years ago
76d8aea
[PATCH] keys: Discard key spinlock and use RCU for key payload
by David Howells
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago