Commit Graph

169 Commits (674eed8a6ac9d10b4ee08f497dbe20d75bfa863d)

Author SHA1 Message Date
Serge E. Hallyn f7285b5d63 Set cred->user_ns in key_replace_session_keyring 14 years ago
Randy Dunlap d410fa4ef9 Create Documentation/security/, 14 years ago
Lai Jiangshan 3acb458c32 security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu() 14 years ago
David Howells 4aab1e896a KEYS: Make request_key() and co. return an error for a negative key 14 years ago
David Howells 78b7280cce KEYS: Improve /proc/keys 14 years ago
David Howells ee009e4a0d KEYS: Add an iovec version of KEYCTL_INSTANTIATE 14 years ago
David Howells fdd1b94581 KEYS: Add a new keyctl op to reject a key with a specified error code 14 years ago
David Howells b9fffa3877 KEYS: Add a key type op to permit the key description to be vetted 14 years ago
David Howells 633e804e89 KEYS: Add an RCU payload dereference macro 14 years ago
David Howells ceb73c1204 KEYS: Fix __key_link_end() quota fixup on error 14 years ago
Jesper Juhl 5403110943 trusted keys: Fix a memory leak in trusted_update(). 14 years ago
Mimi Zohar b970344934 encrypted-keys: rename encrypted_defined files to encrypted 14 years ago
Mimi Zohar 4b174b6d28 trusted-keys: rename trusted_defined files to trusted 14 years ago
David Howells 973c9f4f49 KEYS: Fix up comments in key management code 14 years ago
David Howells a8b17ed019 KEYS: Do some style cleanup in the key management code. 14 years ago
Tetsuo Handa 154a96bfcd trusted-keys: avoid scattring va_end() 14 years ago
Tetsuo Handa 0e7491f685 trusted-keys: check for NULL before using it 14 years ago
Tetsuo Handa 35576eab39 trusted-keys: another free memory bugfix 14 years ago
Mimi Zohar 40c1001792 trusted-keys: free memory bugfix 14 years ago
David Howells 3fc5e98d8c KEYS: Don't call up_write() if __key_link_begin() returns an error 14 years ago
Mimi Zohar 3b1826cebe encrypted-keys: style and other cleanup 14 years ago
Mimi Zohar 1f35065a9e encrypted-keys: verify datablob size before converting to binary 14 years ago
Mimi Zohar 1bdbb4024c trusted-keys: kzalloc and other cleanup 14 years ago
Mimi Zohar bc5e0af0b3 trusted-keys: additional TSS return code and other error handling 14 years ago
Mimi Zohar 93ae86e759 keys: add missing include file for trusted and encrypted keys 14 years ago
Mimi Zohar 7e70cb4978 keys: add new key-type encrypted 14 years ago
Mimi Zohar d00a1c72f7 keys: add new trusted key-type 14 years ago
Andi Kleen 27d6379894 Fix install_process_keyring error handling 14 years ago
David Howells 3d96406c7d KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyring 15 years ago
David Howells 9d1ac65a96 KEYS: Fix RCU no-lock warning in keyctl_session_to_parent() 15 years ago
David Howells 12fdff3fc2 Add a dummy printk function for the maintenance of unused printks 15 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
David Howells 94fd8405ea KEYS: Use the variable 'key' in keyctl_describe_key() 15 years ago
David Howells 927942aabb KEYS: Make /proc/keys check to see if a key is possessed before security check 15 years ago
David Howells 9156235b34 KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key 15 years ago
Dan Carpenter 4303ef19c6 KEYS: Propagate error code instead of returning -EINVAL 15 years ago
Oleg Nesterov dd98acf747 keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness 15 years ago
Oleg Nesterov 685bfd2c48 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() 15 years ago
Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 15 years ago
Dan Carpenter 4d09ec0f70 KEYS: Return more accurate error codes 15 years ago
David Howells f70e2e0619 KEYS: Do preallocation for __key_link() 15 years ago
David Howells 2b9e4688fa KEYS: Better handling of errors from construct_alloc_key() 15 years ago
David Howells 553d603c8f KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links 15 years ago
David Howells 896903c2f5 KEYS: call_sbin_request_key() must write lock keyrings before modifying them 15 years ago
David Howells f0641cba77 KEYS: Use RCU dereference wrappers in keyring key type code 15 years ago
Toshiyuki Okajima cea7daa358 KEYS: find_keyring_by_name() can gain access to a freed keyring 15 years ago
David Howells cf8304e8f3 KEYS: Fix RCU handling in key_gc_keyring() 15 years ago
David Howells d9a9b4aeea KEYS: Fix an RCU warning in the reading of user keys 15 years ago
David Howells e35ec2d2c1 KEYS: Fix an RCU warning in the reading of user keys 15 years ago