index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
keys
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-01
KEYS: add missing permission check for request_key() destination
Eric Biggers
1
-9
/
+37
2018-01-01
KEYS: trusted: fix writing past end of buffer in trusted_read()
Eric Biggers
1
-11
/
+12
2018-01-01
KEYS: trusted: sanitize all key material
Eric Biggers
1
-27
/
+21
2018-01-01
KEYS: return full count in keyring_read() if buffer is too small
Eric Biggers
1
-20
/
+19
2018-01-01
KEYS: encrypted: fix dereference of NULL user_key_payload
Eric Biggers
1
-0
/
+7
2018-01-01
security/keys: properly zero out sensitive key material in big_key
Jason A. Donenfeld
1
-1
/
+1
2018-01-01
KEYS: prevent creating a different user's keyrings
Eric Biggers
4
-12
/
+23
2018-01-01
KEYS: fix writing past end of user-supplied buffer in keyring_read()
Eric Biggers
1
-9
/
+5
2018-01-01
KEYS: fix key refcount leak in keyctl_read_key()
Eric Biggers
1
-1
/
+1
2018-01-01
KEYS: fix key refcount leak in keyctl_assume_authority()
Eric Biggers
1
-4
/
+2
2018-01-01
KEYS: don't revoke uninstantiated key in request_key_auth_new()
Eric Biggers
1
-1
/
+0
2018-01-01
KEYS: fix cred refcount leak in request_key_auth_new()
Eric Biggers
1
-37
/
+31
2017-11-11
KEYS: don't let add_key() update an uninstantiated key
David Howells
1
-0
/
+10
2017-11-11
KEYS: prevent KEYCTL_READ on negative key
Eric Biggers
1
-0
/
+5
2017-09-15
KEYS: fix dereferencing NULL payload with nonzero length
Eric Biggers
1
-2
/
+2
2017-07-18
KEYS: Change the name of the dead type to ".dead" to prevent user access
David Howells
1
-1
/
+1
2017-06-05
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
Eric Biggers
2
-24
/
+31
2017-06-05
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
David Howells
1
-2
/
+7
2017-06-05
KEYS: Reinstate EPERM for a key type name beginning with a '.'
David Howells
1
-0
/
+2
2017-06-05
KEYS: special dot prefixed keyring name bug fix
Mimi Zohar
1
-2
/
+4
2017-06-05
KEYS: Fix an error code in request_master_key()
Dan Carpenter
1
-1
/
+1
2017-04-04
keys: Guard against null match function in keyring_search_aux()
Ben Hutchings
1
-3
/
+3
2016-11-20
KEYS: Fix short sprintf buffer in /proc/keys show function
David Howells
1
-1
/
+1
2016-08-22
KEYS: potential uninitialized variable
Dan Carpenter
1
-1
/
+1
2016-01-25
KEYS: Fix keyring ref leak in join_session_keyring()
Yevgeny Pats
1
-0
/
+1
2016-01-05
KEYS: Fix race between read and revoke
David Howells
1
-9
/
+9
2015-10-28
KEYS: Don't permit request_key() to construct a new keyring
David Howells
1
-0
/
+3
2015-10-28
KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
David Howells
1
-2
/
+4
2015-10-28
KEYS: Fix race between key destruction and finding a keyring by name
David Howells
1
-4
/
+4
2015-08-11
KEYS: ensure we free the assoc array edit if edit is valid
Colin Ian King
1
-3
/
+5
2015-01-15
KEYS: close race between key lookup and freeing
Sasha Levin
1
-2
/
+2
2015-01-15
KEYS: Fix stale key registration at error path
Takashi Iwai
1
-1
/
+4
2014-06-10
Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-45
/
+36
2014-04-15
security: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-1
/
+1
2014-04-14
Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...
James Morris
7
-44
/
+35
2014-04-14
Merge commit 'v3.14' into next
James Morris
1
-1
/
+5
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-4
/
+4
2014-03-31
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...
Linus Torvalds
1
-2
/
+2
2014-03-14
KEYS: Move the flags representing required permission to linux/key.h
David Howells
7
-44
/
+35
2014-03-09
KEYS: Make the keyring cycle detector ignore other keyrings of the same name
David Howells
1
-1
/
+5
2014-03-06
security/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
1
-2
/
+2
2014-02-06
security: replace strict_strto*() with kstrto*()
Jingoo Han
2
-4
/
+4
2013-12-02
security: shmem: implement kernel private shmem inodes
Eric Paris
1
-1
/
+1
2013-12-02
KEYS: Fix searching of nested keyrings
David Howells
1
-1
/
+1
2013-12-02
KEYS: Fix multiple key add into associative array
David Howells
1
-4
/
+3
2013-12-02
KEYS: Fix the keyring hash function
David Howells
1
-4
/
+4
2013-12-02
KEYS: Pre-clear struct key on allocation
David Howells
1
-7
/
+1
2013-11-14
KEYS: Fix keyring content gc scanner
David Howells
2
-51
/
+36
2013-11-13
KEYS: Fix error handling in big_key instantiation
David Howells
1
-0
/
+1
2013-11-06
KEYS: Fix UID check in keyctl_get_persistent()
David Howells
1
-4
/
+2
[next]