index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
keys
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-03
KEYS: trusted: Fix migratable=1 failing
Jarkko Sakkinen
1
-1
/
+1
2020-04-24
KEYS: reaching the keys quotas correctly
Yang Xu
2
-3
/
+3
2020-01-29
keys: Timestamp new keys
David Howells
1
-0
/
+1
2019-09-21
keys: Fix missing null pointer check in request_key_auth_describe()
Hillf Danton
1
-0
/
+6
2019-03-19
KEYS: restrict /proc/keys by credentials at open time
Eric Biggers
1
-6
/
+2
2019-02-27
KEYS: always initialize keyring_index_key::desc_len
Eric Biggers
4
-6
/
+4
2019-02-27
KEYS: allow reaching the keys quotas exactly
Eric Biggers
1
-2
/
+2
2018-02-25
security/keys: BIG_KEY requires CONFIG_CRYPTO
Arnd Bergmann
1
-0
/
+1
2018-02-13
KEYS: encrypted: fix buffer overread in valid_master_desc()
Eric Biggers
1
-16
/
+15
2017-12-14
KEYS: add missing permission check for request_key() destination
Eric Biggers
1
-9
/
+37
2017-11-18
security/keys: add CONFIG_KEYS_COMPAT to Kconfig
Bilal Amarni
1
-0
/
+4
2017-11-15
KEYS: trusted: fix writing past end of buffer in trusted_read()
Eric Biggers
1
-11
/
+12
2017-11-15
KEYS: trusted: sanitize all key material
Eric Biggers
1
-28
/
+22
2017-11-08
KEYS: return full count in keyring_read() if buffer is too small
Eric Biggers
1
-20
/
+19
2017-10-27
KEYS: Fix race between updating and finding a negative key
David Howells
12
-39
/
+49
2017-10-27
KEYS: don't let add_key() update an uninstantiated key
David Howells
1
-0
/
+10
2017-10-27
KEYS: encrypted: fix dereference of NULL user_key_payload
Eric Biggers
1
-0
/
+7
2017-10-05
KEYS: prevent KEYCTL_READ on negative key
Eric Biggers
1
-0
/
+5
2017-10-05
KEYS: prevent creating a different user's keyrings
Eric Biggers
4
-12
/
+21
2017-10-05
KEYS: fix writing past end of user-supplied buffer in keyring_read()
Eric Biggers
1
-9
/
+5
2017-10-05
security/keys: rewrite all of big_key crypto
Jason A. Donenfeld
2
-71
/
+59
2017-10-05
security/keys: properly zero out sensitive key material in big_key
Jason A. Donenfeld
1
-6
/
+6
2017-07-12
KEYS: Fix an error code in request_master_key()
Dan Carpenter
1
-1
/
+1
2017-06-14
KEYS: encrypted: avoid encrypting/decrypting stack buffers
Eric Biggers
1
-8
/
+9
2017-06-14
KEYS: fix freeing uninitialized memory in key_update()
Eric Biggers
1
-3
/
+2
2017-06-14
KEYS: fix dereferencing NULL payload with nonzero length
Eric Biggers
1
-2
/
+2
2017-04-27
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
Eric Biggers
2
-24
/
+31
2017-04-27
KEYS: Change the name of the dead type to ".dead" to prevent user access
David Howells
1
-1
/
+1
2017-04-27
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
David Howells
1
-2
/
+7
2016-10-27
security/keys: make BIG_KEYS dependent on stdrng.
Artem Savkov
1
-1
/
+1
2016-10-27
KEYS: Sort out big_key initialisation
David Howells
1
-27
/
+32
2016-10-27
KEYS: Fix short sprintf buffer in /proc/keys show function
David Howells
1
-1
/
+1
2016-09-22
KEYS: Fix skcipher IV clobbering
Herbert Xu
1
-4
/
+7
2016-07-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2
-2
/
+2
2016-07-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-12
/
+18
2016-06-24
KEYS: Use skcipher for big keys
Herbert Xu
1
-12
/
+18
2016-06-17
KEYS: potential uninitialized variable
Dan Carpenter
1
-1
/
+1
2016-06-14
KEYS: Strip trailing spaces
David Howells
2
-2
/
+2
2016-06-03
KEYS: Add placeholder for KDF usage with DH
Stephan Mueller
4
-6
/
+13
2016-05-04
Merge branch 'keys-trust' into keys-next
David Howells
6
-28
/
+86
2016-04-12
KEYS: Add KEYCTL_DH_COMPUTE command
Mat Martineau
6
-0
/
+193
2016-04-12
Security: Keys: Big keys stored encrypted
Kirill Marinushkin
2
-18
/
+184
2016-04-12
KEYS: user_update should use copy of payload made during preparsing
David Howells
1
-31
/
+11
2016-04-12
KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED
David Howells
2
-37
/
+3
2016-04-12
KEYS: Add a facility to restrict new links into a keyring
David Howells
6
-25
/
+117
2016-03-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
3
-20
/
+8
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-32
/
+50
2016-03-04
Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
2
-14
/
+3
2016-02-18
security/keys: make big_key.c explicitly non-modular
Paul Gortmaker
1
-14
/
+1
2016-02-10
tpm: fix checks for policy digest existence in tpm2_seal_trusted()
Jarkko Sakkinen
1
-6
/
+5
[next]