summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* Don't leak a key reference if request_key() tries to use a revoked keyringDavid Jeffery2015-02-161-0/+1
* KEYS: Make /proc/keys unconditional if CONFIG_KEYS=yDavid Howells2015-01-222-26/+0
* KEYS: close race between key lookup and freeingSasha Levin2015-01-051-2/+2
* KEYS: remove a bogus NULL checkDan Carpenter2014-12-161-6/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-12-161-1/+4
|\
| * KEYS: Fix stale key registration at error pathTakashi Iwai2014-12-061-1/+4
| * Merge commit 'v3.17' into nextJames Morris2014-11-193-33/+5
| |\
* | | KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells2014-12-013-2/+5
* | | KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells2014-12-013-3/+6
* | | KEYS: Fix the size of the key description passed to/from userspaceDavid Howells2014-12-011-30/+26
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-1212-71/+82
|\ \ \ | |/ / | | / | |/ |/|
| * KEYS: Make the key matching functions return boolDavid Howells2014-09-163-8/+8
| * KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-169-23/+15
| * KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-163-9/+5
| * KEYS: Preparse match dataDavid Howells2014-09-167-44/+65
| * Merge tag 'keys-next-fixes-20140916' into keys-nextDavid Howells2014-09-161-2/+2
| |\
| | * KEYS: Fix missing staticsDavid Howells2014-09-161-2/+2
| * | KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells2014-09-161-0/+2
| |/
* | KEYS: Increase root_maxkeys and root_maxbytes sizesSteve Dickson2014-09-031-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-066-54/+145
|\ \ | |/
| * KEYS: revert encrypted key changeMimi Zohar2014-07-281-1/+1
| * Merge branch 'keys-fixes' into keys-nextDavid Howells2014-07-221-1/+14
| |\
| | * KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-171-1/+14
| * | Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells2014-07-221-2/+4
| |\ \
| | * | KEYS: special dot prefixed keyring name bug fixMimi Zohar2014-07-171-2/+4
| | |/
| * | KEYS: request_key_auth: Provide key preparsingDavid Howells2014-07-221-0/+13
| * | KEYS: keyring: Provide key preparsingDavid Howells2014-07-221-11/+23
| * | KEYS: big_key: Use key preparsingDavid Howells2014-07-221-16/+25
| * | KEYS: user: Use key preparsingDavid Howells2014-07-221-19/+22
| * | KEYS: Call ->free_preparse() even after ->preparse() returns an errorDavid Howells2014-07-221-5/+4
| * | KEYS: Allow expiry time to be set when preparsing a keyDavid Howells2014-07-221-0/+8
| * | KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells2014-07-222-3/+5
| * | KEYS: Provide a generic instantiation functionDavid Howells2014-07-181-0/+30
| |/
| * Merge commit 'v3.15' into nextJames Morris2014-06-241-2/+2
| |\
* | | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-162-31/+3
* | | 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
OpenPOWER on IntegriCloud