Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
aaf66c883813f0078e3dafe7d20d1461321ac14f
/
security
/
keys
/
keyring.c
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
· 12 years ago
fd75815
KEYS: Add invalidation support
by David Howells
· 12 years ago
31d5a79
KEYS: Do LRU discard in full keyrings
by David Howells
· 12 years ago
233e473
KEYS: Permit in-place link replacement in keyring list
by David Howells
· 12 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
· 14 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
· 18 years ago
7e047ef
[PATCH] keys: sort out key quota system
by David Howells
· 18 years ago
d720024
[PATCH] selinux: add hooks for key subsystem
by Michael LeMay
· 18 years ago
c3a9d65
[Security] Keys: Fix oops when adding key to non-keyring
by David Howells
· 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
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
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
664cceb
[PATCH] Keys: Add possessor permissions to keys [try #3]
by David Howells
· 19 years ago
94efe72
[PATCH] Destruction of failed keyring oopses
by David Howells
· 19 years ago
a4014d8
[PATCH] Keys: Base keyring size on key pointer not key struct
by David Howells
· 19 years ago
3e30148
[PATCH] Keys: Make request-key create an authorisation key
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