aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
2014-03-09KEYS: Make the keyring cycle detector ignore other keyrings of the same nameGravatar David Howells 1-1/+5
2013-12-02security: shmem: implement kernel private shmem inodesGravatar Eric Paris 1-1/+1
2013-12-02KEYS: Fix searching of nested keyringsGravatar David Howells 1-1/+1
2013-12-02KEYS: Fix multiple key add into associative arrayGravatar David Howells 1-4/+3
2013-12-02KEYS: Fix the keyring hash functionGravatar David Howells 1-4/+4
2013-12-02KEYS: Pre-clear struct key on allocationGravatar David Howells 1-7/+1
2013-11-14KEYS: Fix keyring content gc scannerGravatar David Howells 2-51/+36
2013-11-13KEYS: Fix error handling in big_key instantiationGravatar David Howells 1-0/+1
2013-11-06KEYS: Fix UID check in keyctl_get_persistent()Gravatar David Howells 1-4/+2
2013-10-30KEYS: fix error return code in big_key_instantiate()Gravatar Wei Yongjun 1-1/+3
2013-10-30KEYS: Fix keyring quota misaccounting on key replacement and unlinkGravatar David Howells 1-12/+15
2013-10-30KEYS: Fix a race between negating a key and reading the error setGravatar David Howells 3-2/+6
2013-10-30KEYS: Make BIG_KEYS booleanGravatar Josh Boyer 1-1/+1
2013-09-25KEYS: initialize root uid and session keyrings earlyGravatar Mimi Zohar 1-0/+10
2013-09-25KEYS: Add a 'trusted' flag and a 'trusted only' flagGravatar David Howells 2-0/+12
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesGravatar David Howells 7-0/+213
2013-09-24KEYS: Implement a big key type that can save to tmpfsGravatar David Howells 3-0/+216
2013-09-24KEYS: Expand the capacity of a keyringGravatar David Howells 6-742/+792
2013-09-24KEYS: Drop the permissions argument from __keyring_search_one()Gravatar David Howells 3-9/+5
2013-09-24KEYS: Define a __key_get() wrapper to use rather than atomic_inc()Gravatar David Howells 3-12/+12
2013-09-24KEYS: Search for auth-key by name rather than target key IDGravatar David Howells 1-14/+7
2013-09-24KEYS: Introduce a search context structureGravatar David Howells 7-158/+174
2013-09-24KEYS: Consolidate the concept of an 'index key' for key accessGravatar David Howells 4-62/+67
2013-09-24KEYS: key_is_dead() should take a const key pointer argumentGravatar David Howells 1-1/+1
2013-09-24KEYS: Use bool in make_key_ref() and is_key_possessed()Gravatar David Howells 1-2/+3
2013-09-24KEYS: Skip key state checks when checking for possessionGravatar David Howells 4-6/+11
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 2-0/+3
2013-04-30KEYS: split call to call_usermodehelper_fns()Gravatar Lucas De Marchi 1-3/+10
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Gravatar Mathieu Desnoyers 1-2/+2
2013-03-12keys: fix race with concurrent install_user_keyrings()Gravatar David Howells 1-1/+1
2013-03-03userns: Stop oopsing in key_change_session_keyringGravatar Eric W. Biederman 1-1/+1
2013-02-21KEYS: Revert one application of "Fix unreachable code" patchGravatar David Howells 1-0/+2
2012-12-20keys: fix unreachable codeGravatar Alan Cox 1-2/+0
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 5-75/+69
2012-10-28Merge branch 'master' into for-nextGravatar Jiri Kosina 13-195/+225
2012-10-25keys: Fix unreachable codeGravatar Alan Cox 1-2/+0
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-63/+129
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 7-63/+129
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-42/+12
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysGravatar David Howells 7-63/+129
2012-10-02KEYS: Use keyring_alloc() to create special keyringsGravatar David Howells 1-0/+1
2012-10-02KEYS: Reduce initial permissions on keysGravatar David Howells 4-19/+33
2012-10-02KEYS: Make the session and process keyrings per-threadGravatar David Howells 3-54/+33
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 8-83/+79
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-5/+5
2012-09-28key: Fix resource leakGravatar Alan Cox 1-2/+2
2012-09-28keys: Fix unreachable codeGravatar Alan Cox 1-2/+0
2012-09-13userns: Convert security/keys to the new userns infrastructureGravatar Eric W. Biederman 8-83/+79
2012-09-13task_work: Revert "hold task_lock around checks in keyctl"Gravatar Oleg Nesterov 1-2/+0
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 7-63/+129