Commit Graph

136 Commits (c20f5b9633bb0953bd2422f0f1430a2028cdbd0a)

Author SHA1 Message Date
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
David Howells bfeb0360de KEYS: Fix an RCU warning 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 b59ec78cdc keys: don't need to use RCU in keyring_read() as semaphore is held 15 years ago
David Howells 93b4a44f3a keys: fix an RCU warning 15 years ago
Justin P. Mattock c5b60b5e67 security: whitespace coding style fixes 15 years ago
Eric Paris 3011a344cd security: remove dead hook key_session_to_parent 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Chihau Chau 512ea3bc30 Security: key: keyring: fix some code style issues 15 years ago
wzt.wzt@gmail.com c8563473c1 Security: Fix some coding styles in security/keys/keyring.c 15 years ago
Paul E. McKenney e7b0a61b79 security: Apply lockdep-based checking to rcu_dereference() uses 15 years ago
Geert Uytterhoeven a00ae4d21b Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture support 15 years ago
Roel Kluin fa1cc7b5a5 keys: PTR_ERR return of wrong pointer in keyctl_get_security() 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
Eric W. Biederman 5cdb35557d sysctl security/keys: Remove dead binary sysctl support 15 years ago
David Howells 21279cfa10 KEYS: get_instantiation_keyring() should inc the keyring refcount in all cases 16 years ago
David Howells 606531c316 KEYS: Have the garbage collector set its timer for live expired keys 16 years ago
David Howells c08ef808ef KEYS: Fix garbage collector 16 years ago
Marc Dionne 5c84342a3e KEYS: Unlock tasklist when exiting early from keyctl_session_to_parent 16 years ago
David Howells ee18d64c1f KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] 16 years ago
David Howells 7b1b916459 KEYS: Do some whitespace cleanups [try #6] 16 years ago
Serge E. Hallyn ad73a717e0 KEYS: Make /proc/keys use keyid not numread as file position [try #6] 16 years ago
David Howells 5d135440fa KEYS: Add garbage collection for dead, revoked and expired keys. [try #6] 16 years ago
David Howells f041ae2f99 KEYS: Flag dead keys to induce EKEYREVOKED [try #6] 16 years ago
David Howells 0c2c9a3fc7 KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try #6] 16 years ago
David Howells 5593122eec KEYS: Deal with dead-type keys appropriately [try #6] 16 years ago
Oleg Nesterov 5bb459bb45 kernel: rename is_single_threaded(task) to current_is_single_threaded(void) 16 years ago
James Morris 86abcf9ceb keys: annotate seqfile ops with __releases and __acquires 16 years ago
David Howells 34574dd10b keys: Handle there being no fallback destination keyring for request_key() 16 years ago
Serge E. Hallyn 454804ab03 keys: make procfiles per-user-namespace 16 years ago
Serge E. Hallyn 2ea190d0a0 keys: skip keys from another user namespace 16 years ago