aboutsummaryrefslogtreecommitdiff
path: root/security/keys/process_keys.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setGravatar David Howells 1-2/+12
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itGravatar David Howells 1-1/+1
2011-05-26Set cred->user_ns in key_replace_session_keyringGravatar Serge E. Hallyn 1-0/+1
2011-03-17KEYS: Improve /proc/keysGravatar David Howells 1-5/+7
2011-01-21KEYS: Fix up comments in key management codeGravatar David Howells 1-37/+75
2011-01-21KEYS: Do some style cleanup in the key management code.Gravatar David Howells 1-18/+5
2010-10-28Fix install_process_keyring error handlingGravatar Andi Kleen 1-1/+1
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkGravatar David Howells 1-21/+43
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Gravatar Oleg Nesterov 1-2/+1
2010-05-18KEYS: Return more accurate error codesGravatar Dan Carpenter 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 1-0/+49
2009-09-02KEYS: Deal with dead-type keys appropriately [try #6]Gravatar David Howells 1-5/+13
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Gravatar Oleg Nesterov 1-1/+1
2009-02-27keys: distinguish per-uid keys in different namespacesGravatar Serge E. Hallyn 1-0/+2
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-42/+0
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-169/+164
2008-11-14CRED: Separate per-task-group keyrings from signal_structGravatar David Howells 1-60/+40
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-10/+14
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-1/+1
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-47/+51
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentGravatar David Howells 1-34/+54
2008-04-29keys: don't generate user and user session keyrings unless they're accessedGravatar David Howells 1-59/+83
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-1/+1
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousGravatar David Howells 1-3/+13
2006-12-07[PATCH] lockdep: name some old style locksGravatar Peter Zijlstra 1-1/+1
2006-06-26[PATCH] keys: sort out key quota systemGravatar David Howells 1-7/+17
2006-06-22[PATCH] Keys: Fix race between two instantiators of a keyGravatar David Howells 1-16/+26
2006-06-22[PATCH] selinux: add hooks for key subsystemGravatar Michael LeMay 1-7/+8
2006-04-11[PATCH] Keys: Improve usage of memory barriers and remove IRQ disablementGravatar David Howells 1-21/+20
2006-03-22[PATCH] sem2mutex: security/Gravatar Ingo Molnar 1-3/+4
2006-01-08[PATCH] keys: Permit running process to instantiate keysGravatar David Howells 1-33/+38
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]Gravatar David Howells 1-5/+4
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]Gravatar David Howells 1-63/+101
2005-08-04[PATCH] Error during attempt to join key management session can leave semapho...Gravatar David Howells 1-1/+1
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsGravatar Paul E. McKenney 1-1/+1
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyGravatar David Howells 1-68/+111
2005-06-24[PATCH] Keys: Use RCU to manage session keyring pointerGravatar David Howells 1-21/+21
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadGravatar David Howells 1-9/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+665