summaryrefslogtreecommitdiff
path: root/security/keys/keyring.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-11-14KEYS: Fix keyring content gc scannerDavid Howells
2013-10-30KEYS: Fix keyring quota misaccounting on key replacement and unlinkDavid Howells
2013-10-30KEYS: Fix a race between negating a key and reading the error setDavid Howells
2013-09-25KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells
2013-09-24KEYS: Drop the permissions argument from __keyring_search_one()David Howells
2013-09-24KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells
2013-09-24KEYS: Introduce a search context structureDavid Howells
2013-09-24KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells
2013-09-24KEYS: Use bool in make_key_ref() and is_key_possessed()David Howells
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells
2012-10-02KEYS: Reduce initial permissions on keysDavid Howells
2012-09-14userns: Convert security/keys to the new userns infrastructureEric W. Biederman
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-05-25KEYS: Fix some sparse warningsDavid Howells
2012-05-11KEYS: Add invalidation supportDavid Howells
2012-05-11KEYS: Do LRU discard in full keyringsDavid Howells
2012-05-11KEYS: Permit in-place link replacement in keyring listDavid Howells
2012-01-17KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells
2011-08-22KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-03-17KEYS: Improve /proc/keysDavid Howells
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells
2011-01-25KEYS: Fix __key_link_end() quota fixup on errorDavid Howells
2011-01-21KEYS: Fix up comments in key management codeDavid Howells
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-06KEYS: Do preallocation for __key_link()David Howells
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-06KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima
2010-04-27keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells
2010-04-23security: whitespace coding style fixesJustin P. Mattock
2010-03-09Security: key: keyring: fix some code style issuesChihau Chau
2010-03-04Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney
2009-09-14KEYS: Fix garbage collectorDavid Howells
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells
2009-02-27keys: skip keys from another user namespaceSerge E. Hallyn
2008-11-13CRED: Inaugurate COW credentialsDavid Howells
2008-11-13KEYS: Disperse linux/key_ui.hDavid Howells
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells
2008-04-29keys: check starting keyring as part of searchKevin Coffman