aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/keyring.c
Commit message (Expand)AuthorAge
* KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-14
* KEYS: Make the keyring cycle detector ignore other keyrings of the same nameDavid Howells2014-03-09
* KEYS: Fix searching of nested keyringsDavid Howells2013-12-02
* KEYS: Fix multiple key add into associative arrayDavid Howells2013-12-02
* KEYS: Fix the keyring hash functionDavid Howells2013-12-02
* KEYS: Fix keyring content gc scannerDavid Howells2013-11-14
* KEYS: Fix keyring quota misaccounting on key replacement and unlinkDavid Howells2013-10-30
* KEYS: Fix a race between negating a key and reading the error setDavid Howells2013-10-30
* KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells2013-09-25
* KEYS: Expand the capacity of a keyringDavid Howells2013-09-24
* KEYS: Drop the permissions argument from __keyring_search_one()David Howells2013-09-24
* KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells2013-09-24
* KEYS: Introduce a search context structureDavid Howells2013-09-24
* KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells2013-09-24
* KEYS: Use bool in make_key_ref() and is_key_possessed()David Howells2013-09-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-16
|\
| * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-02
| |\
| | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-13
| * | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-02
| * | KEYS: Reduce initial permissions on keysDavid Howells2012-10-02
| |/
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-14
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-07
| |/
* / userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-13
|/
* KEYS: Fix some sparse warningsDavid Howells2012-05-25
* KEYS: Add invalidation supportDavid Howells2012-05-11
* KEYS: Do LRU discard in full keyringsDavid Howells2012-05-11
* KEYS: Permit in-place link replacement in keyring listDavid Howells2012-05-11
* KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells2012-01-17
* KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells2011-08-22
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-08
* KEYS: Improve /proc/keysDavid Howells2011-03-16
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-07
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-25
* KEYS: Fix up comments in key management codeDavid Howells2011-01-21
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-21
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-25
* KEYS: Do preallocation for __key_link()David Howells2010-05-06
* Merge branch 'master' into nextJames Morris2010-05-06
|\
| * KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells2010-05-05
| * KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima2010-05-05
* | KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells2010-05-05
* | Merge branch 'master' into nextJames Morris2010-05-05
|\|
| * keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells2010-04-27
* | security: whitespace coding style fixesJustin P. Mattock2010-04-22
* | Security: key: keyring: fix some code style issuesChihau Chau2010-03-09
* | Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com2010-03-04
|/
* security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2010-02-25
* KEYS: Fix garbage collectorDavid Howells2009-09-14
* KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-02
* keys: skip keys from another user namespaceSerge E. Hallyn2009-02-26