Eric Biggers
|
f812bec554
KEYS: allow reaching the keys quotas exactly
|
6 lat temu |
Colin Ian King
|
3d1f025542
security: keys: remove redundant assignment to key_ref
|
8 lat temu |
Baolin Wang
|
0a9dd0e071
security: keys: Replace time_t with time64_t for struct key_preparsed_payload
|
8 lat temu |
Baolin Wang
|
074d589895
security: keys: Replace time_t/timespec with time64_t
|
8 lat temu |
David Howells
|
60ff5b2f54
KEYS: don't let add_key() update an uninstantiated key
|
8 lat temu |
David Howells
|
363b02dab0
KEYS: Fix race between updating and finding a negative key
|
8 lat temu |
Eric Biggers
|
8f674565d4
KEYS: reset parent each time before searching key_user_tree
|
8 lat temu |
Eric Biggers
|
237bbd29f7
KEYS: prevent creating a different user's keyrings
|
8 lat temu |
Mark Rutland
|
92347cfd62
KEYS: fix refcount_inc() on zero
|
8 lat temu |
Eric Biggers
|
63a0b0509e
KEYS: fix freeing uninitialized memory in key_update()
|
8 lat temu |
Mat Martineau
|
4a420896f1
KEYS: Consistent ordering for __key_link_begin and restrict check
|
9 lat temu |
Mat Martineau
|
2b6aa412ff
KEYS: Use structure to capture key restriction function and data
|
9 lat temu |
Mat Martineau
|
aaf66c8838
KEYS: Split role of the keyring pointer for keyring restrict functions
|
9 lat temu |
Mat Martineau
|
469ff8f7d4
KEYS: Use a typedef for restrict_link function pointers
|
9 lat temu |
Elena Reshetova
|
ddb99e118e
security, keys: convert key_user.usage from atomic_t to refcount_t
|
8 lat temu |
Elena Reshetova
|
fff292914d
security, keys: convert key.usage from atomic_t to refcount_t
|
8 lat temu |
Dan Carpenter
|
38327424b4
KEYS: potential uninitialized variable
|
9 lat temu |
David Howells
|
77f68bac94
KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED
|
9 lat temu |
David Howells
|
5ac7eace2d
KEYS: Add a facility to restrict new links into a keyring
|
9 lat temu |
David Howells
|
5d2787cf0b
KEYS: Add an alloc flag to convey the builtinness of a key
|
9 lat temu |
David Howells
|
eee045021f
KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set
|
10 lat temu |
Mimi Zohar
|
1d6d167c2e
KEYS: refcount bug fix
|
10 lat temu |
Mimi Zohar
|
d3600bcf9d
KEYS: prevent keys from being removed from specified keyrings
|
10 lat temu |
David Howells
|
146aa8b145
KEYS: Merge the type-specific data with the payload data
|
10 lat temu |
Insu Yun
|
27720e75a7
keys: Be more consistent in selection of union members used
|
10 lat temu |
Dan Carpenter
|
5057975ae3
KEYS: remove a bogus NULL check
|
11 lat temu |
Linus Torvalds
|
5e40d331bd
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
|
11 lat temu |
David Howells
|
c06cfb08b8
KEYS: Remove key_type::match in favour of overriding default by match_preparse
|
11 lat temu |
Steve Dickson
|
738c5d190f
KEYS: Increase root_maxkeys and root_maxbytes sizes
|
11 lat temu |
David Howells
|
4d8c0250b8
KEYS: Call ->free_preparse() even after ->preparse() returns an error
|
11 lat temu |