aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAge
* KEYS: Fix error handling in construct_key_and_link()David Howells2011-06-21
* KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-17
* Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-27
|\
| * Create Documentation/security/,Randy Dunlap2011-05-19
* | Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn2011-05-26
* | Merge branch 'next' into for-linusJames Morris2011-05-24
|\ \
| * | KEYS: Make request_key() and co. return an error for a negative keyDavid Howells2011-03-16
| * | KEYS: Improve /proc/keysDavid Howells2011-03-16
| |/
* / security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()Lai Jiangshan2011-05-08
|/
* KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-07
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-07
* KEYS: Add a key type op to permit the key description to be vettedDavid Howells2011-03-07
* KEYS: Add an RCU payload dereference macroDavid Howells2011-03-07
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-25
* trusted keys: Fix a memory leak in trusted_update().Jesper Juhl2011-01-23
* encrypted-keys: rename encrypted_defined files to encryptedMimi Zohar2011-01-23
* trusted-keys: rename trusted_defined files to trustedMimi Zohar2011-01-23
* KEYS: Fix up comments in key management codeDavid Howells2011-01-21
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-21
* trusted-keys: avoid scattring va_end()Tetsuo Handa2011-01-18
* trusted-keys: check for NULL before using itTetsuo Handa2011-01-18
* trusted-keys: another free memory bugfixTetsuo Handa2011-01-18
* trusted-keys: free memory bugfixMimi Zohar2011-01-13
* Merge branch 'master' into nextJames Morris2011-01-09
|\
| * KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells2010-12-23
* | encrypted-keys: style and other cleanupMimi Zohar2010-12-15
* | encrypted-keys: verify datablob size before converting to binaryMimi Zohar2010-12-15
* | trusted-keys: kzalloc and other cleanupMimi Zohar2010-12-15
* | trusted-keys: additional TSS return code and other error handlingMimi Zohar2010-12-15
* | keys: add missing include file for trusted and encrypted keysMimi Zohar2010-11-29
* | keys: add new key-type encryptedMimi Zohar2010-11-28
* | keys: add new trusted key-typeMimi Zohar2010-11-28
|/
* Fix install_process_keyring error handlingAndi Kleen2010-10-28
* KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells2010-09-10
* KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells2010-09-10
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-12
* KEYS: request_key() should return -ENOKEY if the constructed key is negativeDavid Howells2010-08-06
* KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()Justin P. Mattock2010-08-02
* KEYS: Use the variable 'key' in keyctl_describe_key()David Howells2010-08-02
* KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells2010-08-02
* KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation keyDavid Howells2010-08-02
* KEYS: Propagate error code instead of returning -EINVALDan Carpenter2010-06-27
* keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov2010-05-27
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-27
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-25
* KEYS: Return more accurate error codesDan Carpenter2010-05-17
* KEYS: Do preallocation for __key_link()David Howells2010-05-06
* Merge branch 'master' into nextJames Morris2010-05-06
|\
| * KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells2010-05-05
| * KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells2010-05-05