Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6229ed1f22592d5ee8360a638cb965fef88b080f
/
security
/
keys
/
process_keys.c
0da9dfd
keys: fix race with concurrent install_user_keyrings()
by David Howells
· 12 years ago
ba0e342
userns: Stop oopsing in key_change_session_keyring
by Eric W. Biederman
· 12 years ago
fe9453a
KEYS: Revert one application of "Fix unreachable code" patch
by David Howells
· 12 years ago
e67eab3
keys: fix unreachable code
by Alan Cox
· 12 years ago
2a74dbb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
3bd7bf1
Merge branch 'master' into for-next
by Jiri Kosina
· 12 years ago
b010520
keys: Fix unreachable code
by Alan Cox
· 12 years ago
96b5c8f
KEYS: Reduce initial permissions on keys
by David Howells
· 12 years ago
3a50597
KEYS: Make the session and process keyrings per-thread
by David Howells
· 12 years ago
6315277
keys: Fix unreachable code
by Alan Cox
· 12 years ago
9a56c2d
userns: Convert security/keys to the new userns infrastructure
by Eric W. Biederman
· 13 years ago
67d1214
merge task_work and rcu_head, get rid of separate allocation for keyring case
by Al Viro
· 12 years ago
41f9d29
trimming task_work: kill ->data
by Al Viro
· 12 years ago
413cd3d
keys: change keyctl_session_to_parent() to use task_work_add()
by Oleg Nesterov
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
31d5a79
KEYS: Do LRU discard in full keyrings
by David Howells
· 12 years ago
0093ccb
cred: Refcount the user_ns pointed to by the cred.
by Eric W. Biederman
· 13 years ago
c4a4d60
userns: Use cred->user_ns instead of cred->user->user_ns
by Eric W. Biederman
· 13 years ago
f67dabb
KEYS: testing wrong bit for KEY_FLAG_REVOKED
by Dan Carpenter
· 13 years ago
3ecf1b4
KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag set
by David Howells
· 13 years ago
99599537
KEYS: If install_session_keyring() is given a keyring, it should install it
by David Howells
· 13 years ago
f7285b5
Set cred->user_ns in key_replace_session_keyring
by Serge E. Hallyn
· 13 years ago
78b7280
KEYS: Improve /proc/keys
by David Howells
· 14 years ago
973c9f4
KEYS: Fix up comments in key management code
by David Howells
· 14 years ago
a8b17ed
KEYS: Do some style cleanup in the key management code.
by David Howells
· 14 years ago
27d6379
Fix install_process_keyring error handling
by Andi Kleen
· 14 years ago
927942a
KEYS: Make /proc/keys check to see if a key is possessed before security check
by David Howells
· 14 years ago
685bfd2
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
by Oleg Nesterov
· 14 years ago
4d09ec0
KEYS: Return more accurate error codes
by Dan Carpenter
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
ee18d64
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
by David Howells
· 15 years ago
5593122
KEYS: Deal with dead-type keys appropriately [try #6]
by David Howells
· 15 years ago
5bb459b
kernel: rename is_single_threaded(task) to current_is_single_threaded(void)
by Oleg Nesterov
· 15 years ago
1d1e975
keys: distinguish per-uid keys in different namespaces
by Serge E. Hallyn
· 16 years ago
a6f76f2
CRED: Make execve() take advantage of copy-on-write credentials
by David Howells
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
bb952bb
CRED: Separate per-task-group keyrings from signal_struct
by David Howells
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
86a264a
CRED: Wrap current->cred and a few other accessors
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
8bbf4976
KEYS: Alter use of key instantiation link-to-keyring argument
by David Howells
· 16 years ago
69664cf
keys: don't generate user and user session keyrings unless they're accessed
by David Howells
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
76181c1
KEYS: Make request_key() and co fundamentally asynchronous
by David Howells
· 17 years ago
6cfd76a
[PATCH] lockdep: name some old style locks
by Peter Zijlstra
· 18 years ago
7e047ef
[PATCH] keys: sort out key quota system
by David Howells
· 18 years ago
04c567d
[PATCH] Keys: Fix race between two instantiators of a key
by David Howells
· 18 years ago
d720024
[PATCH] selinux: add hooks for key subsystem
by Michael LeMay
· 18 years ago
1a26feb
[PATCH] Keys: Improve usage of memory barriers and remove IRQ disablement
by David Howells
· 19 years ago
bb00307
[PATCH] sem2mutex: security/
by Ingo Molnar
· 19 years ago
b5f545c
[PATCH] keys: Permit running process to instantiate keys
by David Howells
· 19 years ago
29db919
[PATCH] Keys: Add LSM hooks for key management [try #3]
by David Howells
· 19 years ago
664cceb
[PATCH] Keys: Add possessor permissions to keys [try #3]
by David Howells
· 19 years ago
bcf945d
[PATCH] Error during attempt to join key management session can leave semaphore pinned
by David Howells
· 19 years ago
b2b1866
[PATCH] RCU: clean up a few remaining synchronize_kernel() calls
by Paul E. McKenney
· 19 years ago
3e30148
[PATCH] Keys: Make request-key create an authorisation key
by David Howells
· 19 years ago
8589b4e
[PATCH] Keys: Use RCU to manage session keyring pointer
by David Howells
· 19 years ago
76d8aea
[PATCH] keys: Discard key spinlock and use RCU for key payload
by David Howells
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago