Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
218e6424e711ceee31eeba93212fed8ee92d6a11
/
security
/
keys
/
keyring.c
218e642
keys: Garbage collect keys for which the domain has been removed
by David Howells
· 6 years ago
3b6e4de
keys: Include target namespace in match criteria
by David Howells
· 6 years ago
0f44e4d
keys: Move the user and user-session keyrings to the user_namespace
by David Howells
· 6 years ago
b206f28
keys: Namespace keyring names
by David Howells
· 6 years ago
dcf49db
keys: Add a 'recurse' flag for keyring searches
by David Howells
· 6 years ago
355ef8e
keys: Cache the hash value to avoid lots of recalculation
by David Howells
· 6 years ago
f771fde
keys: Simplify key description management
by David Howells
· 6 years ago
e59428f
keys: Move the RCU locks outwards from the keyring search functions
by David Howells
· 6 years ago
ed0ac5c
keys: Add a keyctl to move a key between keyrings
by David Howells
· 6 years ago
df593ee
keys: Hoist locking out of __key_link_begin()
by David Howells
· 6 years ago
eb0f68c
keys: Break bits out of key_unlink()
by David Howells
· 6 years ago
3be59f7
keys: Change keyring_serialise_link_sem to a mutex
by David Howells
· 6 years ago
9fd1653
keys: sparse: Fix kdoc mismatches
by David Howells
· 6 years ago
ae5906c
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
ede0fa98
KEYS: always initialize keyring_index_key::desc_len
by Eric Biggers
· 6 years ago
5b73262
security: keys: annotate implicit fall through
by Mathieu Malaterre
· 6 years ago
876979c
security: audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 6 years ago
d963007
keyring: Remove now-redundant smp_read_barrier_depends()
by Paul E. McKenney
· 7 years ago
074d589
security: keys: Replace time_t/timespec with time64_t
by Baolin Wang
· 7 years ago
3239b6f
KEYS: return full count in keyring_read() if buffer is too small
by Eric Biggers
· 7 years ago
9d6c871
KEYS: Load key expiry time atomically in keyring_search_iterator()
by Eric Biggers
· 7 years ago
363b02d
KEYS: Fix race between updating and finding a negative key
by David Howells
· 7 years ago
237bbd2
KEYS: prevent creating a different user's keyrings
by Eric Biggers
· 7 years ago
e645016
KEYS: fix writing past end of user-supplied buffer in keyring_read()
by Eric Biggers
· 7 years ago
381f20f
security: use READ_ONCE instead of deprecated ACCESS_ONCE
by Davidlohr Bueso
· 8 years ago
6563c91
KEYS: Add KEYCTL_RESTRICT_KEYRING
by Mat Martineau
· 8 years ago
2b6aa41
KEYS: Use structure to capture key restriction function and data
by Mat Martineau
· 8 years ago
aaf66c8
KEYS: Split role of the keyring pointer for keyring restrict functions
by Mat Martineau
· 8 years ago
469ff8f
KEYS: Use a typedef for restrict_link function pointers
by Mat Martineau
· 9 years ago
fff2929
security, keys: convert key.usage from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
77f68ba
KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED
by David Howells
· 9 years ago
5ac7eac
KEYS: Add a facility to restrict new links into a keyring
by David Howells
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
ca4da5d
KEYS: ensure we free the assoc array edit if edit is valid
by Colin Ian King
· 9 years ago
0b0a841
KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED
by David Howells
· 10 years ago
054f618
KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flags
by David Howells
· 10 years ago
0c903ab
KEYS: Make the key matching functions return bool
by David Howells
· 10 years ago
c06cfb0
KEYS: Remove key_type::match in favour of overriding default by match_preparse
by David Howells
· 10 years ago
4629195
KEYS: Preparse match data
by David Howells
· 10 years ago
5d19e20
KEYS: keyring: Provide key preparsing
by David Howells
· 10 years ago
f589594
KEYS: Move the flags representing required permission to linux/key.h
by David Howells
· 11 years ago
979e0d7
KEYS: Make the keyring cycle detector ignore other keyrings of the same name
by David Howells
· 11 years ago
9c5e45d
KEYS: Fix searching of nested keyrings
by David Howells
· 11 years ago
23fd78d
KEYS: Fix multiple key add into associative array
by David Howells
· 11 years ago
d54e58b
KEYS: Fix the keyring hash function
by David Howells
· 11 years ago
62fe318
KEYS: Fix keyring content gc scanner
by David Howells
· 11 years ago
034faeb
KEYS: Fix keyring quota misaccounting on key replacement and unlink
by David Howells
· 11 years ago
74792b0
KEYS: Fix a race between negating a key and reading the error set
by David Howells
· 11 years ago
008643b
KEYS: Add a 'trusted' flag and a 'trusted only' flag
by David Howells
· 11 years ago
b2a4df2
KEYS: Expand the capacity of a keyring
by David Howells
· 11 years ago
e57e866
KEYS: Drop the permissions argument from __keyring_search_one()
by David Howells
· 11 years ago
ccc3e6d
KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
by David Howells
· 11 years ago
4bdf0bc
KEYS: Introduce a search context structure
by David Howells
· 11 years ago
16feef4
KEYS: Consolidate the concept of an 'index key' for key access
by David Howells
· 11 years ago
a5b4bd2
KEYS: Use bool in make_key_ref() and is_key_possessed()
by David Howells
· 11 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
d25282d
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
cf7f601
KEYS: Add payload preparsing opportunity prior to key instantiate or update
by David Howells
· 12 years ago
4442d77
Merge branch 'modsign-keys-devel' into security-next-keys
by David Howells
· 12 years ago
f8aa23a
KEYS: Use keyring_alloc() to create special keyrings
by David Howells
· 12 years ago
96b5c8f
KEYS: Reduce initial permissions on keys
by David Howells
· 12 years ago
9a56c2d
userns: Convert security/keys to the new userns infrastructure
by Eric W. Biederman
· 13 years ago
d4f65b5
KEYS: Add payload preparsing opportunity prior to key instantiate or update
by David Howells
· 12 years ago
423b9788
KEYS: Fix some sparse warnings
by David Howells
· 13 years ago
fd75815
KEYS: Add invalidation support
by David Howells
· 13 years ago
31d5a79
KEYS: Do LRU discard in full keyrings
by David Howells
· 13 years ago
233e473
KEYS: Permit in-place link replacement in keyring list
by David Howells
· 13 years ago
efde8b6
KEYS: Add missing smp_rmb() primitives to the keyring search code
by David Howells
· 13 years ago
6d528b0
KEYS: __key_link() should use the RCU deref wrapper for keyring payloads
by David Howells
· 13 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 13 years ago
78b7280
KEYS: Improve /proc/keys
by David Howells
· 14 years ago
fdd1b94
KEYS: Add a new keyctl op to reject a key with a specified error code
by David Howells
· 14 years ago
ceb73c1
KEYS: Fix __key_link_end() quota fixup on error
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
4be929b
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN
by Alexey Dobriyan
· 15 years ago
f70e2e0
KEYS: Do preallocation for __key_link()
by David Howells
· 15 years ago
043b4d4
Merge branch 'master' into next
by James Morris
· 15 years ago
553d603
KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links
by David Howells
· 15 years ago
0ffbe26
Merge branch 'master' into next
by James Morris
· 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
b59ec78
keys: don't need to use RCU in keyring_read() as semaphore is held
by David Howells
· 15 years ago
c5b60b5
security: whitespace coding style fixes
by Justin P. Mattock
· 15 years ago
512ea3b
Security: key: keyring: fix some code style issues
by Chihau Chau
· 15 years ago
c856347
Security: Fix some coding styles in security/keys/keyring.c
by wzt.wzt@gmail.com
· 15 years ago
e7b0a61
security: Apply lockdep-based checking to rcu_dereference() uses
by Paul E. McKenney
· 15 years ago
c08ef80
KEYS: Fix garbage collector
by David Howells
· 15 years ago
5d13544
KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]
by David Howells
· 15 years ago
2ea190d
keys: skip keys from another user namespace
by Serge E. Hallyn
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
e9e349b
KEYS: Disperse linux/key_ui.h
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
dceba99
keys: check starting keyring as part of search
by Kevin Coffman
· 17 years ago
7318226
[AF_RXRPC]: Key facility changes for AF_RXRPC
by David Howells
· 18 years ago
48ad504
[PATCH] security/keys/*: user kmemdup()
by Eric Sesterhenn
· 18 years ago
31204ed
[PATCH] keys: discard the contents of a key on revocation
by David Howells
· 19 years ago
7e047ef
[PATCH] keys: sort out key quota system
by David Howells
· 19 years ago
d720024
[PATCH] selinux: add hooks for key subsystem
by Michael LeMay
· 19 years ago
c3a9d65
[Security] Keys: Fix oops when adding key to non-keyring
by David Howells
· 19 years ago
Next »