David Howells
|
fdd1b94581
KEYS: Add a new keyctl op to reject a key with a specified error code
|
14 years ago |
David Howells
|
ceb73c1204
KEYS: Fix __key_link_end() quota fixup on error
|
14 years ago |
David Howells
|
973c9f4f49
KEYS: Fix up comments in key management code
|
14 years ago |
David Howells
|
3fc5e98d8c
KEYS: Don't call up_write() if __key_link_begin() returns an error
|
14 years ago |
David Howells
|
1e456a1243
KEYS: request_key() should return -ENOKEY if the constructed key is negative
|
15 years ago |
Justin P. Mattock
|
5ad18a0d59
KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()
|
15 years ago |
Oleg Nesterov
|
685bfd2c48
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
|
15 years ago |
David Howells
|
f70e2e0619
KEYS: Do preallocation for __key_link()
|
15 years ago |
James Morris
|
043b4d40f5
Merge branch 'master' into next
|
15 years ago |
David Howells
|
2b9e4688fa
KEYS: Better handling of errors from construct_alloc_key()
|
15 years ago |
David Howells
|
896903c2f5
KEYS: call_sbin_request_key() must write lock keyrings before modifying them
|
15 years ago |
David Howells
|
03449cd9ea
keys: the request_key() syscall should link an existing key to the dest keyring
|
15 years ago |
David Howells
|
93b4a44f3a
keys: fix an RCU warning
|
15 years ago |
David Howells
|
34574dd10b
keys: Handle there being no fallback destination keyring for request_key()
|
16 years ago |
Serge E. Hallyn
|
1d1e97562e
keys: distinguish per-uid keys in different namespaces
|
16 years ago |
David Howells
|
d84f4f992c
CRED: Inaugurate COW credentials
|
16 years ago |
David Howells
|
bb952bb98a
CRED: Separate per-task-group keyrings from signal_struct
|
16 years ago |
David Howells
|
86a264abe5
CRED: Wrap current->cred and a few other accessors
|
16 years ago |
David Howells
|
b6dff3ec5e
CRED: Separate task security context from task_struct
|
16 years ago |
David Howells
|
8bbf4976b5
KEYS: Alter use of key instantiation link-to-keyring argument
|
16 years ago |
David Howells
|
e9e349b051
KEYS: Disperse linux/key_ui.h
|
16 years ago |
David Howells
|
47d804bfa1
CRED: Wrap task credential accesses in the key management code
|
16 years ago |
Robert P. J. Day
|
fdb89bce6c
keys: explicitly include required slab.h header file.
|
17 years ago |
David Howells
|
4a38e122e2
keys: allow the callout data to be passed as a blob rather than a string
|
17 years ago |
David Howells
|
e231c2ee64
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
|
17 years ago |
David Howells
|
76181c134f
KEYS: Make request_key() and co fundamentally asynchronous
|
17 years ago |
Jeremy Fitzhardinge
|
86313c488a
usermodehelper: Tidy up waiting
|
18 years ago |
David Howells
|
4e54f08543
[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller
|
19 years ago |
David Howells
|
7e047ef5fe
[PATCH] keys: sort out key quota system
|
19 years ago |
Michael LeMay
|
d720024e94
[PATCH] selinux: add hooks for key subsystem
|
19 years ago |