summaryrefslogtreecommitdiffstats
path: root/security/keys/keyring.c
AgeCommit message (Expand)AuthorLines
2014-12-01KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells-1/+2
2014-12-01KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells-3/+4
2014-09-16KEYS: Make the key matching functions return boolDavid Howells-2/+2
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells-5/+10
2014-09-16KEYS: Preparse match dataDavid Howells-19/+30
2014-07-22KEYS: keyring: Provide key preparsingDavid Howells-11/+23
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells-4/+4
2014-03-09KEYS: Make the keyring cycle detector ignore other keyrings of the same nameDavid Howells-1/+5
2013-12-02KEYS: Fix searching of nested keyringsDavid Howells-1/+1
2013-12-02KEYS: Fix multiple key add into associative arrayDavid Howells-4/+3
2013-12-02KEYS: Fix the keyring hash functionDavid Howells-4/+4
2013-11-14KEYS: Fix keyring content gc scannerDavid Howells-10/+35
2013-10-30KEYS: Fix keyring quota misaccounting on key replacement and unlinkDavid Howells-12/+15
2013-10-30KEYS: Fix a race between negating a key and reading the error setDavid Howells-0/+1
2013-09-25KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells-0/+4
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells-693/+743
2013-09-24KEYS: Drop the permissions argument from __keyring_search_one()David Howells-6/+3
2013-09-24KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells-3/+3
2013-09-24KEYS: Introduce a search context structureDavid Howells-35/+35
2013-09-24KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells-18/+19
2013-09-24KEYS: Use bool in make_key_ref() and is_key_possessed()David Howells-2/+3
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-6/+4
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells-3/+3
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells-3/+3
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells-0/+1
2012-10-02KEYS: Reduce initial permissions on keysDavid Howells-6/+3
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman-2/+2
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells-3/+3
2012-05-25KEYS: Fix some sparse warningsDavid Howells-0/+2
2012-05-11KEYS: Add invalidation supportDavid Howells-14/+11
2012-05-11KEYS: Do LRU discard in full keyringsDavid Howells-7/+40
2012-05-11KEYS: Permit in-place link replacement in keyring listDavid Howells-39/+56
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells-7/+15
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells-2/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko-1/+0
2011-03-17KEYS: Improve /proc/keysDavid Howells-13/+24
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells-2/+2
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells-12/+19
2011-01-21KEYS: Fix up comments in key management codeDavid Howells-72/+159
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells-48/+16
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan-3/+3
2010-05-06KEYS: Do preallocation for __key_link()David Howells-97/+145
2010-05-06Merge branch 'master' into nextJames Morris-19/+22
2010-05-06KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells-7/+9
2010-05-06Merge branch 'master' into nextJames Morris-1/+1
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells-10/+13
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima-9/+9
2010-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells-1/+1
2010-04-23security: whitespace coding style fixesJustin P. Mattock-10/+10