Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7f016b35ca7623c71b31facdde080e8ce171a697
/
security
/
keys
/
key.c
4993e1f
certs: Fix blacklist flag type confusion
by David Howells
· 4 years, 1 month ago
8eb6216
keys: Provide the original description to the key preparser
by David Howells
· 4 years, 3 months ago
f7e4767
watch_queue: Add a key/keyring notification facility
by David Howells
· 5 years ago
2e35610
KEYS: reaching the keys quotas correctly
by Yang Xu
· 4 years, 10 months ago
cb1aa38
KEYS: Call the IMA hook to measure keys
by Lakshmi Ramasubramanian
· 5 years ago
028db3e
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"
by Linus Torvalds
· 5 years ago
0f75ef6
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
c84ca91
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
c236b6d
Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
d44a627
Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
2e12256
keys: Replace uid/gid/perm permissions checking with an ACL
by David Howells
· 6 years ago
3b6e4de
keys: Include target namespace in match criteria
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
a09003b
keys: Invalidate used request_key authentication keys
by David Howells
· 6 years ago
df593ee
keys: Hoist locking out of __key_link_begin()
by David Howells
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
7c1857b
keys: Timestamp new keys
by David Howells
· 6 years ago
a08bf91
KEYS: allow reaching the keys quotas exactly
by Eric Biggers
· 6 years ago
876979c
security: audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 6 years ago
3d1f025
security: keys: remove redundant assignment to key_ref
by Colin Ian King
· 7 years ago
0a9dd0e
security: keys: Replace time_t with time64_t for struct key_preparsed_payload
by Baolin Wang
· 7 years ago
074d589
security: keys: Replace time_t/timespec with time64_t
by Baolin Wang
· 7 years ago
60ff5b2
KEYS: don't let add_key() update an uninstantiated key
by David Howells
· 7 years ago
363b02d
KEYS: Fix race between updating and finding a negative key
by David Howells
· 7 years ago
8f67456
KEYS: reset parent each time before searching key_user_tree
by Eric Biggers
· 7 years ago
237bbd2
KEYS: prevent creating a different user's keyrings
by Eric Biggers
· 7 years ago
92347cf
KEYS: fix refcount_inc() on zero
by Mark Rutland
· 8 years ago
63a0b05
KEYS: fix freeing uninitialized memory in key_update()
by Eric Biggers
· 8 years ago
4a42089
KEYS: Consistent ordering for __key_link_begin and restrict check
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
ddb99e1
security, keys: convert key_user.usage from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
fff2929
security, keys: convert key.usage from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
3832742
KEYS: potential uninitialized variable
by Dan Carpenter
· 9 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
5d2787c
KEYS: Add an alloc flag to convey the builtinness of a key
by David Howells
· 9 years ago
eee0450
KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set
by David Howells
· 9 years ago
1d6d167
KEYS: refcount bug fix
by Mimi Zohar
· 9 years ago
d3600bc
KEYS: prevent keys from being removed from specified keyrings
by Mimi Zohar
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
27720e7
keys: Be more consistent in selection of union members used
by Insu Yun
· 9 years ago
5057975
KEYS: remove a bogus NULL check
by Dan Carpenter
· 10 years ago
5e40d33
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
c06cfb0
KEYS: Remove key_type::match in favour of overriding default by match_preparse
by David Howells
· 10 years ago
738c5d1
KEYS: Increase root_maxkeys and root_maxbytes sizes
by Steve Dickson
· 10 years ago
4d8c025
KEYS: Call ->free_preparse() even after ->preparse() returns an error
by David Howells
· 10 years ago
7dfa0ca6
KEYS: Allow expiry time to be set when preparsing a key
by David Howells
· 10 years ago
fc7c70e
KEYS: struct key_preparsed_payload should have two payload pointers
by David Howells
· 10 years ago
6a09d17
KEYS: Provide a generic instantiation function
by David Howells
· 10 years ago
f589594
KEYS: Move the flags representing required permission to linux/key.h
by David Howells
· 11 years ago
2480f57
KEYS: Pre-clear struct key on allocation
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
16feef4
KEYS: Consolidate the concept of an 'index key' for key access
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
96b5c8f
KEYS: Reduce initial permissions on keys
by David Howells
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 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
3b07e9c
workqueue: deprecate system_nrt[_freezable]_wq
by Tejun Heo
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 13 years ago
fd75815
KEYS: Add invalidation support
by David Howells
· 13 years ago
1eb1bcf
KEYS: Announce key type (un)registration
by David Howells
· 13 years ago
c4a4d60
userns: Use cred->user_ns instead of cred->user->user_ns
by Eric W. Biederman
· 13 years ago
59e6b9c
Created a function for setting timeouts on keys
by Bryan Schumaker
· 13 years ago
9f6ed2c
keys: add a "logon" key type
by Jeff Layton
· 13 years ago
7845bc39
KEYS: Give key types their own lockdep class for key->sem
by David Howells
· 13 years ago
0c061b5
KEYS: Correctly destroy key payloads when their keytype is removed
by David Howells
· 13 years ago
b072e9b
KEYS: Make the key reaper non-reentrant
by David Howells
· 13 years ago
8bc16de
KEYS: Move the unreferenced key reaper to the keys garbage collector file
by David Howells
· 13 years ago
fdd1b94
KEYS: Add a new keyctl op to reject a key with a specified error code
by David Howells
· 14 years ago
b9fffa3
KEYS: Add a key type op to permit the key description to be vetted
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
f70e2e0
KEYS: Do preallocation for __key_link()
by David Howells
· 15 years ago
c5b60b5
security: whitespace coding style fixes
by Justin P. Mattock
· 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
f041ae2
KEYS: Flag dead keys to induce EKEYREVOKED [try #6]
by David Howells
· 15 years ago
5593122
KEYS: Deal with dead-type keys appropriately [try #6]
by David Howells
· 15 years ago
1d1e975
keys: distinguish per-uid keys in different namespaces
by Serge E. Hallyn
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
47d804b
CRED: Wrap task credential accesses in the key management code
by David Howells
· 16 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
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
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
9ad0830
[PATCH] Keys: Fix key serial number collision handling
by David Howells
· 18 years ago
Next »