summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-108-45/+36
|\
| * security: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-04-151-1/+1
| * Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...James Morris2014-04-147-44/+35
| |\
| | * KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-147-44/+35
| * | Merge commit 'v3.14' into nextJames Morris2014-04-141-1/+5
| |\ \ | | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-04-032-4/+4
|\ \ \ | |/ /
| * | security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-062-4/+4
* | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-311-2/+2
|\ \ \ | |_|/ |/| |
| * | security/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-061-2/+2
| |/
* | KEYS: Make the keyring cycle detector ignore other keyrings of the same nameDavid Howells2014-03-091-1/+5
|/
* security: shmem: implement kernel private shmem inodesEric Paris2013-12-021-1/+1
* KEYS: Fix searching of nested keyringsDavid Howells2013-12-021-1/+1
* KEYS: Fix multiple key add into associative arrayDavid Howells2013-12-021-4/+3
* KEYS: Fix the keyring hash functionDavid Howells2013-12-021-4/+4
* KEYS: Pre-clear struct key on allocationDavid Howells2013-12-021-7/+1
* KEYS: Fix keyring content gc scannerDavid Howells2013-11-142-51/+36
* KEYS: Fix error handling in big_key instantiationDavid Howells2013-11-131-0/+1
* KEYS: Fix UID check in keyctl_get_persistent()David Howells2013-11-061-4/+2
* KEYS: fix error return code in big_key_instantiate()Wei Yongjun2013-10-301-1/+3
* KEYS: Fix keyring quota misaccounting on key replacement and unlinkDavid Howells2013-10-301-12/+15
* KEYS: Fix a race between negating a key and reading the error setDavid Howells2013-10-303-2/+6
* KEYS: Make BIG_KEYS booleanJosh Boyer2013-10-301-1/+1
* KEYS: initialize root uid and session keyrings earlyMimi Zohar2013-09-251-0/+10
* KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells2013-09-252-0/+12
* KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-247-0/+213
* KEYS: Implement a big key type that can save to tmpfsDavid Howells2013-09-243-0/+216
* KEYS: Expand the capacity of a keyringDavid Howells2013-09-246-742/+792
* KEYS: Drop the permissions argument from __keyring_search_one()David Howells2013-09-243-9/+5
* KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells2013-09-243-12/+12
* KEYS: Search for auth-key by name rather than target key IDDavid Howells2013-09-241-14/+7
* KEYS: Introduce a search context structureDavid Howells2013-09-247-158/+174
* KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells2013-09-244-62/+67
* KEYS: key_is_dead() should take a const key pointer argumentDavid Howells2013-09-241-1/+1
* KEYS: Use bool in make_key_ref() and is_key_possessed()David Howells2013-09-241-2/+3
* KEYS: Skip key state checks when checking for possessionDavid Howells2013-09-244-6/+11
* aio: don't include aio.h in sched.hKent Overstreet2013-05-072-0/+3
* KEYS: split call to call_usermodehelper_fns()Lucas De Marchi2013-04-301-3/+10
* Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-121-2/+2
* keys: fix race with concurrent install_user_keyrings()David Howells2013-03-121-1/+1
* userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-031-1/+1
* KEYS: Revert one application of "Fix unreachable code" patchDavid Howells2013-02-211-0/+2
* keys: fix unreachable codeAlan Cox2012-12-201-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-165-75/+69
|\
| * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-027-63/+129
| |\
| | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-137-63/+129
| * | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-021-0/+1
| * | KEYS: Reduce initial permissions on keysDavid Howells2012-10-024-19/+33
| * | KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-023-54/+33
| * | key: Fix resource leakAlan Cox2012-09-281-2/+2
| * | keys: Fix unreachable codeAlan Cox2012-09-281-2/+0
OpenPOWER on IntegriCloud