aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/keyring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells1-693/+743
2013-09-24KEYS: Drop the permissions argument from __keyring_search_one()David Howells1-6/+3
2013-09-24KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells1-3/+3
2013-09-24KEYS: Introduce a search context structureDavid Howells1-35/+35
2013-09-24KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells1-18/+19
2013-09-24KEYS: Use bool in make_key_ref() and is_key_possessed()David Howells1-2/+3
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-6/+4
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+3
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-3/+3
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells1-3/+3
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells1-0/+1
2012-10-02KEYS: Reduce initial permissions on keysDavid Howells1-6/+3
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman1-2/+2
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-3/+3
2012-05-25KEYS: Fix some sparse warningsDavid Howells1-0/+2
2012-05-11KEYS: Add invalidation supportDavid Howells1-14/+11
2012-05-11KEYS: Do LRU discard in full keyringsDavid Howells1-7/+40
2012-05-11KEYS: Permit in-place link replacement in keyring listDavid Howells1-39/+56
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells1-7/+15
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells1-2/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-1/+0
2011-03-17KEYS: Improve /proc/keysDavid Howells1-13/+24
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells1-2/+2
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells1-12/+19
2011-01-21KEYS: Fix up comments in key management codeDavid Howells1-72/+159
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells1-48/+16
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-3/+3
2010-05-06KEYS: Do preallocation for __key_link()David Howells1-97/+145
2010-05-06Merge branch 'master' into nextJames Morris1-19/+22
2010-05-06KEYS: keyring_serialise_link_sem is only needed for keyring->keyring linksDavid Howells1-7/+9
2010-05-06Merge branch 'master' into nextJames Morris1-1/+1
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells1-10/+13
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima1-9/+9
2010-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells1-1/+1
2010-04-23security: whitespace coding style fixesJustin P. Mattock1-10/+10
2010-03-10Security: key: keyring: fix some code style issuesChihau Chau1-4/+3
2010-03-05Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com1-4/+2
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney1-1/+3
2009-09-15KEYS: Fix garbage collectorDavid Howells1-5/+19
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells1-0/+85
2009-02-27keys: skip keys from another user namespaceSerge E. Hallyn1-0/+3
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-7/+7
2008-11-14KEYS: Disperse linux/key_ui.hDavid Howells1-0/+1
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells1-12/+7
2008-04-29keys: check starting keyring as part of searchKevin Coffman1-4/+31
2007-04-26[AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells1-0/+2
2006-12-07[PATCH] security/keys/*: user kmemdup()Eric Sesterhenn1-3/+1
2006-06-26[PATCH] keys: discard the contents of a key on revocationDavid Howells1-0/+21
2006-06-26[PATCH] keys: sort out key quota systemDavid Howells1-2/+2
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay1-2/+3