summaryrefslogtreecommitdiffstats
path: root/security/keys/process_keys.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2012-10-281-7/+8
|\
| * userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-131-7/+8
* | keys: Fix unreachable codeAlan Cox2012-10-251-2/+0
|/
* merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-221-4/+2
* trimming task_work: kill ->dataAl Viro2012-07-221-2/+3
* keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-231-13/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-1/+1
|\
| * cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-071-1/+1
| * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-1/+1
* | KEYS: Do LRU discard in full keyringsDavid Howells2012-05-111-0/+2
|/
* KEYS: testing wrong bit for KEY_FLAG_REVOKEDDan Carpenter2012-03-071-1/+2
* KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells2011-08-231-2/+12
* KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells2011-08-231-1/+1
* Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn2011-05-261-0/+1
* KEYS: Improve /proc/keysDavid Howells2011-03-171-5/+7
* KEYS: Fix up comments in key management codeDavid Howells2011-01-211-37/+75
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-211-18/+5
* Fix install_process_keyring error handlingAndi Kleen2010-10-281-1/+1
* KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells2010-08-021-21/+43
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-271-2/+1
* KEYS: Return more accurate error codesDan Carpenter2010-05-181-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+49
* KEYS: Deal with dead-type keys appropriately [try #6]David Howells2009-09-021-5/+13
* kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov2009-07-171-1/+1
* keys: distinguish per-uid keys in different namespacesSerge E. Hallyn2009-02-271-0/+2
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-42/+0
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-169/+164
* CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-141-60/+40
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-10/+14
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-1/+1
* CRED: Separate task security context from task_structDavid Howells2008-11-141-47/+51
* KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells2008-11-141-34/+54
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-291-59/+83
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2007-10-171-3/+13
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-071-1/+1
* [PATCH] keys: sort out key quota systemDavid Howells2006-06-261-7/+17
* [PATCH] Keys: Fix race between two instantiators of a keyDavid Howells2006-06-221-16/+26
* [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-221-7/+8
* [PATCH] Keys: Improve usage of memory barriers and remove IRQ disablementDavid Howells2006-04-111-21/+20
* [PATCH] sem2mutex: security/Ingo Molnar2006-03-221-3/+4
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-081-33/+38
* [PATCH] Keys: Add LSM hooks for key management [try #3]David Howells2005-10-301-5/+4
* [PATCH] Keys: Add possessor permissions to keys [try #3]David Howells2005-09-281-63/+101
* [PATCH] Error during attempt to join key management session can leave semapho...David Howells2005-08-041-1/+1
* [PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney2005-06-251-1/+1
* [PATCH] Keys: Make request-key create an authorisation keyDavid Howells2005-06-241-68/+111
* [PATCH] Keys: Use RCU to manage session keyring pointerDavid Howells2005-06-241-21/+21
* [PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells2005-06-241-9/+3