Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
90af89b93c664f42096ef89edc8f7c7fc776d426
/
security
/
keys
896903c
KEYS: call_sbin_request_key() must write lock keyrings before modifying them
by David Howells
· 15 years ago
f0641cb
KEYS: Use RCU dereference wrappers in keyring key type code
by David Howells
· 15 years ago
cea7daa
KEYS: find_keyring_by_name() can gain access to a freed keyring
by Toshiyuki Okajima
· 15 years ago
cf8304e
KEYS: Fix RCU handling in key_gc_keyring()
by David Howells
· 15 years ago
d9a9b4a
KEYS: Fix an RCU warning in the reading of user keys
by David Howells
· 15 years ago
1600f9d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
03449cd
keys: the request_key() syscall should link an existing key to the dest keyring
by David Howells
· 15 years ago
b59ec78
keys: don't need to use RCU in keyring_read() as semaphore is held
by David Howells
· 15 years ago
93b4a44
keys: fix an RCU warning
by David Howells
· 15 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
e7b0a61
security: Apply lockdep-based checking to rcu_dereference() uses
by Paul E. McKenney
· 15 years ago
a00ae4d
Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture support
by Geert Uytterhoeven
· 15 years ago
fa1cc7b
keys: PTR_ERR return of wrong pointer in keyctl_get_security()
by Roel Kluin
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
5cdb355
sysctl security/keys: Remove dead binary sysctl support
by Eric W. Biederman
· 16 years ago
21279cf
KEYS: get_instantiation_keyring() should inc the keyring refcount in all cases
by David Howells
· 15 years ago
606531c
KEYS: Have the garbage collector set its timer for live expired keys
by David Howells
· 15 years ago
c08ef80
KEYS: Fix garbage collector
by David Howells
· 15 years ago
5c84342
KEYS: Unlock tasklist when exiting early from keyctl_session_to_parent
by Marc Dionne
· 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
7b1b916
KEYS: Do some whitespace cleanups [try #6]
by David Howells
· 15 years ago
ad73a71
KEYS: Make /proc/keys use keyid not numread as file position [try #6]
by Serge E. Hallyn
· 15 years ago
5d13544
KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]
by David Howells
· 15 years ago
f041ae2
KEYS: Flag dead keys to induce EKEYREVOKED [try #6]
by David Howells
· 15 years ago
0c2c9a3
KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [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
86abcf9
keys: annotate seqfile ops with __releases and __acquires
by James Morris
· 15 years ago
34574dd
keys: Handle there being no fallback destination keyring for request_key()
by David Howells
· 16 years ago
454804a
keys: make procfiles per-user-namespace
by Serge E. Hallyn
· 16 years ago
2ea190d
keys: skip keys from another user namespace
by Serge E. Hallyn
· 16 years ago
8ff3bc3
keys: consider user namespace in key_permission
by Serge E. Hallyn
· 16 years ago
1d1e975
keys: distinguish per-uid keys in different namespaces
by Serge E. Hallyn
· 16 years ago
0d54ee1
security: introduce missing kfree
by Vegard Nossum
· 16 years ago
938bb9f
[CVE-2009-0029] System call wrappers part 28
by Heiko Carstens
· 16 years ago
1e7bfb2
[CVE-2009-0029] System call wrappers part 27
by Heiko Carstens
· 16 years ago
90bd49a
keys: fix sparse warning by adding __user annotation to cast
by James Morris
· 16 years ago
eca1bf5
KEYS: Fix variable uninitialisation warnings
by David Howells
· 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
e9e349b
KEYS: Disperse linux/key_ui.h
by David Howells
· 16 years ago
47d804b
CRED: Wrap task credential accesses in the key management code
by David Howells
· 16 years ago
dba6a4d
keys: remove unused key_alloc_sem
by Daniel Walker
· 16 years ago
fdb89bc
keys: explicitly include required slab.h header file.
by Robert P. J. Day
· 17 years ago
0b77f5b
keys: make the keyring quotas controllable through /proc/sys
by David Howells
· 17 years ago
69664cf
keys: don't generate user and user session keyrings unless they're accessed
by David Howells
· 17 years ago
6b79ccb
keys: allow clients to set key perms in key_create_or_update()
by Arun Raghavan
· 17 years ago
da91d2e
keys: switch to proc_create()
by Alexey Dobriyan
· 17 years ago
70a5bb7
keys: add keyctl function to get a security label
by David Howells
· 17 years ago
4a38e12
keys: allow the callout data to be passed as a blob rather than a string
by David Howells
· 17 years ago
dceba99
keys: check starting keyring as part of search
by Kevin Coffman
· 17 years ago
38bbca6
keys: increase the payload size when instantiating a key
by David Howells
· 17 years ago
dd6f953
security: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
1996a10
security/selinux: constify function pointer tables and fields
by Jan Engelhardt
· 17 years ago
76181c1
KEYS: Make request_key() and co fundamentally asynchronous
by David Howells
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
7318226
[AF_RXRPC]: Key facility changes for AF_RXRPC
by David Howells
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9c2e08c
[PATCH] mark struct file_operations const 9
by Arjan van de Ven
· 18 years ago
9ad0830
[PATCH] Keys: Fix key serial number collision handling
by David Howells
· 18 years ago
6cfd76a
[PATCH] lockdep: name some old style locks
by Peter Zijlstra
· 18 years ago
48ad504
[PATCH] security/keys/*: user kmemdup()
by Eric Sesterhenn
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
4e54f08
[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcaller
by David Howells
· 18 years ago
a7807a3
[PATCH] poison: add & use more constants
by Randy Dunlap
· 18 years ago
06ec7be
[PATCH] keys: restrict contents of /proc/keys to Viewable keys
by Michael LeMay
· 18 years ago
e51f6d3
[PATCH] keys: allocate key serial numbers randomly
by Michael LeMay
· 18 years ago
5801649
[PATCH] keys: let keyctl_chown() change a key's owner
by Fredrik Tolf
· 18 years ago
31204ed
[PATCH] keys: discard the contents of a key on revocation
by David Howells
· 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
fed306f
[RBTREE] Update key.c to use rb_parent() accessor macro.
by David Woodhouse
· 19 years ago
1a26feb
[PATCH] Keys: Improve usage of memory barriers and remove IRQ disablement
by David Howells
· 19 years ago
c3a9d65
[Security] Keys: Fix oops when adding key to non-keyring
by David Howells
· 19 years ago
1d9b7d9
[PATCH] Keys: Replace duplicate non-updateable keys rather than failing
by David Howells
· 19 years ago
3dccff8
[PATCH] Keys: Fix key quota management on key allocation
by David Howells
· 19 years ago
0cb409d
[PATCH] strndup_user: convert keyctl
by Davi Arnaut
· 19 years ago
bb00307
[PATCH] sem2mutex: security/
by Ingo Molnar
· 19 years ago
6d94074
[PATCH] Fix keyctl usage of strnlen_user()
by Davi Arnaut
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
b5f545c
[PATCH] keys: Permit running process to instantiate keys
by David Howells
· 19 years ago
cab8eb5
[PATCH] keys: Discard duplicate keys from a keyring on link
by David Howells
· 19 years ago
017679c
[PATCH] keys: Permit key expiry time to be set
by David Howells
· 19 years ago
1ae8f40
[PATCH] security/: possible cleanups
by Adrian Bunk
· 19 years ago
8d9067b
[PATCH] Keys: Remove key duplication
by David Howells
· 19 years ago
db1d1d5
[PATCH] Keys: Fix permissions check for update vs add
by David Howells
· 19 years ago
a7f988b
[PATCH] kfree cleanup: security
by Jesper Juhl
· 19 years ago
0f6ed7c
[PATCH] Keys: Remove incorrect and obsolete '!' operators
by David Howells
· 19 years ago
29db919
[PATCH] Keys: Add LSM hooks for key management [try #3]
by David Howells
· 19 years ago
2aa349f
[PATCH] Keys: Export user-defined keyring operations
by David Howells
· 19 years ago
Next »