summaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
2017-11-11KEYS: don't let add_key() update an uninstantiated keyDavid Howells1-0/+10
2017-09-15KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers1-2/+2
2017-07-18KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells1-1/+1
2017-06-05KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2-24/+31
2017-06-05KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells1-2/+7
2017-06-05KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells1-0/+2
2017-06-05KEYS: special dot prefixed keyring name bug fixMimi Zohar1-2/+4
2017-06-05KEYS: Fix an error code in request_master_key()Dan Carpenter1-1/+1
2017-04-05keys: Guard against null match function in keyring_search_aux()Ben Hutchings1-3/+3
2016-11-20KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells1-1/+1
2016-08-23KEYS: potential uninitialized variableDan Carpenter1-1/+1
2016-01-23KEYS: Fix race between read and revokeDavid Howells1-9/+9
2015-11-17KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells1-2/+4
2015-11-17KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells1-4/+4
2015-02-20KEYS: close race between key lookup and freeingSasha Levin1-2/+2
2015-02-20KEYS: Fix stale key registration at error pathTakashi Iwai1-1/+4
2013-04-10key: Fix resource leakAlan Cox1-2/+2
2013-03-20Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-2/+2
2013-03-20keys: fix race with concurrent install_user_keyrings()David Howells1-1/+1
2011-11-16encrypted-keys: module build fixesMimi Zohar2-3/+8
2011-11-16encrypted-keys: fix error return codeMimi Zohar1-1/+1
2011-11-16KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells1-1/+2
2011-11-01security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2-2/+2
2011-11-01Cross Memory AttachChristopher Yeoh2-2/+2
2011-09-21encrypted-keys: check hex2bin resultMimi Zohar1-3/+11
2011-09-21trusted-keys: check hex2bin resultMimi Zohar1-4/+15
2011-09-16encrypted-keys: IS_ERR need include/err.hStephen Rothwell1-0/+1
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar4-27/+64
2011-09-14encrypted-keys: create encrypted-keys directoryMimi Zohar6-1/+6
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells3-208/+258
2011-08-23KEYS: The dead key link reaper should be non-reentrantDavid Howells1-3/+3
2011-08-23KEYS: Make the key reaper non-reentrantDavid Howells1-1/+1
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells3-76/+85
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells1-2/+1
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells1-2/+12
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells1-1/+1
2011-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-53/+313
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-3/+3
2011-07-09rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-1/+0
2011-06-30Merge branch 'linus' into nextJames Morris1-3/+3
2011-06-27encrypted-keys: add ecryptfs format supportRoberto Sassu4-8/+180
2011-06-27encrypted-keys: add key format supportRoberto Sassu1-40/+101
2011-06-27encrypted-keys: added additional debug messagesRoberto Sassu1-11/+34
2011-06-27encrypted-keys: fixed valid_master_desc() function descriptionRoberto Sassu1-1/+1
2011-06-27encrypted_keys: avoid dumping the master key if the request failsRoberto Sassu1-3/+5
2011-06-22KEYS: Fix error handling in construct_key_and_link()David Howells1-1/+2
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-2/+1
2011-06-14KEYS: Don't return EAGAIN to keyctl_assume_authority()David Howells1-0/+2
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds4-4/+4
2011-05-27Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn1-0/+1